From 97dad1407d2c97184f9e92b75662bcd1897a1431 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Tue, 27 Sep 2016 21:34:57 +0200 Subject: language update --- lang/es.json | 1 + lang/it.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/es.json b/lang/es.json index 8dc19b7a06..7de9883818 100644 --- a/lang/es.json +++ b/lang/es.json @@ -286,6 +286,7 @@ "Password": "Contraseña", "Period": "Periodo", "Piechart": "Gráfica circular", + "PiwikIsACollaborativeProjectYouCanContributeAndDonate": "%1$sPiwik%2$s es un proyecto de colaboración traído para ti por los miembros del %7$sequipo de Piwik%8$s así como muchos otros colaboradores alrededor del mundo. Si eres un fan de Piwik, puedes ayudar: descubrir %3$sCómo participar en Piwik%4$s, o %5$sdona ahora%6$s para ayudar a financiar Piwik 3.0!", "PiwikXIsAvailablePleaseNotifyPiwikAdmin": "%1$s está disponible. Por favor alerte al %2$s administrador Piwik%3$s.", "PiwikXIsAvailablePleaseUpdateNow": "Piwik %1$s está disponible. %2$s ¡Por favor, actualice ahora!%3$s (ver %4$scambios%5$s).", "PleaseSpecifyValue": "Por favor especifique un valor para '%s'.", diff --git a/lang/it.json b/lang/it.json index 7612c7c81e..b6ca374ee9 100644 --- a/lang/it.json +++ b/lang/it.json @@ -367,7 +367,7 @@ "TrackingScopeVisit": "Visita", "TransitionsRowActionTooltip": "Guarda cosa hanno fatto i visitatori prima e dopo aver visto questa pagina", "TransitionsRowActionTooltipTitle": "Apri Transizioni", - "TranslatorName": "Alessandro Coscia, Giovdi, Yusef Maali, Andrea Marchitelli (CILEA), Fabrizio Rocca, Ted Mosby, Alfio E. Fresta, Giovanni Matina, Blau", + "TranslatorName": "Alessandro Coscia, Giovdi, Yusef Maali, Andrea Marchitelli (CILEA), Fabrizio Rocca<\/a>, Ted Mosby, Alfio E. Fresta, Giovanni Matina, Blau", "UniquePurchases": "Acquisti unici", "Unknown": "Sconosciuto", "Upload": "Carica", -- cgit v1.2.3 From 75871fcb80678b03f30f978d9183668bd4ceaf2b Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 3 Oct 2016 09:26:40 +1300 Subject: Warn users (in all admin pages) when the PHP version is not recent enough to upgrade Piwik to latest major version --- lang/en.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang') diff --git a/lang/en.json b/lang/en.json index a9856cc425..bbe45c2a77 100644 --- a/lang/en.json +++ b/lang/en.json @@ -395,6 +395,9 @@ "Warning": "Warning", "WarningPhpVersionXIsTooOld": "The PHP version %s you are using has reached its End of Life (EOL). You are strongly urged to upgrade to a current version, as using this version may expose you to security vulnerabilities and bugs that have been fixed in more recent versions of PHP.", "WarningPiwikWillStopSupportingPHPVersion": "Piwik will stop supporting PHP %1$s in the next major version. Upgrade your PHP to at least PHP %2$s, before it's too late!", + "YouMustUpgradePhpVersionToReceiveLatestPiwik": "You must upgrade your PHP version in order to receive the latest Piwik update.", + "PiwikCannotBeUpgradedBecausePhpIsTooOld": "Piwik cannot be upgraded to the latest major version because your PHP version is too old.", + "PleaseUpgradeYourPhpVersionSoYourPiwikDataStaysSecure": "Please upgrade your PHP version to at least PHP %s so your Piwik analytics data stays secure.", "WarningFileIntegrityNoManifest": "File integrity check could not be performed due to missing manifest.inc.php.", "WarningFileIntegrityNoManifestDeployingFromGit": "If you are deploying Piwik from Git, this message is normal.", "WarningFileIntegrityNoMd5file": "File integrity check could not be completed due to missing md5_file() function.", -- cgit v1.2.3