Browse Source

String update

Fredrik Jervfors 20 years ago
parent
commit
38f6d9722f
2 changed files with 10 additions and 10 deletions
  1. 5 5
      plugins/change_password/backend/ldap.php
  2. 5 5
      po/squirrelmail.pot

+ 5 - 5
plugins/change_password/backend/ldap.php

@@ -534,7 +534,7 @@ function cpw_ldap_password_hash($pass,$crypto,&$msgs,$forced_salt='') {
             $ret = '{CRYPT}' . crypt($pass,GenerateRandomString(2,$extra_salt_chars,7));
             $ret = '{CRYPT}' . crypt($pass,GenerateRandomString(2,$extra_salt_chars,7));
         } else {
         } else {
             array_push($msgs,sprintf(_("Unsupported crypto: %s"),'crypt')
             array_push($msgs,sprintf(_("Unsupported crypto: %s"),'crypt')
-                       . _("System crypt library doesn't support standard des crypt."));
+                       . _("System crypt library doesn't support standard DES crypt."));
         }
         }
         break;
         break;
     case 'md5crypt':
     case 'md5crypt':
@@ -543,7 +543,7 @@ function cpw_ldap_password_hash($pass,$crypto,&$msgs,$forced_salt='') {
             $ret = '{CRYPT}' . crypt($pass,'$1$' . GenerateRandomString(9,$extra_salt_chars,7));
             $ret = '{CRYPT}' . crypt($pass,'$1$' . GenerateRandomString(9,$extra_salt_chars,7));
         } else {
         } else {
             array_push($msgs,sprintf(_("Unsupported crypto: %s"),'md5crypt')
             array_push($msgs,sprintf(_("Unsupported crypto: %s"),'md5crypt')
-                       . _("System crypt library doesn't have md5 support."));
+                       . _("System crypt library doesn't have MD5 support."));
         }
         }
         break;
         break;
     case 'extcrypt':
     case 'extcrypt':
@@ -553,7 +553,7 @@ function cpw_ldap_password_hash($pass,$crypto,&$msgs,$forced_salt='') {
             $ret = '{CRYPT}' . crypt($pass,'_' . GenerateRandomString(8,$extra_salt_chars,7));
             $ret = '{CRYPT}' . crypt($pass,'_' . GenerateRandomString(8,$extra_salt_chars,7));
         } else {
         } else {
             array_push($msgs,sprintf(_("Unsupported crypto: %s"),'ext_des')
             array_push($msgs,sprintf(_("Unsupported crypto: %s"),'ext_des')
-                       . _("System crypt library doesn't support extended des crypt."));
+                       . _("System crypt library doesn't support extended DES crypt."));
         }
         }
         break;
         break;
     case 'blowfish':
     case 'blowfish':
@@ -562,8 +562,8 @@ function cpw_ldap_password_hash($pass,$crypto,&$msgs,$forced_salt='') {
             // FIXME: guinea pigs with blowfish support needed.
             // FIXME: guinea pigs with blowfish support needed.
             $ret = '{CRYPT}' . crypt($pass,'$2$' . GenerateRandomString(13,$extra_salt_chars,7));
             $ret = '{CRYPT}' . crypt($pass,'$2$' . GenerateRandomString(13,$extra_salt_chars,7));
         } else {
         } else {
-            array_push($msgs,sprintf(_("Unsupported crypto: %s"),'blowfish')
-                       . _("System crypt library doesn't have blowfish support."));
+            array_push($msgs,sprintf(_("Unsupported crypto: %s"),'Blowfish')
+                       . _("System crypt library doesn't have Blowfish support."));
         }
         }
         break;
         break;
     case 'plaintext':
     case 'plaintext':

+ 5 - 5
po/squirrelmail.pot

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-27 23:00+0100\n"
+"POT-Creation-Date: 2005-02-27 23:42+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2754,16 +2754,16 @@ msgstr ""
 msgid "PHP mhash extension is missing."
 msgid "PHP mhash extension is missing."
 msgstr ""
 msgstr ""
 
 
-msgid "System crypt library doesn't support standard des crypt."
+msgid "System crypt library doesn't support standard DES crypt."
 msgstr ""
 msgstr ""
 
 
-msgid "System crypt library doesn't have md5 support."
+msgid "System crypt library doesn't have MD5 support."
 msgstr ""
 msgstr ""
 
 
-msgid "System crypt library doesn't support extended des crypt."
+msgid "System crypt library doesn't support extended DES crypt."
 msgstr ""
 msgstr ""
 
 
-msgid "System crypt library doesn't have blowfish support."
+msgid "System crypt library doesn't have Blowfish support."
 msgstr ""
 msgstr ""
 
 
 msgid "unknown"
 msgid "unknown"