annotate src/win32/nsis/translations/portuguese.nsh @ 10814:364a2ef907ae

[gaim-migrate @ 12468] same thing here, changing to consistently using GTK+, by rlaager committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 12:24:47 +0000
parents 6300424eafbf
children 8b955ffe9584
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7215
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 ;;
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 ;; portuguese.nsh
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 ;;
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 ;; Portuguese (PT) language strings for the Windows Gaim NSIS installer.
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5 ;; Windows Code page: 1252
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
6 ;;
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
7 ;; Author: Duarte Serrano Gonçalves Henriques <duarte_henriques@myrealbox.com>, 2003.
7568
b9fbc80ca9bd [gaim-migrate @ 8184]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7215
diff changeset
8 ;; Version 2
7215
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
9 ;;
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
11 ; Startup GTK+ check
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
12 !define GTK_INSTALLER_NEEDED "O ambiente de tempo de execução do GTK+ está ausente ou precisa de ser actualizado.$\rPor favor instale a versão v${GTK_VERSION} ou superior do ambiente de tempo de execução do GTK+."
7215
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13
7568
b9fbc80ca9bd [gaim-migrate @ 8184]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7215
diff changeset
14 ; License Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
15 !define GAIM_LICENSE_BUTTON "Seguinte >"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
16 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) está disponível sob alicença GPL. O texto da licença é fornecido meramente a título informativo. $_CLICK"
7568
b9fbc80ca9bd [gaim-migrate @ 8184]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7215
diff changeset
17
7215
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
18 ; Components Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
19 !define GAIM_SECTION_TITLE "Cliente de mensagens instantâneas Gaim (obrigatório)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
20 !define GTK_SECTION_TITLE "Ambiente de tempo de execução do GTK+ (obrigatório)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
21 !define GTK_THEMES_SECTION_TITLE "Temas do GTK+"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
22 !define GTK_NOTHEME_SECTION_TITLE "Nenhum tema"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
23 !define GTK_WIMP_SECTION_TITLE "Tema 'Wimp'"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
24 !define GTK_BLUECURVE_SECTION_TITLE "Tema 'Bluecurve'"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
25 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Tema 'Light House Blue'"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
26 !define GAIM_SECTION_DESCRIPTION "Ficheiros e bibliotecas principais do Gaim"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
27 !define GTK_SECTION_DESCRIPTION "Um conjunto de ferramentas de interface gráfica multi-plataforma, usado pelo Gaim"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
28 !define GTK_THEMES_SECTION_DESCRIPTION "Os temas do GTK+ podem mudar a aparência dos programas GTK+."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
29 !define GTK_NO_THEME_DESC "Não instalar um tema do GTK+"
10814
364a2ef907ae [gaim-migrate @ 12468]
Luke Schierer <lschiere@pidgin.im>
parents: 7572
diff changeset
30 !define GTK_WIMP_THEME_DESC "O tema 'GTK-Wimp' ('Windows impersonator', personificador do Windows) é um tema GTK+ que combina bem com o ambiente de trabalho do Windows."
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
31 !define GTK_BLUECURVE_THEME_DESC "O tema 'Bluecurve'."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
32 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "O tema 'Lighthouseblue'."
7215
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
33
7568
b9fbc80ca9bd [gaim-migrate @ 8184]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7215
diff changeset
34 ; GTK+ Directory Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
35 !define GTK_UPGRADE_PROMPT "Foi encontrada ma versão antiga do ambiente de tempo de execução do GTK+. Deseja actualizá-lo?$\rNota: O Gaim poderá não funcionar se não o fizer."
7215
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
36
7568
b9fbc80ca9bd [gaim-migrate @ 8184]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7215
diff changeset
37 ; Installer Finish Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
38 !define GAIM_FINISH_VISIT_WEB_SITE "Visite a página web do Gaim para Windows"
7568
b9fbc80ca9bd [gaim-migrate @ 8184]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7215
diff changeset
39
7215
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
40 ; Gaim Section Prompts and Texts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
41 !define GAIM_UNINSTALL_DESC "Gaim (remover apenas)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
42 !define GAIM_PROMPT_WIPEOUT "A sua antiga instalação do Gaim está prestes a ser removida. Deseja continuar?$\r$\rNota: Quaisquer plugins não-padrão que poderá ter instalado serão removidos.$\rAs configurações de utilizador do Gaim não serão afectadas."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
43 !define GAIM_PROMPT_DIR_EXISTS "A directoria de instalação do que especificou já existe. Qualquer conteúdo$\rserá apagado. Deseja continuar?"
7215
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
44
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
45 ; GTK+ Section Prompts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
46 !define GTK_INSTALL_ERROR "Erro ao instalar o ambiente de tempo de execução do GTK+."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
47 !define GTK_BAD_INSTALL_PATH "Impossível aceder ou criar o caminho que digitou."
7215
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
48
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
49 ; GTK+ Themes section
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
50 !define GTK_NO_THEME_INSTALL_RIGHTS "Não tem permissão para instalar um tema do GTK+."
7215
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
51
fa011d609c54 [gaim-migrate @ 7784]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
52 ; Uninstall Section Prompts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
53 !define un.GAIM_UNINSTALL_ERROR_1 "O desinstalador não pôde encontrar entradas de registo do Gaim.$\rÉ provável que outro utilizador tenha instalado este programa."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7568
diff changeset
54 !define un.GAIM_UNINSTALL_ERROR_2 "Não tem permissão para desinstalar este programa."