From f0b3daefb1fa1e54920b34c5dd5018a4d2f36c24 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 11 Jan 2023 17:59:21 +0100 Subject: [PATCH] Translations --- locale/de_DE/LC_MESSAGES/pp_admintools.po | 52 +++++++++++++++++------ locale/en_US/LC_MESSAGES/pp_admintools.po | 52 +++++++++++++++++------ locale/pp_admintools.pot | 50 +++++++++++++++++----- 3 files changed, 119 insertions(+), 35 deletions(-) diff --git a/locale/de_DE/LC_MESSAGES/pp_admintools.po b/locale/de_DE/LC_MESSAGES/pp_admintools.po index 03016b0..5d3b006 100644 --- a/locale/de_DE/LC_MESSAGES/pp_admintools.po +++ b/locale/de_DE/LC_MESSAGES/pp_admintools.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: pp_admintools \n" "Report-Msgid-Bugs-To: frank.brehm@pixelpark.com\n" -"POT-Creation-Date: 2023-01-06 17:42+0100\n" -"PO-Revision-Date: 2023-01-06 17:50+0100\n" +"POT-Creation-Date: 2023-01-11 17:51+0100\n" +"PO-Revision-Date: 2023-01-11 17:55+0100\n" "Last-Translator: Frank Brehm \n" "Language: de_DE\n" "Language-Team: de_DE \n" @@ -26,7 +26,7 @@ msgstr "Verwende Logdatei {!r}." msgid "Don't using a logfile." msgstr "Verwende keine Logdatei." -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:83 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:82 msgid "" "Checking all attributes with a DN syntax ({alist}) in the given instance. The check is for the " "DN-syntax of the attributes and whether they are referencing to existing entries in LDAP." @@ -34,41 +34,61 @@ msgstr "" "Überprüft alle Attribute mit einer DN-Syntax ({alist}) in der übergebenen Instanz. Es wird die " "DN-Syntax der Attribute überprüft, und ob sie existierende Einträge im LDAP referenzieren." -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:113 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:101 +msgid "Script options" +msgstr "Skript-Optionen" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:104 +msgid "FILE" +msgstr "DATEI" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:105 +msgid "Exportig the faulty entries and attributes into a YAML file, if there were found some of them." +msgstr "Exportieren der fehlerhaften Einträge und Attribute in eine YAML-Datei, falls welche gefunden wurden." + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:134 +msgid "Created export file {!r}." +msgstr "Export-Datei {!r} erstellt." + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:136 msgid "Start checking all DN-like attributes in in LDAP instance {inst!r} ({url}) ..." msgstr "Beginne mit der Überprüfung aller Attribute mit DN-Syntax in der LDAP-Instanz {inst!r} ({url}) …" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:135 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:156 msgid "Found one entry to check." msgid_plural "Found {} entries to check." msgstr[0] "Fand einen Eintrag, der überprüft werden muss." msgstr[1] "Fand {} Einträge, die überprüft werden müssen." -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:137 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:160 msgid "Found no to check." msgstr "Fand nichts zum überprüfen." -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:157 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:180 msgid "Got an inconsistent entry." msgid_plural "Got {} inconsistent entries." msgstr[0] "Habe einen inkonsistenten Eintrag gefunden." msgstr[1] "Habe {} inkonsistente Einträge gefunden." -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:161 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:183 msgid "There is one inconsistent attribute." msgid_plural "There are {} inconsistent attributes." msgstr[0] "Es gibt ein inkonsistentes Attribut." msgstr[1] "Es gibt {} inkonsistente Attribute." -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:166 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:188 +msgid "Writing export file {!r} ..." +msgstr "Schreibe Export-Datei {!r} …" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:195 msgid "Did not found any inconsistent entries." msgstr "Keine inkonsistente Attribute gefunden." -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:174 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:217 msgid "Checking DN-like attributes of entry {!r} ..." msgstr "Überprüfe Attribute mit DN-Syntax von Eintrag {!r} …" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:179 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:222 msgid "Got attributes:" msgstr "Gefindene Attribute:" @@ -764,7 +784,7 @@ msgid "RDN attribute {!r} will not be touched." msgstr "Das RDN-Attribut {!r} wird nicht angefasst." #: lib/pp_admintools/app/ldap.py:1498 lib/pp_admintools/app/ldap.py:1517 -#: lib/pp_admintools/app/ldap.py:1582 +#: lib/pp_admintools/app/ldap.py:1590 msgid "Attribute {!r} will not be touched." msgstr "Das Attribut {!r} wird nicht angefasst." @@ -776,6 +796,14 @@ msgstr "Werte, die zu Attribut {!r} hinzugefügt werden:" msgid "Values to removed from attribute {!r}:" msgstr "Werte, die von Attribut {!r} gelöscht werden." +#: lib/pp_admintools/app/ldap.py:1572 +msgid "Changes for attribute {!r}:" +msgstr "Änedrungen für Attribut {!r}:" + +#: lib/pp_admintools/app/ldap.py:1575 +msgid "No changes to attribute {!r}." +msgstr "Keine Änderungen an Attribut {!r}." + #: lib/pp_admintools/app/mail.py:103 msgid "Got invalid SMTP port number {!r}." msgstr "Ungültige SMTP-Port-Nummer {!r} erhalten." diff --git a/locale/en_US/LC_MESSAGES/pp_admintools.po b/locale/en_US/LC_MESSAGES/pp_admintools.po index 72e6a1d..2997b16 100644 --- a/locale/en_US/LC_MESSAGES/pp_admintools.po +++ b/locale/en_US/LC_MESSAGES/pp_admintools.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: pp_admintools \n" "Report-Msgid-Bugs-To: frank.brehm@pixelpark.com\n" -"POT-Creation-Date: 2023-01-06 17:42+0100\n" -"PO-Revision-Date: 2023-01-06 17:45+0100\n" +"POT-Creation-Date: 2023-01-11 17:51+0100\n" +"PO-Revision-Date: 2023-01-11 17:50+0100\n" "Last-Translator: Frank Brehm \n" "Language: en_US\n" "Language-Team: Frank Brehm \n" @@ -26,47 +26,67 @@ msgstr "" msgid "Don't using a logfile." msgstr "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:83 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:82 msgid "" "Checking all attributes with a DN syntax ({alist}) in the given instance. The check is for the " "DN-syntax of the attributes and whether they are referencing to existing entries in LDAP." msgstr "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:113 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:101 +msgid "Script options" +msgstr "" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:104 +msgid "FILE" +msgstr "" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:105 +msgid "Exportig the faulty entries and attributes into a YAML file, if there were found some of them." +msgstr "" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:134 +msgid "Created export file {!r}." +msgstr "" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:136 msgid "Start checking all DN-like attributes in in LDAP instance {inst!r} ({url}) ..." msgstr "tart checking all DN-like attributes in in LDAP instance {inst!r} ({url}) …" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:135 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:156 msgid "Found one entry to check." msgid_plural "Found {} entries to check." msgstr[0] "" msgstr[1] "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:137 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:160 msgid "Found no to check." msgstr "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:157 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:180 msgid "Got an inconsistent entry." msgid_plural "Got {} inconsistent entries." msgstr[0] "" msgstr[1] "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:161 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:183 msgid "There is one inconsistent attribute." msgid_plural "There are {} inconsistent attributes." msgstr[0] "" msgstr[1] "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:166 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:188 +msgid "Writing export file {!r} ..." +msgstr "Writing export file {!r} …" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:195 msgid "Did not found any inconsistent entries." msgstr "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:174 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:217 msgid "Checking DN-like attributes of entry {!r} ..." msgstr "Checking DN-like attributes of entry {!r} …" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:179 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:222 msgid "Got attributes:" msgstr "" @@ -750,7 +770,7 @@ msgid "RDN attribute {!r} will not be touched." msgstr "" #: lib/pp_admintools/app/ldap.py:1498 lib/pp_admintools/app/ldap.py:1517 -#: lib/pp_admintools/app/ldap.py:1582 +#: lib/pp_admintools/app/ldap.py:1590 msgid "Attribute {!r} will not be touched." msgstr "" @@ -762,6 +782,14 @@ msgstr "" msgid "Values to removed from attribute {!r}:" msgstr "" +#: lib/pp_admintools/app/ldap.py:1572 +msgid "Changes for attribute {!r}:" +msgstr "" + +#: lib/pp_admintools/app/ldap.py:1575 +msgid "No changes to attribute {!r}." +msgstr "" + #: lib/pp_admintools/app/mail.py:103 msgid "Got invalid SMTP port number {!r}." msgstr "" diff --git a/locale/pp_admintools.pot b/locale/pp_admintools.pot index fdd5d21..3eafd8a 100644 --- a/locale/pp_admintools.pot +++ b/locale/pp_admintools.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pp_admintools VERSION\n" "Report-Msgid-Bugs-To: frank.brehm@pixelpark.com\n" -"POT-Creation-Date: 2023-01-06 17:42+0100\n" +"POT-Creation-Date: 2023-01-11 17:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,47 +25,67 @@ msgstr "" msgid "Don't using a logfile." msgstr "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:83 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:82 msgid "" "Checking all attributes with a DN syntax ({alist}) in the given instance. The check is for the " "DN-syntax of the attributes and whether they are referencing to existing entries in LDAP." msgstr "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:113 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:101 +msgid "Script options" +msgstr "" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:104 +msgid "FILE" +msgstr "" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:105 +msgid "Exportig the faulty entries and attributes into a YAML file, if there were found some of them." +msgstr "" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:134 +msgid "Created export file {!r}." +msgstr "" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:136 msgid "Start checking all DN-like attributes in in LDAP instance {inst!r} ({url}) ..." msgstr "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:135 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:156 msgid "Found one entry to check." msgid_plural "Found {} entries to check." msgstr[0] "" msgstr[1] "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:137 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:160 msgid "Found no to check." msgstr "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:157 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:180 msgid "Got an inconsistent entry." msgid_plural "Got {} inconsistent entries." msgstr[0] "" msgstr[1] "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:161 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:183 msgid "There is one inconsistent attribute." msgid_plural "There are {} inconsistent attributes." msgstr[0] "" msgstr[1] "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:166 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:188 +msgid "Writing export file {!r} ..." +msgstr "" + +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:195 msgid "Did not found any inconsistent entries." msgstr "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:174 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:217 msgid "Checking DN-like attributes of entry {!r} ..." msgstr "" -#: lib/pp_admintools/app/check_ldap_dn_attributes.py:179 +#: lib/pp_admintools/app/check_ldap_dn_attributes.py:222 msgid "Got attributes:" msgstr "" @@ -749,7 +769,7 @@ msgid "RDN attribute {!r} will not be touched." msgstr "" #: lib/pp_admintools/app/ldap.py:1498 lib/pp_admintools/app/ldap.py:1517 -#: lib/pp_admintools/app/ldap.py:1582 +#: lib/pp_admintools/app/ldap.py:1590 msgid "Attribute {!r} will not be touched." msgstr "" @@ -761,6 +781,14 @@ msgstr "" msgid "Values to removed from attribute {!r}:" msgstr "" +#: lib/pp_admintools/app/ldap.py:1572 +msgid "Changes for attribute {!r}:" +msgstr "" + +#: lib/pp_admintools/app/ldap.py:1575 +msgid "No changes to attribute {!r}." +msgstr "" + #: lib/pp_admintools/app/mail.py:103 msgid "Got invalid SMTP port number {!r}." msgstr "" -- 2.39.5