mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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:
@@ -9,6 +9,7 @@
|
||||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Manage Tones";
|
||||
$apps[$x]['description']['en-gb'] = "Manage Tones";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Töne verwalten";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-tones']['en-us'] = "Tones";
|
||||
$text['title-tones']['en-gb'] = "Tones";
|
||||
$text['title-tones']['ar-eg'] = "";
|
||||
$text['title-tones']['de-at'] = "Töne"; //copied from de-de
|
||||
$text['title-tones']['de-ch'] = "Töne"; //copied from de-de
|
||||
@@ -22,6 +23,7 @@ $text['title-tones']['sv-se'] = "Toner";
|
||||
$text['title-tones']['uk-ua'] = "Тон";
|
||||
|
||||
$text['label-tone']['en-us'] = "Tone";
|
||||
$text['label-tone']['en-gb'] = "Tone";
|
||||
$text['label-tone']['ar-eg'] = "";
|
||||
$text['label-tone']['de-at'] = "Ton"; //copied from de-de
|
||||
$text['label-tone']['de-ch'] = "Ton"; //copied from de-de
|
||||
@@ -42,6 +44,7 @@ $text['label-tone']['sv-se'] = "Ton";
|
||||
$text['label-tone']['uk-ua'] = "Тон";
|
||||
|
||||
$text['label-tones']['en-us'] = "Tones";
|
||||
$text['label-tones']['en-gb'] = "Tones";
|
||||
$text['label-tones']['ar-eg'] = "";
|
||||
$text['label-tones']['de-at'] = "Töne"; //copied from de-de
|
||||
$text['label-tones']['de-ch'] = "Töne"; //copied from de-de
|
||||
|
||||
Reference in New Issue
Block a user