1d1a267cb38d02f042014ab33cec4e8bb802dbc2
[reactos.git] / dll / cpl / appwiz / lang / pt-BR.rc
1 /* Translation and UTF-8 Conversion by mkbu95 <mkbu95@gmail.com> (May, 2012) */
2
3 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
4
5 IDD_FIRSTPAGE DIALOGEX 0, 0, 380, 228
6 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
7 CAPTION "Criar link"
8 FONT 8, "MS Shell Dlg", 0, 0, 0x0
9 BEGIN
10 LTEXT "Text1", -1, 115, 15, 160, 24
11 LTEXT "Text2", -1, 115, 35, 160, 17
12 END
13
14 IDD_SUBMIT_REPORT DIALOGEX 0, 0, 380, 228
15 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
16 CAPTION "Criar link"
17 FONT 8, "MS Shell Dlg", 0, 0, 0x0
18 BEGIN
19 LTEXT "Text1",-1,10,0,225,40
20 LTEXT "Text2",-1,10,40,120,20
21 LTEXT "Text3",-1,10,55,120,20
22 END
23
24 IDD_SHORTCUT_LOCATION DIALOGEX 0, 0, 340, 200
25 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
26 CAPTION "Criar Atalho"
27 FONT 8, "MS Shell Dlg", 0, 0, 0x0
28 BEGIN
29 LTEXT "Este assitente irá ajudá-lo a criar atalhos para\nprogramas, arquivos, pastas, computadores ou endereços\nde Internet, ambos locais ou de rede.", -1, 120, 15, 200, 30
30 LTEXT "Digite a localização do item:", -1, 120, 50, 120, 10
31 EDITTEXT IDC_SHORTCUT_LOCATION, 120, 65, 150, 15, ES_LEFT
32 PUSHBUTTON "Procurar...", IDC_SHORTCUT_BROWSE, 272, 65, 55, 15, ES_LEFT
33 LTEXT "Pressione Próximo para prosseguir.", -1, 120, 97, 162, 10
34 END
35
36 IDD_SHORTCUT_FINISH DIALOGEX 0, 0, 340, 200
37 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
38 CAPTION "Selecione um Título para o Programa"
39 FONT 8, "MS Shell Dlg", 0, 0, 0x0
40 BEGIN
41 LTEXT "&Digite um nome para este atalho:", -1, 120, 15, 150, 10
42 EDITTEXT IDC_SHORTCUT_NAME, 120, 35, 150, 15, ES_LEFT
43 LTEXT "Pressione Terminar para criar o atalho.", -1, 118, 97, 178, 17
44 END
45
46 IDD_CONFIG_STARTMENU DIALOGEX 0, 0, 212, 200
47 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
48 CAPTION "Remove Shortcuts/Folders"
49 FONT 8, "MS Shell Dlg"
50 BEGIN
51 LTEXT "&To remove an item from the Start menu, select the item and click Remove.", -1, 10, 10, 192, 16
52 CONTROL "List1", IDC_STARTMENU_TREE, "SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS |
53 LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP, 10, 32, 192, 138
54 PUSHBUTTON "&Remove", IDC_REMOVE_ENTRIES, 98, 176, 50, 14, WS_GROUP | WS_TABSTOP
55 DEFPUSHBUTTON "Close", IDOK, 152, 176, 50, 14, WS_GROUP | WS_TABSTOP
56 END
57
58 ID_DWL_GECKO_DIALOG DIALOGEX 0, 0, 260, 95
59 STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
60 CAPTION "Wine Gecko Installer"
61 FONT 8, "MS Shell Dlg"
62 BEGIN
63 CONTROL "ReactOS could not find a Wine Gecko package which is needed for applications embedding HTML to work correctly. ReactOS can automatically download and install it for you.",
64 ID_DWL_STATUS, "SysLink", 0, 10, 10, 240, 65
65 CONTROL "", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER | PBS_SMOOTH, 10, 40, 240, 12
66 DEFPUSHBUTTON "&Install", ID_DWL_INSTALL, 200, 76, 50, 14, WS_GROUP | WS_TABSTOP
67 PUSHBUTTON "Cancel", IDCANCEL, 144, 76, 50, 14, WS_GROUP | WS_TABSTOP
68 END
69
70 STRINGTABLE
71 BEGIN
72 IDS_CPLSYSTEMNAME "Adicionar/Remover Programas"
73 IDS_CPLSYSTEMDESCRIPTION "Configura programas e cria atalhos."
74 IDS_CREATE_SHORTCUT "Criar Atalho"
75 IDS_ERROR_NOT_FOUND "O arquivo %s não foi encontrado."
76 END
77
78 STRINGTABLE
79 BEGIN
80 IDS_DOWNLOADING "Downloading..."
81 IDS_INSTALLING "Installing..."
82 IDS_INVALID_SHA "Unexpected checksum of downloaded file. Aborting installation of corrupted file."
83 IDS_NEW_INTERNET_SHORTCUT "New Internet Shortcut"
84 IDS_DWL_FAILED "Failed to download the Gecko package. Make sure you have an internet connection in order to download it. The setup will proceed without installing Gecko."
85 IDS_CANTMAKEINETSHORTCUT "Failed to create internet shortcut."
86 IDS_CANTMAKESHORTCUT "Failed to create shortcut."
87 IDS_NO_MEMORY "No memory could be allocated!"
88 IDS_NO_DIRECTORY "No directory given!"
89 IDS_INVALID_PATH "The given path is invalid!"
90 END