mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 03:22:58 +00:00
DJ_Smith <dj_smith_reactos@online.de>
german language file updated svn path=/trunk/; revision=20464
This commit is contained in:
parent
42c1f0fab7
commit
ae81d0a8a4
1 changed files with 7 additions and 6 deletions
|
@ -35,17 +35,17 @@ END
|
||||||
|
|
||||||
IDD_INETTIMEPAGE DIALOGEX 0, 0, 252, 146
|
IDD_INETTIMEPAGE DIALOGEX 0, 0, 252, 146
|
||||||
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
|
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||||
CAPTION "Internet Time"
|
CAPTION "Internet Zeit"
|
||||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||||
BEGIN
|
BEGIN
|
||||||
COMBOBOX IDC_SERVERLIST, 65, 22, 117, 136, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
COMBOBOX IDC_SERVERLIST, 65, 22, 117, 136, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||||
CONTROL "Automatically synchronize with an Internet time server", IDC_AUTODAYLIGHT,
|
CONTROL "Automatisch mit einem Internet Zeitserver synchronisieren", IDC_AUTODAYLIGHT,
|
||||||
"Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,11,7,241,10
|
"Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,11,7,241,10
|
||||||
LTEXT "Server:", -1, 34, 22, 28, 13
|
LTEXT "Server:", -1, 34, 22, 28, 13
|
||||||
PUSHBUTTON "Update Now", IDC_UPDATEBUTTON, 187, 22, 49, 14
|
PUSHBUTTON "Jetzt updaten", IDC_UPDATEBUTTON, 187, 22, 49, 14
|
||||||
LTEXT "", IDC_SUCSYNC, 16, 54, 214, 23
|
LTEXT "", IDC_SUCSYNC, 16, 54, 214, 23
|
||||||
LTEXT "", IDC_NEXTSYNC, 12, 96, 137, 12
|
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
|
LTEXT "Zum Synchronisieren muss der Computer mit dem Internet verbunden sein.", -1, 12, 114, 225, 25
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@ BEGIN
|
||||||
IDS_TIMEZONETEXT "Aktuelle Zeitzone: %s"
|
IDS_TIMEZONETEXT "Aktuelle Zeitzone: %s"
|
||||||
IDS_TIMEZONEINVALID "Ungültig"
|
IDS_TIMEZONEINVALID "Ungültig"
|
||||||
IDS_TIMEZONEUNKNOWN "Unbekannt"
|
IDS_TIMEZONEUNKNOWN "Unbekannt"
|
||||||
IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s"
|
IDS_INETTIMESUCSYNC "Die Zeit wurde erfolgreich mit %s am % um %s synchronisiert"
|
||||||
IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s"
|
IDS_INETTIMENEXTSYNC "Nächste Synchronisierung am %s um %s"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue