mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
69454b4302
Add Portuguese (neutral) translation for intl.cpl, main.cpl, msgina.dll, msports.dll, welcome.exe and rundll32.exe, and fix the one in mshtml.dll .
39 lines
1,002 B
Plaintext
39 lines
1,002 B
Plaintext
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
|
|
|
/* String Tables */
|
|
|
|
/* Default settings */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "ReactOS - Bem vindo"
|
|
IDS_DEFAULT_TOPIC_TITLE "ReactOS"
|
|
IDS_DEFAULT_TOPIC_DESC "Bem vindo ao Sistema Operacional ReactOS.\n\nClique em um tópico à esquerda."
|
|
IDS_FONTNAME "Tahoma"
|
|
IDS_CHECKTEXT "&Exibir este diálogo novamente"
|
|
IDS_CLOSETEXT "&Sair"
|
|
END
|
|
|
|
/* Topic buttons */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TOPIC_BUTTON0 "&Instalar ReactOS"
|
|
IDS_TOPIC_BUTTON1 "Examinar este &CD"
|
|
IDS_TOPIC_BUTTON2 "&Sair"
|
|
END
|
|
|
|
/* Topic titles */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TOPIC_TITLE0 "Instalar ReactOS"
|
|
IDS_TOPIC_TITLE1 "Examinar este CD"
|
|
IDS_TOPIC_TITLE2 "Sair"
|
|
END
|
|
|
|
/* Topic descriptions */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TOPIC_DESC0 "Cria uma nova instalação do ReactOS em seu computador ou atualiza uma instalação já existente."
|
|
IDS_TOPIC_DESC1 "Exibe os arquivos contidos no CD."
|
|
IDS_TOPIC_DESC2 "Clique para fechar este aplicativo."
|
|
END
|