- userinit, usetup, vmwinst, welcome, winefile, winlogon, winver.
[reactos.git] / reactos / subsys / system / winefile / si.rc
1 /*
2 * WineFile
3 * Slovenian Language Support
4 *
5 * Copyright 2003 Rok Mandeljc <rok.mandeljc@gimb.org>
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21
22 LANGUAGE LANG_SLOVENIAN, SUBLANG_NEUTRAL
23
24 /* Menu */
25
26 IDM_WINEFILE MENU FIXED IMPURE
27 {
28 POPUP "&File" {
29 MENUITEM "&Open\tEnter", ID_ACTIVATE
30 MENUITEM "&Move...\tF7", ID_FILE_MOVE
31 MENUITEM "&Copy...\tF8", ID_FILE_COPY
32 MENUITEM "&In Clipboard...\tF9", 118
33 MENUITEM "&Delete\tDel", ID_FILE_DELETE
34 MENUITEM "Re&name...", 109
35 MENUITEM "Propert&ies...\tAlt+Enter", ID_EDIT_PROPERTIES
36 MENUITEM SEPARATOR
37 MENUITEM "C&ompress...", 119
38 MENUITEM "Dec&ompress...", 120
39 MENUITEM SEPARATOR
40 MENUITEM "&Run...", ID_EXECUTE
41 MENUITEM "&Print...", 102
42 MENUITEM "Associate...", 103
43 MENUITEM SEPARATOR
44 MENUITEM "Cr&eate Directory...", 111
45 MENUITEM "Searc&h...", 104
46 MENUITEM "&Select Files...", 116
47 MENUITEM SEPARATOR
48 #ifndef _NO_EXTENSIONS
49 MENUITEM "E&xit\tAlt+X", ID_FILE_EXIT
50 #else
51 MENUITEM "E&xit", ID_FILE_EXIT
52 #endif
53 }
54
55 POPUP "&Disk" {
56 MENUITEM "&Copy Disk...", 201
57 MENUITEM "&Label Disk...", 202
58 MENUITEM SEPARATOR
59 MENUITEM "&Format Disk...", ID_FORMAT_DISK
60 #ifdef _WIN95
61 MENUITEM "&Make System Disk...", -1 /*TODO*/
62 #endif
63 MENUITEM SEPARATOR
64 MENUITEM "Connect &Network Drive", ID_CONNECT_NETWORK_DRIVE
65 MENUITEM "&Disconnect Network Drive", ID_DISCONNECT_NETWORK_DRIVE
66 MENUITEM SEPARATOR
67 MENUITEM "Share as...", 254
68 MENUITEM "&Remove Share...", 255
69 MENUITEM SEPARATOR
70 MENUITEM "&Select Drive...", 251
71 }
72
73 POPUP "&Directories" {
74 MENUITEM "&Next Level\t+", 301
75 MENUITEM "Expand &Tree\t*", 302
76 MENUITEM "Expand &all\tStrg+*", 303
77 MENUITEM "Collapse &Tree\t-", 304
78 MENUITEM SEPARATOR
79 MENUITEM "&Mark Childs", 505
80 }
81
82 POPUP "&View" {
83 MENUITEM "T&ree and Directory", 413
84 MENUITEM "Tr&ee Only", 411
85 MENUITEM "Directory &Only", 412
86 MENUITEM SEPARATOR
87 MENUITEM "Sp&lit", ID_VIEW_SPLIT
88 MENUITEM SEPARATOR
89 MENUITEM "&Name", ID_VIEW_NAME
90 MENUITEM "&All File Details", ID_VIEW_ALL_ATTRIBUTES, CHECKED
91 MENUITEM "&Partial Details...", ID_VIEW_SELECTED_ATTRIBUTES
92 MENUITEM SEPARATOR
93 MENUITEM "&Sort by Name", ID_VIEW_SORT_NAME
94 MENUITEM "Sort &by Type", ID_VIEW_SORT_TYPE
95 MENUITEM "Sort by Si&ze", ID_VIEW_SORT_SIZE
96 MENUITEM "Sort by &Date", ID_VIEW_SORT_DATE
97 MENUITEM SEPARATOR
98 MENUITEM "Filter by &...", ID_VIEW_FILTER
99 }
100
101 POPUP "&Options" {
102 MENUITEM "&Confirmation...", 501
103 MENUITEM "&Font...", ID_SELECT_FONT
104 MENUITEM "Customize Tool&bar...", 512
105 MENUITEM SEPARATOR
106 MENUITEM "&Toolbar", ID_VIEW_TOOL_BAR, CHECKED
107 MENUITEM "&Drivebar", ID_VIEW_DRIVE_BAR, CHECKED
108 MENUITEM "&Status Bar", ID_VIEW_STATUSBAR, CHECKED
109 #ifndef _NO_EXTENSIONS
110 MENUITEM "F&ull Screen\tCtrl+Shift+S", ID_VIEW_FULLSCREEN
111 #endif
112 MENUITEM SEPARATOR
113 MENUITEM "&Minize on run", 504
114 MENUITEM "&Save settings on exit", 511
115 }
116
117
118 POPUP "&Security" {
119 MENUITEM "&Access...", 605
120 MENUITEM "&Logging...", 606
121 MENUITEM "&Owner...", 607
122 }
123
124 POPUP "&Window" {
125 MENUITEM "New &Window", ID_WINDOW_NEW
126 MENUITEM "Cascading\tCtrl+F5", ID_WINDOW_CASCADE
127 MENUITEM "Tile &Horizontally", ID_WINDOW_TILE_HORZ
128 MENUITEM "Tile &Vertically\tCtrl+F4", ID_WINDOW_TILE_VERT
129 #ifndef _NO_EXTENSIONS
130 MENUITEM "Arrange Automatically", ID_WINDOW_AUTOSORT
131 #endif
132 MENUITEM "Arrange &Symbols", ID_WINDOW_ARRANGE
133 MENUITEM "&Refresh\tF5", ID_REFRESH
134 }
135
136 POPUP "&?" {
137 MENUITEM "&Help Topics\tF1", ID_HELP
138 MENUITEM "Help &Search...\tF1", ID_HELP
139 MENUITEM "&Using Help\tF1", ID_HELP_USING
140 MENUITEM SEPARATOR
141 MENUITEM "&Info about Winefile...", ID_ABOUT
142 #ifdef __WINE__
143 MENUITEM "Info about &Wine...", ID_ABOUT_WINE
144 #endif
145 }
146 }
147
148
149 IDD_EXECUTE DIALOG FIXED IMPURE 15, 13, 210, 63
150 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
151 CAPTION "Execute"
152 FONT 8, "MS Shell Dlg"
153 {
154 CONTROL "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
155 CONTROL "&Command:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
156 EDITTEXT 201, 3, 29, 134, 12, ES_AUTOHSCROLL
157 CONTROL "As &Symbol", 214, "Button", BS_AUTOCHECKBOX|WS_TABSTOP,3, 45, 71, 12
158 DEFPUSHBUTTON "OK", 1, 158, 6, 47, 14
159 PUSHBUTTON "Cancel", 2, 158, 23, 47, 14
160 PUSHBUTTON "&Help", 254, 158, 43, 47, 14
161 }