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>2016-12-26 01:12:42 +0300
committerGitHub <noreply@github.com>2016-12-26 01:12:42 +0300
commitdfab3037843444df09958daf94863bc2abcd6c8d (patch)
tree223a853308b2e31c240de03c10617e2d2a1c7c46 /plugins/UserId
parent8dbc563e99432f38de107be3dfb0f0a17b9e8f87 (diff)
language update (#11080)
Diffstat (limited to 'plugins/UserId')
-rw-r--r--plugins/UserId/lang/da.json1
-rw-r--r--plugins/UserId/lang/ja.json4
2 files changed, 4 insertions, 1 deletions
diff --git a/plugins/UserId/lang/da.json b/plugins/UserId/lang/da.json
index 399a31080b..6ec2051561 100644
--- a/plugins/UserId/lang/da.json
+++ b/plugins/UserId/lang/da.json
@@ -1,5 +1,6 @@
{
"UserId": {
+ "UserId": "Bruger ID",
"UserReportTitle": "Brugere"
}
} \ No newline at end of file
diff --git a/plugins/UserId/lang/ja.json b/plugins/UserId/lang/ja.json
index b1c2060004..7a3f3c577c 100644
--- a/plugins/UserId/lang/ja.json
+++ b/plugins/UserId/lang/ja.json
@@ -1,5 +1,7 @@
{
"UserId": {
- "UserReportTitle": "ユーザー"
+ "UserId": "ユーザーID",
+ "UserReportTitle": "ユーザー",
+ "PluginDescription": "ユーザーレポートを表示します"
}
} \ No newline at end of file