diff --git a/include/class_userinfo.inc b/include/class_userinfo.inc
index 084ca5897033cab071d512c603c07e3874faaad1..8c5d5136f61570ad58739fb4a8f7285aa8af53fc 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 46fe285a46f49b599b1abc8a2a07e13cdea5d3de..9bae6a85a796bf24ab0bae5cda7a1538950b9376 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 4d414e56e8467fb549c273c9177624ea3818c775..2fdd8be0a18447a27e463716428ca6a2787c46c7 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 98d200a9eebbc90bbd85244480674ed5551728d1..9e38dcee736f2dd904a9d5049fdc43ea86c126e4 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 8a3eca1a09847ad7533c27537ed379b14ff53405..45abcf655189d23f619cfd5954f353647d251a7e 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 b353b2821bd47c6a2259b58ae97741c44443f882..c148eb7b07cb3f62d97dad3bdbf0baf8920e53e5 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 13fe104d18e4c45427aa56266befdccb6eb574c3..7474abc72c42cfa7f2c12c1bb2fd796c1960d398 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 088faa6bf3af3b2157d4d84e61494043666619aa..6f6aca2d5990e7b69348412f211b66bb712cac8b 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 90fb867761a048b566484be0d97258b89f4f7792..e4a0685573df19bb61ac743ebd9513ef4d0fc5f7 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 49ca8abf39b6f5e37ec92da9906865bb3fd128b0..dfb7c61152cfa3002f218522c42f258e558430d1 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 07c44ccd3f38acc1891345118043152d11c32e6b..46bb3a49a65a9232b29aca173035ffd7fbac10f5 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 e37b550fd512bb2e5cc8f0537d1e6ef7250497a3..9bbce19cc56f192e6f41f501d2ae23ed0e0d9164 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 e429aeec01e82e9c6494d6833a52ecaf0de7d5ca..79a61cbd8a52cbafebf727366df02a386a611a75 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 7ae8428d52fc0d71064181863c9fb903cdee299b..5b720269ff00b2ef635e92fa4563ef6d1cdcc486 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 422d8d19289f6d0ea7edc16b6b5da8cefdd5e4f0..a0fe310d5ddd260bbbe1827d903de4a4b8dafc97 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 c2aa02c4f2e46412d99e5d874c4b55c98cab4088..9bbd60a83c848ee56e7ae50fa4547c468fde7860 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 27094201651124f2e4687a469b8636e65acc860b..07cea52f4414a93bf5e425d4019709ca15bd51a9 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 d8b7de769e661b0cf18d467210d62af6daadc137..12d7676edad4c2c18c606bcf31756a7208ac8a5f 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 66b5af0472155ba1854749f456e6cdd4ec7a8cfa..3c685ea0e1d5272b165ca0996f45136513fbaf33 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 e33a231ea8e4d542f6831c1d74f64304792d1c1f..7f293d82eee96038014cf058aa2fe0f5ea2f7705 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 52a92ca9e7aa1a189c5ed2100bd8b4aa41d3addc..6592f5568eedcdcb4978ee2073914ce9cd31fad0 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 de8554dd8c9134265e501785f0bb6fd41c840f15..dd87b044ab5c62093c189a340d78e82e0bf8ccff 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 91b2232d036626eeb4b46e86612eddfffa18b7bb..727f5c99953c5de49750375b2d004d8166cc8eb2 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 264bf2f3369d76ca280df8ad137d7b12001404c8..822c97fccfc4828bb60c7ed09435f5f1f4ae4f86 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 e2cc2d58094116bc642459f0d8fc8d0cf7f251c5..4e90ea525a6aa51fee9f22c953fe2b96171d3a7f 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 fbe27ac1d639697fb9d4a6a4455d6bc93563004f..40f235a2e128c16d51376b610f288dd29addb98f 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 94bbe189c56525299499e5e64050dcfbf47fcfdb..6208bafc945605fee923d88325ea49783076d0d2 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 7bfb28d68eba4214d9de02f1403cf83daa1b8153..097de0983c6e07ccb5c1ad6dfb4e146a09bffe7f 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 82e2165e96c5b5d261a223afef315d0c34725097..528847f029b1b20a5174d1367301bc69153c82a1 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 21e0e2cc696a8c1871b195ec7eef1c3107876284..8527355af5ff211ede669832abca595ed69d305f 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 ab62fbeb1f98df7766cba8cbf6608925eb0dbaeb..857bd9c2712d154cf54d5f9b1f2f1c2f6eb2b88d 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 a1567985b92a4f3c6620b341e0574e764285ed54..e40505e035b3acd105b3a9a3d348617da7b4e1e4 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 e4506ad5f08aac2f2a3f8f2fcdd390ec193894a0..631685eca5d003405aa3b0c1843578e0a5d5f441 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 1c58d7c75cec1ab1620d65c870a0bf828e258c45..fbec549ebade2f739e6aa06f29d415d58b3088bd 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 2ae164d9c0c355d3409f76a7ba7ecb52172b09ae..7cd12238708565b6fb5308e44383c6c80532defd 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 d6782fb133953214481515e7ed254ac0566b64ad..95bc180f9f11f579245d4078cc2625ed6bb5f09d 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 2dc83ee0fa172175ee395792af5c7c800e5dcbb5..9d8c0c4039a50312eeb6d0a74085a9e6ba119b0b 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 25e7ea1586e15ecb1aad13b589c7ba23d75c2e5a..35531802a2c968264821b0dfbc2935fc5f7a09d0 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));
       }
     }