mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-04 01:03:33 +00:00
Installer: translated Portuguese language file and added Portuguese (Brazil) language file
This commit is contained in:
parent
d0b0f37224
commit
483bca4a1f
@ -79,6 +79,7 @@ Page custom showExternalLinks
|
||||
!insertmacro LANG_LOAD "Lithuanian"
|
||||
!insertmacro LANG_LOAD "Polish"
|
||||
!insertmacro LANG_LOAD "Portuguese"
|
||||
!insertmacro LANG_LOAD "PortugueseBR"
|
||||
!insertmacro LANG_LOAD "Russian"
|
||||
!insertmacro LANG_LOAD "Spanish"
|
||||
!insertmacro LANG_LOAD "SimpChinese"
|
||||
|
@ -1,8 +1,8 @@
|
||||
!define LANG "Portuguese"
|
||||
!insertmacro LANG_STRING STRING_SHORTCUT_ON_DESKTOP "Should a shortcut be placed on the desktop?"
|
||||
!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) was successfully uninstalled."
|
||||
!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Do you really want to remove $(^Name) and all of its components?"
|
||||
!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Should job files created by the GUI be deleted as well?"
|
||||
!insertmacro LANG_STRING STRING_SHORTCUT_ON_DESKTOP "Deseja criar um atalho na área de trabalho?"
|
||||
!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) foi desinstalado com sucesso."
|
||||
!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Deseja remover $(^Name) e todos os seus componentes?"
|
||||
!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Também deseja remover os ficheiros de trabalho criados pela interface?"
|
||||
|
||||
# Local Variables:
|
||||
# mode: nsi
|
||||
|
9
installer/translations/PortugueseBR.nsh
Normal file
9
installer/translations/PortugueseBR.nsh
Normal file
@ -0,0 +1,9 @@
|
||||
!define LANG "PortugueseBR"
|
||||
!insertmacro LANG_STRING STRING_SHORTCUT_ON_DESKTOP "Deseja criar um atalho na área de trabalho?"
|
||||
!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) foi desinstalado com sucesso."
|
||||
!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Deseja remover $(^Name) e todos os seus componentes?"
|
||||
!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Também deseja remover os arquivos de trabalho criados pela interface?"
|
||||
|
||||
# Local Variables:
|
||||
# mode: nsi
|
||||
# End:
|
Loading…
Reference in New Issue
Block a user