浏览代码

Including the change_password plugin in the POT

Fredrik Jervfors 21 年之前
父节点
当前提交
d986b04fff
共有 2 个文件被更改,包括 75 次插入1 次删除
  1. 71 1
      po/squirrelmail.pot
  2. 4 0
      po/xgetpo

+ 71 - 1
po/squirrelmail.pot

@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2004-08-11 17:46+0200\n"
+"POT-Creation-Date: 2004-08-13 22:25+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2550,6 +2550,76 @@ msgstr ""
 msgid "Calendar"
 msgstr ""
 
+msgid "You must type in your current password."
+msgstr ""
+
+msgid "Your current password is not correct."
+msgstr ""
+
+msgid "You must type in a new password."
+msgstr ""
+
+msgid "You must also type in your new password in the verify box."
+msgstr ""
+
+msgid "Your new password does not match the verify password."
+msgstr ""
+
+#, c-format
+msgid "Your new password should be %s to %s characters long."
+msgstr ""
+
+msgid "Your new password contains invalid characters."
+msgstr ""
+
+msgid "Change Password"
+msgstr ""
+
+msgid "Current Password:"
+msgstr ""
+
+msgid "New Password:"
+msgstr ""
+
+msgid "Verify New Password:"
+msgstr ""
+
+msgid "Use this to change your email password."
+msgstr ""
+
+msgid "Curl module NOT available! Unable to change password!"
+msgstr ""
+
+msgid "Cannot change password! (Is user 'Self Configurable User' ?) (401)"
+msgstr ""
+
+msgid "Cannot change password!"
+msgstr ""
+
+msgid "Cannot connect to Database Server, please try later!"
+msgstr ""
+
+msgid "Database not found on server"
+msgstr ""
+
+msgid "SQL call failed, try again later."
+msgstr ""
+
+msgid "Duplicate login entries detected, cannot change password!"
+msgstr ""
+
+msgid "Password change was not successful!"
+msgstr ""
+
+msgid "Closing Connection"
+msgstr ""
+
+msgid "Connecting to Password Server"
+msgstr ""
+
+msgid "ERROR:"
+msgstr ""
+
 msgid ""
 "COMMERCIAL - This list contains servers that are verified spam senders. It "
 "is a pretty reliable list to scan spam from."

+ 4 - 0
po/xgetpo

@@ -38,6 +38,10 @@ xgettext ${XGETTEXT_OPTIONS} -j \
     squirrelmail/plugins/bug_report/*.php --output=squirrelmail/po/squirrelmail.pot
 xgettext ${XGETTEXT_OPTIONS} -j \
     squirrelmail/plugins/calendar/*.php --output=squirrelmail/po/squirrelmail.pot
+xgettext ${XGETTEXT_OPTIONS} -j \
+    squirrelmail/plugins/change_password/*.php --output=squirrelmail/po/squirrelmail.pot
+xgettext ${XGETTEXT_OPTIONS} -j \
+    squirrelmail/plugins/change_password/backend/*.php --output=squirrelmail/po/squirrelmail.pot
 xgettext ${XGETTEXT_OPTIONS} -j \
     squirrelmail/plugins/filters/*.php --output=squirrelmail/po/squirrelmail.pot
 xgettext ${XGETTEXT_OPTIONS} -j \