mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
german resource strings
svn path=/trunk/; revision=11226
This commit is contained in:
parent
4e85d9668a
commit
26a5b94393
2 changed files with 23 additions and 3 deletions
|
@ -161,3 +161,23 @@ FONT 8, "MS Shell Dlg"
|
|||
PUSHBUTTON "Abbrechen" , 2, 158, 23, 47, 14
|
||||
PUSHBUTTON "&Hilfe" , 254, 158, 43, 47, 14
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_FONT_SEL_DLG_NAME "Anwenden der Schriftarteinstellung"
|
||||
IDS_FONT_SEL_ERROR "Fehler während der Schriftart-Auswahl."
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_WINEFILE "Winefile"
|
||||
IDS_ERROR "Fehler"
|
||||
IDS_ROOT_FS "root fs"
|
||||
IDS_UNIXFS "unixfs"
|
||||
IDS_DESKTOP "Desktop"
|
||||
IDS_SHELL "Shell"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Noch nicht implementiert"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine File"
|
||||
}
|
||||
|
|
|
@ -80,7 +80,7 @@ IDM_WINEFILE MENU FIXED IMPURE
|
|||
MENUITEM "Expand &all\tStrg+*" , 303
|
||||
MENUITEM "Collapse &Tree\t-" , 304
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Mark Childs" , 505
|
||||
MENUITEM "&Mark Children" , 505
|
||||
}
|
||||
|
||||
POPUP "&View" {
|
||||
|
@ -114,8 +114,8 @@ IDM_WINEFILE MENU FIXED IMPURE
|
|||
MENUITEM "F&ull Screen\tCtrl+Shift+S" , ID_VIEW_FULLSCREEN
|
||||
#endif
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Symbol nach Programmstart" , -1
|
||||
MENUITEM "&Einstellungen beim Beenden speichern" , 511
|
||||
MENUITEM "&Minimize on run" , -1
|
||||
MENUITEM "&Save settings on exit" , 511
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue