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
+5 -4
View File
@@ -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++;
?>