mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Slayer: german language file
svn path=/trunk/; revision=13880
This commit is contained in:
parent
2ed637d9a6
commit
0b18ff226e
2 changed files with 46 additions and 1 deletions
38
reactos/lib/shellext/slayer/De.rc
Normal file
38
reactos/lib/shellext/slayer/De.rc
Normal file
|
@ -0,0 +1,38 @@
|
|||
LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_SLAYERSHEET DIALOGEX 0, 0, 224, 226
|
||||
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||
CAPTION "Kompatibilität"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "Falls dieses Programm Probleme verursacht, wählen Sie den zutreffenden Kompatibilitätsmodus, der mit der Betriebssystem-Version übereinstimmt, unter der das Programm korrekt funktionierte.", -1, 7,7,210,31
|
||||
GROUPBOX "Kompatibilitätsmodus", IDC_COMPATGROUP, 7,41,210,49
|
||||
CHECKBOX "Programm im Kompatibilitätsmodus ausführen für:", IDC_CHKRUNCOMPATIBILITY, 18,57,188,10, BS_AUTOCHECKBOX | WS_TABSTOP
|
||||
COMBOBOX IDC_COMPATIBILITYMODE, 18,70,188,85, CBS_HASSTRINGS | CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED
|
||||
GROUPBOX "Anzeigeeinstellungen", -1, 7,99,210,61, BS_GROUPBOX | WS_DISABLED
|
||||
CHECKBOX "Mit 256 Farben ausführen", IDC_CHKRUNIN256COLORS, 18,114,188,10, BS_AUTOCHECKBOX | WS_TABSTOP | WS_DISABLED
|
||||
CHECKBOX "In Bildschirmauflösung 640 x 480 ausführen", IDC_CHKRUNIN640480RES, 18,129,188,10, BS_AUTOCHECKBOX | WS_TABSTOP | WS_DISABLED
|
||||
CHECKBOX "Visuelle Designs deaktivieren", IDC_CHKDISABLEVISUALTHEMES, 18,144,188,10, BS_AUTOCHECKBOX | WS_TABSTOP | WS_DISABLED
|
||||
PUSHBUTTON "Kompatibilitätsmodus ändern", IDC_EDITCOMPATIBILITYMODES, 117,167,100,15
|
||||
/* CONTROL "Weitere Informationen über <A>Programmkompatibilität</A>.", IDC_INFOLINK, "SysLink", WS_CHILD | WS_TABSTOP | WS_VISIBLE, 7,207,210,10, WS_EX_NOPARENTNOTIFY */
|
||||
END
|
||||
|
||||
IDD_EDITCOMPATIBILITYMODES DIALOGEX 0, 0, 230, 139
|
||||
STYLE DS_SETFONT | DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Kompatibilitätsmodus ändern"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
LISTBOX IDC_COMPATIBILITYMODE, 9,6,148,108, LBS_NOTIFY | LBS_WANTKEYBOARDINPUT | WS_BORDER
|
||||
PUSHBUTTON "&Hinzufügen...", IDC_ADD, 162,6,60,14, WS_DISABLED
|
||||
PUSHBUTTON "&Ändern...", IDC_EDIT, 162,24,60,14, WS_DISABLED
|
||||
PUSHBUTTON "&Löschen", IDC_DELETE, 162,42,60,14, WS_DISABLED
|
||||
PUSHBUTTON "&OK", IDOK, 95,116,60,14
|
||||
PUSHBUTTON "&Abbrechen", IDCANCEL, 162,116,60,14
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_SLAYER "Slayer"
|
||||
IDS_DESCRIPTION "Application Compatibility Layer Shell Extension"
|
||||
END
|
||||
|
|
@ -9,5 +9,12 @@
|
|||
#define REACTOS_STR_ORIGINAL_FILENAME "slayer.dll\0"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
#include "en.rc"
|
||||
/*
|
||||
* Everything specific to any language goes in one of the specific
|
||||
* files. Note that you can and may override resources which also have
|
||||
* a neutral version. This is to get localized bitmaps for example.
|
||||
*/
|
||||
|
||||
#include "En.rc"
|
||||
#include "De.rc"
|
||||
|
||||
|
|
Loading…
Reference in a new issue