From d53a040b6f1d384d5852a55dd1241b85c82a29d5 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 21 Apr 2009 21:24:16 +0000 Subject: [PATCH] Repoint git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13569 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/languages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/languages.php b/include/languages.php index e66651fa..8b7d07bb 100644 --- a/include/languages.php +++ b/include/languages.php @@ -1053,7 +1053,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 doc/i18n.txt + * XTRA_CODE - translation uses special functions. See http://example.com/sm_cvs/documentation/devel/devel-3.html * * Each 'language' definition requires NAME+CHARSET or ALIAS variables. * -- 2.25.1