From 28bb52c8b309abb67c17dc22ec8882ec0b236441 Mon Sep 17 00:00:00 2001
From: Matthew Newton <matthew-git@newtoncomputing.co.uk>
Date: Fri, 5 Aug 2022 07:55:03 +0100
Subject: [PATCH] :lipstick: fix: English - "in the LDAP" to "in LDAP"

("in LDAP", or "in the LDAP directory", but not "in the LDAP")
---
 include/class_userinfo.inc                | 2 +-
 include/login/class_LoginCAS.inc          | 2 +-
 include/login/class_LoginHTTPHeader.inc   | 2 +-
 include/simpleplugin/class_Attribute.inc  | 2 +-
 locale/af_ZA/fusiondirectory.po           | 8 ++++----
 locale/ar/fusiondirectory.po              | 8 ++++----
 locale/ca/fusiondirectory.po              | 8 ++++----
 locale/cs_CZ/fusiondirectory.po           | 8 ++++----
 locale/de/fusiondirectory.po              | 8 ++++----
 locale/el_GR/fusiondirectory.po           | 8 ++++----
 locale/en/fusiondirectory.po              | 8 ++++----
 locale/es/fusiondirectory.po              | 8 ++++----
 locale/es_CO/fusiondirectory.po           | 8 ++++----
 locale/es_VE/fusiondirectory.po           | 8 ++++----
 locale/fa_IR/fusiondirectory.po           | 8 ++++----
 locale/fi_FI/fusiondirectory.po           | 8 ++++----
 locale/fr/fusiondirectory.po              | 8 ++++----
 locale/hu_HU/fusiondirectory.po           | 8 ++++----
 locale/id/fusiondirectory.po              | 8 ++++----
 locale/it_IT/fusiondirectory.po           | 8 ++++----
 locale/ja/fusiondirectory.po              | 8 ++++----
 locale/ko/fusiondirectory.po              | 8 ++++----
 locale/lv/fusiondirectory.po              | 8 ++++----
 locale/nb/fusiondirectory.po              | 8 ++++----
 locale/nl/fusiondirectory.po              | 8 ++++----
 locale/pl/fusiondirectory.po              | 8 ++++----
 locale/pt/fusiondirectory.po              | 8 ++++----
 locale/pt_BR/fusiondirectory.po           | 8 ++++----
 locale/ru/fusiondirectory.po              | 8 ++++----
 locale/ru@petr1708/fusiondirectory.po     | 8 ++++----
 locale/sv/fusiondirectory.po              | 8 ++++----
 locale/tr_TR/fusiondirectory.po           | 8 ++++----
 locale/ug/fusiondirectory.po              | 8 ++++----
 locale/vi_VN/fusiondirectory.po           | 8 ++++----
 locale/zh/fusiondirectory.po              | 8 ++++----
 locale/zh_TW/fusiondirectory.po           | 8 ++++----
 plugins/admin/acl/class_aclManagement.inc | 2 +-
 plugins/personal/generic/class_user.inc   | 2 +-
 38 files changed, 134 insertions(+), 134 deletions(-)

diff --git a/include/class_userinfo.inc b/include/class_userinfo.inc
index 084ca5897..8c5d5136f 100644
--- a/include/class_userinfo.inc
+++ b/include/class_userinfo.inc
@@ -830,7 +830,7 @@ class userinfo
           }
         }
       } catch (NonExistingLdapNodeException $e) {
-        /* ppolicy not found in the LDAP */
+        /* ppolicy not found in LDAP */
       }
     }
 
diff --git a/include/login/class_LoginCAS.inc b/include/login/class_LoginCAS.inc
index 46fe285a4..9bae6a85a 100644
--- a/include/login/class_LoginCAS.inc
+++ b/include/login/class_LoginCAS.inc
@@ -79,7 +79,7 @@ class LoginCAS extends LoginMethod
     if ($ui === FALSE) {
       throw new FatalError(
         htmlescape(sprintf(
-          _('CAS user "%s" could not be found in the LDAP'),
+          _('CAS user "%s" could not be found in LDAP'),
           static::$username
         ))
       );
diff --git a/include/login/class_LoginHTTPHeader.inc b/include/login/class_LoginHTTPHeader.inc
index 4d414e56e..2fdd8be0a 100644
--- a/include/login/class_LoginHTTPHeader.inc
+++ b/include/login/class_LoginHTTPHeader.inc
@@ -57,7 +57,7 @@ class LoginHTTPHeader extends LoginMethod
     if ($ui === FALSE) {
       throw new FatalError(
         htmlescape(sprintf(
-          _('Header user "%s" could not be found in the LDAP'),
+          _('Header user "%s" could not be found in LDAP'),
           static::$username
         ))
       );
diff --git a/include/simpleplugin/class_Attribute.inc b/include/simpleplugin/class_Attribute.inc
index 98d200a9e..9e38dcee7 100644
--- a/include/simpleplugin/class_Attribute.inc
+++ b/include/simpleplugin/class_Attribute.inc
@@ -368,7 +368,7 @@ class Attribute
 
   /*! \brief Return the ldap value in the correct intern format value
    *
-   *  \param $ldapValue The value as found in the LDAP
+   *  \param $ldapValue The value as found in LDAP
    */
   function inputValue ($ldapValue)
   {
diff --git a/locale/af_ZA/fusiondirectory.po b/locale/af_ZA/fusiondirectory.po
index 8a3eca1a0..45abcf655 100644
--- a/locale/af_ZA/fusiondirectory.po
+++ b/locale/af_ZA/fusiondirectory.po
@@ -629,7 +629,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -719,7 +719,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2424,7 +2424,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3755,7 +3755,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/ar/fusiondirectory.po b/locale/ar/fusiondirectory.po
index b353b2821..c148eb7b0 100644
--- a/locale/ar/fusiondirectory.po
+++ b/locale/ar/fusiondirectory.po
@@ -633,7 +633,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -723,7 +723,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2428,7 +2428,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3759,7 +3759,7 @@ msgstr "الرقم البريدي"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/ca/fusiondirectory.po b/locale/ca/fusiondirectory.po
index 13fe104d1..7474abc72 100644
--- a/locale/ca/fusiondirectory.po
+++ b/locale/ca/fusiondirectory.po
@@ -633,7 +633,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -725,7 +725,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2433,7 +2433,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3764,7 +3764,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/cs_CZ/fusiondirectory.po b/locale/cs_CZ/fusiondirectory.po
index 088faa6bf..6f6aca2d5 100644
--- a/locale/cs_CZ/fusiondirectory.po
+++ b/locale/cs_CZ/fusiondirectory.po
@@ -643,7 +643,7 @@ msgstr "Ústřední ověřovací služba (CAS)"
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr "CAS uživatele z hlavičky „%s“ se nepodařilo v LDAP najít"
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -737,7 +737,7 @@ msgstr "V HTTP hlavičce „%s“ nebyla nalezena žádná hodnota"
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr "Uživatel z hlavičky „%s“ se nepodařilo v LDAP najít"
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2511,7 +2511,7 @@ msgid "DN you wish to add assignments for"
 msgstr "Rozlišený název kterému chcete přiřadit"
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr "Zadaný rozlišený název nebyl v LDAP nalezen"
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3911,7 +3911,7 @@ msgstr "Poštovní směrovací číslo (PSČ)"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr "Ppolicy %s nebyla nalezena v LDAP!"
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/de/fusiondirectory.po b/locale/de/fusiondirectory.po
index 90fb86776..e4a068557 100644
--- a/locale/de/fusiondirectory.po
+++ b/locale/de/fusiondirectory.po
@@ -637,7 +637,7 @@ msgstr "CAS"
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -729,7 +729,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2470,7 +2470,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3841,7 +3841,7 @@ msgstr "Postleitzahl"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/el_GR/fusiondirectory.po b/locale/el_GR/fusiondirectory.po
index 49ca8abf3..dfb7c6115 100644
--- a/locale/el_GR/fusiondirectory.po
+++ b/locale/el_GR/fusiondirectory.po
@@ -634,7 +634,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -724,7 +724,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2442,7 +2442,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3796,7 +3796,7 @@ msgstr "Ταχυδρομικός κώδικας"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr "Δεν ήταν δυνατή η εύρεση του Ppolicy \"%s\" στο LDAP!"
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/en/fusiondirectory.po b/locale/en/fusiondirectory.po
index 07c44ccd3..46bb3a49a 100644
--- a/locale/en/fusiondirectory.po
+++ b/locale/en/fusiondirectory.po
@@ -797,7 +797,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -818,7 +818,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginPost.inc:32
@@ -3122,7 +3122,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3824,7 +3824,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:433
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:463
diff --git a/locale/es/fusiondirectory.po b/locale/es/fusiondirectory.po
index e37b550fd..9bbce19cc 100644
--- a/locale/es/fusiondirectory.po
+++ b/locale/es/fusiondirectory.po
@@ -636,7 +636,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -729,7 +729,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2461,7 +2461,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3796,7 +3796,7 @@ msgstr "Código Postal"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/es_CO/fusiondirectory.po b/locale/es_CO/fusiondirectory.po
index e429aeec0..79a61cbd8 100644
--- a/locale/es_CO/fusiondirectory.po
+++ b/locale/es_CO/fusiondirectory.po
@@ -635,7 +635,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -727,7 +727,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2476,7 +2476,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3859,7 +3859,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr "¡No se pudo encontrar la política \"%s\" en LDAP!"
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/es_VE/fusiondirectory.po b/locale/es_VE/fusiondirectory.po
index 7ae8428d5..5b720269f 100644
--- a/locale/es_VE/fusiondirectory.po
+++ b/locale/es_VE/fusiondirectory.po
@@ -636,7 +636,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -729,7 +729,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2461,7 +2461,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3796,7 +3796,7 @@ msgstr "Código Postal"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/fa_IR/fusiondirectory.po b/locale/fa_IR/fusiondirectory.po
index 422d8d192..a0fe310d5 100644
--- a/locale/fa_IR/fusiondirectory.po
+++ b/locale/fa_IR/fusiondirectory.po
@@ -633,7 +633,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -723,7 +723,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2428,7 +2428,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3759,7 +3759,7 @@ msgstr "کد پستی"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/fi_FI/fusiondirectory.po b/locale/fi_FI/fusiondirectory.po
index c2aa02c4f..9bbd60a83 100644
--- a/locale/fi_FI/fusiondirectory.po
+++ b/locale/fi_FI/fusiondirectory.po
@@ -633,7 +633,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -723,7 +723,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2428,7 +2428,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3759,7 +3759,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/fr/fusiondirectory.po b/locale/fr/fusiondirectory.po
index 270942016..07cea52f4 100644
--- a/locale/fr/fusiondirectory.po
+++ b/locale/fr/fusiondirectory.po
@@ -660,7 +660,7 @@ msgstr "CAS"
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr "L'utilisateur CAS «%s» n'existe pas dans l'annuaire LDAP"
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -756,7 +756,7 @@ msgstr "Aucune valeur trouvée dans l’entête HTTP «%s»"
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 "L'utilisateur «%s» mentionné dans l’entête n'existe pas dans l'annuaire LDAP"
 
@@ -2577,7 +2577,7 @@ msgid "DN you wish to add assignments for"
 msgstr "DN pour lequel vous souhaitez ajouter des affectations"
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr "Impossible de trouver le dn demandé dans l'annuaire LDAP"
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -4020,7 +4020,7 @@ msgstr "Code postal"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr "La ppolicy \"%s\" n’a pas été trouvée dans le LDAP !"
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/hu_HU/fusiondirectory.po b/locale/hu_HU/fusiondirectory.po
index d8b7de769..12d7676ed 100644
--- a/locale/hu_HU/fusiondirectory.po
+++ b/locale/hu_HU/fusiondirectory.po
@@ -633,7 +633,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -723,7 +723,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2428,7 +2428,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3759,7 +3759,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/id/fusiondirectory.po b/locale/id/fusiondirectory.po
index 66b5af047..3c685ea0e 100644
--- a/locale/id/fusiondirectory.po
+++ b/locale/id/fusiondirectory.po
@@ -629,7 +629,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -719,7 +719,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2424,7 +2424,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3755,7 +3755,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/it_IT/fusiondirectory.po b/locale/it_IT/fusiondirectory.po
index e33a231ea..7f293d82e 100644
--- a/locale/it_IT/fusiondirectory.po
+++ b/locale/it_IT/fusiondirectory.po
@@ -661,7 +661,7 @@ msgstr "CAS"
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr "Impossibile trovare l'utente \"%s\" CAS nell'annuario LDAP"
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -757,7 +757,7 @@ msgstr "Nessun valore trovato nell'header HTTP \"%s\""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr "L'utente header \"%s\"  non è stato trovato nel LDAP"
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2563,7 +2563,7 @@ msgid "DN you wish to add assignments for"
 msgstr "DN per il quale si desiderano aggiungere assegnazioni"
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr "Impossibile trovare il dn che avete inserito nell'LDAP"
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -4002,7 +4002,7 @@ msgstr "CAP"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr "Impossibile trovare %s nell'annuario LDAP"
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/ja/fusiondirectory.po b/locale/ja/fusiondirectory.po
index 52a92ca9e..6592f5568 100644
--- a/locale/ja/fusiondirectory.po
+++ b/locale/ja/fusiondirectory.po
@@ -629,7 +629,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -719,7 +719,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2424,7 +2424,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3755,7 +3755,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/ko/fusiondirectory.po b/locale/ko/fusiondirectory.po
index de8554dd8..dd87b044a 100644
--- a/locale/ko/fusiondirectory.po
+++ b/locale/ko/fusiondirectory.po
@@ -636,7 +636,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -726,7 +726,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2431,7 +2431,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3762,7 +3762,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/lv/fusiondirectory.po b/locale/lv/fusiondirectory.po
index 91b2232d0..727f5c999 100644
--- a/locale/lv/fusiondirectory.po
+++ b/locale/lv/fusiondirectory.po
@@ -633,7 +633,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -723,7 +723,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2428,7 +2428,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3759,7 +3759,7 @@ msgstr "Pasta indekss"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/nb/fusiondirectory.po b/locale/nb/fusiondirectory.po
index 264bf2f33..822c97fcc 100644
--- a/locale/nb/fusiondirectory.po
+++ b/locale/nb/fusiondirectory.po
@@ -633,7 +633,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -723,7 +723,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2428,7 +2428,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3759,7 +3759,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/nl/fusiondirectory.po b/locale/nl/fusiondirectory.po
index e2cc2d580..4e90ea525 100644
--- a/locale/nl/fusiondirectory.po
+++ b/locale/nl/fusiondirectory.po
@@ -645,7 +645,7 @@ msgstr "CAS"
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr "CAS gebruiker \"%s\" kon niet gevonden worden in de LDAP"
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -739,7 +739,7 @@ msgstr "Geen waarde gevonden in HTTP header \"%s\""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr "Header gebruiker \"%s\" kan niet gevonden worden in de LDAP"
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2519,7 +2519,7 @@ msgid "DN you wish to add assignments for"
 msgstr "DN waarvoor je toewijzingen wil bijvoegen"
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr "De ingegeven dn kon niet in de LDAP worden gevonden"
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3924,7 +3924,7 @@ msgstr "Postcode"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr "Ppolicy \"%s\" kon niet gevonden worden in de LDAP!"
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/pl/fusiondirectory.po b/locale/pl/fusiondirectory.po
index fbe27ac1d..40f235a2e 100644
--- a/locale/pl/fusiondirectory.po
+++ b/locale/pl/fusiondirectory.po
@@ -633,7 +633,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -725,7 +725,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2432,7 +2432,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3763,7 +3763,7 @@ msgstr "Kod pocztowy"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/pt/fusiondirectory.po b/locale/pt/fusiondirectory.po
index 94bbe189c..6208bafc9 100644
--- a/locale/pt/fusiondirectory.po
+++ b/locale/pt/fusiondirectory.po
@@ -635,7 +635,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -727,7 +727,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2433,7 +2433,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3764,7 +3764,7 @@ msgstr "CEP"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/pt_BR/fusiondirectory.po b/locale/pt_BR/fusiondirectory.po
index 7bfb28d68..097de0983 100644
--- a/locale/pt_BR/fusiondirectory.po
+++ b/locale/pt_BR/fusiondirectory.po
@@ -633,7 +633,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -725,7 +725,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2437,7 +2437,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3782,7 +3782,7 @@ msgstr "Código postal"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/ru/fusiondirectory.po b/locale/ru/fusiondirectory.po
index 82e2165e9..528847f02 100644
--- a/locale/ru/fusiondirectory.po
+++ b/locale/ru/fusiondirectory.po
@@ -636,7 +636,7 @@ msgstr "CAS"
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr "CAS пользователь \"%s\" не может быть найден в LDAP"
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -730,7 +730,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2464,7 +2464,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3832,7 +3832,7 @@ msgstr "Почтовый индекс"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/ru@petr1708/fusiondirectory.po b/locale/ru@petr1708/fusiondirectory.po
index 21e0e2cc6..8527355af 100644
--- a/locale/ru@petr1708/fusiondirectory.po
+++ b/locale/ru@petr1708/fusiondirectory.po
@@ -629,7 +629,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -719,7 +719,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2424,7 +2424,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3755,7 +3755,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/sv/fusiondirectory.po b/locale/sv/fusiondirectory.po
index ab62fbeb1..857bd9c27 100644
--- a/locale/sv/fusiondirectory.po
+++ b/locale/sv/fusiondirectory.po
@@ -634,7 +634,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -726,7 +726,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2460,7 +2460,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3824,7 +3824,7 @@ msgstr "Postnummer"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/tr_TR/fusiondirectory.po b/locale/tr_TR/fusiondirectory.po
index a1567985b..e40505e03 100644
--- a/locale/tr_TR/fusiondirectory.po
+++ b/locale/tr_TR/fusiondirectory.po
@@ -633,7 +633,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -723,7 +723,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2428,7 +2428,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3759,7 +3759,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/ug/fusiondirectory.po b/locale/ug/fusiondirectory.po
index e4506ad5f..631685eca 100644
--- a/locale/ug/fusiondirectory.po
+++ b/locale/ug/fusiondirectory.po
@@ -629,7 +629,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -719,7 +719,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2424,7 +2424,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3755,7 +3755,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/vi_VN/fusiondirectory.po b/locale/vi_VN/fusiondirectory.po
index 1c58d7c75..fbec549eb 100644
--- a/locale/vi_VN/fusiondirectory.po
+++ b/locale/vi_VN/fusiondirectory.po
@@ -633,7 +633,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -726,7 +726,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2454,7 +2454,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3785,7 +3785,7 @@ msgstr "Mã bưu điện"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/zh/fusiondirectory.po b/locale/zh/fusiondirectory.po
index 2ae164d9c..7cd122387 100644
--- a/locale/zh/fusiondirectory.po
+++ b/locale/zh/fusiondirectory.po
@@ -633,7 +633,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -723,7 +723,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2428,7 +2428,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3759,7 +3759,7 @@ msgstr "邮编"
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/locale/zh_TW/fusiondirectory.po b/locale/zh_TW/fusiondirectory.po
index d6782fb13..95bc180f9 100644
--- a/locale/zh_TW/fusiondirectory.po
+++ b/locale/zh_TW/fusiondirectory.po
@@ -629,7 +629,7 @@ msgstr ""
 
 #: include/login/class_LoginCAS.inc:68
 #, php-format
-msgid "CAS user \"%s\" could not be found in the LDAP"
+msgid "CAS user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginCAS.inc:78 include/login/class_LoginCAS.inc:104
@@ -719,7 +719,7 @@ msgstr ""
 
 #: include/login/class_LoginHTTPHeader.inc:64
 #, php-format
-msgid "Header user \"%s\" could not be found in the LDAP"
+msgid "Header user \"%s\" could not be found in LDAP"
 msgstr ""
 
 #: include/login/class_LoginHTTPAuth.inc:29
@@ -2424,7 +2424,7 @@ msgid "DN you wish to add assignments for"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:110
-msgid "The dn you entered could not be found in the LDAP"
+msgid "The dn you entered could not be found in LDAP"
 msgstr ""
 
 #: plugins/admin/acl/class_aclManagement.inc:141
@@ -3755,7 +3755,7 @@ msgstr ""
 
 #: plugins/personal/generic/class_user.inc:430
 #, php-format
-msgid "Ppolicy \"%s\" could not be found in the LDAP!"
+msgid "Ppolicy \"%s\" could not be found in LDAP!"
 msgstr ""
 
 #: plugins/personal/generic/class_user.inc:460
diff --git a/plugins/admin/acl/class_aclManagement.inc b/plugins/admin/acl/class_aclManagement.inc
index 2dc83ee0f..9d8c0c403 100644
--- a/plugins/admin/acl/class_aclManagement.inc
+++ b/plugins/admin/acl/class_aclManagement.inc
@@ -107,7 +107,7 @@ class aclAssignmentCreationDialog extends simplePlugin
     try {
       $this->management->newEntryConfirmed($this->baseDn);
     } catch (NonExistingLdapNodeException $e) {
-      $error = new FusionDirectoryError(htmlescape(_('The dn you entered could not be found in the LDAP')), 0, $e);
+      $error = new FusionDirectoryError(htmlescape(_('The dn you entered could not be found in LDAP')), 0, $e);
       $error->display();
       return;
     }
diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc
index 25e7ea158..35531802a 100644
--- a/plugins/personal/generic/class_user.inc
+++ b/plugins/personal/generic/class_user.inc
@@ -427,7 +427,7 @@ class user extends simplePlugin
       $ldap->cat($ppolicydn, ['pwdAllowUserChange', 'pwdMinLength', 'pwdMinAge', 'pwdSafeModify', 'pwdExpireWarning', 'pwdMaxAge']);
       $policy = $ldap->fetch(TRUE);
       if (!$policy) {
-        throw new NonExistingLdapNodeException($ppolicydn, sprintf(_('Ppolicy "%s" could not be found in the LDAP!'), $ppolicydn));
+        throw new NonExistingLdapNodeException($ppolicydn, sprintf(_('Ppolicy "%s" could not be found in LDAP!'), $ppolicydn));
       }
     }
 
-- 
GitLab