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
+3 -2
View File
@@ -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++;
?>