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
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-03-16 06:48:46 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-16 07:01:18 +0300
commit15d69e7a7ef02508c7a89d15794f9159c95e9928 (patch)
tree08a2f7cbf0d533ec3617b3ecbab330b7875541f3 /plugins
parent1020053b55f397cbdd580a0116ca1f3bde37e7ba (diff)
#6441 Update texts
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreUpdater/lang/en.json9
-rw-r--r--plugins/CoreUpdater/templates/oneClickResults.twig11
2 files changed, 9 insertions, 11 deletions
diff --git a/plugins/CoreUpdater/lang/en.json b/plugins/CoreUpdater/lang/en.json
index 5519f43fbe..2c3ffb9be2 100644
--- a/plugins/CoreUpdater/lang/en.json
+++ b/plugins/CoreUpdater/lang/en.json
@@ -47,11 +47,10 @@
"UpdateAutomatically": "Update Automatically",
"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. %1$s Please check out the %2$sUpdate documentation%3$s to get started!",
"UpdateTitle": "Update",
- "UpdateUsingHttpsFailed": "The download of the latest version over HTTPS failed:",
- "UpdateUsingHttpsFailedHelp": "Updating using HTTPS can fail because of a network error or a wrong system configuration, but it can also be a sign that someone is trying to make you download an altered version of Piwik.",
- "UpdateUsingHttpsFailedHelpWhatToDo": "Proceed to update using HTTP only if you are sure of what you are doing.",
- "UpdateUsingHttpMessage": "You can update using the non-secure HTTP method:",
- "UpdateRetryUsingHttp": "Retry updating using HTTP",
+ "UpdateUsingHttpsFailed": "Downloading the latest Piwik version over secure HTTPS connection did not succeed, because of the following error:",
+ "UpdateUsingHttpsFailedHelp": "Please note that downloading the latest Piwik version (over secure HTTPS connection) can fail for various reasons, for example in case of network error, slow network speed, or wrong system configuration.",
+ "UpdateUsingHttpsFailedHelpWhatToDo": "You may continue the update via the non-secure standard HTTP connection by clicking on the button '%s'.",
+ "UpdateUsingHttpMessage": "Update Piwik automatically (over the non secure HTTP connection)",
"UpgradeComplete": "Upgrade complete!",
"UpgradePiwik": "Upgrade Piwik",
"VerifyingUnpackedFiles": "Verifying the unpacked files",
diff --git a/plugins/CoreUpdater/templates/oneClickResults.twig b/plugins/CoreUpdater/templates/oneClickResults.twig
index fcefd72242..8ded5fd604 100644
--- a/plugins/CoreUpdater/templates/oneClickResults.twig
+++ b/plugins/CoreUpdater/templates/oneClickResults.twig
@@ -9,21 +9,20 @@
{% if httpsFail %}
<br/>
<br/>
- <div class="error">
- <img src="plugins/Morpheus/images/error_medium.png"/>
+ <div class="warning">
+ <img src="plugins/Morpheus/images/warning_medium.png"/>
{{ 'CoreUpdater_UpdateUsingHttpsFailed'|translate }}<br/>
- {{ error }}
+ "{{ error }}"
</div>
<p>{{ 'CoreUpdater_UpdateUsingHttpsFailedHelp'|translate }}</p>
- <p>{{ 'CoreUpdater_UpdateUsingHttpsFailedHelpWhatToDo'|translate }}</p>
+ <p>{{ 'CoreUpdater_UpdateUsingHttpsFailedHelpWhatToDo'|translate('CoreUpdater_UpdateAutomatically'|translate) }}</p>
<div class="warning">
- <img src="plugins/Morpheus/images/warning_medium.png"/>
{{ 'CoreUpdater_UpdateUsingHttpMessage'|translate }}
<form id="oneclickupdate" action="index.php">
<input type="hidden" name="module" value="CoreUpdater"/>
<input type="hidden" name="action" value="oneClickUpdate"/>
<input type="hidden" name="https" value="0"/>
- <input id="updateUsingHttp" type="submit" class="submit" value="{{ 'CoreUpdater_UpdateRetryUsingHttp'|translate }}"/>
+ <input id="updateUsingHttp" type="submit" class="submit" value="{{ 'CoreUpdater_UpdateAutomatically'|translate }}"/>
</form>
</div>
<br/>