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>2018-06-12 20:57:14 +0300
committerGitHub <noreply@github.com>2018-06-12 20:57:14 +0300
commit8c7a50cb6738232c8da2042e4de14b13fd77eba9 (patch)
treea94fced9184c9e7332b42733e02db7366ee37f07 /plugins/UserId
parentd2fe5a42c53df4fa92ca668f486f6359e5930d55 (diff)
language update (#13057)
Diffstat (limited to 'plugins/UserId')
-rw-r--r--plugins/UserId/lang/ar.json2
-rw-r--r--plugins/UserId/lang/hu.json2
-rw-r--r--plugins/UserId/lang/pt.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/UserId/lang/ar.json b/plugins/UserId/lang/ar.json
index 20c6e62bdb..bd52e16676 100644
--- a/plugins/UserId/lang/ar.json
+++ b/plugins/UserId/lang/ar.json
@@ -1,5 +1,5 @@
{
"UserId": {
- "UserReportTitle": "المستخدمون"
+ "UserReportTitle": "معرّفات المستخدمين"
}
} \ No newline at end of file
diff --git a/plugins/UserId/lang/hu.json b/plugins/UserId/lang/hu.json
index afd68b2ac8..de23164eac 100644
--- a/plugins/UserId/lang/hu.json
+++ b/plugins/UserId/lang/hu.json
@@ -1,5 +1,5 @@
{
"UserId": {
- "UserReportTitle": "Felhasználók"
+ "UserReportTitle": "felhasználó azonosítók"
}
} \ No newline at end of file
diff --git a/plugins/UserId/lang/pt.json b/plugins/UserId/lang/pt.json
index f0724879a7..0e5a4f17d3 100644
--- a/plugins/UserId/lang/pt.json
+++ b/plugins/UserId/lang/pt.json
@@ -1,5 +1,5 @@
{
"UserId": {
- "UserReportTitle": "Utilizadores"
+ "UserReportTitle": "IDs do utilizador"
}
} \ No newline at end of file