From 27e1f1efefe83a04ce9fd50596d25b5c24955fe0 Mon Sep 17 00:00:00 2001 From: jervfors Date: Sun, 9 May 2004 11:16:04 +0000 Subject: [PATCH] String fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7408 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/fetch.php | 2 +- po/squirrelmail.pot | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/plugins/mail_fetch/fetch.php b/plugins/mail_fetch/fetch.php index 0efb7bb7..de9e1f7a 100644 --- a/plugins/mail_fetch/fetch.php +++ b/plugins/mail_fetch/fetch.php @@ -210,7 +210,7 @@ sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION); continue; } else { $newmsgcount = $Count - $i + 1; - Mail_Fetch_Status(_("Login OK: Inbox contains [") . $newmsgcount . _("] messages")); + Mail_Fetch_Status(sprintf(_("Login OK: Inbox contains %s messages"), $newmsgcount)); } Mail_Fetch_Status(_("Fetching UIDL...")); diff --git a/po/squirrelmail.pot b/po/squirrelmail.pot index dcfcdfe9..f4e69ccf 100644 --- a/po/squirrelmail.pot +++ b/po/squirrelmail.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2004-05-08 18:31+0200\n" +"POT-Creation-Date: 2004-05-09 13:13+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1882,7 +1882,7 @@ msgstr "" msgid "Config File Version" msgstr "" -msgid "Squirrelmail Version" +msgid "SquirrelMail Version" msgstr "" msgid "PHP Version" @@ -2713,7 +2713,7 @@ msgstr "" msgid "" "Run some test IMAP commands, displaying both the command and the result. " -"These tests use the Squirrelmail IMAP commands and your current Squirrelmail " +"These tests use the SquirrelMail IMAP commands and your current SquirrelMail " "configuration. Custom command strings can be used." msgstr "" @@ -2885,10 +2885,8 @@ msgstr "" msgid "Login OK: Inbox EMPTY" msgstr "" -msgid "Login OK: Inbox contains [" -msgstr "" - -msgid "] messages" +#, c-format +msgid "Login OK: Inbox contains %s messages" msgstr "" msgid "Fetching UIDL..." @@ -3308,11 +3306,11 @@ msgid "" "folder to see messages and/or delete the spam." msgstr "" -msgid "Spamcop service type" +msgid "SpamCop service type" msgstr "" msgid "" -"Service type option allows selecting which spamcop services you are using. " +"Service type option allows selecting which SpamCop services you are using. " "Member services use different web reporting forms and does not display nags. " "You can purchase these services, if you want to support SpamCop." msgstr "" -- 2.25.1