* norwegian translation by LMH1 from bug(1645)

svn path=/trunk/; revision=23020
This commit is contained in:
Johannes Anderwald
2006-07-12 12:08:39 +00:00
parent 484c24fda3
commit 9d114d7b18
2 changed files with 34 additions and 0 deletions
+33
View File
@@ -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"