Browse Source

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

stakadush 23 years ago
parent
commit
dcb3ceba01
2 changed files with 382 additions and 270 deletions
  1. 380 268
      locale/he_HE/LC_MESSAGES/squirrelmail.po
  2. 2 2
      plugins/abook_take/setup.php

File diff suppressed because it is too large
+ 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>';
 }
 
 

Some files were not shown because too many files changed in this diff