1/* Translation and UTF-8 Conversion by mkbu95 <mkbu95@gmail.com> (May, 2012) */ 2 3LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL 4 5IDD_FIRSTPAGE DIALOGEX 0, 0, 380, 228 6STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION 7CAPTION "Criar link" 8FONT 8, "MS Shell Dlg", 0, 0, 0x0 9BEGIN 10 LTEXT "Text1", -1, 115, 15, 160, 24 11 LTEXT "Text2", -1, 115, 35, 160, 17 12END 13 14IDD_SUBMIT_REPORT DIALOGEX 0, 0, 380, 228 15STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION 16CAPTION "Criar link" 17FONT 8, "MS Shell Dlg", 0, 0, 0x0 18BEGIN 19 LTEXT "Text1",-1,10,0,225,40 20 LTEXT "Text2",-1,10,40,120,20 21 LTEXT "Text3",-1,10,55,120,20 22END 23 24IDD_SHORTCUT_LOCATION DIALOGEX 0, 0, 340, 200 25STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION 26CAPTION "Criar Atalho" 27FONT 8, "MS Shell Dlg", 0, 0, 0x0 28BEGIN 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 34END 35 36IDD_SHORTCUT_FINISH DIALOGEX 0, 0, 340, 200 37STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION 38CAPTION "Selecione um Título para o Programa" 39FONT 8, "MS Shell Dlg", 0, 0, 0x0 40BEGIN 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 44END 45 46IDD_CONFIG_STARTMENU DIALOGEX 0, 0, 212, 200 47STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 48CAPTION "Remove Shortcuts/Folders" 49FONT 8, "MS Shell Dlg" 50BEGIN 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 56END 57 58ID_DWL_GECKO_DIALOG DIALOGEX 0, 0, 260, 95 59STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 60CAPTION "Wine Gecko Installer" 61FONT 8, "MS Shell Dlg" 62BEGIN 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 68END 69 70STRINGTABLE 71BEGIN 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." 76END 77 78STRINGTABLE 79BEGIN 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_CANTMAKEINETSHORTCUT "Failed to create internet shortcut." 85 IDS_CANTMAKESHORTCUT "Failed to create shortcut." 86END 87