From d0cc21f45f432930b8a29646f0338a4bb5b1ce8b Mon Sep 17 00:00:00 2001 From: Henning Gerhardt Date: Tue, 15 Feb 2005 20:46:19 +0000 Subject: [PATCH] Add/updated German resources. --- dlls/msi/msi.rc | 1 + dlls/msi/msi_De.rc | 33 +++++++++++++++++++++++++++++++++ dlls/shdocvw/De.rc | 36 ++++++++++++++++++++++++++++++++++++ dlls/shdocvw/shdocvw.rc | 1 + programs/winefile/De.rc | 27 ++++++++++++++++++++++----- 5 files changed, 93 insertions(+), 5 deletions(-) create mode 100644 dlls/msi/msi_De.rc create mode 100644 dlls/shdocvw/De.rc diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc index 8181f46c03c..2c2291d2fdd 100644 --- a/dlls/msi/msi.rc +++ b/dlls/msi/msi.rc @@ -27,5 +27,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "version.rc" +#include "msi_De.rc" #include "msi_En.rc" #include "msi_Pt.rc" diff --git a/dlls/msi/msi_De.rc b/dlls/msi/msi_De.rc new file mode 100644 index 00000000000..0b15276eca8 --- /dev/null +++ b/dlls/msi/msi_De.rc @@ -0,0 +1,33 @@ +/* + * German resources for MSI + * + * 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 + +STRINGTABLE DISCARDABLE +{ + 5 "Der Pfad %s wurde nicht gefunden." + 9 "Bitte Disk %s einlegen." + 10 "schlechte Parameter" + 11 "Geben Sie das Verzeichnis ein, dass %s enthält." + 12 "Die Installationsquelle für das Feature fehlt." + 13 "Das Netzwerklaufwerk für das Feature fehlt." + 14 "Feature von:" + 15 "Wählen Sie das Verzeichnis aus, dass %s enthält." +} diff --git a/dlls/shdocvw/De.rc b/dlls/shdocvw/De.rc new file mode 100644 index 00000000000..c2c186a27fc --- /dev/null +++ b/dlls/shdocvw/De.rc @@ -0,0 +1,36 @@ +/* + * 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 + +100 DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 62 +STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "Lade die Mozilla Active X Steuerung" +FONT 8, "Helv" +{ + CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12 + LTEXT "", 104, 10, 30, 200, 10, SS_CENTER + PUSHBUTTON "Abbrechen", IDCANCEL, 85, 44, 50, 15, WS_GROUP | WS_TABSTOP +} + +STRINGTABLE +BEGIN + 1001 "Diese Anwendung fordert ein ActiveX Browser Objekt an,\n" \ + "aber die Mozilla Active X Steuerung ist nicht installiert." \ + "Möchten Sie, dass es aus dem Internet geladen und installiert wird ?" +END diff --git a/dlls/shdocvw/shdocvw.rc b/dlls/shdocvw/shdocvw.rc index 039b1e55c56..6f884d63fde 100644 --- a/dlls/shdocvw/shdocvw.rc +++ b/dlls/shdocvw/shdocvw.rc @@ -23,5 +23,6 @@ #include "version.rc" +#include "De.rc" #include "En.rc" #include "Pt.rc" diff --git a/programs/winefile/De.rc b/programs/winefile/De.rc index e7f8844fc9d..a92bac86197 100644 --- a/programs/winefile/De.rc +++ b/programs/winefile/De.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_GERMAN, SUBLANG_GERMAN IDM_WINEFILE MENU FIXED IMPURE { POPUP "&Datei" { - MENUITEM "Ö&ffnen\tEingabetaste" , 101 - MENUITEM "&Verschieben...\tF7" , 106 + MENUITEM "Ö&ffnen\tEingabetaste" , 101 + MENUITEM "&Verschieben...\tF7" , ID_FILE_MOVE MENUITEM "&Kopieren...\tF8" , 107 MENUITEM "&In Zwischenablage...\tF9" , 118 MENUITEM "&Löschen\tEntf" , 108 @@ -47,7 +47,11 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&Suchen..." , 104 MENUITEM "Dateien aus&wählen..." , 116 MENUITEM SEPARATOR +#ifndef _NO_EXTENSIONS MENUITEM "&Beenden\tAlt+X" , ID_FILE_EXIT +#else + MENUITEM "&Beenden\tAlt+X" , ID_FILE_EXIT +#endif } POPUP "Da&tenträger" { @@ -99,7 +103,7 @@ IDM_WINEFILE MENU FIXED IMPURE POPUP "&Optionen" { MENUITEM "&Bestätigen..." , -1 - MENUITEM "Schrift&art..." , ID_SELECT_FONT + MENUITEM "Schrift&art..." , ID_SELECT_FONT MENUITEM "Symbolleiste &definieren..." , -1 MENUITEM SEPARATOR MENUITEM "Sy&mbolleiste" , ID_VIEW_TOOL_BAR, CHECKED @@ -161,10 +165,23 @@ FONT 8, "MS Shell Dlg" PUSHBUTTON "&Hilfe" , 254, 158, 43, 47, 14 } +IDD_SELECT_DESTINATION DIALOG FIXED IMPURE 15, 13, 210, 63 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Ziel auswählen" +FONT 8, "MS Shell Dlg" +{ + CONTROL "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10 + CONTROL "&Verzeichnis:" , -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10 + EDITTEXT 201, 3, 29, 134, 12, ES_AUTOHSCROLL + DEFPUSHBUTTON "OK" , 1, 158, 6, 47, 14 + PUSHBUTTON "Abbrechen" , 2, 158, 23, 47, 14 + PUSHBUTTON "&Durchsuchen" , 254, 158, 43, 47, 14 +} + STRINGTABLE { - IDS_FONT_SEL_DLG_NAME "Anwenden der Schriftarteinstellung" - IDS_FONT_SEL_ERROR "Fehler während der Schriftart-Auswahl." + IDS_FONT_SEL_DLG_NAME "Anwenden der Schriftarteinstellung" + IDS_FONT_SEL_ERROR "Fehler während der Schriftart-Auswahl." } STRINGTABLE