Thomas Larsen <sikker2004(a)yahoo.com>
- Danish Translation
Added: trunk/reactos/lib/user32/Da.rc
Modified: trunk/reactos/lib/user32/user32.rc
_____
Added: trunk/reactos/lib/user32/Da.rc
--- trunk/reactos/lib/user32/Da.rc 2005-03-16 09:42:40 UTC (rev
14130)
+++ trunk/reactos/lib/user32/Da.rc 2005-03-16 09:45:26 UTC (rev
14131)
@@ -0,0 +1,74 @@
+LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
+
+///////////////////////////////////////////////////////////////////////
//////
+//
+// Dialogs
+//
+
+SELWINDOW DIALOG DISCARDABLE 20, 20, 220, 140
+STYLE DS_SYSMODAL | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
|
+ WS_SYSMENU
+FONT 8, "Bitstream Vera Sans"
+CAPTION "Vµlg Vindue"
+BEGIN
+ LISTBOX 100, 5, 5, 210, 110, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT |
WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL
+ PUSHBUTTON "&OK", 1, 60, 120, 40, 15, BS_DEFPUSHBUTTON | WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ PUSHBUTTON "&Fortryd", 2, 120, 120, 40, 15, WS_CHILD | WS_VISIBLE |
WS_TABSTOP
+END
+
+///////////////////////////////////////////////////////////////////////
//////
+//
+// Menus
+//
+
+EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
+{
+ POPUP "DUMMY"
+ BEGIN
+ MENUITEM "&Fortryd", EM_UNDO
+ MENUITEM SEPARATOR
+ MENUITEM "Kl&ip", WM_CUT
+ MENUITEM "&Kopier", WM_COPY
+ MENUITEM "&Indsµt", WM_PASTE
+ MENUITEM "&Slet", WM_CLEAR
+ MENUITEM SEPARATOR
+ MENUITEM "Vµlg &Alle", EM_SETSEL
+ END
+}
+
+SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
+{
+ MENUITEM "&Gendan", 61728
+ MENUITEM "&Flyt", 61456
+ MENUITEM "&St°rrelse", 61440
+ MENUITEM "M&inimere", 61472
+ MENUITEM "Ma&ksimere", 61488
+ MENUITEM SEPARATOR
+ MENUITEM "&Luk\tAlt-F4", 61536
+}
+
+///////////////////////////////////////////////////////////////////////
//////
+//
+// Strings
+//
+
+STRINGTABLE
+{
+ IDS_ERROR, "Fejl"
+ IDS_OK, "OK"
+ IDS_CANCEL, "Fortryd"
+ IDS_ABORT, "&Afbryd"
+ IDS_RETRY, "&Fors°g Igen"
+ IDS_IGNORE, "&Ignorer"
+ IDS_YES, "&Ja"
+ IDS_NO, "&Nej"
+ IDS_HELP, "Hjµlp"
+ IDS_TRYAGAIN, "&Fors°g Igen"
+ IDS_CONTINUE, "&Forsµt"
+}
+
+STRINGTABLE
+{
+ IDS_MDI_MOREWINDOWS, "&More Windows..."
+}
+
Property changes on: trunk/reactos/lib/user32/Da.rc
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/user32/user32.rc
--- trunk/reactos/lib/user32/user32.rc 2005-03-16 09:42:40 UTC (rev
14130)
+++ trunk/reactos/lib/user32/user32.rc 2005-03-16 09:45:26 UTC (rev
14131)
@@ -59,4 +59,5 @@
OBM_MNARROW BITMAP "resources/obm_mnarrow.bmp"
#include "En.rc"
+#include "Da.rc"
#include "De.rc"