mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 19:27:00 +00:00
Thomas Larsen <sikker2004@yahoo.com>
- Added Danish language svn path=/trunk/; revision=13927
This commit is contained in:
parent
edc2f49701
commit
70385eb1e6
2 changed files with 44 additions and 0 deletions
43
reactos/lib/cpl/timedate/Dk.rc
Normal file
43
reactos/lib/cpl/timedate/Dk.rc
Normal file
|
@ -0,0 +1,43 @@
|
|||
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
|
||||
|
||||
IDD_DATETIMEPAGE DIALOGEX 0, 0, 252, 149
|
||||
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||
CAPTION "Dato && Tid"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
GROUPBOX "&Dato", -1, 4, 2, 126, 133
|
||||
CONTROL "", IDC_DATEPICKER, "SysDateTimePick32",
|
||||
DTS_SHORTDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP,
|
||||
10, 17, 115, 12
|
||||
CONTROL "", IDC_MONTHCALENDAR, "SysMonthCal32",
|
||||
WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_BORDER,
|
||||
9, 34, 115, 97
|
||||
GROUPBOX "&Klokken",
|
||||
-1, 132, 2, 113, 133
|
||||
CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32",
|
||||
DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP,
|
||||
144, 17, 90, 12
|
||||
LTEXT "Nuværende Tidszone:", IDC_TIMEZONE, 4, 138, 241, 8
|
||||
END
|
||||
|
||||
|
||||
IDD_TIMEZONEPAGE DIALOGEX 0, 0, 252, 146
|
||||
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||
CAPTION "Tidszone"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
COMBOBOX IDC_TIMEZONELIST, 5, 4, 241, 136,
|
||||
CBS_DROPDOWNLIST | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
|
||||
AUTOCHECKBOX "Justere uret automatisk efter &Sommertid/Vintertid.",
|
||||
IDC_AUTODAYLIGHT, 5, 136, 241, 10, WS_VISIBLE | WS_GROUP | WS_TABSTOP
|
||||
END
|
||||
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_CPLNAME "Dato/Tid"
|
||||
IDS_CPLDESCRIPTION "Skifter Dato, Tid og Tidszone informationer."
|
||||
IDS_TIMEZONETEXT "Nuværende tidszone: %s"
|
||||
IDS_TIMEZONEINVALID "Ugyldig"
|
||||
IDS_TIMEZONEUNKNOWN "Ukendt"
|
||||
END
|
|
@ -19,5 +19,6 @@ IDC_CPLICON ICON "resources/applet.ico"
|
|||
|
||||
#include "En.rc"
|
||||
#include "De.rc"
|
||||
#include "Dk.rc"
|
||||
#include "Es.rc"
|
||||
#include "Fr.rc"
|
||||
|
|
Loading…
Reference in a new issue