Installer: translated Portuguese language file and added Portuguese (Brazil) language file

This commit is contained in:
Bruno Barbieri 2013-11-23 23:31:23 -02:00
parent d0b0f37224
commit 483bca4a1f
3 changed files with 14 additions and 4 deletions

View File

@ -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"

View File

@ -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

View 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: