Add Chinese, Korean, and Japanese translations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$y = 0;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Dashboard";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Dashboard";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الصفحه الرئيسيه للمستخدم";
|
||||
@@ -20,10 +20,15 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Панель пользователя";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användarpanel";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Панель користувача";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "仪表板";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ダッシュボード";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "대시보드";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "92c8ffdb-3c82-4f08-aec0-82421ec41bb5";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/dashboard/";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
|
||||
@@ -21,10 +21,16 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Базы данных";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Databaser";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Бази даних";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "数据库";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "データベース";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "관련 기사";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "ebbd754d-ca74-d5b1-a77e-9206ba3ecc3f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/databases/databases.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
||||
@@ -20,10 +20,15 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройки по умолчанию";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Standard Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування за замовчуванням";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "违约情况";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "デフォルト設定";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "기본 설정";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "834b2739-9e99-4345-9b0b-7ec3ca332b67";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/default_settings/default_settings.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
|
||||
@@ -20,10 +20,15 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Домены";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Domäner";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Домени";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "领域";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ドメイン";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이름 *";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "4fa7e90b-6d6c-12d4-712f-62857402b801";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/domains/domains.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
|
||||
+24
-18
@@ -1,22 +1,28 @@
|
||||
<?php
|
||||
|
||||
$y = 0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Group Manager";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Group Manager";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Administración de Grupos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des groupes";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "'Gestão de Grupos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciar grupos";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Menedżer grup";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление группами";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Групи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Grupp Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Gruppenverwaltung";
|
||||
$apps[$x]['menu'][$y]['title']['he'] = "מנהל קבוצה";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "3b4acc6d-827b-f537-bf21-0093d94ffec7";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/groups/groups.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Group Manager";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Group Manager";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Administración de Grupos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des groupes";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "'Gestão de Grupos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciar grupos";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Menedżer grup";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление группами";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Групи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Grupp Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Gruppenverwaltung";
|
||||
$apps[$x]['menu'][$y]['title']['he'] = "מנהל קבוצה";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "一般事务/其他职等";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "グループマネージャー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "그룹 관리자";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "3b4acc6d-827b-f537-bf21-0093d94ffec7";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/groups/groups.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
||||
+28
-1
@@ -21,10 +21,15 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление меню";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Meny Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Менеджер меню";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "菜单管理器";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "メニューマネージャー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "메뉴 관리자";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "da3a9ab4-c28e-ea8d-50cc-e8405ac8e76e";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/menu/menu.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Home";
|
||||
@@ -47,6 +52,9 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Основные";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Hem";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Основне";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "家庭";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ホーム";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "(주)";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
@@ -78,6 +86,9 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Учетные Записи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konton";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Облікові записи";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "账户";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アカウント";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "계좌정보";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
@@ -106,6 +117,9 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Приложения";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Appar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Додатки";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "申请";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アプリケーション";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "제품정보";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
@@ -137,6 +151,9 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Status";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статус";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "现况";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ステータス";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "주요연혁";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
@@ -166,6 +183,9 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Дополнительные";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Avancerad";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Розширені";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "专 员";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アドバンス";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "지원하다";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
@@ -194,13 +214,16 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Войти";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Login";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логін";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "伐木";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ログイン";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "로그인";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "c85bf816-b88d-40fa-8634-11b456928afa";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "fa-sign-in-alt";
|
||||
$apps[$x]['menu'][$y]['path'] = "/login.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "public";
|
||||
$apps[$x]['menu'][$y]['order'] = "99";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "public";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Logout";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Logout";
|
||||
@@ -222,11 +245,15 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Выйти";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Logout";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "вийти";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "后勤";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ログアウト";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "로그아웃";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "0d29e9f4-0c9b-9d8d-cd2d-454899dc9bc4";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "fa-sign-out-alt";
|
||||
$apps[$x]['menu'][$y]['path'] = "/logout.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$y = 0;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Notifications";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Notifications";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الإخطارات";
|
||||
@@ -21,10 +21,15 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Уведомления";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Meddelanden";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Сповіщення";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "通知";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "お知らせ";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "공지사항";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "f8d65f91-0f4a-405a-b5ac-24cb3c4f10ba";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/notifications/notification_edit.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$y = 0;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Upgrade";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Upgrade";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "أعلى";
|
||||
@@ -20,10 +20,15 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Обновление";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Uppgardera";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Оновлення";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "升级";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アップグレード";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "지원하다";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "8c826e92-be3c-0944-669a-24e5b915d562";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/upgrade/index.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
|
||||
+32
-27
@@ -1,31 +1,36 @@
|
||||
<?php
|
||||
|
||||
$y = 0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "المستعمل";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Connexions utilisateur";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Connexions utilisateur";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Log utente";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gebruiker logs";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Logos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Logs de usuário";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Logs de usuário";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Журналы пользователей";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användarloggar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи користувачів";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "88e5773a-2e33-43dc-9a6e-07d46d200e9c";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/user_logs/user_logs.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "المستعمل";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Connexions utilisateur";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Connexions utilisateur";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Log utente";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gebruiker logs";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Logos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Logs de usuário";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Logs de usuário";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Журналы пользователей";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användarloggar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи користувачів";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "用户";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ユーザーログ";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "사용자 로그인";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "88e5773a-2e33-43dc-9a6e-07d46d200e9c";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/user_logs/user_logs.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
||||
+12
-2
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$y = 0;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Users";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Users";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "المستخدمون";
|
||||
@@ -20,10 +20,15 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Пользователи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användar Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Користувачі";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "用户";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ユーザ名";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이름 *";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "0d57cc1e-1874-47b9-7ddd-fe1f57cec99b";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/users/users.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
@@ -45,14 +50,19 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройка учетной записи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Kontoinställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Обліковий запис";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "账户设置";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アカウント設定";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "계정 설정";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "4d532f0b-c206-c39d-ff33-fc67d668fb69";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=user";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
||||
$y++;
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user