mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
* norwegian translation by LMH1 from bug(1645)
svn path=/trunk/; revision=23020
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/*
|
||||
* PROJECT: ReactOS Control Application
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: base/applications/control/No.rc
|
||||
* PURPOSE: Norwegian translation
|
||||
* TRANSLATOR: LMH1
|
||||
*
|
||||
*/
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Menu
|
||||
//
|
||||
|
||||
IDM_MAINMENU MENU DISCARDABLE
|
||||
BEGIN
|
||||
POPUP "&Fil"
|
||||
BEGIN
|
||||
MENUITEM "&Avslutt", IDM_CLOSE
|
||||
END
|
||||
POPUP "&Vis"
|
||||
BEGIN
|
||||
MENUITEM "Større Ikoner", IDM_LARGEICONS
|
||||
MENUITEM "Mindre Ikoner", IDM_SMALLICONS
|
||||
MENUITEM "Liste", IDM_LIST
|
||||
MENUITEM "Detaljer", IDM_DETAILS
|
||||
END
|
||||
POPUP "Hjelp"
|
||||
BEGIN
|
||||
MENUITEM "Om", IDM_ABOUT
|
||||
END
|
||||
END
|
||||
@@ -45,3 +45,4 @@ IDI_MAINICON ICON DISCARDABLE "resources/config.ico"
|
||||
#include "Hu.rc"
|
||||
#include "Fi.rc"
|
||||
#include "Uk.rc"
|
||||
#include "No.rc"
|
||||
|
||||
Reference in New Issue
Block a user