fusionpbx/core/menu/app_menu.php

237 lines
12 KiB
PHP
Raw Normal View History

<?php
2022-06-21 23:41:56 +02:00
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Menu Manager";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Menu Manager";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Menu Manager";
$apps[$x]['menu'][$y]['title']['de-at'] = "Menü Einstellungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Menü Einstellungen";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Διαχειριστής Μενού";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gestor de Menú";
2022-06-21 23:41:56 +02:00
$apps[$x]['menu'][$y]['title']['es-mx'] = "Gestor de Menú";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Gestion des Menus";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des Menus";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['he-il'] = "מנהל תפריט";
2017-09-21 17:06:26 +02:00
$apps[$x]['menu'][$y]['title']['it-it'] = "Gestione dei Menu";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Menu Manager";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer menu";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciador de Menus";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Menus";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$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]['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]['path'] = "/core/menu/menu.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Home";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Home";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البيت";
$apps[$x]['menu'][$y]['title']['de-at'] = "Home";
$apps[$x]['menu'][$y]['title']['de-de'] = "Home";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Αρχική";
2022-06-21 23:41:56 +02:00
$apps[$x]['menu'][$y]['title']['es-cl'] = "Inicio";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Inicio";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Accueil";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Maison";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['he-il'] = "בית";
2017-09-21 17:06:26 +02:00
$apps[$x]['menu'][$y]['title']['it-it'] = "Home";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Thuis";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Główne";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Principal";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Casa";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$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]['uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
2019-08-21 03:53:21 +02:00
$apps[$x]['menu'][$y]['icon'] = "fa-home";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "5";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
2019-01-02 23:28:52 +01:00
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "agent";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Accounts";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Accounts";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الحسابات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Konten";
$apps[$x]['menu'][$y]['title']['de-de'] = "Konten";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Λογαριασμοί";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Cuentas";
2022-06-21 23:41:56 +02:00
$apps[$x]['menu'][$y]['title']['es-mx'] = "Cuentas";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Comptes";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Comptes";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['he-il'] = "חשבונות";
2017-09-21 17:06:26 +02:00
$apps[$x]['menu'][$y]['title']['it-it'] = "Credenziali";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Accounts";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Konta";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Contas";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Contas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$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]['uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
2019-08-21 03:53:21 +02:00
$apps[$x]['menu'][$y]['icon'] = "fa-user";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "10";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
2020-02-20 01:01:12 +01:00
$apps[$x]['menu'][$y]['title']['en-us'] = "Applications";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Applications";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['ar-eg'] = "التطبيقات";
2020-02-20 01:01:12 +01:00
$apps[$x]['menu'][$y]['title']['de-at'] = "Applikationen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Applikationen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Aplicaciones";
2022-06-21 23:41:56 +02:00
$apps[$x]['menu'][$y]['title']['es-mx'] = "Aplicaciones";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Applications";
2020-02-20 01:01:12 +01:00
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Apps";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['he-il'] = "יישומים";
$apps[$x]['menu'][$y]['title']['it-it'] = "Applicazioni";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Applicaties";
2020-02-20 01:01:12 +01:00
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aplikacje";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Aplicações";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Aplicações";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$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]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "fa-paper-plane";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "20";
$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++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Status";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Status";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الحالة";
$apps[$x]['menu'][$y]['title']['de-at'] = "Status";
$apps[$x]['menu'][$y]['title']['de-de'] = "Status";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Κατάσταση";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado";
2022-06-21 23:41:56 +02:00
$apps[$x]['menu'][$y]['title']['es-mx'] = "Estado";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Etat";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Etat";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['he-il'] = "סטטוס";
2017-09-21 17:06:26 +02:00
$apps[$x]['menu'][$y]['title']['it-it'] = "Stato";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Status";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Status ";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$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]['uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
2019-08-21 03:53:21 +02:00
$apps[$x]['menu'][$y]['icon'] = "fa-chart-bar";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "25";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Advanced";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Advanced";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['ar-eg'] = "السلف";
$apps[$x]['menu'][$y]['title']['de-at'] = "Erweitert";
$apps[$x]['menu'][$y]['title']['de-de'] = "Erweitert";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Για προχωρημένους";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Avanzado";
2022-06-21 23:41:56 +02:00
$apps[$x]['menu'][$y]['title']['es-mx'] = "Avanzado";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Avancé";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Avancé";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['he-il'] = "מתקדם";
2017-09-21 17:06:26 +02:00
$apps[$x]['menu'][$y]['title']['it-it'] = "Avanzato";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Vertaling:";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zaawansowane";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Avançado";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Avançado";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$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]['uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
2019-08-21 03:53:21 +02:00
$apps[$x]['menu'][$y]['icon'] = "fa-cog";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "30";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Login";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Login";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Login";
$apps[$x]['menu'][$y]['title']['de-at'] = "Anmelden";
$apps[$x]['menu'][$y]['title']['de-de'] = "Anmelden";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Είσοδος";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Ingresar";
2022-06-21 23:41:56 +02:00
$apps[$x]['menu'][$y]['title']['es-mx'] = "Ingresar";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Connexion";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Connexion";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['he-il'] = "כניסה";
2017-09-21 17:06:26 +02:00
$apps[$x]['menu'][$y]['title']['it-it'] = "Login";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Login";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Logina";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Entrar";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Entrar";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Войти";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['sv-se'] = "Login";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логін";
$apps[$x]['menu'][$y]['uuid'] = "c85bf816-b88d-40fa-8634-11b456928afa";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
2019-08-21 03:53:21 +02:00
$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";
$y++;
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['en-us'] = "Logout";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Logout";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Logout";
$apps[$x]['menu'][$y]['title']['de-at'] = "Abmelden";
$apps[$x]['menu'][$y]['title']['de-de'] = "Abmelden";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Έξοδος";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Salir";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Salir";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Déconnexion";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Déconnexion";
$apps[$x]['menu'][$y]['title']['he-il'] = "Logout";
2017-09-21 17:06:26 +02:00
$apps[$x]['menu'][$y]['title']['it-it'] = "Logout";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Uitloggen";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Wyloguj";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Sair";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Logotipo";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
2023-05-02 05:25:25 +02:00
$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]['uuid'] = "0d29e9f4-0c9b-9d8d-cd2d-454899dc9bc4";
$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][$y]['category'] = "internal";
2019-08-21 03:53:21 +02:00
$apps[$x]['menu'][$y]['icon'] = "fa-sign-out-alt";
2023-05-02 05:25:25 +02:00
$apps[$x]['menu'][$y]['path'] = "/logout.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user";
2019-01-02 23:28:52 +01:00
$apps[$x]['menu'][$y]['groups'][] = "agent";
2023-05-02 05:25:25 +02:00
$y++;
?>