msi: Convert the German translation to UTF8 encoding.

This commit is contained in:
Michael Stefaniuc 2009-03-20 23:44:49 +01:00 committed by Alexandre Julliard
parent c2d6ce85d0
commit b4cb8562ae
1 changed files with 8 additions and 4 deletions

View File

@ -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)