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>2014-11-04 00:01:22 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-11-04 00:01:22 +0300
commitbc3c047a1636a10ce0c69769ed47c58b69bb5470 (patch)
treec8aa7d7a1f40d968eb463184ad7c3943b9e68673 /plugins/Installation/lang/en.json
parent67fc32b2c5109cd353824c03c95f35fc7656f803 (diff)
#5052 #6566 Added a form on the last installation step that plugins can enrich
The PrivacyManager plugins adds 2 settings to that form to let user disable (enabled by default) DoNotTrack and IP anonymization
Diffstat (limited to 'plugins/Installation/lang/en.json')
-rw-r--r--plugins/Installation/lang/en.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Installation/lang/en.json b/plugins/Installation/lang/en.json
index 843123cf25..df8fd6e53a 100644
--- a/plugins/Installation/lang/en.json
+++ b/plugins/Installation/lang/en.json
@@ -1,6 +1,5 @@
{
"Installation": {
- "AnonymiseIPAddressesField": "Anonymise IP addresses of users in Piwik (better privacy)<br>When users visit your website, Piwik will not use the full IP Address (such as 213.34.51.91) but instead Piwik will anonymise it first (to 213.34.0.0). IP address anonymisation is one the requirement set by the privacy laws in some countries such as Germany.",
"CollaborativeProject": "Piwik is a collaborative project, built with love by people from all over the world.",
"ConfigurationHelp": "Your Piwik configuration file appears to be misconfigured. You can either remove config\/config.ini.php and resume installation, or correct the database connection settings.",
"ConfirmDeleteExistingTables": "Are you sure you want to delete the tables: %s from your database? WARNING: DATA FROM THESE TABLES CANNOT BE RECOVERED!",
@@ -44,8 +43,8 @@
"PercentDone": "%s %% Done",
"PleaseFixTheFollowingErrors": "Please fix the following errors",
"PluginDescription": "Installation process of Piwik. The Installation is usually done once only. If the configuration file config\/config.inc.php is deleted, the installation will start again.",
- "PrivacyOptions": "Privacy options",
- "PrivacyOptionsHelp": "Piwik has some privacy options enabled by default. This form lets you customize them now, or you can do so later in the settings.",
+ "DefaultSettings": "Default Piwik settings",
+ "DefaultSettingsHelp": "Piwik comes with default settings. You can customize them now or do so later in the admin screen.",
"Requirements": "Piwik Requirements",
"RestartWebServer": "After making this change, restart your web server.",
"ReusingTables": "Reusing the Tables",