1a6515e2bSJose Carlos JesusLANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL 2a6515e2bSJose Carlos Jesus 3a6515e2bSJose Carlos JesusIDR_BROWSE_MAIN_MENU MENU 4a6515e2bSJose Carlos Jesus{ 5a6515e2bSJose Carlos Jesus POPUP "&Ficheiro" 6a6515e2bSJose Carlos Jesus { 7a6515e2bSJose Carlos Jesus POPUP "&Novo" 8a6515e2bSJose Carlos Jesus { 9a6515e2bSJose Carlos Jesus MENUITEM "&Janela", ID_BROWSE_NEW_WINDOW 10a6515e2bSJose Carlos Jesus } 11a6515e2bSJose Carlos Jesus MENUITEM "&Abrir...", ID_BROWSE_OPEN 12a6515e2bSJose Carlos Jesus MENUITEM "&Guardar...", ID_BROWSE_SAVE 13a6515e2bSJose Carlos Jesus MENUITEM "Guardar &como...", ID_BROWSE_SAVE_AS 14a6515e2bSJose Carlos Jesus MENUITEM SEPARATOR 15a6515e2bSJose Carlos Jesus MENUITEM "Imprimir &Format...", ID_BROWSE_PRINT_FORMAT 16a6515e2bSJose Carlos Jesus MENUITEM "&Imprimir...", ID_BROWSE_PRINT 17a6515e2bSJose Carlos Jesus MENUITEM "&Visualizar impressão", ID_BROWSE_PRINT_PREVIEW 18a6515e2bSJose Carlos Jesus MENUITEM SEPARATOR 19a6515e2bSJose Carlos Jesus MENUITEM "&Propriedades", ID_BROWSE_PROPERTIES 20a6515e2bSJose Carlos Jesus MENUITEM "&Fechar", ID_BROWSE_QUIT 21a6515e2bSJose Carlos Jesus } 22a6515e2bSJose Carlos Jesus POPUP "&Visualizar" 23a6515e2bSJose Carlos Jesus { 24a6515e2bSJose Carlos Jesus POPUP "&Ferramentas" 25a6515e2bSJose Carlos Jesus { 26a6515e2bSJose Carlos Jesus MENUITEM "Barra &Standard", ID_BROWSE_BAR_STD 27a6515e2bSJose Carlos Jesus MENUITEM "Barra de &Endereços", ID_BROWSE_BAR_ADDR 28a6515e2bSJose Carlos Jesus } 29a6515e2bSJose Carlos Jesus } 30a6515e2bSJose Carlos Jesus POPUP "F&avoritos" 31a6515e2bSJose Carlos Jesus { 32a6515e2bSJose Carlos Jesus MENUITEM "&Adicionar aos favoritos...", ID_BROWSE_ADDFAV 33a6515e2bSJose Carlos Jesus MENUITEM SEPARATOR 34a6515e2bSJose Carlos Jesus } 35a6515e2bSJose Carlos Jesus POPUP "&Ajuda" 36a6515e2bSJose Carlos Jesus { 37a6515e2bSJose Carlos Jesus MENUITEM "&Acerca do Internet Explorer", ID_BROWSE_ABOUT 38a6515e2bSJose Carlos Jesus } 39a6515e2bSJose Carlos Jesus} 40a6515e2bSJose Carlos Jesus 41a6515e2bSJose Carlos JesusSTRINGTABLE 42a6515e2bSJose Carlos Jesus{ 43*00420affSStanislav Motylkov IDS_INTERNET "Navegador de Internet" 4452bc5f7cSKatayama Hirofumi MZ IDS_INTERNET_DESCRIPTION "Opens a Web browser and displays information on the Internet." 4552bc5f7cSKatayama Hirofumi MZ 46a6515e2bSJose Carlos Jesus IDS_TB_BACK "Retroceder" 47a6515e2bSJose Carlos Jesus IDS_TB_FORWARD "Avançar" 48a6515e2bSJose Carlos Jesus IDS_TB_STOP "Parar" 49a6515e2bSJose Carlos Jesus IDS_TB_REFRESH "Actualizar" 50a6515e2bSJose Carlos Jesus IDS_TB_HOME "Home" 51a6515e2bSJose Carlos Jesus IDS_TB_PRINT "Imprimir..." 52a6515e2bSJose Carlos Jesus} 53a6515e2bSJose Carlos Jesus 54a6515e2bSJose Carlos JesusSTRINGTABLE 55a6515e2bSJose Carlos Jesus{ 56a6515e2bSJose Carlos Jesus IDS_ADDRESS "Endereço" 57a6515e2bSJose Carlos Jesus} 58a6515e2bSJose Carlos Jesus 59a6515e2bSJose Carlos JesusSTRINGTABLE 60a6515e2bSJose Carlos Jesus{ 61a6515e2bSJose Carlos Jesus IDS_FINDINGRESOURCE "Procurar por %s" 62a6515e2bSJose Carlos Jesus IDS_BEGINDOWNLOADDATA "Iniciar carregamento de %s" 63a6515e2bSJose Carlos Jesus IDS_ENDDOWNLOADDATA "A carregar %s" 64a6515e2bSJose Carlos Jesus IDS_SENDINGREQUEST "Perguntar por %s" 65a6515e2bSJose Carlos Jesus} 66a6515e2bSJose Carlos Jesus 67a6515e2bSJose Carlos Jesus 68a6515e2bSJose Carlos JesusIDD_BROWSE_OPEN DIALOGEX 10, 10, 200, 70 69a6515e2bSJose Carlos JesusSTYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION 70a6515e2bSJose Carlos JesusCAPTION "Abrir URL" 71a6515e2bSJose Carlos JesusFONT 8, "MS Shell Dlg" 72a6515e2bSJose Carlos Jesus{ 73a6515e2bSJose Carlos Jesus LTEXT "Especifique o endereço que deseja abrir no Internet Explorer",-1, 35,5,160,25 74a6515e2bSJose Carlos Jesus LTEXT "Abrir:", -1, 5, 32, 30, 15 75a6515e2bSJose Carlos Jesus#ifdef __REACTOS__ 76a6515e2bSJose Carlos Jesus ICON IDC_PAGEICO, IDC_PAGEICO, 2, 5, 21, 20, SS_ICON 77a6515e2bSJose Carlos Jesus#endif 78a6515e2bSJose Carlos Jesus EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 160, 13 79a6515e2bSJose Carlos Jesus DEFPUSHBUTTON "&OK", IDOK, 90, 50, 50, 14 80a6515e2bSJose Carlos Jesus PUSHBUTTON "&Cancelar", IDCANCEL, 145, 50, 50, 14 81a6515e2bSJose Carlos Jesus} 82