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:
authorStefan Giehl <stefan@piwik.org>2017-01-30 12:02:52 +0300
committerGitHub <noreply@github.com>2017-01-30 12:02:52 +0300
commit4b9708a007afd3fb93207fdd88aa13c4ad5cdce2 (patch)
treedda06ac51f832e71b3eb04990820cf6cf203fb30 /plugins/UserId
parent2667ec85d9a7b4cbd191eb1b2c2369268b105954 (diff)
language update (#11297)
Diffstat (limited to 'plugins/UserId')
-rw-r--r--plugins/UserId/lang/da.json3
-rw-r--r--plugins/UserId/lang/uk.json4
2 files changed, 5 insertions, 2 deletions
diff --git a/plugins/UserId/lang/da.json b/plugins/UserId/lang/da.json
index 6ec2051561..a6b35146eb 100644
--- a/plugins/UserId/lang/da.json
+++ b/plugins/UserId/lang/da.json
@@ -1,6 +1,7 @@
{
"UserId": {
"UserId": "Bruger ID",
- "UserReportTitle": "Brugere"
+ "UserReportTitle": "Brugere",
+ "PluginDescription": "Viser bruger rapporter"
}
} \ No newline at end of file
diff --git a/plugins/UserId/lang/uk.json b/plugins/UserId/lang/uk.json
index 6ecfc09fe4..871ecad836 100644
--- a/plugins/UserId/lang/uk.json
+++ b/plugins/UserId/lang/uk.json
@@ -1,5 +1,7 @@
{
"UserId": {
- "UserReportTitle": "Користувачі"
+ "UserId": "Ідентифікатор",
+ "UserReportTitle": "Користувачі",
+ "PluginDescription": "Показує користувцькі звіти"
}
} \ No newline at end of file