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-05-03 22:16:15 +0300
committersgiehl <stefan@piwik.org>2016-05-03 22:16:15 +0300
commit98fb703b09ffcbfd62df2df4e0c2d6fb28908630 (patch)
tree2ad6558adeffb4880927dbc4d7cc6af4266189eb /plugins/UserId
parentea9127b27a1a19e4eaccc825e3d253be8ba92c1c (diff)
language update
Diffstat (limited to 'plugins/UserId')
-rw-r--r--plugins/UserId/lang/am.json5
-rw-r--r--plugins/UserId/lang/ar.json5
-rw-r--r--plugins/UserId/lang/be.json5
-rw-r--r--plugins/UserId/lang/bg.json5
-rw-r--r--plugins/UserId/lang/ca.json5
-rw-r--r--plugins/UserId/lang/cs.json7
-rw-r--r--plugins/UserId/lang/da.json5
-rw-r--r--plugins/UserId/lang/de.json5
-rw-r--r--plugins/UserId/lang/el.json7
-rw-r--r--plugins/UserId/lang/es.json5
-rw-r--r--plugins/UserId/lang/et.json5
-rw-r--r--plugins/UserId/lang/eu.json5
-rw-r--r--plugins/UserId/lang/fa.json5
-rw-r--r--plugins/UserId/lang/fi.json5
-rw-r--r--plugins/UserId/lang/fr.json6
-rw-r--r--plugins/UserId/lang/gl.json5
-rw-r--r--plugins/UserId/lang/he.json5
-rw-r--r--plugins/UserId/lang/hi.json5
-rw-r--r--plugins/UserId/lang/hr.json5
-rw-r--r--plugins/UserId/lang/hu.json5
-rw-r--r--plugins/UserId/lang/id.json5
-rw-r--r--plugins/UserId/lang/it.json5
-rw-r--r--plugins/UserId/lang/ja.json5
-rw-r--r--plugins/UserId/lang/ko.json5
-rw-r--r--plugins/UserId/lang/lt.json5
-rw-r--r--plugins/UserId/lang/lv.json5
-rw-r--r--plugins/UserId/lang/nb.json5
-rw-r--r--plugins/UserId/lang/nl.json5
-rw-r--r--plugins/UserId/lang/nn.json5
-rw-r--r--plugins/UserId/lang/pl.json5
-rw-r--r--plugins/UserId/lang/pt-br.json7
-rw-r--r--plugins/UserId/lang/pt.json5
-rw-r--r--plugins/UserId/lang/ro.json5
-rw-r--r--plugins/UserId/lang/ru.json5
-rw-r--r--plugins/UserId/lang/sk.json5
-rw-r--r--plugins/UserId/lang/sl.json5
-rw-r--r--plugins/UserId/lang/sq.json5
-rw-r--r--plugins/UserId/lang/sr.json5
-rw-r--r--plugins/UserId/lang/sv.json7
-rw-r--r--plugins/UserId/lang/ta.json5
-rw-r--r--plugins/UserId/lang/te.json5
-rw-r--r--plugins/UserId/lang/th.json5
-rw-r--r--plugins/UserId/lang/tl.json5
-rw-r--r--plugins/UserId/lang/tr.json5
-rw-r--r--plugins/UserId/lang/uk.json5
-rw-r--r--plugins/UserId/lang/vi.json5
-rw-r--r--plugins/UserId/lang/zh-cn.json5
-rw-r--r--plugins/UserId/lang/zh-tw.json5
48 files changed, 249 insertions, 0 deletions
diff --git a/plugins/UserId/lang/am.json b/plugins/UserId/lang/am.json
new file mode 100644
index 0000000000..89b16469da
--- /dev/null
+++ b/plugins/UserId/lang/am.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "ተጠቃሚዎች"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/ar.json b/plugins/UserId/lang/ar.json
new file mode 100644
index 0000000000..20c6e62bdb
--- /dev/null
+++ b/plugins/UserId/lang/ar.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "المستخدمون"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/be.json b/plugins/UserId/lang/be.json
new file mode 100644
index 0000000000..db19effcfb
--- /dev/null
+++ b/plugins/UserId/lang/be.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Карыстачы"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/bg.json b/plugins/UserId/lang/bg.json
new file mode 100644
index 0000000000..2265cef2c2
--- /dev/null
+++ b/plugins/UserId/lang/bg.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Потребители"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/ca.json b/plugins/UserId/lang/ca.json
new file mode 100644
index 0000000000..ef7056f9df
--- /dev/null
+++ b/plugins/UserId/lang/ca.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Usuaris"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/cs.json b/plugins/UserId/lang/cs.json
new file mode 100644
index 0000000000..e5e54b8aaf
--- /dev/null
+++ b/plugins/UserId/lang/cs.json
@@ -0,0 +1,7 @@
+{
+ "UserId": {
+ "UserId": "UserId",
+ "UserReportTitle": "Uživatelé",
+ "PluginDescription": "Zobrazí reporty uživatel"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/da.json b/plugins/UserId/lang/da.json
new file mode 100644
index 0000000000..399a31080b
--- /dev/null
+++ b/plugins/UserId/lang/da.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Brugere"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/de.json b/plugins/UserId/lang/de.json
new file mode 100644
index 0000000000..4fb19902f4
--- /dev/null
+++ b/plugins/UserId/lang/de.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Benutzer"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/el.json b/plugins/UserId/lang/el.json
new file mode 100644
index 0000000000..f9ffd5b451
--- /dev/null
+++ b/plugins/UserId/lang/el.json
@@ -0,0 +1,7 @@
+{
+ "UserId": {
+ "UserId": "Αναγνωριστικό χρήστη",
+ "UserReportTitle": "Χρήστες",
+ "PluginDescription": "Εμφανίζει τις αναφορές χρηστών"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/es.json b/plugins/UserId/lang/es.json
new file mode 100644
index 0000000000..98b725a25a
--- /dev/null
+++ b/plugins/UserId/lang/es.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Usuarios"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/et.json b/plugins/UserId/lang/et.json
new file mode 100644
index 0000000000..0777e69781
--- /dev/null
+++ b/plugins/UserId/lang/et.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Kasutajaid"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/eu.json b/plugins/UserId/lang/eu.json
new file mode 100644
index 0000000000..9e73f162f5
--- /dev/null
+++ b/plugins/UserId/lang/eu.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Erabiltzaileak"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/fa.json b/plugins/UserId/lang/fa.json
new file mode 100644
index 0000000000..e1a99adfe3
--- /dev/null
+++ b/plugins/UserId/lang/fa.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "کاربران"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/fi.json b/plugins/UserId/lang/fi.json
new file mode 100644
index 0000000000..72950a6649
--- /dev/null
+++ b/plugins/UserId/lang/fi.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Käyttäjät"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/fr.json b/plugins/UserId/lang/fr.json
new file mode 100644
index 0000000000..2abc9832ce
--- /dev/null
+++ b/plugins/UserId/lang/fr.json
@@ -0,0 +1,6 @@
+{
+ "UserId": {
+ "UserId": "UserId",
+ "UserReportTitle": "Utilisateurs"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/gl.json b/plugins/UserId/lang/gl.json
new file mode 100644
index 0000000000..617065bb0d
--- /dev/null
+++ b/plugins/UserId/lang/gl.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Usuario"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/he.json b/plugins/UserId/lang/he.json
new file mode 100644
index 0000000000..35c16ba1e9
--- /dev/null
+++ b/plugins/UserId/lang/he.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "משתמשים"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/hi.json b/plugins/UserId/lang/hi.json
new file mode 100644
index 0000000000..a03ecf9b7c
--- /dev/null
+++ b/plugins/UserId/lang/hi.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "उपयोगकर्ता"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/hr.json b/plugins/UserId/lang/hr.json
new file mode 100644
index 0000000000..9f34d4a7cb
--- /dev/null
+++ b/plugins/UserId/lang/hr.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Korisnici"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/hu.json b/plugins/UserId/lang/hu.json
new file mode 100644
index 0000000000..afd68b2ac8
--- /dev/null
+++ b/plugins/UserId/lang/hu.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Felhasználók"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/id.json b/plugins/UserId/lang/id.json
new file mode 100644
index 0000000000..67985af03f
--- /dev/null
+++ b/plugins/UserId/lang/id.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Pengguna"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/it.json b/plugins/UserId/lang/it.json
new file mode 100644
index 0000000000..8f0bf57fa6
--- /dev/null
+++ b/plugins/UserId/lang/it.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Utenti"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/ja.json b/plugins/UserId/lang/ja.json
new file mode 100644
index 0000000000..b1c2060004
--- /dev/null
+++ b/plugins/UserId/lang/ja.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "ユーザー"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/ko.json b/plugins/UserId/lang/ko.json
new file mode 100644
index 0000000000..e68c34e7f2
--- /dev/null
+++ b/plugins/UserId/lang/ko.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "사용자"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/lt.json b/plugins/UserId/lang/lt.json
new file mode 100644
index 0000000000..9d60aaa439
--- /dev/null
+++ b/plugins/UserId/lang/lt.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Naudotojai"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/lv.json b/plugins/UserId/lang/lv.json
new file mode 100644
index 0000000000..630778b101
--- /dev/null
+++ b/plugins/UserId/lang/lv.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Lietotāji"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/nb.json b/plugins/UserId/lang/nb.json
new file mode 100644
index 0000000000..3eb7ff4e34
--- /dev/null
+++ b/plugins/UserId/lang/nb.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Brukere"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/nl.json b/plugins/UserId/lang/nl.json
new file mode 100644
index 0000000000..ed1464bf0c
--- /dev/null
+++ b/plugins/UserId/lang/nl.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Gebruikers"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/nn.json b/plugins/UserId/lang/nn.json
new file mode 100644
index 0000000000..fd50467a5c
--- /dev/null
+++ b/plugins/UserId/lang/nn.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Brukarar"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/pl.json b/plugins/UserId/lang/pl.json
new file mode 100644
index 0000000000..3372d2057a
--- /dev/null
+++ b/plugins/UserId/lang/pl.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Użytkownicy"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/pt-br.json b/plugins/UserId/lang/pt-br.json
new file mode 100644
index 0000000000..43e1b12fec
--- /dev/null
+++ b/plugins/UserId/lang/pt-br.json
@@ -0,0 +1,7 @@
+{
+ "UserId": {
+ "UserId": "UserId",
+ "UserReportTitle": "Usuários",
+ "PluginDescription": "Mostra relatórios de usuários"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/pt.json b/plugins/UserId/lang/pt.json
new file mode 100644
index 0000000000..f0724879a7
--- /dev/null
+++ b/plugins/UserId/lang/pt.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Utilizadores"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/ro.json b/plugins/UserId/lang/ro.json
new file mode 100644
index 0000000000..c6670264b2
--- /dev/null
+++ b/plugins/UserId/lang/ro.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Utilizatori"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/ru.json b/plugins/UserId/lang/ru.json
new file mode 100644
index 0000000000..353190053a
--- /dev/null
+++ b/plugins/UserId/lang/ru.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Пользователи"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/sk.json b/plugins/UserId/lang/sk.json
new file mode 100644
index 0000000000..be0f5fbf12
--- /dev/null
+++ b/plugins/UserId/lang/sk.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Používatelia"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/sl.json b/plugins/UserId/lang/sl.json
new file mode 100644
index 0000000000..6a3b1959d6
--- /dev/null
+++ b/plugins/UserId/lang/sl.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Uporabniki"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/sq.json b/plugins/UserId/lang/sq.json
new file mode 100644
index 0000000000..2c8c14380c
--- /dev/null
+++ b/plugins/UserId/lang/sq.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Përdorues"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/sr.json b/plugins/UserId/lang/sr.json
new file mode 100644
index 0000000000..9f34d4a7cb
--- /dev/null
+++ b/plugins/UserId/lang/sr.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Korisnici"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/sv.json b/plugins/UserId/lang/sv.json
new file mode 100644
index 0000000000..98e102901d
--- /dev/null
+++ b/plugins/UserId/lang/sv.json
@@ -0,0 +1,7 @@
+{
+ "UserId": {
+ "UserId": "Användar ID",
+ "UserReportTitle": "Användare",
+ "PluginDescription": "Visa användarrapporter"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/ta.json b/plugins/UserId/lang/ta.json
new file mode 100644
index 0000000000..b8b8e7ec01
--- /dev/null
+++ b/plugins/UserId/lang/ta.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "பாவனையாளர்கள்"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/te.json b/plugins/UserId/lang/te.json
new file mode 100644
index 0000000000..57139b029a
--- /dev/null
+++ b/plugins/UserId/lang/te.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "వాడుకరులు"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/th.json b/plugins/UserId/lang/th.json
new file mode 100644
index 0000000000..850ec2b335
--- /dev/null
+++ b/plugins/UserId/lang/th.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "ผู้ใช้"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/tl.json b/plugins/UserId/lang/tl.json
new file mode 100644
index 0000000000..9c7f9b544f
--- /dev/null
+++ b/plugins/UserId/lang/tl.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Users"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/tr.json b/plugins/UserId/lang/tr.json
new file mode 100644
index 0000000000..9aec350fb0
--- /dev/null
+++ b/plugins/UserId/lang/tr.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Kullanıcılar"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/uk.json b/plugins/UserId/lang/uk.json
new file mode 100644
index 0000000000..6ecfc09fe4
--- /dev/null
+++ b/plugins/UserId/lang/uk.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Користувачі"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/vi.json b/plugins/UserId/lang/vi.json
new file mode 100644
index 0000000000..267a30c2a3
--- /dev/null
+++ b/plugins/UserId/lang/vi.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "Các người dùng"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/zh-cn.json b/plugins/UserId/lang/zh-cn.json
new file mode 100644
index 0000000000..b6bdb6f51d
--- /dev/null
+++ b/plugins/UserId/lang/zh-cn.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "用户管理"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserId/lang/zh-tw.json b/plugins/UserId/lang/zh-tw.json
new file mode 100644
index 0000000000..35697dc6fd
--- /dev/null
+++ b/plugins/UserId/lang/zh-tw.json
@@ -0,0 +1,5 @@
+{
+ "UserId": {
+ "UserReportTitle": "使用者"
+ }
+} \ No newline at end of file