X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=include%2Flanguages.php;h=cbc169916275e88c73a4465ece2aacb938c4395e;hp=8b7d07bb4ee961fe5207c95449097b85ef48de41;hb=66783e5581450bcbd507d8b0d169ea0140f1b220;hpb=d53a040b6f1d384d5852a55dd1241b85c82a29d5 diff --git a/include/languages.php b/include/languages.php index 8b7d07bb..cbc16991 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 http://example.com/sm_cvs/documentation/devel/devel-3.html + * XTRA_CODE - translation uses special functions. See http://www.squirrelmail.org/docs/devel/devel-3.html * * Each 'language' definition requires NAME+CHARSET or ALIAS variables. *