mkvtoolnix/installer/translations/Portuguese.nsh

9 lines
397 B
Plaintext
Raw Normal View History

!define LANG "Portuguese"
!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: nsis
# End: