Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-01 01:14:20 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-01 01:14:20 +0300
commit2b85fe7ae6990132cabb2802f23887e9b34cb8eb (patch)
tree3772197d8774ba1cf654eeae6219ab59eccef38c /lang
parent12d8bc21d435cbc3b3b3a5dfc445171727e45fdd (diff)
Updated 'Installation_ConnectionCharacterSetNotUtf8' help text.
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.php b/lang/en.php
index 138dbcc0ca..3f5bc035a0 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -717,7 +717,7 @@ $translations = array(
'Installation_DatabaseServerVersion' => 'Database server version',
'Installation_DatabaseCreation' => 'Database creation',
'Installation_DatabaseClientCharset' => 'Database client character set',
- 'Installation_ConnectionCharacterSetNotUtf8' => 'Client connection to the database server is not UTF8',
+ 'Installation_ConnectionCharacterSetNotUtf8' => 'Client connection to the database server is not UTF8. You can recompile libmysql --with-chartset=utf8 (best option), add <code>charset = utf8</code> to your database configuration (forces an additional query which will slow down the tracker), or leave it as non-utf8 (in which case, your data won\'t be stored as true utf8).',
'Installation_DatabaseTimezone' => 'Database timezone',
'Installation_TimezoneMismatch' => 'PHP date.timezone is not the same as the database server timezone',
'Installation_JsTag' => 'JavaScript tag',