From 0cd32943653013af4efdeae41bcf5a215cb65783 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Fri, 1 Apr 2005 09:38:01 +0000 Subject: [PATCH] Swedish translation Andreas Bjerkeholt harteex@gmail.com, proofread by David Nordenberg dnordenberg@users.sourceforge.net svn path=/trunk/; revision=14411 --- reactos/lib/cpl/timedate/Sv.rc | 47 ++++++++++++++++++++++++++++ reactos/lib/cpl/timedate/timedate.rc | 1 + 2 files changed, 48 insertions(+) create mode 100644 reactos/lib/cpl/timedate/Sv.rc diff --git a/reactos/lib/cpl/timedate/Sv.rc b/reactos/lib/cpl/timedate/Sv.rc new file mode 100644 index 00000000000..d245db4a269 --- /dev/null +++ b/reactos/lib/cpl/timedate/Sv.rc @@ -0,0 +1,47 @@ +/* + * Swedish resources by Andreas Bjerkeholt + * + */ + +LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT + +IDD_DATETIMEPAGE DIALOGEX 0, 0, 252, 146 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Datum && Tid" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + GROUPBOX "&Datum", -1, 4, 2, 122, 125 + CONTROL "", IDC_DATEPICKER, "SysDateTimePick32", + DTS_SHORTDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, + 11, 17, 108, 12 + CONTROL "", IDC_MONTHCALENDAR, "SysMonthCal32", + WS_CHILD | WS_VISIBLE | WS_TABSTOP, + 11, 37, 108, 80 + GROUPBOX "&Tid", -1, 132, 2, 113, 125 + CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32", + DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, + 144, 17, 90, 12 + LTEXT "", IDC_TIMEZONE, 4, 136, 241, 8 +END + + +IDD_TIMEZONEPAGE DIALOGEX 0, 0, 252, 146 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Tidszon" +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 "&Justera klockan automatiskt för sommar- och vintertid", + IDC_AUTODAYLIGHT, 5, 136, 241, 10, WS_VISIBLE | WS_GROUP | WS_TABSTOP +END + + +STRINGTABLE +BEGIN + IDS_CPLNAME "Datum/Tid" + IDS_CPLDESCRIPTION "Ändrar information om datum, tid och tidszon." + IDS_TIMEZONETEXT "Aktuell tidszon: %s" + IDS_TIMEZONEINVALID "Felaktig" + IDS_TIMEZONEUNKNOWN "Okänd" +END diff --git a/reactos/lib/cpl/timedate/timedate.rc b/reactos/lib/cpl/timedate/timedate.rc index 5a5498fb71d..657708af16f 100644 --- a/reactos/lib/cpl/timedate/timedate.rc +++ b/reactos/lib/cpl/timedate/timedate.rc @@ -23,3 +23,4 @@ IDC_CPLICON ICON "resources/applet.ico" #include "Es.rc" #include "Fr.rc" #include "Ru.rc" +#include "Sv.rc"