From 483bca4a1ff396f8cce30038381302941433f42f Mon Sep 17 00:00:00 2001 From: Bruno Barbieri Date: Sat, 23 Nov 2013 23:31:23 -0200 Subject: [PATCH] Installer: translated Portuguese language file and added Portuguese (Brazil) language file --- installer/mkvtoolnix-unicode.nsi | 1 + installer/translations/Portuguese.nsh | 8 ++++---- installer/translations/PortugueseBR.nsh | 9 +++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 installer/translations/PortugueseBR.nsh diff --git a/installer/mkvtoolnix-unicode.nsi b/installer/mkvtoolnix-unicode.nsi index 49e21716c..baa1bd321 100644 --- a/installer/mkvtoolnix-unicode.nsi +++ b/installer/mkvtoolnix-unicode.nsi @@ -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" diff --git a/installer/translations/Portuguese.nsh b/installer/translations/Portuguese.nsh index 0476d9967..7010b8cc1 100644 --- a/installer/translations/Portuguese.nsh +++ b/installer/translations/Portuguese.nsh @@ -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 diff --git a/installer/translations/PortugueseBR.nsh b/installer/translations/PortugueseBR.nsh new file mode 100644 index 000000000..40ca9cdc6 --- /dev/null +++ b/installer/translations/PortugueseBR.nsh @@ -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: