From: tokul Date: Thu, 16 Jan 2003 21:18:12 +0000 (+0000) Subject: Translated strings in plugin to gettext. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=75d3419e4b2de9a888ce831df0104349dd7db657 Translated strings in plugin to gettext. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4427 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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