mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 14:16:53 +00:00
[SHELL32]
German translation update svn path=/trunk/; revision=65707
This commit is contained in:
parent
eb0152b771
commit
42b68bba90
1 changed files with 7 additions and 7 deletions
|
@ -625,16 +625,16 @@ END
|
|||
|
||||
IDD_NOOPEN DIALOGEX 0, 0, 240, 75
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Caution"
|
||||
CAPTION "Warnung"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON IDI_SHELL_DOCUMENT, IDI_SHELL_DOCUMENT, 5, 5, 21, 20
|
||||
LTEXT "This file could either be used by the operating system or by\n\
|
||||
another application. Modifying this file might damage your\n\
|
||||
system or make it less functional.\n\n\
|
||||
Are you sure you want to open this file?", IDC_STATIC, 35, 5, 230, 60
|
||||
DEFPUSHBUTTON "Yes", IDYES, 125, 55, 50, 14
|
||||
PUSHBUTTON "No", IDNO, 180, 55, 50, 14
|
||||
LTEXT "Diese Datei wird entweder durch das Betriebssystem oder durch\n\
|
||||
eine andere Anwendung verwendet. Diese Datei zu verändern kann Ihr System beschädigen\n\
|
||||
oder die Funktion beeinträchtigen.\n\n\
|
||||
Sind Sie sicher, dass Sie diese Datei öffnen möchten?", IDC_STATIC, 35, 5, 230, 60
|
||||
DEFPUSHBUTTON "&Ja", IDYES, 125, 55, 50, 14
|
||||
PUSHBUTTON "&Nein", IDNO, 180, 55, 50, 14
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue