X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Ffortune%2Fsetup.php;h=ce01ece97d1b9367e7925da94d8085acb0237a02;hb=20152d80f0ff10e27fec87ac3b805004c815eee9;hp=4959231b77fda956a683019c54cc72702920c5dc;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe;p=squirrelmail.git diff --git a/plugins/fortune/setup.php b/plugins/fortune/setup.php index 4959231b..ce01ece9 100644 --- a/plugins/fortune/setup.php +++ b/plugins/fortune/setup.php @@ -35,9 +35,9 @@ function fortune() { echo "
"; echo '\n"; + echo "\n"; echo '\n"; + echo "> " . _("Show fortunes at top of mailbox") . "\n"; } function fortune_save() {
'; if (!$exist) { - echo "$fortune_location not found."; + echo "$fortune_location" . _(" not found."); } else { - echo "
Today's Fortune
";
+        echo "
" . _("Today's Fortune") . "
";
         system($fortune_location);
     } 
   
@@ -53,11 +53,11 @@ function fortune_load() {
 function fortune_options() {
   global $fortune_visible;
 
-  echo "
Fortunes:
" . _("Fortunes:") . " Show fortunes at top of mailbox