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 19:11:33 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-08-16 19:11:33 +0400
commit44575d4b396b9d0eb30243acb600b11b4c36f318 (patch)
treecc4cbf9a10113fe90d06c558426a12573a4e19f6 /lang
parent601e05b61783ef73884ea8a6bbba499ae7d6296e (diff)
fixes #937 - CoreUpdater: translate remaining strings; add browser lang detect and language selector
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/lang/en.php b/lang/en.php
index bb68fc45ec..f789eee632 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -186,13 +186,17 @@ $translations = array(
'CoreUpdater_YouCanUpgradeAutomaticallyOrDownloadPackage' => 'You can update to version %s automatically or download the package and install it manually:',
'CoreUpdater_DownloadX' => 'Download %s',
'CoreUpdater_UpdateHasBeenCancelledExplanation' => 'Piwik One Click Update has been cancelled. If you can\'t fix the above error message, it is recommended that you manually update Piwik. %s Please check out the %sUpdate documentation%s to get started!',
- 'CoreUpdate_DownloadingUpdateFromX' => 'Downloading update from %s',
- 'CoreUpdate_UnpackingTheUpdate' => 'Unpacking the update',
+ 'CoreUpdater_DownloadingUpdateFromX' => 'Downloading update from %s',
+ 'CoreUpdater_UnpackingTheUpdate' => 'Unpacking the update',
'CoreUpdater_VerifyingUnpackedFiles' => 'Verifying the unpacked files',
'CoreUpdater_CreatingBackupOfConfigurationFile' => 'Creating a backup of the configuration file in %s',
'CoreUpdater_InstallingTheLatestVersion' => 'Installing the latest version',
'CoreUpdater_PiwikUpdatedSuccessfully' => 'Piwik updated successfully!',
'CoreUpdater_EmptyDatabaseError' => 'Database %s is empty. You must edit or remove your Piwik configuration file.',
+ 'CoreUpdater_ExceptionAlreadyLatestVersion' => 'Your Piwik version %s is up to date.',
+ 'CoreUpdater_ExceptionArchiveIncompatible' => 'Incompatible archive: %s',
+ 'CoreUpdater_ExceptionArchiveEmpty' => 'Empty archive.',
+ 'CoreUpdater_ExceptionArchiveIncomplete' => 'Archive is incomplete: some files are missing (eg. %s).',
'Actions_Actions' => 'Actions',
'Actions_SubmenuPages' => 'Pages',
'Actions_SubmenuOutlinks' => 'Outlinks',