From 9045840bac7c2e7132555c199495b0477d07bc61 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Fri, 2 Nov 2018 15:17:34 +0000 Subject: [PATCH] Added label.group string into translation files. --- WEB-INF/resources/ca.lang.php | 1 + WEB-INF/resources/cs.lang.php | 1 + WEB-INF/resources/da.lang.php | 1 + WEB-INF/resources/de.lang.php | 2 ++ WEB-INF/resources/en.lang.php | 1 + WEB-INF/resources/es.lang.php | 1 + WEB-INF/resources/et.lang.php | 1 + WEB-INF/resources/fa.lang.php | 1 + WEB-INF/resources/fi.lang.php | 1 + WEB-INF/resources/fr.lang.php | 1 + WEB-INF/resources/gr.lang.php | 2 ++ WEB-INF/resources/he.lang.php | 1 + WEB-INF/resources/hu.lang.php | 1 + WEB-INF/resources/it.lang.php | 1 + WEB-INF/resources/ja.lang.php | 1 + WEB-INF/resources/ko.lang.php | 1 + WEB-INF/resources/nl.lang.php | 2 ++ WEB-INF/resources/no.lang.php | 1 + WEB-INF/resources/pl.lang.php | 1 + WEB-INF/resources/pt-br.lang.php | 1 + WEB-INF/resources/pt.lang.php | 1 + WEB-INF/resources/ro.lang.php | 1 + WEB-INF/resources/ru.lang.php | 1 + WEB-INF/resources/sk.lang.php | 1 + WEB-INF/resources/sl.lang.php | 1 + WEB-INF/resources/sr.lang.php | 1 + WEB-INF/resources/sv.lang.php | 1 + WEB-INF/resources/tr.lang.php | 1 + WEB-INF/resources/zh-cn.lang.php | 1 + WEB-INF/resources/zh-tw.lang.php | 1 + 30 files changed, 33 insertions(+) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 42a9ea85..64a3b86a 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -163,6 +163,7 @@ $i18n_key_words = array( 'label.user' => 'Usuari', 'label.users' => 'Usuaris', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 11253861..1cc0734d 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -167,6 +167,7 @@ $i18n_key_words = array( 'label.user' => 'Uživatel', 'label.users' => 'Uživatelů', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Zákazník', 'label.clients' => 'Zákazníci', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 8f6e8f4b..280c9945 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -150,6 +150,7 @@ $i18n_key_words = array( 'label.user' => 'Bruger', 'label.users' => 'Brugere', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Klienter', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index e51ec124..48d5dcfa 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -141,6 +141,8 @@ $i18n_key_words = array( 'label.end_date' => 'Enddatum', 'label.user' => 'Benutzer', 'label.users' => 'Personen', +// TODO: translate the following. +// 'label.group' => 'Group', 'label.roles' => 'Rollen', 'label.client' => 'Kunde', 'label.clients' => 'Kunden', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 3c04d5d7..a28c87cf 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -140,6 +140,7 @@ $i18n_key_words = array( 'label.end_date' => 'End date', 'label.user' => 'User', 'label.users' => 'Users', +'label.group' => 'Group', 'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 72ef4fdf..28dbb500 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -162,6 +162,7 @@ $i18n_key_words = array( 'label.user' => 'Usuario', // TODO: translate the following. // 'label.users' => 'Users', +// 'label.group' => 'Group', // 'label.roles' => 'Roles', // 'label.client' => 'Client', // 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 68b23800..85402163 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -165,6 +165,7 @@ $i18n_key_words = array( 'label.user' => 'Kasutaja', 'label.users' => 'Kasutajad', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Kliendid', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index a728ba86..d220c13d 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -158,6 +158,7 @@ $i18n_key_words = array( 'label.user' => 'کاربر', 'label.users' => 'کاربران', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'مشتری', 'label.clients' => 'مشتریان', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index f9299b20..1e4b86a6 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -152,6 +152,7 @@ $i18n_key_words = array( 'label.user' => 'Käyttäjä', 'label.users' => 'Käyttäjät', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Asiakas', 'label.clients' => 'Asiakkaat', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 5213715e..1e64e96d 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -149,6 +149,7 @@ $i18n_key_words = array( 'label.user' => 'Utilisateur', 'label.users' => 'Utilisateurs', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 60445670..18040153 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -142,6 +142,8 @@ $i18n_key_words = array( 'label.end_date' => 'Ημερομηνία λήξης', 'label.user' => 'Χρήστης', 'label.users' => 'Χρήστες', +// TODO: translate the following. +// 'label.group' => 'Group', 'label.roles' => 'Ρόλους', 'label.client' => 'Πελάτης', 'label.clients' => 'Πελάτες', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index ea42550d..a44d82e5 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -168,6 +168,7 @@ $i18n_key_words = array( 'label.user' => 'משתמש', 'label.users' => 'משתמשים', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'לקוח', 'label.clients' => 'לקוחות', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 5712426c..9e59b544 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -165,6 +165,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.user' => 'User', // 'label.users' => 'Users', +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Ügyfél', 'label.clients' => 'Ügyfelek', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index d7b44f8a..ea2b2514 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -147,6 +147,7 @@ $i18n_key_words = array( 'label.user' => 'Utente', 'label.users' => 'Utenti', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Cliente', 'label.clients' => 'Clienti', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 7f9ee058..23afc5d9 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -168,6 +168,7 @@ $i18n_key_words = array( 'label.user' => 'ユーザー', 'label.users' => 'ユーザー', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'クライアント', 'label.clients' => 'クライアント', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 862384d3..6e0f59bd 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -167,6 +167,7 @@ $i18n_key_words = array( 'label.user' => '사용자', 'label.users' => '사용자', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => '클라이언트', 'label.clients' => '클라이언트', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 5225d676..b1f76af7 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -139,6 +139,8 @@ $i18n_key_words = array( 'label.end_date' => 'Einddatum', 'label.user' => 'Medewerker', 'label.users' => 'Medewerkers', +// TODO: translate the following. +// 'label.group' => 'Group', 'label.roles' => 'Rollen', 'label.client' => 'Klant', 'label.clients' => 'Klanten', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index e24f3470..07026ae5 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -168,6 +168,7 @@ $i18n_key_words = array( 'label.user' => 'Bruker', 'label.users' => 'Brukere', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Klienter', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 1e77cfbb..f88888fc 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -154,6 +154,7 @@ $i18n_key_words = array( 'label.user' => 'Użytkownik', 'label.users' => 'Użytkownicy', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Klienci', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index ba5d6f82..79370ec6 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -151,6 +151,7 @@ $i18n_key_words = array( 'label.user' => 'Usuário', 'label.users' => 'Usuários', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Cliente', 'label.clients' => 'Clientes', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index c5c90692..c9b24b34 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -159,6 +159,7 @@ $i18n_key_words = array( 'label.user' => 'Usuário', 'label.users' => 'Usuários', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', // 'label.client' => 'Client', // 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index bbc412fb..22341552 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -168,6 +168,7 @@ $i18n_key_words = array( 'label.user' => 'Utilizator', 'label.users' => 'Utilizatori', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clienti', diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 3a79929d..4a5dbd62 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -139,6 +139,7 @@ $i18n_key_words = array( 'label.end_date' => 'Конечная дата', 'label.user' => 'Пользователь', 'label.users' => 'Сотрудники', +'label.group' => 'Группа', 'label.roles' => 'Роли', 'label.client' => 'Клиент', 'label.clients' => 'Клиенты', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index d4898732..13992fe8 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -159,6 +159,7 @@ $i18n_key_words = array( 'label.user' => 'Používateľ', 'label.users' => 'Používatelia', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Klienti', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 8985874c..df5ddf52 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -157,6 +157,7 @@ $i18n_key_words = array( // 'label.end_date' => 'End date', // 'label.user' => 'User', // 'label.users' => 'Users', +// 'label.group' => 'Group', // 'label.roles' => 'Roles', // 'label.client' => 'Client', // 'label.clients' => 'Clients', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 19027add..a35014c0 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -151,6 +151,7 @@ $i18n_key_words = array( 'label.user' => 'Korisnik', 'label.users' => 'Korisnici', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Klijent', 'label.clients' => 'Klijenti', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 9472db28..fb4289a8 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -147,6 +147,7 @@ $i18n_key_words = array( 'label.user' => 'Användare', 'label.users' => 'Användare', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Kund', 'label.clients' => 'Kunder', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 9dab38b1..4b167e88 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -173,6 +173,7 @@ $i18n_key_words = array( 'label.user' => 'Kullanıcı', 'label.users' => 'Kullanıcılar', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Müşteri', 'label.clients' => 'Müşteriler', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 60fdeed1..2d55378f 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -158,6 +158,7 @@ $i18n_key_words = array( 'label.user' => '用户', 'label.users' => '用户', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => '客户', 'label.clients' => '客户', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 1c794d38..74d379fc 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -165,6 +165,7 @@ $i18n_key_words = array( 'label.user' => '用戶', 'label.users' => '用戶', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => '客戶', 'label.clients' => '客戶', -- 2.20.1