- Added German winspool resource file.
- Updated German winecfg resource file.
This commit is contained in:
parent
f4285e68fe
commit
7581d47f92
|
@ -0,0 +1,39 @@
|
|||
/*
|
||||
* German resources for winspool
|
||||
*
|
||||
* Copyright 2005 Henning Gerhardt
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
|
||||
|
||||
FILENAME_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47
|
||||
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Ausdruck in Datei"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "&Dateiname:", -1, 7, 13, 194, 13, WS_VISIBLE
|
||||
EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
|
||||
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
|
||||
PUSHBUTTON "Abbrechen", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
IDS_CAPTION "Lokaler Anschluß"
|
||||
IDS_FILE_EXISTS "Die Ausgabedatei existiert schon. Drücken Sie OK zum Überschreiben."
|
||||
IDS_CANNOT_OPEN "Die Ausgabedatei konnte nicht erzeugt werden."
|
||||
}
|
|
@ -23,4 +23,5 @@
|
|||
#include "winuser.h"
|
||||
#include "wspool.h"
|
||||
|
||||
#include "De.rc"
|
||||
#include "En.rc"
|
||||
|
|
|
@ -39,10 +39,10 @@ STYLE WS_CHILD | WS_DISABLED
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
GROUPBOX " Anwendungseinstellungen ",IDC_STATIC, 8,4,244,240
|
||||
LTEXT "Wine kann für jede Anwendung eine unterschiedliche Windowsversion nachahmen.",
|
||||
IDC_STATIC,15,20,227,20
|
||||
LTEXT "Wine kann für jede Anwendung eine unterschiedliche Windowsversion nachahmen. Dieser Reiter ist mit den Bibliothek- und Grafik-Reiter verknüpft, damit entweder systemweite oder anwendungsabhängige Einstellungen in diesen Reitern vorgenommen werden können.",
|
||||
IDC_STATIC,15,20,227,30
|
||||
CONTROL "Anwendungen",IDC_APP_LISTVIEW,"SysListView32",WS_BORDER | WS_TABSTOP | LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS,
|
||||
15,40,230,140
|
||||
15,50,230,160
|
||||
PUSHBUTTON "Anw. &hinzufügen",IDC_APP_ADDAPP, 90,204,75,14
|
||||
PUSHBUTTON "Anw. &entfernen",IDC_APP_REMOVEAPP, 170,204,75,14
|
||||
LTEXT "&Windows Version:",IDC_STATIC,17,226,58,8
|
||||
|
@ -56,11 +56,11 @@ BEGIN
|
|||
LTEXT "Bildschirmfarbtiefe: ",IDC_STATIC,8,10,70,30
|
||||
COMBOBOX IDC_SCREEN_DEPTH,80,8,170,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
|
||||
GROUPBOX " Fenstereinstellungen ",IDC_STATIC,8,25,244,120
|
||||
|
||||
CONTROL "Erlaube DirectX Anwendungen, dass die Maus das Anwendungsfenster nicht verlassen kann.",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,35,230,8
|
||||
CONTROL "Aktivierung der Doppelpufferung des Desktops",IDC_DOUBLE_BUFFER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,45,230,8
|
||||
|
||||
GROUPBOX " Fenstereinstellungen ",IDC_STATIC,8,25,244,120
|
||||
|
||||
/* FIXME: the wording of this explanation could be a lot better */
|
||||
LTEXT "Sie können entweder einen Windows Desktop emulieren, in dem alle Fenster in einem 'virtuellen Bildschirm' zusammen sind, oder Sie lassen es zu, dass die Fenster auf ihren normalen Desktop platziert werden.",
|
||||
IDC_STATIC,15,73,228,28
|
||||
|
@ -71,6 +71,13 @@ BEGIN
|
|||
|
||||
EDITTEXT IDC_DESKTOP_WIDTH,70,115,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
|
||||
EDITTEXT IDC_DESKTOP_HEIGHT,123,115,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
|
||||
|
||||
GROUPBOX " Direct3D ",IDC_STATIC,8,140,244,120
|
||||
|
||||
LTEXT "Vertex Shader Unterstützung: ",IDC_STATIC,15,150,80,30
|
||||
COMBOBOX IDC_D3D_VSHADER_MODE,100,148,150,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
|
||||
CONTROL "Erlaube Pixel Shader (wenn es durch die Hardware unterstützt wird)", IDC_D3D_PSHADER_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,165,230,10
|
||||
END
|
||||
|
||||
IDD_DLLCFG DIALOG DISCARDABLE 0, 0, 260, 250
|
||||
|
@ -151,6 +158,13 @@ BEGIN
|
|||
PUSHBUTTON "Automatisch",IDC_AUDIO_AUTODETECT,170,20,49,14
|
||||
PUSHBUTTON "Konfigurieren",IDC_AUDIO_CONFIGURE,170,40,49,14
|
||||
PUSHBUTTON "Kontrollschirm",IDC_AUDIO_CONTROL_PANEL,170,60,49,14
|
||||
|
||||
GROUPBOX " DirectSound ",IDC_STATIC,8,75,244,120
|
||||
|
||||
LTEXT "Hardware Beschleunigung: ", IDC_STATIC,15,85,90,10
|
||||
COMBOBOX IDC_DSOUND_HW_ACCEL,100,83,150,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
CONTROL "Treiber Emulation",IDC_DSOUND_DRV_EMUL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,100,230,10
|
||||
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
|
Loading…
Reference in New Issue