diff options
| author | bwarsaw | 2001-09-11 20:22:05 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-09-11 20:22:05 +0000 |
| commit | 699b0f0e8af1030aaeff1cd4a95eaf15b3125c00 (patch) | |
| tree | 639f92e0b273300e64f32eebb64d4c9b2375cc34 | |
| parent | dfaa6d5ba450a37e8a693c841881b9ede18ab7e8 (diff) | |
| download | mailman-699b0f0e8af1030aaeff1cd4a95eaf15b3125c00.tar.gz mailman-699b0f0e8af1030aaeff1cd4a95eaf15b3125c00.tar.zst mailman-699b0f0e8af1030aaeff1cd4a95eaf15b3125c00.zip | |
Cosmetic changes:
- remove all line-ending ^M's.
- corrected this problem:
msgfmt -o de/LC_MESSAGES/mailman.mo de/LC_MESSAGES/mailman.po
de/LC_MESSAGES/mailman.po:173: `msgid' and `msgstr' entries do not both end with '\n'
de/LC_MESSAGES/mailman.po:224: `msgid' and `msgstr' entries do not both end with '\n'
de/LC_MESSAGES/mailman.po:792: `msgid' and `msgstr' entries do not both end with '\n'
de/LC_MESSAGES/mailman.po:971: `msgid' and `msgstr' entries do not both end with '\n'
found 4 fatal errors
make: [de/LC_MESSAGES/mailman.mo] Error 1 (ignored)
by removing the \n's in the msgstr's. Jens please double check.
| -rw-r--r-- | messages/de/LC_MESSAGES/mailman.po | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/messages/de/LC_MESSAGES/mailman.po b/messages/de/LC_MESSAGES/mailman.po index dd8f20a92..1ec5a898a 100644 --- a/messages/de/LC_MESSAGES/mailman.po +++ b/messages/de/LC_MESSAGES/mailman.po @@ -1,3 +1,18 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Free Software Foundation, Inc. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING\n" + # Deutsche Uebersetzung der Mailman messages # Jens Vagelpohl <jens@zope.com>, 2001. # @@ -166,7 +181,7 @@ msgstr "" "Um die Konfigurationsseite fuer eine nicht oeffentlich verfuegbare\n" " Liste zu sehen, haengen sie einfach '/' und den %(extra)s\n" " an diese Addresse an. Falls Sie die erforderliche Zugangsberechtigung haben,\n" -" koennen sie auch eine <a href=\"%(creatorurl)s\">neue Liste einrichten</a>.\n" +" koennen sie auch eine <a href=\"%(creatorurl)s\">neue Liste einrichten</a>." #: Mailman/Cgi/admin.py:254 msgid "the mailing list overview page" @@ -213,7 +228,7 @@ msgid "" " " msgstr "" "<em><strong>Achtung:</strong> Wenn diese Konfiguration veraendert wird,\n" -" muessen alle anderen geoeffneten Seiten neu geladen werden. Sie koennen auch\n" +" muessen alle anderen geoeffneten Seiten neu geladen werden. Sie koennen auch" #: Mailman/Cgi/admin.py:340 msgid "return to the %(category)s options page." @@ -790,7 +805,7 @@ msgstr "" " <p>Bitte beachten Sie, dass Bestaetigungen ungefaehr %(days)s Tage\n" " nach der Anfrage ungueltig werden. Falls Ihre Bestaetigung ungueltig\n" " ist, senden Sie bitte eine neue Anfrage.\n" -" Andernfalls geben Sie Ihre Bestaetigung <a href=\"%(confirmurl)s\">erneut</a>.\n" +" Andernfalls geben Sie Ihre Bestaetigung <a href=\"%(confirmurl)s\">erneut</a>." #: Mailman/Cgi/confirm.py:140 msgid "Bad confirmation string" @@ -965,7 +980,7 @@ msgstr "" " waren nicht gleich, daher wird das urspruengliche Passwort\n" " benutzt. Wenn Sie kein Passwort angegeben haben wird eines\n" " automatisch erzeugt. Auf jeden Fall geht Ihnen das Passwort\n" -" der Mitgliedschaft in einer getrennt verschickten Email zu.<p>\n" +" der Mitgliedschaft in einer getrennt verschickten Email zu.<p>" #: Mailman/Cgi/confirm.py:299 msgid "" |
