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-11-26 22:39:32 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-11-26 22:39:32 +0300
commit2dd74ab808bb5c6ee3bdc9f452045a855275e68d (patch)
treebc5b667a180c7220968d6ee260c30d8c42fd89a8 /lang
parent8f8f27b1420677288e86103375e96c78f8158cf2 (diff)
Add timezone check to installer; warn if mismatch between MySQL and php
timezone settings
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/en.php b/lang/en.php
index 57823652d7..138dbcc0ca 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -718,6 +718,8 @@ $translations = array(
'Installation_DatabaseCreation' => 'Database creation',
'Installation_DatabaseClientCharset' => 'Database client character set',
'Installation_ConnectionCharacterSetNotUtf8' => 'Client connection to the database server is not UTF8',
+ 'Installation_DatabaseTimezone' => 'Database timezone',
+ 'Installation_TimezoneMismatch' => 'PHP date.timezone is not the same as the database server timezone',
'Installation_JsTag' => 'JavaScript tag',
'Installation_JsTagHelp' => '<p>To count all visitors, you must insert the JavaScript code on all of your pages.</p><p>Your pages do not have to be made with PHP, Piwik will work on all kinds of pages (whether it is HTML, ASP, Perl or any other languages).</p><p>Here is the code you have to insert: (copy and paste on all your pages) </p>',
'Installation_JsTagQuicHelpk' => 'Quick Help',