Frank Richter : shdocvw: Improve German translation.

Alexandre Julliard julliard at wine.codeweavers.com
Sun May 28 11:33:26 CDT 2006


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

Author: Frank Richter <frank.richter at gmail.com>
Date:   Sun May 28 04:10:33 2006 +0200

shdocvw: Improve German translation.

---

 dlls/shdocvw/De.rc |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/shdocvw/De.rc b/dlls/shdocvw/De.rc
index 790b9da..6d3e75a 100644
--- a/dlls/shdocvw/De.rc
+++ b/dlls/shdocvw/De.rc
@@ -20,7 +20,7 @@ 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"
+CAPTION "Lade das Mozilla ActiveX-Steuerelement"
 FONT 8, "MS Shell Dlg"
 {
  CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
@@ -30,7 +30,7 @@ FONT 8, "MS Shell Dlg"
 
 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 ?"
+ 1001	"Diese Anwendung fordert ein Browser-ActiveX-Objekt an, " \
+        "aber das Mozilla ActiveX-Steuerelement ist nicht installiert.\n" \
+        "Möchten Sie, dass es aus dem Internet geladen und installiert wird?"
 END




More information about the wine-cvs mailing list