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:
authorsgiehl <stefan@piwik.org>2016-06-29 23:48:43 +0300
committersgiehl <stefan@piwik.org>2016-06-29 23:48:43 +0300
commit728cd56ef9fc7e276b01fb034907d2098180b3bc (patch)
tree55544e0a491e587c0af0bf33045d6dae89278d4f /plugins/UserId
parentf71d46b649edcb81d681c488463674993420387e (diff)
language update
Diffstat (limited to 'plugins/UserId')
-rw-r--r--plugins/UserId/lang/fr.json3
-rw-r--r--plugins/UserId/lang/it.json4
2 files changed, 5 insertions, 2 deletions
diff --git a/plugins/UserId/lang/fr.json b/plugins/UserId/lang/fr.json
index 2abc9832ce..f0ec8c6d8d 100644
--- a/plugins/UserId/lang/fr.json
+++ b/plugins/UserId/lang/fr.json
@@ -1,6 +1,7 @@
{
"UserId": {
"UserId": "UserId",
- "UserReportTitle": "Utilisateurs"
+ "UserReportTitle": "Utilisateurs",
+ "PluginDescription": "Affiche les rapports utilisateur"
}
} \ No newline at end of file
diff --git a/plugins/UserId/lang/it.json b/plugins/UserId/lang/it.json
index 8f0bf57fa6..a7cc2b5012 100644
--- a/plugins/UserId/lang/it.json
+++ b/plugins/UserId/lang/it.json
@@ -1,5 +1,7 @@
{
"UserId": {
- "UserReportTitle": "Utenti"
+ "UserId": "User Id",
+ "UserReportTitle": "Utenti",
+ "PluginDescription": "Mostra i report utente"
}
} \ No newline at end of file