Michael Stefaniuc : winhelp: Update the German translation.

Alexandre Julliard julliard at winehq.org
Thu Mar 27 07:22:09 CDT 2008


Module: wine
Branch: master
Commit: 9b767a159b0b1778f1aff536a33d93abfc85419c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9b767a159b0b1778f1aff536a33d93abfc85419c

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Mar 27 00:22:26 2008 +0100

winhelp: Update the German translation.

---

 programs/winhelp/De.rc |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/programs/winhelp/De.rc b/programs/winhelp/De.rc
index 8ec84cd..783226d 100644
--- a/programs/winhelp/De.rc
+++ b/programs/winhelp/De.rc
@@ -50,6 +50,16 @@ MAIN_MENU MENU LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
  }
 }
 
+IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+FONT 8, "MS Shell Dlg"
+CAPTION "Index"
+{
+    LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
+    PUSHBUTTON "&OK", IDOK, 40, 170, 50, 12
+    PUSHBUTTON "&Abbrechen", IDCANCEL, 120, 170, 50, 12
+}
+
 /* Strings */
 
 STRINGTABLE DISCARDABLE LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
@@ -64,8 +74,8 @@ STID_CONTENTS, 		"&Inhalt"
 STID_SEARCH, 		"&Suchen"
 STID_BACK, 		"&Zurück"
 STID_HISTORY, 		"&Bisher"
-STID_TOPICS, 		"&Topics"
+STID_TOPICS, 		"&Themen"
 STID_ALL_FILES, 	"Alle Dateien (*.*)"
 STID_HELP_FILES_HLP, 	"Hilfe-Dateien (*.hlp)"
-STID_FILE_NOT_FOUND_s	"Cannot find '%s'. Do you want to find this file yourself?"
+STID_FILE_NOT_FOUND_s	"'%s' konnte nicht gefunden werden. Wollen Sie selber nach dieser Datei suchen?"
 }




More information about the wine-cvs mailing list