From 32f4685bb4c4f67dbf8dca5b0490f3070f429971 Mon Sep 17 00:00:00 2001 From: gpadgham Date: Thu, 31 Aug 2000 14:03:34 +0000 Subject: [PATCH] -added patch 101376 => makes some things in folders.php bold, like in the rest of squirrelmail -added patch 101377 => several things that help traslations be more complete. -added patch 101378 => see previous patch git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@736 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/folders.php | 18 +++++++++--------- src/help.php | 10 +++++----- src/options_display.php | 2 +- src/options_folder.php | 2 +- src/options_personal.php | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/folders.php b/src/folders.php index 827a1eb1..35a016c7 100644 --- a/src/folders.php +++ b/src/folders.php @@ -82,16 +82,16 @@ if (!sqimap_mailbox_exists ($imapConnection, $trash_folder) && $trash_folder != "none"){ echo _("Create Trash") . "
\n"; } - echo ""; + echo ""; echo "
"; } } /** DELETING FOLDERS **/ echo "\n"; - echo ""; + echo ""; echo "\n"; /** CREATING FOLDERS **/ - echo ""; + echo ""; echo "\n"; /** RENAMING FOLDERS **/ - echo ""; + echo ""; echo "
"; + echo "
"; echo _("Delete Folder"); - echo "
"; $count_special_folders = 0; @@ -141,9 +141,9 @@ echo "
 
"; + echo "
"; echo _("Create Folder"); - echo "
"; echo "
\n"; echo "
\n"; @@ -205,9 +205,9 @@ echo "
 
"; + echo "
"; echo _("Rename a Folder"); - echo "
"; if ($count_special_folders < count($boxes)) { echo "\n"; @@ -239,9 +239,9 @@ /** UNSUBSCRIBE FOLDERS **/ echo "\n"; - echo ""; + echo ""; echo "
"; + echo "
"; echo _("Unsubscribe") . "/" . _("Subscribe"); - echo "
"; if ($count_special_folders < count($boxes)) { echo "\n"; diff --git a/src/help.php b/src/help.php index dbc577b6..82af1cc4 100644 --- a/src/help.php +++ b/src/help.php @@ -170,11 +170,11 @@ echo "
"; - if ($chapter <= 1) echo "Previous | "; - else echo "Previous | "; - echo "Table of Contents"; - if ($chapter >= count($helpdir)) echo " | Next"; - else echo " | Next\n"; + if ($chapter <= 1) echo ""._("Previous")." | "; + else echo ""._("Previous")." | "; + echo ""._("Table of Contents").""; + if ($chapter >= count($helpdir)) echo " | "._("Next").""; + else echo " | "._("Next")."\n"; echo "

\n"; echo "$chapter - $help_info[0]

\n"; diff --git a/src/options_display.php b/src/options_display.php index 580a43ec..7cdb3ed9 100644 --- a/src/options_display.php +++ b/src/options_display.php @@ -264,7 +264,7 @@
  - + "name="submit_display">
diff --git a/src/options_folder.php b/src/options_folder.php index 543aa313..bacd3eff 100644 --- a/src/options_folder.php +++ b/src/options_folder.php @@ -137,7 +137,7 @@
  - + " name="submit_folder">
diff --git a/src/options_personal.php b/src/options_personal.php index 1320f997..05a0923d 100644 --- a/src/options_personal.php +++ b/src/options_personal.php @@ -80,7 +80,7 @@   - + " name="submit_personal"> -- 2.25.1