Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d0cc21f4
Commit
d0cc21f4
authored
Feb 15, 2005
by
Henning Gerhardt
Committed by
Alexandre Julliard
Feb 15, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add/updated German resources.
parent
af882e0e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
93 additions
and
5 deletions
+93
-5
msi.rc
dlls/msi/msi.rc
+1
-0
msi_De.rc
dlls/msi/msi_De.rc
+33
-0
De.rc
dlls/shdocvw/De.rc
+36
-0
shdocvw.rc
dlls/shdocvw/shdocvw.rc
+1
-0
De.rc
programs/winefile/De.rc
+22
-5
No files found.
dlls/msi/msi.rc
View file @
d0cc21f4
...
...
@@ -27,5 +27,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "version.rc"
#include "msi_De.rc"
#include "msi_En.rc"
#include "msi_Pt.rc"
dlls/msi/msi_De.rc
0 → 100644
View file @
d0cc21f4
/*
* 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 enthlt."
12 "Die Installationsquelle fr das Feature fehlt."
13 "Das Netzwerklaufwerk fr das Feature fehlt."
14 "Feature von:"
15 "Whlen Sie das Verzeichnis aus, dass %s enthlt."
}
dlls/shdocvw/De.rc
0 → 100644
View file @
d0cc21f4
/*
* 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." \
"Mchten Sie, dass es aus dem Internet geladen und installiert wird ?"
END
dlls/shdocvw/shdocvw.rc
View file @
d0cc21f4
...
...
@@ -23,5 +23,6 @@
#include "version.rc"
#include "De.rc"
#include "En.rc"
#include "Pt.rc"
programs/winefile/De.rc
View file @
d0cc21f4
...
...
@@ -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 "&Lschen\tEntf" , 108
...
...
@@ -47,7 +47,11 @@ IDM_WINEFILE MENU FIXED IMPURE
MENUITEM "&Suchen..." , 104
MENUITEM "Dateien aus&whlen..." , 116
MENUITEM SEPARATOR
#ifndef _NO_EXTENSIONS
MENUITEM "&Beenden\tAlt+X" , ID_FILE_EXIT
#else
MENUITEM "&Beenden\tAlt+X" , ID_FILE_EXIT
#endif
}
POPUP "Da&tentrger" {
...
...
@@ -99,7 +103,7 @@ IDM_WINEFILE MENU FIXED IMPURE
POPUP "&Optionen" {
MENUITEM "&Besttigen..." , -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 auswhlen"
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 whrend der Schriftart-Auswahl."
IDS_FONT_SEL_DLG_NAME
"Anwenden der Schriftarteinstellung"
IDS_FONT_SEL_ERROR
"Fehler whrend der Schriftart-Auswahl."
}
STRINGTABLE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment