Skip to content
Snippets Groups Projects
Verified Commit 00e8ab7b authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Update translation files

parent eff52c07
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-01 13:24+0200\n"
"POT-Creation-Date: 2020-04-28 13:31+0000\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"
......@@ -16,8 +16,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: model_extensions.py:8 model_extensions.py:9
msgid "LDAP Distinguished Name"
......@@ -68,15 +67,11 @@ msgid "Field for short name of group"
msgstr ""
#: settings.py:40
msgid ""
"Regular expression to match LDAP value for group short name against, e.g. "
"class_(?P<class>.*); separate multiple patterns by |"
msgid "Regular expression to match LDAP value for group short name against, e.g. class_(?P<class>.*); separate multiple patterns by |"
msgstr ""
#: settings.py:41
msgid ""
"Replacement template to apply to group short name, e.g. \\g<class>; separate "
"multiple templates by |"
msgid "Replacement template to apply to group short name, e.g. \\g<class>; separate multiple templates by |"
msgstr ""
#: settings.py:42
......@@ -84,15 +79,11 @@ msgid "Field for name of group"
msgstr ""
#: settings.py:43
msgid ""
"Regular expression to match LDAP value for group name against, e.g. class_(?"
"P<class>.*); separate multiple patterns by |"
msgid "Regular expression to match LDAP value for group name against, e.g. class_(?P<class>.*); separate multiple patterns by |"
msgstr ""
#: settings.py:44
msgid ""
"Replacement template to apply to group name, e.g. \\g<class>; separate "
"multiple templates by |"
msgid "Replacement template to apply to group name, e.g. \\g<class>; separate multiple templates by |"
msgstr ""
#: settings.py:45
......
......@@ -7,11 +7,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-01 13:24+0200\n"
"POT-Creation-Date: 2020-04-28 13:31+0000\n"
"PO-Revision-Date: 2020-04-27 13:05+0000\n"
"Last-Translator: Frank Poetzsch-Heffter <p-h@katharineum.de>\n"
"Language-Team: German <https://translate.edugit.org/projects/aleksis/"
"aleksis-app-ldap/de/>\n"
"Language-Team: German <https://translate.edugit.org/projects/aleksis/aleksis-app-ldap/de/>\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
......@@ -68,40 +67,24 @@ msgid "Field for short name of group"
msgstr "Feld für den Kurznamen der Gruppe"
#: settings.py:40
msgid ""
"Regular expression to match LDAP value for group short name against, e.g. "
"class_(?P<class>.*); separate multiple patterns by |"
msgstr ""
"Regulärer Ausdruck zum Abgleich des LDAP-Wertes für den Kurznamen der "
"Gruppe, z.B. class_(?P<class>.*); trenne mehrere Muster durch |"
msgid "Regular expression to match LDAP value for group short name against, e.g. class_(?P<class>.*); separate multiple patterns by |"
msgstr "Regulärer Ausdruck zum Abgleich des LDAP-Wertes für den Kurznamen der Gruppe, z.B. class_(?P<class>.*); trenne mehrere Muster durch |"
#: settings.py:41
msgid ""
"Replacement template to apply to group short name, e.g. \\g<class>; separate "
"multiple templates by |"
msgstr ""
"Ersatzvorlage zur Anwendung auf Gruppenkurznamen, z.B. \\g<class>; trenne "
"mehrere Vorlagen durch |"
msgid "Replacement template to apply to group short name, e.g. \\g<class>; separate multiple templates by |"
msgstr "Ersatzvorlage zur Anwendung auf Gruppenkurznamen, z.B. \\g<class>; trenne mehrere Vorlagen durch |"
#: settings.py:42
msgid "Field for name of group"
msgstr "Feld für Gruppennamen"
#: settings.py:43
msgid ""
"Regular expression to match LDAP value for group name against, e.g. class_(?"
"P<class>.*); separate multiple patterns by |"
msgstr ""
" Regulärer Ausdruck zum Abgleich des LDAP-Wertes für den Gruppennamen mit "
"z.B. class_(?P<class>.*); trenne mehrere Muster durch |"
msgid "Regular expression to match LDAP value for group name against, e.g. class_(?P<class>.*); separate multiple patterns by |"
msgstr " Regulärer Ausdruck zum Abgleich des LDAP-Wertes für den Gruppennamen mit z.B. class_(?P<class>.*); trenne mehrere Muster durch |"
#: settings.py:44
msgid ""
"Replacement template to apply to group name, e.g. \\g<class>; separate "
"multiple templates by |"
msgstr ""
"Ersatzvorlage zur Anwendung auf den Gruppennamen, z.B. \\g<class>; trenne "
"mehrere Vorlagen durch |"
msgid "Replacement template to apply to group name, e.g. \\g<class>; separate multiple templates by |"
msgstr "Ersatzvorlage zur Anwendung auf den Gruppennamen, z.B. \\g<class>; trenne mehrere Vorlagen durch |"
#: settings.py:45
msgid "LDAP field with dn of group owner"
......
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-01 13:24+0200\n"
"POT-Creation-Date: 2020-04-28 13:31+0000\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"
......@@ -67,15 +67,11 @@ msgid "Field for short name of group"
msgstr ""
#: settings.py:40
msgid ""
"Regular expression to match LDAP value for group short name against, e.g. "
"class_(?P<class>.*); separate multiple patterns by |"
msgid "Regular expression to match LDAP value for group short name against, e.g. class_(?P<class>.*); separate multiple patterns by |"
msgstr ""
#: settings.py:41
msgid ""
"Replacement template to apply to group short name, e.g. \\g<class>; separate "
"multiple templates by |"
msgid "Replacement template to apply to group short name, e.g. \\g<class>; separate multiple templates by |"
msgstr ""
#: settings.py:42
......@@ -83,15 +79,11 @@ msgid "Field for name of group"
msgstr ""
#: settings.py:43
msgid ""
"Regular expression to match LDAP value for group name against, e.g. class_(?"
"P<class>.*); separate multiple patterns by |"
msgid "Regular expression to match LDAP value for group name against, e.g. class_(?P<class>.*); separate multiple patterns by |"
msgstr ""
#: settings.py:44
msgid ""
"Replacement template to apply to group name, e.g. \\g<class>; separate "
"multiple templates by |"
msgid "Replacement template to apply to group name, e.g. \\g<class>; separate multiple templates by |"
msgstr ""
#: settings.py:45
......
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-01 13:24+0200\n"
"POT-Creation-Date: 2020-04-28 13:31+0000\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"
......@@ -66,15 +66,11 @@ msgid "Field for short name of group"
msgstr ""
#: settings.py:40
msgid ""
"Regular expression to match LDAP value for group short name against, e.g. "
"class_(?P<class>.*); separate multiple patterns by |"
msgid "Regular expression to match LDAP value for group short name against, e.g. class_(?P<class>.*); separate multiple patterns by |"
msgstr ""
#: settings.py:41
msgid ""
"Replacement template to apply to group short name, e.g. \\g<class>; separate "
"multiple templates by |"
msgid "Replacement template to apply to group short name, e.g. \\g<class>; separate multiple templates by |"
msgstr ""
#: settings.py:42
......@@ -82,15 +78,11 @@ msgid "Field for name of group"
msgstr ""
#: settings.py:43
msgid ""
"Regular expression to match LDAP value for group name against, e.g. class_(?"
"P<class>.*); separate multiple patterns by |"
msgid "Regular expression to match LDAP value for group name against, e.g. class_(?P<class>.*); separate multiple patterns by |"
msgstr ""
#: settings.py:44
msgid ""
"Replacement template to apply to group name, e.g. \\g<class>; separate "
"multiple templates by |"
msgid "Replacement template to apply to group name, e.g. \\g<class>; separate multiple templates by |"
msgstr ""
#: settings.py:45
......
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-01 13:24+0200\n"
"POT-Creation-Date: 2020-04-28 13:31+0000\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"
......@@ -66,15 +66,11 @@ msgid "Field for short name of group"
msgstr ""
#: settings.py:40
msgid ""
"Regular expression to match LDAP value for group short name against, e.g. "
"class_(?P<class>.*); separate multiple patterns by |"
msgid "Regular expression to match LDAP value for group short name against, e.g. class_(?P<class>.*); separate multiple patterns by |"
msgstr ""
#: settings.py:41
msgid ""
"Replacement template to apply to group short name, e.g. \\g<class>; separate "
"multiple templates by |"
msgid "Replacement template to apply to group short name, e.g. \\g<class>; separate multiple templates by |"
msgstr ""
#: settings.py:42
......@@ -82,15 +78,11 @@ msgid "Field for name of group"
msgstr ""
#: settings.py:43
msgid ""
"Regular expression to match LDAP value for group name against, e.g. class_(?"
"P<class>.*); separate multiple patterns by |"
msgid "Regular expression to match LDAP value for group name against, e.g. class_(?P<class>.*); separate multiple patterns by |"
msgstr ""
#: settings.py:44
msgid ""
"Replacement template to apply to group name, e.g. \\g<class>; separate "
"multiple templates by |"
msgid "Replacement template to apply to group name, e.g. \\g<class>; separate multiple templates by |"
msgstr ""
#: settings.py:45
......
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-01 13:24+0200\n"
"POT-Creation-Date: 2020-04-28 13:31+0000\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"
......@@ -66,15 +66,11 @@ msgid "Field for short name of group"
msgstr ""
#: settings.py:40
msgid ""
"Regular expression to match LDAP value for group short name against, e.g. "
"class_(?P<class>.*); separate multiple patterns by |"
msgid "Regular expression to match LDAP value for group short name against, e.g. class_(?P<class>.*); separate multiple patterns by |"
msgstr ""
#: settings.py:41
msgid ""
"Replacement template to apply to group short name, e.g. \\g<class>; separate "
"multiple templates by |"
msgid "Replacement template to apply to group short name, e.g. \\g<class>; separate multiple templates by |"
msgstr ""
#: settings.py:42
......@@ -82,15 +78,11 @@ msgid "Field for name of group"
msgstr ""
#: settings.py:43
msgid ""
"Regular expression to match LDAP value for group name against, e.g. class_(?"
"P<class>.*); separate multiple patterns by |"
msgid "Regular expression to match LDAP value for group name against, e.g. class_(?P<class>.*); separate multiple patterns by |"
msgstr ""
#: settings.py:44
msgid ""
"Replacement template to apply to group name, e.g. \\g<class>; separate "
"multiple templates by |"
msgid "Replacement template to apply to group name, e.g. \\g<class>; separate multiple templates by |"
msgstr ""
#: settings.py:45
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment