Initial commit

This commit is contained in:
2024-08-27 20:33:44 +02:00
commit 1f1832267d
14794 changed files with 1599592 additions and 0 deletions

View File

@@ -0,0 +1,86 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-15 20:56+0000\n"
"PO-Revision-Date: 2018-06-15 23:09+0100\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=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.5.7\n"
#: treebeard/admin.py:106
#, python-format
msgid "Exception raised while moving node: %s"
msgstr "Ausnahmefehler in folgendem Element: %s"
#: treebeard/admin.py:110
#, python-format
msgid "Moved node \"%(node)s\" as child of \"%(other)s\""
msgstr "Element \"%(node)s\" positioniert unterhalb von \"%(other)s\""
#: treebeard/admin.py:112
#, python-format
msgid "Moved node \"%(node)s\" as sibling of \"%(other)s\""
msgstr "Element \"%(node)s\" positioniert gleichauf mit \"%(other)s\""
#: treebeard/al_tree.py:373 treebeard/mp_tree.py:474 treebeard/ns_tree.py:363
msgid "Can't move node to a descendant."
msgstr "Kann Element nicht in ein eigenes Unter-Element verschieben"
#: treebeard/forms.py:46
msgid "Child of"
msgstr "als Unterkategorie von"
#: treebeard/forms.py:47
msgid "Sibling of"
msgstr "auf gleicher Ebene wie"
#: treebeard/forms.py:51
msgid "First child of"
msgstr "Als erste Unterkategorie von"
#: treebeard/forms.py:52
msgid "Before"
msgstr "Vor"
#: treebeard/forms.py:53
msgid "After"
msgstr "Nach"
#: treebeard/forms.py:56
msgid "Position"
msgstr "Position"
#: treebeard/forms.py:60
msgid "Relative to"
msgstr "relativ zu"
#: treebeard/forms.py:189
msgid "-- root --"
msgstr "-- Basiskategorie --"
#: treebeard/mp_tree.py:382
msgid ""
"The new node is too deep in the tree, try increasing the path.max_length "
"property and UPDATE your database"
msgstr ""
"Das neue Element ist zu tief positioniert. Versuche path.max_length zu "
"erhöhen und aktualisiere die Datenbank"
#: treebeard/mp_tree.py:1114
#, python-format
msgid "Path Overflow from: '%s'"
msgstr "Pfad Überlauf von: '%s'"
#: treebeard/templatetags/admin_tree.py:249
msgid "Return to ordered tree"
msgstr "Zurück zur geordneten Baumansicht"

View File

@@ -0,0 +1,30 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-15 20:56+0000\n"
"PO-Revision-Date: 2018-06-15 23:10+0100\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=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.5.7\n"
#: treebeard/static/treebeard/treebeard-admin.js:158
msgid "Abort"
msgstr "Abbruch"
#: treebeard/static/treebeard/treebeard-admin.js:180
msgid "As Sibling"
msgstr "Als Geschwister-Element"
#: treebeard/static/treebeard/treebeard-admin.js:198
msgid "As child"
msgstr "Als Kind-Element"