Add additional languages (#6654)

This commit is contained in:
FusionPBX
2023-05-02 16:12:06 -06:00
committed by GitHub
parent 2d592027fb
commit 5a3b35cb83
22 changed files with 210 additions and 196 deletions
+6 -5
View File
@@ -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++;
?>