Fixed: Changed the environ to ORIGINAL_RECIPIENT

This commit is contained in:
2018-01-17 16:19:48 +01:00
parent 4b0a5c9c82
commit 0a793b7954
21 changed files with 1297 additions and 994 deletions

View File

@@ -8,271 +8,270 @@ msgid ""
msgstr ""
"Project-Id-Version: kasu.content\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-19 22:46+0200\n"
"PO-Revision-Date: 2016-09-28 00:24+0200\n"
"Last-Translator: Christian Berg <xeniac@posteo.at>\n"
"POT-Creation-Date: 2018-01-11 22:50+0100\n"
"PO-Revision-Date: 2018-01-12 15:25+0105\n"
"Last-Translator: b'Christian Berg <kasu@xendynastie.at>'\n"
"Language-Team: Deutsch <>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Translated-Using: django-rosetta 0.7.2\n"
"X-Generator: Poedit 1.8.9\n"
"X-Translated-Using: django-rosetta 0.7.14\n"
#: content/feeds.py:16
#: src/content/feeds.py:18
msgid "Current news from Kasu"
msgstr "Aktuelle Nachrichten von Kasu"
#: content/feeds.py:43
#: src/content/feeds.py:51
msgid "Latest comments on kasu.at"
msgstr "Neueste Kommentare auf Kasu.at "
#: content/feeds.py:44
#: src/content/feeds.py:52
msgid "Kasu - latest comments"
msgstr "Kasu - neue Kommentare"
#: content/forms.py:52 content/models.py:308
#: src/content/forms.py:57 src/content/models.py:318
msgid "Please upload a PDF-File to this PDF-Page."
msgstr "Bitte eine PDF Datei für diese PDF Seite hochladen."
#: content/models.py:62
#: src/content/models.py:76
msgid "Headline"
msgstr "Schlagzeile"
#: content/models.py:64
#: src/content/models.py:78
msgid "Content"
msgstr "Inhalt"
#: content/models.py:66 content/models.py:137
#: content/templates/content/article_detail.html:25
#: src/content/models.py:82 src/content/models.py:150
#: src/content/templates/content/article_detail.html:25
msgid "Category"
msgstr "Kategorie"
#: content/models.py:67 content/models.py:130
#: src/content/models.py:83 src/content/models.py:143
msgid "Image"
msgstr "Bild"
#: content/models.py:69 content/models.py:132
#: src/content/models.py:85 src/content/models.py:145
msgid "Slug"
msgstr "Slug"
#: content/models.py:71 content/templates/content/article_detail.html:23
#: src/content/models.py:88
#: src/content/templates/content/article_detail.html:23
msgid "Author"
msgstr "Autor"
#: content/models.py:72
#: src/content/models.py:89
msgid "Status"
msgstr "Status"
#: content/models.py:74
#: src/content/models.py:91
msgid "Created"
msgstr "Erstellt"
#: content/models.py:75
#: src/content/models.py:92
msgid "Modified"
msgstr "Bearbeitet"
#: content/models.py:80
#: src/content/models.py:97
msgid "Article"
msgstr "Artikel"
#: content/models.py:81
#: src/content/models.py:98
msgid "Articles"
msgstr "Artikel"
#: content/models.py:126 content/models.py:127
#: src/content/models.py:139 src/content/models.py:140
msgid "Name"
msgstr "Name"
#: content/models.py:128 content/models.py:129
#: src/content/models.py:141 src/content/models.py:142
msgid "Description"
msgstr "Beschreibung"
#: content/models.py:138
#: src/content/models.py:151
msgid "Categories"
msgstr "Kategorien"
#: content/models.py:169 content/models.py:175
#: src/content/models.py:182 src/content/models.py:188
msgid "The short name for the menu-entry of this page"
msgstr "Ein kurzer Name für den Menüeintrag"
#: content/models.py:180 content/models.py:185
#: src/content/models.py:193 src/content/models.py:198
msgid "The page title as you'd like it to be seen by the public"
msgstr ""
msgstr "Der Seitentitel der öffentlich angezeigt werden soll"
#: content/models.py:187
#: src/content/models.py:200
msgid "slug"
msgstr "Slug"
#: content/models.py:190
#: src/content/models.py:203
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
"The name of the page as it will appear in URLs e.g "
"http://domain.com/blog/[my-slug]/"
msgstr ""
"Wie die Seite in der URL aufscheint also http://domain.com/blog/[slug]"
#: content/models.py:199
#: src/content/models.py:212
msgid "Path"
msgstr "Pfad"
#: content/models.py:211
#: src/content/models.py:224
msgid "Position"
msgstr "Position"
#: content/models.py:216
#: src/content/models.py:229
msgid "status"
msgstr "Status"
#: content/models.py:219 content/models.py:221
#, fuzzy
#: src/content/models.py:232 src/content/models.py:234
#| msgid "Description"
msgid "search description"
msgstr "Beschreibung"
msgstr "Beschreibung für Suchfunktion"
#: content/models.py:224
#, fuzzy
#: src/content/models.py:237
#| msgid "Content"
msgid "content type"
msgstr "Inhalt"
msgstr "Inhaltstyp"
#: content/models.py:229
#: src/content/models.py:242
msgid "enable comments"
msgstr "Kommentare möglich"
#: content/models.py:234
#: src/content/models.py:247
msgid "Template"
msgstr "Vorlage"
#: content/models.py:242
#, fuzzy
#: src/content/models.py:255
#| msgid "created on"
msgid "first created at"
msgstr "erstellt am"
#: content/models.py:247
#: src/content/models.py:260
msgid "latest updated at"
msgstr ""
msgstr "letzte Aktualisierung am"
#: content/models.py:322
#: src/content/models.py:331
msgid "Page"
msgstr "Seite"
#: content/models.py:323
#: src/content/models.py:332
msgid "Pages"
msgstr "Seiten"
#: content/templates/content/article_archive.html:5
#: content/templates/content/article_archive.html:20
#: src/content/templates/content/article_archive.html:5
#: src/content/templates/content/article_archive.html:20
msgid "Article Archive"
msgstr "Nachrichtenarchiv"
#: content/templates/content/article_archive.html:35
#: content/templates/content/article_archive_month.html:5
#: content/templates/content/article_archive_year.html:7
#: src/content/templates/content/article_archive.html:35
#: src/content/templates/content/article_archive_month.html:5
#: src/content/templates/content/article_archive_year.html:7
msgid "Archive"
msgstr "Archiv"
#: content/templates/content/article_archive.html:56
#: src/content/templates/content/article_archive.html:56
msgid "All Categories"
msgstr "Alle Kategorien"
#: content/templates/content/article_archive.html:71
#: src/content/templates/content/article_archive.html:71
msgid "created on"
msgstr "erstellt am"
#: content/templates/content/article_archive.html:73
#: src/content/templates/content/article_archive.html:73
msgid "by"
msgstr "von"
#: content/templates/content/article_archive.html:74
#: content/templates/content/article_archive.html:75
#: src/content/templates/content/article_archive.html:74
#: src/content/templates/content/article_archive.html:75
msgid "comments"
msgstr "Kommentare"
#: content/templates/content/article_archive.html:81
#: src/content/templates/content/article_archive.html:81
msgid "Read More"
msgstr "Mehr lesen"
#: content/templates/content/article_archive.html:86
#: src/content/templates/content/article_archive.html:86
msgid "We're sorry. Your search yielded no results."
msgstr "Es tut uns leid. Deine Suche ergab keine Treffer."
#: content/templates/content/article_archive.html:104
#: src/content/templates/content/article_archive.html:104
msgid "Add Article"
msgstr "neuer Artikel "
#: content/templates/content/article_archive_month.html:7
#: src/content/templates/content/article_archive_month.html:7
msgid "back"
msgstr "Zurück"
#: content/templates/content/article_detail.html:24
#: src/content/templates/content/article_detail.html:24
msgid "Created on"
msgstr "Erstellt am"
#: content/templates/content/article_detail.html:36
#: src/content/templates/content/article_detail.html:36
msgid "share on"
msgstr "Teile auf"
#: content/templates/content/article_detail.html:51
#: content/templates/content/article_form.html:20 content/views.py:138
#: src/content/templates/content/article_detail.html:51
#: src/content/views.py:156
msgid "Edit Article"
msgstr "Artikel bearbeiten"
#: content/templates/content/article_form.html:20 content/views.py:139
msgid "Create Article"
msgstr "Artikel erstellen"
#: content/templates/content/article_form.html:25
#: content/templates/content/page_form.html:49
#: content/templates/content/page_form.html:56
#: src/content/templates/content/article_form.html:32
#: src/content/templates/content/page_form.html:42
#: src/content/templates/content/page_form.html:49
msgid "German"
msgstr "Deutsch"
#: content/templates/content/article_form.html:26
#: content/templates/content/page_form.html:50
#: content/templates/content/page_form.html:64
#: src/content/templates/content/article_form.html:33
#: src/content/templates/content/page_form.html:43
#: src/content/templates/content/page_form.html:57
msgid "English"
msgstr "Englisch"
#: content/templates/content/article_form.html:45
#: content/templates/content/page_form.html:73
#: src/content/templates/content/article_form.html:59
#: src/content/templates/content/page_form.html:66
msgid "reset"
msgstr "Zurücksetzen"
#: content/templates/content/article_form.html:46
#: content/templates/content/page_form.html:74
#: src/content/templates/content/article_form.html:60
#: src/content/templates/content/page_form.html:67
msgid "save"
msgstr "Speichern"
#: content/templates/content/page_form.html:5
#: content/templates/content/page_form.html:42
#: src/content/templates/content/page_form.html:5
#: src/content/templates/content/page_form.html:35
msgid "Edit Page"
msgstr "Seite bearbeiten"
#: content/templates/content/page_form.html:5
#: content/templates/content/page_form.html:28
#: content/templates/content/page_form.html:42
#: src/content/templates/content/page_form.html:5
#: src/content/templates/content/page_form.html:19
#: src/content/templates/content/page_form.html:35
msgid "Add Page"
msgstr "Seite hinzufügen"
#: content/templates/content/page_form.html:27
#: src/content/templates/content/page_form.html:18
msgid "Edit"
msgstr "Bearbeiten"
#: content/templates/content/page_form.html:44
#: src/content/templates/content/page_form.html:37
msgid "HTML Specific"
msgstr "HTML spezifisch"
#: content/views.py:35
#: src/content/views.py:53
msgid "This Category does not exist."
msgstr "Diese Kategorie existiert nicht."
#: content/views.py:205
#: src/content/views.py:157
msgid "Create Article"
msgstr "Artikel erstellen"
#: src/content/views.py:233
#, python-format
msgid "No Page found matching the Path %s"
msgstr "Keine Seite unter dem Pfad %s gefunden"
#: content/views.py:219
#: src/content/views.py:262
#, python-format
msgid "No PDF Document found matching the Path %s"
msgstr "Kein PDF Dokument unter dem Pfad %s gefunden."