浏览代码

String fix.

Fredrik Jervfors 19 年之前
父节点
当前提交
60146dc4d9
共有 3 个文件被更改,包括 74 次插入197 次删除
  1. 1 1
      include/errors.php
  2. 72 195
      po/squirrelmail.pot
  3. 1 1
      src/help.php

+ 1 - 1
include/errors.php

@@ -54,7 +54,7 @@ $aErrors['SQM_IMAP_APPEND_QUOTA_ERROR'] = array(
     'category' => SQM_ERROR_IMAP,
     'message'  => _( "Out of quota error."),
     'link'     => '',
-    'tip'      => _("Remove unneccessary messages from your folder. Start with your Trash folder.")
+    'tip'      => _("Remove unneccessary messages from your folders. Start with your Trash folder.")
 );
 
 $aErrors['SQM_IMAP_APPEND_ERROR'] = array(

文件差异内容过多而无法显示
+ 72 - 195
po/squirrelmail.pot


+ 1 - 1
src/help.php

@@ -197,7 +197,7 @@ if ( $chapter == 0 || !isset( $helpdir[$chapter-1] ) ) {
     } elseif (file_exists("../help/en_US/" . $helpdir[$chapter-1])) {
         // If the selected language can't be found, try English.
         $doc = file("../help/en_US/" . $helpdir[$chapter-1]);
-        error_box(_("This chapter in not available in the selected language. It will be displayed in English instead."));
+        error_box(_("This chapter is not available in the selected language. It will be displayed in English instead."));
         echo '<br />';
     } else {
         // If English can't be found, the chapter went MIA.

部分文件因为文件数量过多而无法显示