Skip to content

Commit 5b56fe1

Browse files
author
smeyer
committed
fix format string errors from c88076
git-svn-id: https://svn.r-project.org/R/trunk@88111 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent ad8b1dd commit 5b56fe1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/library/base/po/de.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4239,8 +4239,8 @@ msgid ""
42394239
"string containing Unicode escapes not in this locale\n"
42404240
"is too long (max 10000 chars) (%s:%d:%d)"
42414241
msgstr ""
4242-
"Zeichenkette in Zeile %d mit Unicode-Escapecodes nicht aus dieser Lokalisierung\n"
4243-
"ist zu lang (max. 1000 Zeichen) (%s:%d:%d)"
4242+
"Zeichenkette mit Unicode-Escapecodes nicht aus dieser Lokalisierung\n"
4243+
"ist zu lang (max. 10000 Zeichen) (%s:%d:%d)"
42444244

42454245
#: src/main/gram.y:3224
42464246
#, c-format
@@ -5625,7 +5625,7 @@ msgstr "Argument 'allow_surrogate_pairs' muss TRUE oder FALSE sein"
56255625
#: src/main/relop.c:185
56265626
#, c-format
56275627
msgid "comparison (%s) is not possible for language types"
5628-
msgstr "Vergleich (%d) ist für Sprachtypen nicht möglich"
5628+
msgstr "Vergleich (%s) ist für Sprachtypen nicht möglich"
56295629

56305630
#: src/main/relop.c:177
56315631
msgid "comparing this symbol and string pair is not supported"

src/library/grDevices/po/de.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ msgstr "Unicode Zeichen %lc (U+%04X) kann nicht konvertiert werden"
177177
#: devPS.c:918 devPS.c:972
178178
#, c-format
179179
msgid "font metrics unknown for character 0x%02x in encoding %s"
180-
msgstr "Fontmetrik für das Zeichen 0x%02x unbekannt"
180+
msgstr "Fontmetrik unbekannt für das Zeichen 0x%02x in Kodierung %s"
181181

182182
#: devPS.c:987
183183
#, c-format

0 commit comments

Comments
 (0)