Commit final fixes for RC files except for Wine autosynched files. I will not change...
[reactos.git] / reactos / base / applications / control / lang / nb-NO.rc
1 /*
2 * PROJECT: ReactOS Control Application
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/applications/control/No.rc
5 * PURPOSE: Norwegian translation
6 * TRANSLATOR: LMH1
7 *
8 */
9 LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
10
11 /////////////////////////////////////////////////////////////////////////////
12 //
13 // Menu
14 //
15
16 IDM_MAINMENU MENU DISCARDABLE
17 BEGIN
18 POPUP "&Fil"
19 BEGIN
20 MENUITEM "&Avslutt", IDM_CLOSE
21 END
22 POPUP "&Vis"
23 BEGIN
24 MENUITEM "Større Ikoner", IDM_LARGEICONS
25 MENUITEM "Mindre Ikoner", IDM_SMALLICONS
26 MENUITEM "Liste", IDM_LIST
27 MENUITEM "Detaljer", IDM_DETAILS
28 END
29 POPUP "Hjelp"
30 BEGIN
31 MENUITEM "Om", IDM_ABOUT
32 END
33 END