Hi,
2015-03-29 17:48 GMT+02:00 Phillip Sz [off-list ref]:
Hi,
quoted
#: builtin/apply.c:3238
-#, fuzzy, c-format
+#, c-format
msgid "reading from '%s' beyond a symbolic link"
-msgstr "Pfadspezifikation '%s' ist hinter einem symbolischen Verweis"
+msgstr "Lese von '%s' hinter einem symbolischen Verweis"
"Lese von '%s', welches sich hinter einem symbolischen Verweis verbirgt"
Maybe that's better?
Also I'm not so sure what this string should actually mean.
If I read the code correctly, this is an error message that appears when
someone tries to apply a patch that modifies a file with the leading directory
being a symlink.
What about skipping the "read" part (because it's an implementation detail)
and translate it as
"'%s' ist hinter einem symbolischen Verweis"
to match other similar messages?
Ralf