if ($aRes === false) {
$error = '<b><small><center><font color=red>' .
_("Thread sorting is not supported by your IMAP server.") . '<br />' .
- _("Please report this to the system administrator.") .
+ _("Please contact your system administrator and report this error.") .
'</center></small></b>';
$aMailbox['SORT'] -= SQSORT_THREAD;
} else {
if ($id === false) {
$error = '<b><small><center><font color=red>' .
_("Server-side sorting is not supported by your IMAP server.") . '<br />' .
- _("Please report this to the system administrator.") .
+ _("Please contact your system administrator and report this error.") .
'</center></small></b>';
} else {
$aMailbox['UIDSET'][$iSetIndx] = $id;
}
// vim: et ts=4
-?>
+?>
\ No newline at end of file
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2004-08-10 14:53+0200\n"
+"POT-Creation-Date: 2004-08-11 17:46+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"
msgid "Save folder tree"
msgstr ""
+msgid "The IMAP server is reporting that logins are disabled."
+msgstr ""
+
+msgid "The use of TLS may allow SquirrelMail to login."
+msgstr ""
+
+msgid "Please contact your system administrator and report this error."
+msgstr ""
+
msgid "Login"
msgstr ""
msgid "Is PEAR installed, and is the include path set correctly to find %s?"
msgstr ""
-msgid "Please contact your system administrator and report this error."
-msgstr ""
-
msgid "Personal address book"
msgstr ""
msgid "Thread sorting is not supported by your IMAP server."
msgstr ""
-msgid "Please report this to the system administrator."
-msgstr ""
-
msgid "Server-side sorting is not supported by your IMAP server."
msgstr ""
$logindisabled = sqimap_capability($imap,'LOGINDISABLED');
sqimap_logout($imap);
if ($logindisabled) {
- $string = "The IMAP server is reporting that logins are disabled.<br>";
+ $string = _("The IMAP server is reporting that logins are disabled.").'<br />';
if (!$use_imap_tls) {
- $string .= "The use of TLS may allow SquirrelMail to login.<br>";
+ $string .= _("The use of TLS may allow SquirrelMail to login.").'<br />';
}
- $string .= "Please contact your system administrator.";
+ $string .= _("Please contact your system administrator and report this error.");
error_box($string,$color);
exit;
}
do_hook('login_bottom');
echo "</body>\n".
"</html>\n";
-?>
+?>
\ No newline at end of file