Thomas Larsen <sikker2004(a)yahoo.com>
- Added Danish language
Added: trunk/reactos/lib/cpl/control/Dk.rc
Modified: trunk/reactos/lib/cpl/control/control.rc
_____
Added: trunk/reactos/lib/cpl/control/Dk.rc
--- trunk/reactos/lib/cpl/control/Dk.rc 2005-03-11 07:51:43 UTC (rev
13925)
+++ trunk/reactos/lib/cpl/control/Dk.rc 2005-03-11 08:22:29 UTC (rev
13926)
@@ -0,0 +1,26 @@
+// Danish language resource file (Thomas Larsen, 2005-03-11)
+
+LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
+
+///////////////////////////////////////////////////////////////////////
//////
+//
+// Menu
+//
+IDM_MAINMENU MENU DISCARDABLE
+BEGIN
+ POPUP "&Fil"
+ BEGIN
+ MENUITEM "&Luk", IDM_CLOSE
+ END
+ POPUP "&Vis"
+ BEGIN
+ MENUITEM "Store Ikoner", IDM_LARGEICONS
+ MENUITEM "SmÕ Ikoner", IDM_SMALLICONS
+ MENUITEM "Liste", IDM_LIST
+ MENUITEM "Detaljer", IDM_DETAILS
+ END
+ POPUP "Hjµlp"
+ BEGIN
+ MENUITEM "Om", IDM_ABOUT
+ END
+END
Property changes on: trunk/reactos/lib/cpl/control/Dk.rc
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/cpl/control/control.rc
--- trunk/reactos/lib/cpl/control/control.rc 2005-03-11 07:51:43 UTC
(rev 13925)
+++ trunk/reactos/lib/cpl/control/control.rc 2005-03-11 08:22:29 UTC
(rev 13926)
@@ -17,9 +17,7 @@
#include <../../../include/reactos/version.rc>
#endif
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
-
////////////////////////////////////////////////////////////////////////
/////
//
// Icon
@@ -39,7 +37,4 @@
#include "En.rc"
#include "De.rc"
-
-
-
-
+#include "Dk.rc"