3 * Slovenian Language Support
5 * Copyright 2003 Rok Mandeljc <rok.mandeljc@gimb.org>
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.
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.
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
22 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
26 IDM_WINEFILE MENU FIXED IMPURE
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
37 MENUITEM "C&ompress...", 119
38 MENUITEM "Dec&ompress...", 120
40 MENUITEM "&Run...", ID_EXECUTE
41 MENUITEM "&Print...", 102
42 MENUITEM "Associate...", 103
44 MENUITEM "Cr&eate Directory...", 111
45 MENUITEM "Searc&h...", 104
46 MENUITEM "&Select Files...", 116
48 #ifndef _NO_EXTENSIONS
49 MENUITEM "E&xit\tAlt+X", ID_FILE_EXIT
51 MENUITEM "E&xit", ID_FILE_EXIT
56 MENUITEM "&Copy Disk...", 201
57 MENUITEM "&Label Disk...", 202
59 MENUITEM "&Format Disk...", ID_FORMAT_DISK
61 MENUITEM "&Make System Disk...", -1 /*TODO*/
64 MENUITEM "Connect &Network Drive", ID_CONNECT_NETWORK_DRIVE
65 MENUITEM "&Disconnect Network Drive", ID_DISCONNECT_NETWORK_DRIVE
67 MENUITEM "Share as...", 254
68 MENUITEM "&Remove Share...", 255
70 MENUITEM "&Select Drive...", 251
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
79 MENUITEM "&Mark Childs", 505
83 MENUITEM "T&ree and Directory", 413
84 MENUITEM "Tr&ee Only", 411
85 MENUITEM "Directory &Only", 412
87 MENUITEM "Sp&lit", ID_VIEW_SPLIT
89 MENUITEM "&Name", ID_VIEW_NAME
90 MENUITEM "&All File Details", ID_VIEW_ALL_ATTRIBUTES, CHECKED
91 MENUITEM "&Partial Details...", ID_VIEW_SELECTED_ATTRIBUTES
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
98 MENUITEM "Filter by &...", ID_VIEW_FILTER
102 MENUITEM "&Confirmation...", 501
103 MENUITEM "&Font...", ID_SELECT_FONT
104 MENUITEM "Customize Tool&bar...", 512
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
113 MENUITEM "&Minize on run", 504
114 MENUITEM "&Save settings on exit", 511
119 MENUITEM "&Access...", 605
120 MENUITEM "&Logging...", 606
121 MENUITEM "&Owner...", 607
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
132 MENUITEM "Arrange &Symbols", ID_WINDOW_ARRANGE
133 MENUITEM "&Refresh\tF5", ID_REFRESH
137 MENUITEM "&Help Topics\tF1", ID_HELP
138 MENUITEM "Help &Search...\tF1", ID_HELP
139 MENUITEM "&Using Help\tF1", ID_HELP_USING
141 MENUITEM "&Info about Winefile...", ID_ABOUT
143 MENUITEM "Info about &Wine...", ID_ABOUT_WINE
149 IDD_EXECUTE DIALOG FIXED IMPURE 15, 13, 210, 63
150 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
152 FONT 8, "MS Shell Dlg"
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