From 21c014ebf1d28ff56da37d7e6163c34425ed8197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 30 Mar 2010 14:08:37 +0200 Subject: [PATCH] Mention gettext based usage rather than old select_lang. --- Documentation.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Documentation.html b/Documentation.html index 21a969dac7..e9c8aded93 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1648,8 +1648,9 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
$cfg['DefaultLang'] string
Defines the default language to use, if not browser-defined or user-defined.
- See the select_lang.lib.php script to know the valid values for - this setting.
+ The corresponding language file needs to be in + locale/code/LC_MESSAGES/phpmyadmin.mo. +
$cfg['DefaultConnectionCollation'] string
Defines the default connection collation to use, if not @@ -1658,8 +1659,9 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE documentation for list of possible values.
$cfg['Lang'] string
-
Force: always use this language (must be defined in the - select_lang.lib.php script).
+
Force language to use.
+ The corresponding language file needs to be in + locale/code/LC_MESSAGES/phpmyadmin.mo.
$cfg['FilterLanguages'] string
Limit list of available languages to those matching the given regular