浏览代码

Updated Hebrew po file.
A small cosmetic fix to plugins/abook_take/setup.php (lines 159 & 163) - added  .

stakadush 23 年之前
父节点
当前提交
dcb3ceba01
共有 2 个文件被更改,包括 382 次插入270 次删除
  1. 380 268
      locale/he_HE/LC_MESSAGES/squirrelmail.po
  2. 2 2
      plugins/abook_take/setup.php

文件差异内容过多而无法显示
+ 380 - 268
locale/he_HE/LC_MESSAGES/squirrelmail.po


+ 2 - 2
plugins/abook_take/setup.php

@@ -156,11 +156,11 @@ function abook_take_options()
           '<input type="checkbox" name="abook_take_abook_take_hide"';
           if ($abook_take_hide)
             echo ' checked';
-          echo '>' . _("Hide the box") . '<br>' .
+          echo '>&nbsp;' . _("Hide the box") . '<br>' .
           '<input type=checkbox name="abook_take_abook_take_verify"';
           if ($abook_take_verify)
             echo ' checked';
-          echo '>' . _("Try to verify addresses") . '</td></tr>';
+          echo '>&nbsp;' . _("Try to verify addresses") . '</td></tr>';
 }
 
 

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