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-08-16 17:36:09 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-08-16 17:36:09 +0400
commit7aa7716a9bb784007714e0b66885a0a1ba23647a (patch)
treedce1eed631e623570534cb12aa2ecafb8cc342e3 /lang
parent26b7f6616af5581e9641da98ac4a7f6bee26f36f (diff)
fixes #759 - add browser lang detection and language selector; make remaining strings translateable
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/en.php b/lang/en.php
index 0331fe886a..bb68fc45ec 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -665,13 +665,17 @@ $translations = array(
'Installation_NoConfigFound' => 'The Piwik configuration file couldn\'t be found and you are trying to access a Piwik page.<br /><b>&nbsp;&nbsp;&raquo; You can <a href=\'index.php\'>install Piwik now</a></b><br /><small>If you installed Piwik before and have some tables in your DB, don\'t worry, you can reuse the same tables and keep your existing data!</small>',
'Installation_MysqlSetup' => 'MySQL database setup',
'Installation_MysqlErrorConnect' => 'Error while trying to connect to the MySQL database',
+ 'Installation_ExceptionMySqlVersion' => 'Your MySQL version is %s but Piwik requires at least %s.',
'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',
+ 'Installation_JsTagArchivingHelp' => 'For medium and high traffic websites, check out the <a target="_blank" href="http://piwik.org/docs/setup-auto-archiving/">How to setup auto archiving page</a> to make Piwik run really fast!',
'Installation_Congratulations' => 'Congratulations',
'Installation_CongratulationsHelp' => '<p>Congratulations! Your Piwik installation is complete.</p><p>Make sure your JavaScript code is entered on your pages, and wait for your first visitors!</p>',
'Installation_ContinueToPiwik' => 'Continue to Piwik',
'Installation_SetupWebsite' => 'Setup a website',
'Installation_SetupWebsiteError' => 'There was an error when adding the website',
+ 'Installation_SetupWebsiteSetupSuccess' => 'Website %s created with success!',
'Installation_GeneralSetup' => 'General Setup',
'Installation_GeneralSetupSuccess' => 'General Setup configured with success',
'Installation_SuperUserLogin' => 'super user login',