[PATCH 1/2] msi: Convert the German translation to UTF8 encoding.

Michael Stefaniuc mstefani at redhat.de
Fri Mar 20 17:44:49 CDT 2009


---
 dlls/msi/msi_De.rc |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dlls/msi/msi_De.rc b/dlls/msi/msi_De.rc
index d8cd72b..6d61de6 100644
--- a/dlls/msi/msi_De.rc
+++ b/dlls/msi/msi_De.rc
@@ -20,15 +20,19 @@
 
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
+#pragma code_page(65001)
+
 STRINGTABLE DISCARDABLE
 {
 	4 "The specified installation package could not be opened.  Please check the file path and try again."
 	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."
+	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."
+	15 "Wählen Sie das Verzeichnis aus, dass %s enthält."
 }
+
+#pragma code_page(default)
-- 
1.6.2.1



More information about the wine-patches mailing list