-revert janderwalds change until because it breaks the gcc 4.x build
[reactos.git] / reactos / base / applications / winefile / lang / nb-NO.rc
1 /*
2 * WineFile
3 * English Language Support
4 *
5 * Copyright 2000 Martin Fuchs
6 * Copyright 2002 Steven Edwards
7 * Copyright 2002 Alexandre Julliard
8 *
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 2.1 of the License, or (at your option) any later version.
13 *
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
18 *
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 */
23
24 LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
25 #pragma code_page(850)
26
27
28 /* Menu */
29
30 IDM_WINEFILE MENU FIXED IMPURE
31 {
32 POPUP "&Fil" {
33 MENUITEM "&Åpne\tEnter", ID_ACTIVATE
34 MENUITEM "&Flytt...\tF7", ID_FILE_MOVE
35 MENUITEM "&Kopiere...\tF8", ID_FILE_COPY
36 MENUITEM "&I utklippstavle...\tF9", 118
37 MENUITEM "&Slett\tDel", ID_FILE_DELETE
38 MENUITEM "Endre &navn...", 109
39 MENUITEM "E&genskaper...\tAlt+Enter", ID_EDIT_PROPERTIES
40 MENUITEM SEPARATOR
41 MENUITEM "k&omprimere...", 119
42 MENUITEM "&dekomprimere ...", 120
43 MENUITEM SEPARATOR
44 MENUITEM "&Kjør...", ID_EXECUTE
45 MENUITEM "&Skriv ut...", 102
46 MENUITEM "Tilknyttet...", 103
47 MENUITEM SEPARATOR
48 MENUITEM "Opp&rett mappe...", 111
49 MENUITEM "S&øk...", 104
50 MENUITEM "&Velg Filer...", 116
51 MENUITEM SEPARATOR
52 #ifndef _NO_EXTENSIONS
53 MENUITEM "A&vslutt\tAlt+X", ID_FILE_EXIT
54 #else
55 MENUITEM "A&vslutt", ID_FILE_EXIT
56 #endif
57 }
58
59 POPUP "&Disk" {
60 MENUITEM "&Kopiere disk...", 201
61 MENUITEM "&Merke disk...", 202
62 MENUITEM SEPARATOR
63 MENUITEM "&Formatere Disk...", ID_FORMAT_DISK
64 #ifdef _WIN95
65 MENUITEM "&Lag system Disk...", -1 /*TODO*/
66 #endif
67 MENUITEM SEPARATOR
68 MENUITEM "Koble &til nettverk stasjon", ID_CONNECT_NETWORK_DRIVE
69 MENUITEM "Koble &fra nettverks stasjon", ID_DISCONNECT_NETWORK_DRIVE
70 MENUITEM SEPARATOR
71 MENUITEM "Del som...", 254
72 MENUITEM "&Fjern deling...", 255
73 MENUITEM SEPARATOR
74 MENUITEM "&Velg stasjon...", 251
75 }
76
77 POPUP "&Mappe" {
78 MENUITEM "&Neste nivå\t+", 301
79 MENUITEM "Utvide &Tre\t*", 302
80 MENUITEM "Utvide &alt\tStrg+*", 303
81 MENUITEM "Kollaps &Tre\t-", 304
82 MENUITEM SEPARATOR
83 MENUITEM "&Merker barn", 505
84 }
85
86 POPUP "&Vis" {
87 MENUITEM "T&re og kataloger", 413
88 MENUITEM "Bare Tr&e ", 411
89 MENUITEM "&Bare kataloger", 412
90 MENUITEM SEPARATOR
91 MENUITEM "Sp&litt", ID_VIEW_SPLIT
92 MENUITEM SEPARATOR
93 MENUITEM "&Navn", ID_VIEW_NAME
94 MENUITEM "&Alle fil detaljer", ID_VIEW_ALL_ATTRIBUTES, CHECKED
95 MENUITEM "&begrenset detaljer...", ID_VIEW_SELECTED_ATTRIBUTES
96 MENUITEM SEPARATOR
97 MENUITEM "Sorter etter &navn", ID_VIEW_SORT_NAME
98 MENUITEM "Sorter etter &type", ID_VIEW_SORT_TYPE
99 MENUITEM "Sorter etter &størrelse", ID_VIEW_SORT_SIZE
100 MENUITEM "Sorter etter &dato", ID_VIEW_SORT_DATE
101 MENUITEM SEPARATOR
102 MENUITEM "Filter etter &...", ID_VIEW_FILTER
103 }
104
105 POPUP "&Innstillinger" {
106 MENUITEM "&bekreftelse...", 501
107 MENUITEM "&Skrifttype ...", ID_SELECT_FONT
108 MENUITEM "Spesial verktøy&linje...", 512
109 MENUITEM SEPARATOR
110 MENUITEM "&Verktøylinje", ID_VIEW_TOOL_BAR, CHECKED
111 MENUITEM "&Stasjonlinje", ID_VIEW_DRIVE_BAR, CHECKED
112 MENUITEM "Status &linje", ID_VIEW_STATUSBAR, CHECKED
113 #ifndef _NO_EXTENSIONS
114 MENUITEM "F&ull Skjerm\tCtrl+Shift+S", ID_VIEW_FULLSCREEN
115 #endif
116 MENUITEM SEPARATOR
117 MENUITEM "&Minimalisere ved kjør", 504
118 MENUITEM "&Lagre innstillinger ved avslutt", 511
119 }
120
121
122 POPUP "&Sikkerhet" {
123 MENUITEM "&Adgang...", 605
124 MENUITEM "&Logging...", 606
125 MENUITEM "&Eier...", 607
126 }
127
128 POPUP "&Vindu" {
129 MENUITEM "Ny &vindu", ID_WINDOW_NEW
130 MENUITEM "Som liste\tCtrl+F5", ID_WINDOW_CASCADE
131 MENUITEM "Sorter &Horisontalt", ID_WINDOW_TILE_HORZ
132 MENUITEM "Sorter &Vertikalt\tCtrl+F4", ID_WINDOW_TILE_VERT
133 #ifndef _NO_EXTENSIONS
134 MENUITEM "Ordne automatisk", ID_WINDOW_AUTOSORT
135 #endif
136 MENUITEM "Ordne &Symboler", ID_WINDOW_ARRANGE
137 MENUITEM "&Oppdater\tF5", ID_REFRESH
138 }
139
140 POPUP "&?" {
141 MENUITEM "&Emner i hjelp\tF1", ID_HELP
142 MENUITEM "Hjelp &Søk...\tF1", ID_HELP
143 MENUITEM "&Bruke Hjelp\tF1", ID_HELP_USING
144 MENUITEM SEPARATOR
145 MENUITEM "&Info om Winefile...", ID_ABOUT
146 #ifdef __WINE__
147 MENUITEM "Info om &Wine...", ID_ABOUT_WINE
148 #endif
149 }
150 }
151
152
153 IDD_EXECUTE DIALOG FIXED IMPURE 15, 13, 210, 63
154 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
155 CAPTION "Utføre"
156 FONT 8, "MS Shell Dlg"
157 {
158 CONTROL "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
159 CONTROL "&Kommando:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
160 EDITTEXT 201, 3, 29, 134, 12, ES_AUTOHSCROLL
161 CONTROL "Som &symbol", 214, "Button", BS_AUTOCHECKBOX|WS_TABSTOP,3, 45, 71, 12
162 DEFPUSHBUTTON "OK", 1, 158, 6, 47, 14
163 PUSHBUTTON "Avbryt", 2, 158, 23, 47, 14
164 PUSHBUTTON "&Hjelp", 254, 158, 43, 47, 14
165 }
166
167 IDD_SELECT_DESTINATION DIALOG FIXED IMPURE 15, 13, 210, 63
168 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
169 CAPTION "Velg destinasjon"
170 FONT 8, "MS Shell Dlg"
171 {
172 CONTROL "", 101, "statisk", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
173 CONTROL "&Mappe:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
174 EDITTEXT 201, 3, 29, 134, 12, ES_AUTOHSCROLL
175 DEFPUSHBUTTON "OK", 1, 158, 6, 47, 14
176 PUSHBUTTON "Avbryt", 2, 158, 23, 47, 14
177 PUSHBUTTON "&Utforsk", 254, 158, 43, 47, 14
178 }
179
180 IDD_DIALOG_VIEW_TYPE DIALOG DISCARDABLE 15, 13, 161, 97
181 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
182 CAPTION "Etter fil type"
183 FONT 8, "MS Shell Dlg"
184 BEGIN
185 LTEXT "&Navn:",-1,7,8,22,10
186 EDITTEXT IDC_VIEW_PATTERN,31,7,63,12,ES_AUTOHSCROLL
187 GROUPBOX "Fil type",-1,7,23,87,56
188 CONTROL "&Mapper",IDC_VIEW_TYPE_DIRECTORIES,"Button",
189 BS_AUTOCHECKBOX | WS_TABSTOP,13,32,70,10
190 CONTROL "&Programmer",IDC_VIEW_TYPE_PROGRAMS,"Button",
191 BS_AUTOCHECKBOX | WS_TABSTOP,13,43,70,10
192 CONTROL "Doku&menter",IDC_VIEW_TYPE_DOCUMENTS,"Button",
193 BS_AUTOCHECKBOX | WS_TABSTOP,13,54,70,10
194 CONTROL "&Andre filer",IDC_VIEW_TYPE_OTHERS,"Button",
195 BS_AUTOCHECKBOX | WS_TABSTOP,13,65,70,10
196 CONTROL "Vise skjulte/&System Filer",IDC_VIEW_TYPE_HIDDEN,
197 "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,81,106,9
198 DEFPUSHBUTTON "OK",IDOK,104,7,50,14
199 PUSHBUTTON "Avbryt",IDCANCEL,104,24,50,14
200 END
201
202 IDD_DIALOG_PROPERTIES DIALOG DISCARDABLE 0, 0, 248, 215
203 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
204 CAPTION "Egenskaper for %s"
205 FONT 8, "MS Shell Dlg"
206 BEGIN
207 DEFPUSHBUTTON "OK",IDOK,191,7,50,14
208 PUSHBUTTON "Avbryt",IDCANCEL,191,29,50,14
209 LTEXT "&Fil navn:",-1,7,7,59,9
210 EDITTEXT IDC_STATIC_PROP_FILENAME,71,7,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
211 LTEXT "Full &mappe:",-1,7,18,59,9
212 EDITTEXT IDC_STATIC_PROP_PATH,71,18,120,9, ES_READONLY | NOT WS_BORDER | WS_TABSTOP
213 LTEXT "Sist endret:",-1,7,29,59,9
214 EDITTEXT IDC_STATIC_PROP_LASTCHANGE,71,29,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
215 LTEXT "Versjon:",-1,7,40,59,9
216 EDITTEXT IDC_STATIC_PROP_VERSION,71,40,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
217 LTEXT "Ene&rett:",-1,7,51,59,9
218 EDITTEXT IDC_STATIC_PROP_COPYRIGHT,71,51,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
219 LTEXT "Størrelse:",-1,7,62,59,9
220 EDITTEXT IDC_STATIC_PROP_SIZE,71,62,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
221 GROUPBOX "Attributter",-1,7,79,158,46
222 CONTROL "&Bare lese",IDC_CHECK_READONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,91,68,9
223 CONTROL "S&kjult",IDC_CHECK_HIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,91,68,9
224 CONTROL "&Arkiv",IDC_CHECK_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,101,68,9
225 CONTROL "&System",IDC_CHECK_SYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,101,68,9
226 CONTROL "&komprimert",IDC_CHECK_COMPRESSED,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,17,111,68,9
227 GROUPBOX "&Versjon Informasjon",-1,7,129,234,79
228 LISTBOX IDC_LIST_PROP_VERSION_TYPES,13,139,107,63,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
229 EDITTEXT IDC_LIST_PROP_VERSION_VALUES,123,139,111,63,ES_MULTILINE | ES_READONLY | WS_VSCROLL
230 END
231
232
233 STRINGTABLE
234 {
235 IDS_FONT_SEL_DLG_NAME "kjøre skrift innstillinger"
236 IDS_FONT_SEL_ERROR "Feil mens valgt ny skrift."
237 }
238
239 STRINGTABLE
240 {
241 IDS_WINEFILE "Winefile"
242 IDS_ERROR "Feil"
243 IDS_ROOT_FS "root fs"
244 IDS_UNIXFS "unixfs"
245 IDS_DESKTOP "Skrivebord"
246 IDS_SHELL "Shell"
247 IDS_TITLEFMT "%s - %s"
248 IDS_NO_IMPL "ikke enda implementert"
249 IDS_WINE "WINE"
250 IDS_WINE_FILE "Wine Fil"
251 }
252
253 STRINGTABLE
254 {
255 IDS_COL_NAME "Navn"
256 IDS_COL_SIZE "Størrelse"
257 IDS_COL_CDATE "CDate"
258 IDS_COL_ADATE "ADate"
259 IDS_COL_MDATE "MDate"
260 IDS_COL_IDX "Index/Inode"
261 IDS_COL_LINKS "Lenker"
262 IDS_COL_ATTR "Attributter"
263 IDS_COL_SEC "Sikkerhet"
264
265 IDS_FREE_SPACE_FMT "%s av %s fri"
266 }
267
268 STRINGTABLE
269 {
270 IDS_LICENSE_CAPTION, "LISENS"
271 IDS_LICENSE,
272 "This library is free software; you can redistribute it and/or \
273 modify it under the terms of the GNU Lesser General Public \
274 License as published by the Free Software Foundation; either \
275 version 2.1 of the License, or (at your option) any later version.\n\
276 This library is distributed in the hope that it will be useful, \
277 but WITHOUT ANY WARRANTY; without even the implied warranty of \
278 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
279 Lesser General Public License for more details.\n\
280 You should have received a copy of the GNU Lesser General Public \
281 License along with this library; if not, write to the Free Software \
282 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
283
284 IDS_WARRANTY_CAPTION, "INGEN GARANTI"
285 IDS_WARRANTY,
286 "This library is distributed in the hope that it will be useful, \
287 but WITHOUT ANY WARRANTY; without even the implied warranty of \
288 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
289 Lesser General Public License for more details."
290 }