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:
authormattab <matthieu.aubry@gmail.com>2014-01-13 03:07:22 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-13 03:07:22 +0400
commit35b089267b5b5a8e7552fd974bb974a00b54ae4f (patch)
treedfbbf2b7ccedaeeefdc21a74c3fa114d654557c5
parent1ab9b3f9b5e5917feff5828e2bfdc1e15af35deb (diff)
Translating a sentence in Privacy we forgot to translate
-rw-r--r--lang/en.json3
-rw-r--r--plugins/PrivacyManager/templates/privacySettings.twig2
2 files changed, 3 insertions, 2 deletions
diff --git a/lang/en.json b/lang/en.json
index 79c906b9a8..fe3d293173 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -705,7 +705,8 @@
"GeolocationAnonymizeIpNote": "Note: Geolocation will have approximately the same results with 1 byte anonymized. With 2 bytes or more, Geolocation will be inaccurate.",
"UseAnonymizedIpForVisitEnrichment": "Also use the Anonymized IP addresses when enriching visits.",
"UseAnonymizedIpForVisitEnrichmentNote": "Plugins such as Geo Location via IP and Provider improve visitor's metadata. By default these plugins use the anonymized IP addresses. If you select 'No', then the non-anonymized full IP address will be used instead, resulting in less privacy but better data accuracy.",
- "RecommendedForPrivacy": "(recommended for privacy)"
+ "RecommendedForPrivacy": "(recommended for privacy)",
+ "SeeAlsoOurOfficialGuidePrivacy": "See also our official guide: %sWeb Analytics Privacy%s"
},
"CorePluginsAdmin": {
"PluginDescription": "Plugins Administration Interface.",
diff --git a/plugins/PrivacyManager/templates/privacySettings.twig b/plugins/PrivacyManager/templates/privacySettings.twig
index c59a7a0598..812347b29d 100644
--- a/plugins/PrivacyManager/templates/privacySettings.twig
+++ b/plugins/PrivacyManager/templates/privacySettings.twig
@@ -5,7 +5,7 @@
{% if isSuperUser %}
<h2>{{ 'PrivacyManager_TeaserHeadline'|translate }}</h2>
<p>{{ 'PrivacyManager_Teaser'|translate('<a href="#anonymizeIPAnchor">',"</a>",'<a href="#deleteLogsAnchor">',"</a>",'<a href="#optOutAnchor">',"</a>")|raw }}
- See also our official guide <strong><a href='http://piwik.org/privacy/' target='_blank'>Web Analytics Privacy</a></strong></p>
+ {{'PrivacyManager_SeeAlsoOurOfficialGuidePrivacy'|translate('<strong><a href="http://piwik.org/privacy/" target="_blank">','</a></strong>')|raw }}</p>
<h2 id="anonymizeIPAnchor">{{ 'PrivacyManager_UseAnonymizeIp'|translate }}</h2>
<form method="post" action="{{ {'action':'saveSettings', 'form':'formMaskLength', 'token_auth':token_auth} | urlRewriteWithParameters }}" id="formMaskLength">
<div id='anonymizeIpSettings'>