From: jervfors Date: Tue, 26 May 2009 12:35:43 +0000 (+0000) Subject: Removing "www." from some links. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5ba5ed0479f582ef4a9853da06f94cd4656788bb;p=squirrelmail.git Removing "www." from some links. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13765 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/include/languages.php b/include/languages.php index b7c79ca0..f802256e 100644 --- a/include/languages.php +++ b/include/languages.php @@ -147,7 +147,7 @@ function sq_textdomain($domain) { * @param mixed $locale option contains array with possible locales or string with one locale * @return string name of set locale or false, if all locales fail. * @since 1.4.5 and 1.5.1 - * @see http://www.php.net/setlocale + * @see http://php.net/setlocale */ function sq_setlocale($category,$locale) { if (is_string($locale)) { @@ -565,7 +565,7 @@ function set_up_language($sm_language, $do_search = false, $default = false, * mbstring.func_overload fix (#929644). * * php mbstring extension can replace standard string functions with their multibyte - * equivalents. See http://www.php.net/ref.mbstring#mbstring.overload. This feature + * equivalents. See http://php.net/ref.mbstring#mbstring.overload. This feature * was added in php v.4.2.0 * * Some SquirrelMail functions work with 8bit strings in bytes. If interface is forced @@ -1058,7 +1058,7 @@ if (! sqgetGlobalVar('squirrelmail_language',$squirrelmail_language,SQ_COOKIE)) * ALTNAME - Native translation name. Any 8bit symbols must be html encoded. * LOCALE - Full locale name (in xx_XX.charset format). It can use array with more than one locale name since 1.4.5 and 1.5.1 * DIR - Text direction. Used to define Right-to-Left languages. Possible values 'rtl' or 'ltr'. If undefined - defaults to 'ltr' - * XTRA_CODE - translation uses special functions. See http://www.squirrelmail.org/docs/devel/devel-3.html + * XTRA_CODE - translation uses special functions. See http://squirrelmail.org/docs/devel/devel-3.html * * Each 'language' definition requires NAME+CHARSET or ALIAS variables. *