mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
78 lines
No EOL
2.2 KiB
Text
78 lines
No EOL
2.2 KiB
Text
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
|
|
|
IDR_BROWSE_MAIN_MENU MENU
|
|
{
|
|
POPUP "&File"
|
|
{
|
|
POPUP "&New"
|
|
{
|
|
MENUITEM "&Window", ID_BROWSE_NEW_WINDOW
|
|
}
|
|
MENUITEM "&Open...", ID_BROWSE_OPEN
|
|
MENUITEM "&Save", ID_BROWSE_SAVE
|
|
MENUITEM "Save &As...", ID_BROWSE_SAVE_AS
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Print &Format...", ID_BROWSE_PRINT_FORMAT
|
|
MENUITEM "Pr&int...", ID_BROWSE_PRINT
|
|
MENUITEM "Print Pre&view", ID_BROWSE_PRINT_PREVIEW
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Properties", ID_BROWSE_PROPERTIES
|
|
MENUITEM "&Close", ID_BROWSE_QUIT
|
|
}
|
|
POPUP "&View"
|
|
{
|
|
POPUP "&Toolbars"
|
|
{
|
|
MENUITEM "&Standard bar", ID_BROWSE_BAR_STD
|
|
MENUITEM "&Address bar", ID_BROWSE_BAR_ADDR
|
|
}
|
|
}
|
|
POPUP "F&avorites"
|
|
{
|
|
MENUITEM "&Add to favorites...", ID_BROWSE_ADDFAV
|
|
MENUITEM SEPARATOR
|
|
}
|
|
POPUP "&Help"
|
|
{
|
|
MENUITEM "&About Internet Explorer", ID_BROWSE_ABOUT
|
|
}
|
|
}
|
|
|
|
STRINGTABLE
|
|
{
|
|
IDS_TB_BACK "Back"
|
|
IDS_TB_FORWARD "Forward"
|
|
IDS_TB_STOP "Stop"
|
|
IDS_TB_REFRESH "Refresh"
|
|
IDS_TB_HOME "Home"
|
|
IDS_TB_PRINT "Print..."
|
|
}
|
|
|
|
STRINGTABLE
|
|
{
|
|
IDS_ADDRESS "Address"
|
|
}
|
|
|
|
STRINGTABLE
|
|
{
|
|
IDS_FINDINGRESOURCE "Searching for %s"
|
|
IDS_BEGINDOWNLOADDATA "Start downloading %s"
|
|
IDS_ENDDOWNLOADDATA "Downloading %s"
|
|
IDS_SENDINGREQUEST "Asking for %s"
|
|
}
|
|
|
|
|
|
IDD_BROWSE_OPEN DIALOGEX 10, 10, 200, 70
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION
|
|
CAPTION "Open URL"
|
|
FONT 8, "MS Shell Dlg"
|
|
{
|
|
LTEXT "Specify the URL you wish to open in Internet Explorer",-1, 35,5,160,25
|
|
LTEXT "Open:", -1, 5, 32, 30, 15
|
|
#ifdef __REACTOS__
|
|
ICON IDC_PAGEICO, IDC_PAGEICO, 2, 5, 21, 20, SS_ICON
|
|
#endif
|
|
EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 160, 13
|
|
DEFPUSHBUTTON "OK", IDOK, 90, 50, 50, 14
|
|
PUSHBUTTON "Cancel", IDCANCEL, 145, 50, 50, 14
|
|
} |