From 5a3b35cb832f75f1e6f62c783066dfe383b2f514 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 2 May 2023 16:12:06 -0600 Subject: [PATCH] Add additional languages (#6654) --- app/bridges/app_menu.php | 34 +++++++++---------- app/call_block/app_menu.php | 7 ++-- app/call_broadcast/app_menu.php | 13 +++---- app/call_center_active/app_menu.php | 11 +++--- app/call_centers/app_menu.php | 21 ++++++------ app/call_flows/app_menu.php | 11 +++--- app/call_forward/app_menu.php | 6 ++-- app/call_recordings/app_menu.php | 32 ++++++++++-------- app/calls_active/app_menu.php | 9 ++--- app/click_to_call/app_menu.php | 19 ++++++----- app/conference_centers/app_menu.php | 23 +++++++------ app/conference_controls/app_menu.php | 47 +++++++++++++------------- app/conference_profiles/app_menu.php | 45 ++++++++++++------------ app/conferences/app_menu.php | 19 ++++++----- app/conferences_active/app_menu.php | 11 +++--- app/contacts/app_menu.php | 9 ++--- app/database_transactions/app_menu.php | 38 ++++++++++----------- app/destinations/app_menu.php | 3 +- app/devices/app_menu.php | 5 +-- app/dialplan_inbound/app_menu.php | 11 +++--- app/dialplan_outbound/app_menu.php | 13 +++---- app/dialplans/app_menu.php | 19 +++++------ 22 files changed, 210 insertions(+), 196 deletions(-) diff --git a/app/bridges/app_menu.php b/app/bridges/app_menu.php index 2dd77d9a72..b2e0f47d0c 100644 --- a/app/bridges/app_menu.php +++ b/app/bridges/app_menu.php @@ -1,21 +1,21 @@ diff --git a/app/call_block/app_menu.php b/app/call_block/app_menu.php index ba91d9edb7..35287276ec 100644 --- a/app/call_block/app_menu.php +++ b/app/call_block/app_menu.php @@ -5,12 +5,12 @@ $apps[$x]['menu'][$y]['title']['en-gb'] = "Call Block"; $apps[$x]['menu'][$y]['title']['ar-eg'] = "حظر المكالمات"; $apps[$x]['menu'][$y]['title']['de-at'] = "Sperrlisten"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Einloggen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Sperrlisten"; $apps[$x]['menu'][$y]['title']['el-gr'] = "Λίστα απορρίψεων"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Bloqueo de llamadas"; - $apps[$x]['menu'][$y]['title']['es-mx'] = ""; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Call Block"; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Call Block"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Liste Noire"; $apps[$x]['menu'][$y]['title']['he-il'] = "חסימת מספר"; $apps[$x]['menu'][$y]['title']['it-it'] = "Blocco Chiamate"; @@ -29,5 +29,6 @@ $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "user"; + $y++; ?> diff --git a/app/call_broadcast/app_menu.php b/app/call_broadcast/app_menu.php index d932bc123c..23a6bc3a53 100644 --- a/app/call_broadcast/app_menu.php +++ b/app/call_broadcast/app_menu.php @@ -3,15 +3,15 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Call Broadcast"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Call Broadcast"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "اتصل بالإذاعة"; $apps[$x]['menu'][$y]['title']['de-at'] = "Rundrufe"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Call Broadcast"; $apps[$x]['menu'][$y]['title']['de-de'] = "Rundrufe"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Llamada Broadcast"; - $apps[$x]['menu'][$y]['title']['es-mx'] = ""; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Call Broadcast"; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Téléphone"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Campagne d'Appels"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "Call Broadcast"; $apps[$x]['menu'][$y]['title']['it-it'] = "Chiamate Multiple"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Omroep"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Rozsyłanie rozmów"; @@ -24,8 +24,9 @@ $apps[$x]['menu'][$y]['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6"; $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][$y]['category'] = "internal"; + $apps[$x]['menu'][$y]['path'] = "/app/call_broadcast/call_broadcast.php"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; - $apps[$x]['menu'][$y]['path'] = "/app/call_broadcast/call_broadcast.php"; + $y++; ?> diff --git a/app/call_center_active/app_menu.php b/app/call_center_active/app_menu.php index 8a1eb1b38b..62332f9038 100644 --- a/app/call_center_active/app_menu.php +++ b/app/call_center_active/app_menu.php @@ -3,15 +3,15 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Active Call Center"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Active Call Center"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "مركز الاتصال النشط"; $apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Callcenter"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Active Call Center"; $apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Callcenter"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Centro de Llamada Activo"; - $apps[$x]['menu'][$y]['title']['es-mx'] = ""; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Active Call Center"; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Centre d'Appels Active"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Centre d'Appel Actif"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "מרכז קריאה פעיל"; $apps[$x]['menu'][$y]['title']['it-it'] = "Call Center Attivi"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Aktieve Callcenter"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywność w Call Center "; @@ -20,12 +20,13 @@ $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные Колл-центры"; $apps[$x]['menu'][$y]['title']['sv-se'] = "Aktivt Call Center"; - $apps[$x]['menu'][$y]['title']['uk-ua'] = ""; + $apps[$x]['menu'][$y]['title']['uk-ua'] = "Центр активного виклику"; $apps[$x]['menu'][$y]['uuid'] = "7fb0dd87-e984-9980-c512-2c76b887aeb2"; $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['path'] = "/app/call_center_active/call_center_queue.php"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $y++; ?> diff --git a/app/call_centers/app_menu.php b/app/call_centers/app_menu.php index 0f566e6396..058aff2e24 100644 --- a/app/call_centers/app_menu.php +++ b/app/call_centers/app_menu.php @@ -3,15 +3,15 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Call Centers"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Call Centers"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "مراكز الاتصال"; $apps[$x]['menu'][$y]['title']['de-at'] = "Callcenter"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Call Centers"; $apps[$x]['menu'][$y]['title']['de-de'] = "Callcenter"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Centro de Llamadas"; - $apps[$x]['menu'][$y]['title']['es-mx'] = ""; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Call Centers"; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Centre d' appels"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Centre d'appel"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "Call Centers"; $apps[$x]['menu'][$y]['title']['it-it'] = "Stato Agenti"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Call-Centers"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Call Center "; @@ -30,16 +30,16 @@ $y++; $apps[$x]['menu'][$y]['title']['en-us'] = "Agent Status"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Agent Status"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "الوكيل"; $apps[$x]['menu'][$y]['title']['de-at'] = "Agenten Status"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Status"; $apps[$x]['menu'][$y]['title']['de-de'] = "Agenten Status"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de Agente"; - $apps[$x]['menu'][$y]['title']['es-mx'] = ""; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Agente Status"; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Agent Status"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "État de l'agent"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; - $apps[$x]['menu'][$y]['title']['it-it'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "מצב הסוכן"; + $apps[$x]['menu'][$y]['title']['it-it'] = "Stato dell'agente"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Agent status"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Status agenta"; $apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do agente"; @@ -54,5 +54,6 @@ $apps[$x]['menu'][$y]['path'] = "/app/call_centers/call_center_agent_status.php"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $y++; ?> diff --git a/app/call_flows/app_menu.php b/app/call_flows/app_menu.php index 74e7fd70c7..0dbe9c0110 100644 --- a/app/call_flows/app_menu.php +++ b/app/call_flows/app_menu.php @@ -3,20 +3,20 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Call Flows"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Call Flows"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "اتصل بالتدفقات"; $apps[$x]['menu'][$y]['title']['de-at'] = "Anruf Steuerung"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Call Flows"; $apps[$x]['menu'][$y]['title']['de-de'] = "Anruf Steuerung"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Flujo de Llamada"; - $apps[$x]['menu'][$y]['title']['es-mx'] = ""; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Call Flows"; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Circulation d'Appel"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "cinématiques d'Appel"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "Call Flows"; $apps[$x]['menu'][$y]['title']['it-it'] = "Deviatori di Chiamata"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Oproep besturing"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Przepływ rozmów"; $apps[$x]['menu'][$y]['title']['pt-br'] = "Fluxo de chamadas"; - $apps[$x]['menu'][$y]['title']['pt-pt'] = ""; + $apps[$x]['menu'][$y]['title']['pt-pt'] = "Fluxos de chamadas"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Переключатель вызовов"; $apps[$x]['menu'][$y]['title']['sv-se'] = "Samtalsflöden"; @@ -27,5 +27,6 @@ $apps[$x]['menu'][$y]['path'] = "/app/call_flows/call_flows.php"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "admin"; + $y++; ?> diff --git a/app/call_forward/app_menu.php b/app/call_forward/app_menu.php index 780840b238..48b078f176 100644 --- a/app/call_forward/app_menu.php +++ b/app/call_forward/app_menu.php @@ -3,7 +3,7 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Call Forward"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Call Forward"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "نداء إلى الأمام"; $apps[$x]['menu'][$y]['title']['de-at'] = "Rufumleitung"; $apps[$x]['menu'][$y]['title']['de-ch'] = "Rufumleitung"; $apps[$x]['menu'][$y]['title']['de-de'] = "Rufumleitung"; @@ -11,7 +11,7 @@ $apps[$x]['menu'][$y]['title']['es-mx'] = "Reenvio de Llamadas"; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Renvoi d'appel"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Renvoi d'appel"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "Call Forward"; $apps[$x]['menu'][$y]['title']['it-it'] = "Inoltro"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Oproep doorsturen"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Przekierowanie"; @@ -21,7 +21,6 @@ $apps[$x]['menu'][$y]['title']['ru-ru'] = "Переадресация"; $apps[$x]['menu'][$y]['title']['sv-se'] = "Vidarekoppling"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Переадресація"; - $apps[$x]['menu'][$y]['uuid'] = "4e4df00b-aafb-45a8-82c1-cdabc921889c"; $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][$y]['category'] = "internal"; @@ -29,5 +28,6 @@ $apps[$x]['menu'][$y]['groups'][] = "user"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $y++; ?> diff --git a/app/call_recordings/app_menu.php b/app/call_recordings/app_menu.php index 5c8e4d8a97..90b2142b1b 100644 --- a/app/call_recordings/app_menu.php +++ b/app/call_recordings/app_menu.php @@ -1,19 +1,21 @@ diff --git a/app/calls_active/app_menu.php b/app/calls_active/app_menu.php index 7dfec1344a..261a816dcd 100644 --- a/app/calls_active/app_menu.php +++ b/app/calls_active/app_menu.php @@ -3,13 +3,13 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Active Calls"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Active Calls"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "الدعوات النشطة"; $apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Gespräche"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Aktive Anrufe"; $apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Gespräche"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Llamadas Activas"; - $apps[$x]['menu'][$y]['title']['es-mx'] = ""; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Llamadas activas"; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Appels actifs"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Appels en cours"; $apps[$x]['menu'][$y]['title']['he-il'] = "שיחות פעילות"; $apps[$x]['menu'][$y]['title']['it-it'] = "Chiamate Attive"; @@ -27,5 +27,6 @@ $apps[$x]['menu'][$y]['path'] = "/app/calls_active/calls_active.php"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "admin"; + $y++; ?> diff --git a/app/click_to_call/app_menu.php b/app/click_to_call/app_menu.php index 97f885e3cf..9c01b1253c 100644 --- a/app/click_to_call/app_menu.php +++ b/app/click_to_call/app_menu.php @@ -3,27 +3,28 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Click to Call"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Click to Call"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "اتصل"; $apps[$x]['menu'][$y]['title']['de-at'] = "Click to Call"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Klicken Sie auf Anruf"; $apps[$x]['menu'][$y]['title']['de-de'] = "Click to Call"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Pulse para Llamar"; - $apps[$x]['menu'][$y]['title']['es-mx'] = ""; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Haga clic para llamar"; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Cliquez pour appeler"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Cliquez pour Appeller"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "לחצו על Call"; $apps[$x]['menu'][$y]['title']['it-it'] = "Clicca e Chiama"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Klik voor oproep"; - $apps[$x]['menu'][$y]['title']['pl-pl'] = ""; - $apps[$x]['menu'][$y]['title']['pt-br'] = ""; + $apps[$x]['menu'][$y]['title']['pl-pl'] = "Click to Call"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Clique para ligar"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Clicar para Chamadas"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Вызов по клику"; - $apps[$x]['menu'][$y]['title']['sv-se'] = ""; - $apps[$x]['menu'][$y]['title']['uk-ua'] = ""; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Klicka för att ringa"; + $apps[$x]['menu'][$y]['title']['uk-ua'] = "Натисніть, щоб викликати"; $apps[$x]['menu'][$y]['uuid'] = "f862556f-9ddd-2697-fdf4-bed08ec63aa5"; $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['path'] = "/app/click_to_call/click_to_call.php"; + $y++; ?> diff --git a/app/conference_centers/app_menu.php b/app/conference_centers/app_menu.php index d71009b78e..81433c62f2 100644 --- a/app/conference_centers/app_menu.php +++ b/app/conference_centers/app_menu.php @@ -1,17 +1,17 @@ diff --git a/app/conference_controls/app_menu.php b/app/conference_controls/app_menu.php index 6aa8379fdd..d94c5845fa 100644 --- a/app/conference_controls/app_menu.php +++ b/app/conference_controls/app_menu.php @@ -1,32 +1,31 @@ diff --git a/app/conference_profiles/app_menu.php b/app/conference_profiles/app_menu.php index e5e8f7fa67..1625bb816f 100644 --- a/app/conference_profiles/app_menu.php +++ b/app/conference_profiles/app_menu.php @@ -1,32 +1,31 @@ diff --git a/app/conferences/app_menu.php b/app/conferences/app_menu.php index ff91cfca36..d71c568047 100644 --- a/app/conferences/app_menu.php +++ b/app/conferences/app_menu.php @@ -3,29 +3,30 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Conferences"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Conferences"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "المؤتمرات"; $apps[$x]['menu'][$y]['title']['de-at'] = "Konferenzen"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Konferenzen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Konferenzen"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Conferencias"; - $apps[$x]['menu'][$y]['title']['es-mx'] = ""; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Conferencias"; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Conférences"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Conférences"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "ועידת"; $apps[$x]['menu'][$y]['title']['it-it'] = "Conferenze"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Conferenties"; - $apps[$x]['menu'][$y]['title']['pl-pl'] = ""; - $apps[$x]['menu'][$y]['title']['pt-br'] = ""; + $apps[$x]['menu'][$y]['title']['pl-pl'] = "Konferencja"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Conferências"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Conferencias"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции"; - $apps[$x]['menu'][$y]['title']['sv-se'] = ""; - $apps[$x]['menu'][$y]['title']['uk-ua'] = ""; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Konferenser"; + $apps[$x]['menu'][$y]['title']['uk-ua'] = "Конференції"; $apps[$x]['menu'][$y]['uuid'] = "9f2a8c08-3e65-c41c-a716-3b53d42bc4d4"; $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['path'] = "/app/conferences/conferences.php"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $y++; ?> diff --git a/app/conferences_active/app_menu.php b/app/conferences_active/app_menu.php index 28630d10c8..5881a78ecf 100644 --- a/app/conferences_active/app_menu.php +++ b/app/conferences_active/app_menu.php @@ -3,15 +3,15 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Active Conferences"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Active Conferences"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "المؤتمرات النشطة"; $apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Konferenzen"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Aktive Konferenzen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Konferenzen"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Conferencias Activas"; - $apps[$x]['menu'][$y]['title']['es-mx'] = ""; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Conferencias activas"; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Conférences actives"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Conférences en cours"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "כנסים פעילים"; $apps[$x]['menu'][$y]['title']['it-it'] = "Conferenze attive"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Aktieve conferenties"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne rozmowy konferencyjne"; @@ -27,5 +27,6 @@ $apps[$x]['menu'][$y]['path'] = "/app/conferences_active/conferences_active.php"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $y++; ?> diff --git a/app/contacts/app_menu.php b/app/contacts/app_menu.php index 5051e8f41c..b277295b0c 100644 --- a/app/contacts/app_menu.php +++ b/app/contacts/app_menu.php @@ -3,13 +3,13 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Contacts"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Contacts"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "الاتصالات"; $apps[$x]['menu'][$y]['title']['de-at'] = "Kontakte"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Ansprechpartner"; $apps[$x]['menu'][$y]['title']['de-de'] = "Kontakte"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Contactos"; - $apps[$x]['menu'][$y]['title']['es-mx'] = ""; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Contactos"; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Contacts"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Contacts"; $apps[$x]['menu'][$y]['title']['he-il'] = "אנשי קשר"; $apps[$x]['menu'][$y]['title']['it-it'] = "Contatti"; @@ -27,5 +27,6 @@ $apps[$x]['menu'][$y]['path'] = "/app/contacts/contacts.php"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $y++; ?> diff --git a/app/database_transactions/app_menu.php b/app/database_transactions/app_menu.php index a558d5de0f..3b4056a530 100644 --- a/app/database_transactions/app_menu.php +++ b/app/database_transactions/app_menu.php @@ -1,23 +1,23 @@ diff --git a/app/destinations/app_menu.php b/app/destinations/app_menu.php index d3abc6df06..383c7813bf 100644 --- a/app/destinations/app_menu.php +++ b/app/destinations/app_menu.php @@ -5,7 +5,7 @@ $apps[$x]['menu'][$y]['title']['en-gb'] = "Destinations"; $apps[$x]['menu'][$y]['title']['ar-eg'] = "جهات الأتصال"; $apps[$x]['menu'][$y]['title']['de-at'] = "Ziele"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Reiseziele"; $apps[$x]['menu'][$y]['title']['de-de'] = "Ziele"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Destinos"; $apps[$x]['menu'][$y]['title']['es-mx'] = "Destinos"; @@ -27,5 +27,6 @@ $apps[$x]['menu'][$y]['path'] = "/app/destinations/destinations.php"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "admin"; + $y++; ?> diff --git a/app/devices/app_menu.php b/app/devices/app_menu.php index 3da929a887..fa6645e0d0 100644 --- a/app/devices/app_menu.php +++ b/app/devices/app_menu.php @@ -3,9 +3,9 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Devices"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Devices"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "الأجهزة"; $apps[$x]['menu'][$y]['title']['de-at'] = "Geräte"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Geräte"; $apps[$x]['menu'][$y]['title']['de-de'] = "Geräte"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Dispositivos"; $apps[$x]['menu'][$y]['title']['es-mx'] = "Dispositivos"; @@ -27,5 +27,6 @@ $apps[$x]['menu'][$y]['path'] = "/app/devices/devices.php"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $y++; ?> diff --git a/app/dialplan_inbound/app_menu.php b/app/dialplan_inbound/app_menu.php index d666a6e02a..1fcfdcd3dc 100644 --- a/app/dialplan_inbound/app_menu.php +++ b/app/dialplan_inbound/app_menu.php @@ -3,15 +3,15 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Inbound Routes"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Inbound Routes"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "طرق الدخول"; $apps[$x]['menu'][$y]['title']['de-at'] = "Eingehendes Routing"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Inbound Routen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Eingehendes Routing"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Rutas de entrada"; $apps[$x]['menu'][$y]['title']['es-mx'] = "Rutas de entrada"; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Itinéraires entrants"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Routes Entrantes"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "נתיבים Inbound"; $apps[$x]['menu'][$y]['title']['it-it'] = "Rotte di Ingresso"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Inkomende routes"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Trasy przychodzące"; @@ -19,12 +19,13 @@ $apps[$x]['menu'][$y]['title']['pt-pt'] = "Rotas de Entrada"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Маршрутизация входящих"; - $apps[$x]['menu'][$y]['title']['sv-se'] = ""; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Inbound Routes"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Вхідні маршрути"; $apps[$x]['menu'][$y]['uuid'] = "b64b2bbf-f99b-b568-13dc-32170515a687"; $apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['path'] = "/app/dialplans/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $y++; ?> diff --git a/app/dialplan_outbound/app_menu.php b/app/dialplan_outbound/app_menu.php index 2c27c275ba..7384126431 100644 --- a/app/dialplan_outbound/app_menu.php +++ b/app/dialplan_outbound/app_menu.php @@ -3,28 +3,29 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Outbound Routes"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Outbound Routes"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "الطرق الخارجية"; $apps[$x]['menu'][$y]['title']['de-at'] = "Ausgehendes Routing"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Auswärtsrouten"; $apps[$x]['menu'][$y]['title']['de-de'] = "Ausgehendes Routing"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Rutas de salida"; $apps[$x]['menu'][$y]['title']['es-mx'] = "Rutas de salida"; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Itinéraires sortants"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Routes Sortantes"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "כבישים מהירים"; $apps[$x]['menu'][$y]['title']['it-it'] = "Rotte di Uscita"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Uitgaande routes"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Trasy wyjściowe"; - $apps[$x]['menu'][$y]['title']['pt-br'] = ""; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Rotas de saída"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Rotas de Saída"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Маршрутизация исходящих"; - $apps[$x]['menu'][$y]['title']['sv-se'] = ""; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Outbound Routes"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Вихідні маршрути"; $apps[$x]['menu'][$y]['uuid'] = "17e14094-1d57-1106-db2a-a787d34015e9"; $apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['path'] = "/app/dialplans/dialplans.php?app_uuid=8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $y++; ?> diff --git a/app/dialplans/app_menu.php b/app/dialplans/app_menu.php index 4f2b91387b..46ba2b1fc2 100644 --- a/app/dialplans/app_menu.php +++ b/app/dialplans/app_menu.php @@ -3,15 +3,15 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Dialplan"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "خطة الطعام"; $apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Dialplan"; $apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Plan de Marcado"; $apps[$x]['menu'][$y]['title']['es-mx'] = "Plan de Marcado"; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Dialplan"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Dialplan"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "Dialplan"; $apps[$x]['menu'][$y]['title']['it-it'] = "Piano Numerazioni"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Belplan"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Dialplan"; @@ -24,24 +24,22 @@ $apps[$x]['menu'][$y]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a"; $apps[$x]['menu'][$y]['parent_uuid'] = ""; $apps[$x]['menu'][$y]['category'] = "internal"; - $apps[$x]['menu'][$y]['icon'] = "fa-exchange-alt"; $apps[$x]['menu'][$y]['path'] = ""; - $apps[$x]['menu'][$y]['order'] = "15"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan Manager"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Dialplan Manager"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "Dialplan Manager"; $apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan Einstellungen"; - $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Dialplan Manager"; $apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan Einstellungen"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Gest. de Plan de Marcado"; $apps[$x]['menu'][$y]['title']['es-mx'] = "Administrador de Planes de Marcado"; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Administrateur de Dialplan"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion du Plan de Numérotation"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; - $apps[$x]['menu'][$y]['title']['it-it'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "מנהל Dialplan"; + $apps[$x]['menu'][$y]['title']['it-it'] = "Manager di Dialplan"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Belplan beheer"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Menadżer dialplanu"; $apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciador de Dialplan"; @@ -56,5 +54,6 @@ $apps[$x]['menu'][$y]['path'] = "/app/dialplans/dialplans.php"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $y++; ?>