Eine Menge Aufräumarbeiten.

* Eine Testsuite um Mahrjong Ranking Berechnungen zu testen
* Erste Arbeiten um die Workarounds aus dem "utils" Paket los zu werden.
* Vieles am Code umformatiert für PEP8 conformität
This commit is contained in:
2017-06-07 13:25:30 +02:00
parent cf0bbb4c8f
commit a26a91c360
93 changed files with 33531 additions and 2737 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: kasu.content\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-28 00:25+0200\n"
"POT-Creation-Date: 2017-05-10 23:16+0200\n"
"PO-Revision-Date: 2016-09-28 00:24+0200\n"
"Last-Translator: Christian Berg <xeniac@posteo.at>\n"
"Language-Team: Deutsch <>\n"
@@ -20,235 +20,265 @@ msgstr ""
"X-Translated-Using: django-rosetta 0.7.2\n"
"X-Generator: Poedit 1.8.9\n"
#: src/content/feeds.py:14
#: content/feeds.py:14
msgid "Current news from Kasu"
msgstr "Aktuelle Nachrichten von Kasu"
#: src/content/feeds.py:42
#: content/feeds.py:42
msgid "Latest comments on kasu.at"
msgstr "Neueste Kommentare auf Kasu.at "
#: src/content/feeds.py:43
#: content/feeds.py:43
msgid "Kasu - latest comments"
msgstr "Kasu - neue Kommentare"
#: src/content/forms.py:52 src/content/models.py:204
#: content/forms.py:52 content/models.py:249
msgid "Please upload a PDF-File to this PDF-Page."
msgstr "Bitte eine PDF Datei für diese PDF Seite hochladen."
#: src/content/models.py:51
#: content/models.py:51
msgid "Headline"
msgstr "Schlagzeile"
#: src/content/models.py:53
#: content/models.py:53
msgid "Content"
msgstr "Inhalt"
#: src/content/models.py:55 src/content/models.py:234
#: src/content/templates/content/article_detail.html:25
#: content/models.py:55 content/models.py:279
#: content/templates/content/article_detail.html:25
msgid "Category"
msgstr "Kategorie"
#: src/content/models.py:56 src/content/models.py:228
#: content/models.py:56 content/models.py:273
msgid "Image"
msgstr "Bild"
#: src/content/models.py:58 src/content/models.py:230
#: content/models.py:58 content/models.py:275
msgid "Slug"
msgstr "Slug"
#: src/content/models.py:60
#: src/content/templates/content/article_detail.html:23
#: content/models.py:60 content/templates/content/article_detail.html:23
msgid "Author"
msgstr "Autor"
#: src/content/models.py:61
#: content/models.py:61
msgid "Status"
msgstr "Status"
#: src/content/models.py:63
#: content/models.py:63
msgid "Created"
msgstr "Erstellt"
#: src/content/models.py:64
#: content/models.py:64
msgid "Modified"
msgstr "Bearbeitet"
#: src/content/models.py:68
#: content/models.py:68
msgid "Article"
msgstr "Artikel"
#: src/content/models.py:69
#: content/models.py:69
msgid "Articles"
msgstr "Artikel"
#: src/content/models.py:126 src/content/models.py:132
#: content/models.py:126 content/models.py:132
msgid "The short name for the menu-entry of this page"
msgstr "Ein kurzer Name für den Menüeintrag"
#: src/content/models.py:136 src/content/models.py:139
msgid "This title appears in the HTML header"
msgstr "Der Titel erscheint im HTML Header"
#: content/models.py:137 content/models.py:142
msgid "The page title as you'd like it to be seen by the public"
msgstr ""
#: src/content/models.py:140
#: content/models.py:144
msgid "slug"
msgstr "Slug"
#: src/content/models.py:141
#: content/models.py:146
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
#: content/models.py:153
msgid "Path"
msgstr "Pfad"
#: src/content/models.py:147
#: content/models.py:165
msgid "Position"
msgstr "Position"
#: src/content/models.py:149
#: content/models.py:170
msgid "status"
msgstr "Status"
#: src/content/models.py:155
#: content/models.py:172 content/models.py:173
#, fuzzy
#| msgid "Description"
msgid "search description"
msgstr "Beschreibung"
#: content/models.py:176
#, fuzzy
#| msgid "Content"
msgid "content type"
msgstr "Inhalt"
#: content/models.py:181
msgid "enable comments"
msgstr "Kommentare möglich"
#: src/content/models.py:156
#: content/models.py:186
msgid "Template"
msgstr "Vorlage"
#: src/content/models.py:219
#: content/models.py:194
#, fuzzy
#| msgid "created on"
msgid "first created at"
msgstr "erstellt am"
#: content/models.py:199
msgid "latest updated at"
msgstr ""
#: content/models.py:264
msgid "Page"
msgstr "Seite"
#: src/content/models.py:220
#: content/models.py:265
msgid "Pages"
msgstr "Seiten"
#: src/content/models.py:224 src/content/models.py:225
#: content/models.py:269 content/models.py:270
msgid "Name"
msgstr "Name"
#: src/content/models.py:226 src/content/models.py:227
#: content/models.py:271 content/models.py:272
msgid "Description"
msgstr "Beschreibung"
#: src/content/models.py:235
#: content/models.py:280
msgid "Categories"
msgstr "Kategorien"
#: src/content/templates/content/article_archive.html:5
#: src/content/templates/content/article_archive.html:20
#: content/templates/content/article_archive.html:5
#: content/templates/content/article_archive.html:20
msgid "Article Archive"
msgstr "Nachrichtenarchiv"
#: 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
#: content/templates/content/article_archive.html:35
#: content/templates/content/article_archive_month.html:5
#: content/templates/content/article_archive_year.html:7
msgid "Archive"
msgstr "Archiv"
#: src/content/templates/content/article_archive.html:52
#: content/templates/content/article_archive.html:52
msgid "All Categories"
msgstr "Alle Kategorien"
#: src/content/templates/content/article_archive.html:67
#: content/templates/content/article_archive.html:67
msgid "created on"
msgstr "erstellt am"
#: src/content/templates/content/article_archive.html:68
#: content/templates/content/article_archive.html:68
msgid "by"
msgstr "von"
#: src/content/templates/content/article_archive.html:69
#: content/templates/content/article_archive.html:69
msgid "comments"
msgstr "Kommentare"
#: src/content/templates/content/article_archive.html:73
#: content/templates/content/article_archive.html:73
msgid "Read More"
msgstr "Mehr lesen"
#: src/content/templates/content/article_archive.html:76
#: content/templates/content/article_archive.html:76
msgid "We're sorry. Your search yielded no results."
msgstr "Es tut uns leid. Deine Suche ergab keine Treffer."
#: src/content/templates/content/article_archive.html:94
#: content/templates/content/article_archive.html:94
msgid "Add Article"
msgstr "neuer Artikel "
#: src/content/templates/content/article_archive_month.html:7
#: content/templates/content/article_archive_month.html:7
msgid "back"
msgstr "Zurück"
#: src/content/templates/content/article_detail.html:24
#: content/templates/content/article_detail.html:24
msgid "Created on"
msgstr "Erstellt am"
#: src/content/templates/content/article_detail.html:36
#: content/templates/content/article_detail.html:36
msgid "share on"
msgstr "Teile auf"
#: src/content/templates/content/article_detail.html:51
#: src/content/templates/content/article_form.html:17 src/content/views.py:88
#: content/templates/content/article_detail.html:51
#: content/templates/content/article_form.html:24 content/views.py:88
msgid "Edit Article"
msgstr "Artikel bearbeiten"
#: src/content/templates/content/article_form.html:17 src/content/views.py:90
#: content/templates/content/article_form.html:24 content/views.py:90
msgid "Create Article"
msgstr "Artikel erstellen"
#: src/content/templates/content/article_form.html:22
#: src/content/templates/content/page_form.html:39
#: src/content/templates/content/page_form.html:46
#: content/templates/content/article_form.html:29
#: content/templates/content/page_form.html:49
#: content/templates/content/page_form.html:56
msgid "German"
msgstr "Deutsch"
#: src/content/templates/content/article_form.html:23
#: src/content/templates/content/page_form.html:40
#: src/content/templates/content/page_form.html:54
#: content/templates/content/article_form.html:30
#: content/templates/content/page_form.html:50
#: content/templates/content/page_form.html:64
msgid "English"
msgstr "Englisch"
#: src/content/templates/content/article_form.html:42
#: src/content/templates/content/page_form.html:63
#: content/templates/content/article_form.html:49
#: content/templates/content/page_form.html:73
msgid "reset"
msgstr "Zurücksetzen"
#: src/content/templates/content/article_form.html:43
#: src/content/templates/content/page_form.html:64
#: content/templates/content/article_form.html:50
#: content/templates/content/page_form.html:74
msgid "save"
msgstr "Speichern"
#: src/content/templates/content/page_form.html:5
#: src/content/templates/content/page_form.html:32
#: content/templates/content/page_form.html:5
#: content/templates/content/page_form.html:42
msgid "Edit Page"
msgstr "Seite bearbeiten"
#: src/content/templates/content/page_form.html:5
#: src/content/templates/content/page_form.html:18
#: src/content/templates/content/page_form.html:32
#: content/templates/content/page_form.html:5
#: content/templates/content/page_form.html:28
#: content/templates/content/page_form.html:42
msgid "Add Page"
msgstr "Seite hinzufügen"
#: src/content/templates/content/page_form.html:17
#: content/templates/content/page_form.html:27
msgid "Edit"
msgstr "Bearbeiten"
#: src/content/templates/content/page_form.html:34
#: content/templates/content/page_form.html:44
msgid "HTML Specific"
msgstr "HTML spezifisch"
#: src/content/views.py:23
#: content/views.py:23
msgid "This Category does not exist."
msgstr "Diese Kategorie existiert nicht."
#: src/content/views.py:157
#: content/views.py:157
#, python-format
msgid "No Page found matching the Path %s"
msgstr "Keine Seite unter dem Pfad %s gefunden"
#: src/content/views.py:172
#: content/views.py:172
#, python-format
msgid "No PDF Document found matching the Path %s"
msgstr "Kein PDF Dokument unter dem Pfad %s gefunden."
#~ msgid "This title appears in the HTML header"
#~ msgstr "Der Titel erscheint im HTML Header"
#~ msgid "Share on Google+"
#~ msgstr "Auf Google+ teilen"