source: trunk/src/shell32/resources/shell32_En.orc

Last change on this file was 21993, checked in by dmik, 13 years ago

Fix About dialog height.

Addition to r21989.

File size: 3.2 KB
Line 
1/* $Id: shell32_En.orc,v 1.3 2003-11-12 14:04:53 sandervl Exp $ */
2LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
3
4SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 216, 187
5STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
6CAPTION "About %s"
7FONT 10, "System"
8{
9 DEFPUSHBUTTON "OK", IDOK, 158, 167, 50, 12, WS_TABSTOP
10 LISTBOX 99, 8, 105, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
11 ICON "", 1088, 194, 75, 0, 0
12 LTEXT "", 100, 8, 75, 176, 20
13 LTEXT "Odin %d.%d.%d (%s) was brought to you by:", 98, 8, 95, 176, 10
14 CONTROL "", 2001, "Static", SS_BITMAP, 8, 8, 0, 0
15}
16
17SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
18STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
19CAPTION ""
20FONT 8, "Helv"
21{
22 ICON "", 12297, 7, 11, 18, 20, WS_VISIBLE
23 LTEXT "Type the name of a program, folder, document, or Internet resource, and Wine will open it for you.", 12289, 36, 11, 182, 18
24 LTEXT "&Open:", 12305, 7, 39, 24, 10
25 CONTROL "", 12298, "COMBOBOX", WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
26 DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
27 PUSHBUTTON "Cancel", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
28 PUSHBUTTON "&Browse...", 12288, 170, 63, 50, 14, WS_TABSTOP
29}
30
31/* columns in the shellview */
32STRINGTABLE LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
33BEGIN
34 IDS_SHV_COLUMN1 "File"
35 IDS_SHV_COLUMN2 "Size"
36 IDS_SHV_COLUMN3 "Type"
37 IDS_SHV_COLUMN4 "Modified"
38 IDS_SHV_COLUMN5 "Attrs"
39 IDS_SHV_COLUMN3DV "Size"
40 IDS_SHV_COLUMN4DV "Size available"
41
42END
43
44STRINGTABLE DISCARDABLE
45{
46 IDS_SHV_INVALID_FILENAME_TITLE "Rename"
47 IDS_SHV_INVALID_FILENAME "A filename cannot contain any of the following characters: \n / \\ : * ? \" < > |"
48 IDS_SHV_INVALID_MOVE_TITLE "Error Renaming File"
49 IDS_SHV_INVALID_MOVE "Cannot rename %s: A file with the same you specified already exists. Specify a different filename."
50}
51
52STRINGTABLE DISCARDABLE
53{
54 IDS_ABOUTBOX "&About FolderPicker Test"
55 IDS_DOCUMENTFOLDERS "Document Folders"
56 IDS_PERSONAL "My Documents"
57 IDS_FAVORITES "My Favorites"
58 IDS_PATH "System Path"
59 IDS_DESKTOP "Desktop"
60 IDS_FONTS "Fonts"
61 IDS_MYCOMPUTER "My Computer"
62 IDS_SYSTEMFOLDERS "System Folders"
63 IDS_LOCALHARDRIVES "Local Hard Drives"
64 IDS_FILENOTFOUND "File not found"
65 IDS_35FLOPPY "3.5 disk"
66 IDS_525FLOPPY "5.25 disk"
67}
68#if 0
69STRINGTABLE DISCARDABLE
70{
71 IDS_CREATEFOLDER_DENIED "Can not create new Folder: Permission denied."
72 IDS_CREATEFOLDER_CAPTION "Error during creating a new folder"
73 IDS_DELETEITEM_CAPTION "Confirm file delete"
74 IDS_DELETEFOLDER_CAPTION "Confirm folder delete"
75 IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
76 IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
77#ifdef __WIN32OS2__
78 IDS_OVERWRITEFILE_TEXT "OverWrite File %1?"
79 IDS_OVERWRITEFILE_CAPTION "Confirm File OverWrite"
80 IDS_COPY_X_OF_TEXT "Copy () of "
81#endif
82}
83#endif
84
Note: See TracBrowser for help on using the repository browser.