[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-users] bug in german translation
From: |
Andreas K. Foerster |
Subject: |
Re: [Savannah-users] bug in german translation |
Date: |
Tue, 8 Aug 2006 07:42:12 +0200 |
User-agent: |
Mutt/1.5.9i |
Am Monday, dem 07. Aug 2006 schrieb Sylvain Beucler:
> > there is a bug in the german translation.
> > The menu item "Other Docs" is translated with "Weitere Dokumente",
> > which means "further documents". That is very irritating.
> > The correct term would be "Weitere Dokumentationen".
>
> Patch? :)
> http://svn.gna.org/viewcvs/savane/trunk/po/
--- de.po.bak 2006-08-08 07:06:31.000000000 +0200
+++ de.po 2006-08-08 07:23:04.000000000 +0200
@@ -1258,7 +1258,7 @@
#: ../frontend/php/include/Layout.class:575
msgid "Other Docs"
-msgstr "Weitere Dokumente"
+msgstr "Weitere Dokumentation"
#: ../frontend/php/include/Layout.class:575
msgid "Browse Other Documentation"
-----------------------------------------------------------------
But wait...
Now I see, where the problem came from. The translator used
"Benutzerdokumente: ..." ("User Docs: ...") for abbreviation reasons
for the side menu. German words tend to be much longer than english
words, and there is no common way to abbreviate that.
Wouldn't it be okay in this context to leave "user" away, and to use
the term for "manuals" ("Anleitungen") instead?
If yes, then I can send you another patch...
--
AKFoerster