From edc2f49701f7b7e2fdf6bc8578f170255c927cd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=A9=20van=20Geldorp?= Date: Fri, 11 Mar 2005 08:22:29 +0000 Subject: [PATCH] Thomas Larsen - Added Danish language svn path=/trunk/; revision=13926 --- reactos/lib/cpl/control/Dk.rc | 26 ++++++++++++++++++++++++++ reactos/lib/cpl/control/control.rc | 7 +------ 2 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 reactos/lib/cpl/control/Dk.rc diff --git a/reactos/lib/cpl/control/Dk.rc b/reactos/lib/cpl/control/Dk.rc new file mode 100644 index 00000000000..808c955e36e --- /dev/null +++ b/reactos/lib/cpl/control/Dk.rc @@ -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 diff --git a/reactos/lib/cpl/control/control.rc b/reactos/lib/cpl/control/control.rc index 1fac250730a..9f6f1057041 100644 --- a/reactos/lib/cpl/control/control.rc +++ b/reactos/lib/cpl/control/control.rc @@ -17,8 +17,6 @@ #include <../../../include/reactos/version.rc> #endif -LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT - ///////////////////////////////////////////////////////////////////////////// // @@ -39,7 +37,4 @@ IDI_MAINICON ICON DISCARDABLE "resources/config.ico" #include "En.rc" #include "De.rc" - - - - +#include "Dk.rc" -- 2.17.1