From: tokul Date: Sun, 20 Mar 2005 14:29:43 +0000 (+0000) Subject: converting most of string to gettext. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3d05d2fc867fe480ddede7da7af082783a30baa9;p=squirrelmail.git converting most of string to gettext. only copyright line is untouched. using 'project team' instead of 'development team'. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9096 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/about.php b/src/about.php index cbd1dee5..08799e21 100644 --- a/src/about.php +++ b/src/about.php @@ -9,7 +9,6 @@ * An "about box" detailing SquirrelMail info. * * TODO: - * - Add localisation * - Insert org_name, provider_url? * - What more information is needed? * @@ -33,33 +32,42 @@ displayPageHeader($color, 'None' ); SquirrelMail Logo
- +
About SquirrelMail
+ +

-SquirrelMail is the name of the program that provides access to your email via the web.
+
-If you have questions about or problems with your mail account, passwords, abuse etc, -please refer to your system administrator or provider. -They can assist you adequately with these issues. The SquirrelMail development team -cannot help you with that. The help system provides answers -to frequently asked questions.

-SquirrelMail is a feature rich, standards compliant webmail application written in PHP. -It was made by a group of volunteers united in the SquirrelMail Development Team and is -released as open source, free software under the GNU General Public License. -For more information about SquirrelMail and the SquirrelMail development team, see -the SquirrelMail website.
+ +\n"; + +// i18n: %s tags are used in order to remove html URL attributes from translation +echo sprintf(_("They can assist you adequately with these issues. The SquirrelMail Project Team cannot help you with that. The %shelp system%s provides answers to frequently asked questions."),'',''); + +echo "
\n
\n"; + +// i18n: %s tags are used in order to remove html URL attributes from translation +echo sprintf(_("SquirrelMail is a feature rich, standards compliant webmail application written in PHP. It was made by a group of volunteers united in the SquirrelMail Project Team and is released as open source, free software under the %sGNU General Public License%s."),'',''); + +// i18n: %s tags are used in order to remove html URL attributes from translation +echo sprintf(_("For more information about SquirrelMail and the SquirrelMail Project Team, see %sthe SquirrelMail website%s."),'',''); +?> +


-System information

+ + +

-You are using SquirrelMail version:
-The administrator installed the following plugins:
\n"; +echo _("The administrator installed the following plugins:"); +echo "
\n"; if ( count ($plugins) > 0 ) { sort($plugins); echo "
    \n"; @@ -68,7 +76,7 @@ if ( count ($plugins) > 0 ) { } echo "
\n\n"; } else { - echo "none installed\n\n"; + echo ''._("none installed")."\n\n"; } ?>