mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[WINLOGON] Add german translation of the system shutdown dialog
This commit is contained in:
parent
ec2bfa2e11
commit
153c645b2c
1 changed files with 3 additions and 3 deletions
|
@ -28,10 +28,10 @@ CAPTION "System Shutdown"
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON IDI_WARNING, IDC_SYSSHUTDOWNICON, 6, 7, 18, 20
|
||||
LTEXT "A system shutdown has been initiated. Please save all your work and terminate your session. All unsaved work will be lost when the system shuts down.", -1, 38, 7, 135, 40
|
||||
LTEXT "The system shuts down in:", -1, 38, 50, 90, 8
|
||||
LTEXT "Das System wird heruntergefahren. Speichern Sie alle Daten und melden Sie sich ab. Alle nicht gespeicherten Änderungen gehen verloren.", -1, 38, 7, 135, 40
|
||||
LTEXT "Zeit bis zum Herunterfahren:", -1, 38, 50, 93, 8
|
||||
LTEXT "00:00:00", IDC_SYSSHUTDOWNTIMELEFT, 132, 50, 41, 8
|
||||
LTEXT "Message:", -1, 38, 65, 135, 8
|
||||
LTEXT "Meldung:", -1, 38, 65, 135, 8
|
||||
LTEXT "", IDC_SYSSHUTDOWNMESSAGE, 38, 75, 135, 58
|
||||
END
|
||||
|
||||
|
|
Loading…
Reference in a new issue