reshuffling of dlls
[reactos.git] / reactos / lib / cpl / timedate / Sv.rc
diff --git a/reactos/lib/cpl/timedate/Sv.rc b/reactos/lib/cpl/timedate/Sv.rc
deleted file mode 100644 (file)
index fadc086..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-/*
- * Swedish resources by Andreas Bjerkeholt
- *
- */
-
-LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
-
-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
-
-
-IDD_INETTIMEPAGE DIALOGEX 0, 0, 252, 146
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Internet Time"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-BEGIN
-    COMBOBOX        IDC_SERVERLIST, 65, 22, 117, 136, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
-    CONTROL         "Automatically synchronize with an Internet time server", IDC_AUTODAYLIGHT,
-                    "Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,11,7,241,10
-    LTEXT           "Server:", -1, 34, 22, 28, 13
-    PUSHBUTTON      "Update Now", IDC_UPDATEBUTTON, 187, 22, 49, 14
-    LTEXT           "", IDC_SUCSYNC, 16, 54, 214, 23
-    LTEXT           "", IDC_NEXTSYNC, 12, 96, 137, 12
-    LTEXT           "Synchronazation can only occur when your computer is connected to the internet.", -1, 12, 114, 225, 25
-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"
-    IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s"
-    IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s"
-END