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 "Hiba lépett fel a csomópont mozgatása közben: %s"
#: treebeard/admin.py:110
#, python-format
msgid "Moved node \"%(node)s\" as child of \"%(other)s\""
msgstr "A(z) \"%(node)s\" csomópont a(z) \"%(other)s\" csomópont alá került."
#: treebeard/admin.py:112
#, python-format
msgid "Moved node \"%(node)s\" as sibling of \"%(other)s\""
msgstr "A(z) \"%(node)s\" csomópont a(z) \"%(other)s\" testvére lett."
#: treebeard/al_tree.py:373 treebeard/mp_tree.py:474 treebeard/ns_tree.py:363
msgid "Can't move node to a descendant."
msgstr "Nem lehet egy csomópontot egy leszármazottja alá mozgatni."
#: treebeard/forms.py:46
msgid "Child of"
msgstr "Gyermeke ennek"
#: treebeard/forms.py:47
msgid "Sibling of"
msgstr "Testvére ennek"
#: treebeard/forms.py:51
msgid "First child of"
msgstr "Első gyermeke ennek"
#: treebeard/forms.py:52
msgid "Before"
msgstr "Előtte"
#: treebeard/forms.py:53
msgid "After"
msgstr "Utána"
#: treebeard/forms.py:56
msgid "Position"
msgstr "Pozíció"
#: treebeard/forms.py:60
msgid "Relative to"
msgstr "Relatív ehhez"
#: treebeard/forms.py:189
msgid "-- root --"
msgstr "-- Gyökérkategória --"
#: 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 ""
"Az új csomópont túl mélyen van a fában, próbáljuk meg megnövelni a "
"path.max_length értékét és frissítsük az adatbázist."
#: treebeard/mp_tree.py:1114
#, python-format
msgid "Path Overflow from: '%s'"
msgstr "Útvonal túlfolyás innen: '%s'"
#: treebeard/templatetags/admin_tree.py:249
msgid "Return to ordered tree"
msgstr "Vissza a rendezett fához"

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 "Megszakít"
#: treebeard/static/treebeard/treebeard-admin.js:180
msgid "As Sibling"
msgstr "Testvérként"
#: treebeard/static/treebeard/treebeard-admin.js:198
msgid "As child"
msgstr "Gyermekként"