mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-05 01:35:36 +00:00
da82a20dcc
Installer string encodings must match the system's encoding, and that's not UTF-8…
11 lines
491 B
Plaintext
11 lines
491 B
Plaintext
!define LANG "Czech"
|
|
!insertmacro LANG_STRING STRING_SHORTCUT_ON_DESKTOP "Umístit zástupce na plochu?"
|
|
!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) byl úspìšnì odinstalován."
|
|
!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Opravdu chcete odebrat $(^Name) a všechny jeho souèásti?"
|
|
!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Odstranit také soubory úloh vytvoøené uživatelským rozhraním?"
|
|
|
|
# Local Variables:
|
|
# mode: nsi
|
|
# coding: windows-1250-unix
|
|
# End:
|