Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us * Add en-gb to app_configs * Add en-gb to app_menus * Language copy utility * Fix missing quote mark * Delete cp_lang.py Co-authored-by: FusionPBX <markjcrane@gmail.com>
This commit is contained in:
committed by
GitHub
co-authored by
FusionPBX
parent
26f38dc16c
commit
a1699f6fa6
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Menu Manager";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Menu Manager";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Menü Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Menü Einstellungen";
|
||||
@@ -26,6 +27,7 @@
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Home";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Home";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Home";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Home";
|
||||
@@ -56,6 +58,7 @@
|
||||
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Accounts";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Accounts";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Konten";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Konten";
|
||||
@@ -84,6 +87,7 @@
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Applications";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Applications";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Applikationen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Applikationen";
|
||||
@@ -113,6 +117,7 @@
|
||||
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Status";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Status";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Status";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Status";
|
||||
@@ -142,6 +147,7 @@
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Advanced";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Advanced";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Erweitert";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Erweitert";
|
||||
@@ -169,6 +175,7 @@
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Login";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Login";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Anmelden";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Anmelden";
|
||||
@@ -196,6 +203,7 @@
|
||||
$apps[$x]['menu'][$y]['order'] = "99";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'Logout';
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = 'Logout';
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = 'Abmelden';
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = 'Abmelden';
|
||||
|
||||
Reference in New Issue
Block a user