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
@@ -2,6 +2,7 @@
|
||||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-apps']['en-us'] = "App Manager";
|
||||
$text['title-apps']['en-gb'] = "App Manager";
|
||||
$text['title-apps']['ar-eg'] = "";
|
||||
$text['title-apps']['de-at'] = "Applikation Verwaltung"; //copied from de-de
|
||||
$text['title-apps']['de-ch'] = "Applikation Verwaltung"; //copied from de-de
|
||||
@@ -24,6 +25,7 @@ $text['title-apps']['tr-tr'] = "Uygulama Yöneticisi";
|
||||
|
||||
|
||||
$text['title-app-edit']['en-us'] = "App Edit";
|
||||
$text['title-app-edit']['en-gb'] = "App Edit";
|
||||
$text['title-app-edit']['ar-eg'] = "";
|
||||
$text['title-app-edit']['de-at'] = "Applikationen Editieren"; //copied from de-de
|
||||
$text['title-app-edit']['de-ch'] = "Applikationen Editieren"; //copied from de-de
|
||||
@@ -45,6 +47,7 @@ $text['title-app-edit']['uk-ua'] = "Редагувати додаток";
|
||||
$text['title-app-edit']['tr-tr'] = "Uygulama Düzenle";
|
||||
|
||||
$text['label-version']['en-us'] = "Version";
|
||||
$text['label-version']['en-gb'] = "Version";
|
||||
$text['label-version']['ar-eg'] = "";
|
||||
$text['label-version']['de-at'] = "Version"; //copied from de-de
|
||||
$text['label-version']['de-ch'] = "Version"; //copied from de-de
|
||||
@@ -66,6 +69,7 @@ $text['label-version']['uk-ua'] = "Версія";
|
||||
$text['label-version']['tr-tr'] = "Sürüm";
|
||||
|
||||
$text['header-apps']['en-us'] = "App Manager";
|
||||
$text['header-apps']['en-gb'] = "App Manager";
|
||||
$text['header-apps']['ar-eg'] = "";
|
||||
$text['header-apps']['de-at'] = "Applikation verwalten"; //copied from de-de
|
||||
$text['header-apps']['de-ch'] = "Applikation verwalten"; //copied from de-de
|
||||
@@ -87,6 +91,7 @@ $text['header-apps']['uk-ua'] = "Керування додатками";
|
||||
$text['header-apps']['tr-tr'] = "Uygulama Yöneticisi";
|
||||
|
||||
$text['header-app-edit']['en-us'] = "App Edit";
|
||||
$text['header-app-edit']['en-gb'] = "App Edit";
|
||||
$text['header-app-edit']['ar-eg'] = "";
|
||||
$text['header-app-edit']['de-at'] = "Applikation bearbeiten"; //copied from de-de
|
||||
$text['header-app-edit']['de-ch'] = "Applikation bearbeiten"; //copied from de-de
|
||||
@@ -108,6 +113,7 @@ $text['header-app-edit']['uk-ua'] = "Редагувати додаток";
|
||||
$text['header-app-edit']['tr-tr'] = "Uygulama Düzenle";
|
||||
|
||||
$text['description-apps']['en-us'] = "Manage the applications that are installed.";
|
||||
$text['description-apps']['en-gb'] = "Manage the applications that are installed.";
|
||||
$text['description-apps']['ar-eg'] = "";
|
||||
$text['description-apps']['de-at'] = "Installierte Applikationen verwalten"; //copied from de-de
|
||||
$text['description-apps']['de-ch'] = "Installierte Applikationen verwalten"; //copied from de-de
|
||||
@@ -129,6 +135,7 @@ $text['description-apps']['uk-ua'] = "Керування встановлени
|
||||
$text['description-apps']['tr-tr'] = "Yüklü bulunan uygulamaları düzenleyin.";
|
||||
|
||||
$text['description-app-edit']['en-us'] = "Manage the applications that are installed.";
|
||||
$text['description-app-edit']['en-gb'] = "Manage the applications that are installed.";
|
||||
$text['description-app-edit']['ar-eg'] = "";
|
||||
$text['description-app-edit']['de-at'] = "Installierte Applikationen verwalten"; //copied from de-de
|
||||
$text['description-app-edit']['de-ch'] = "Installierte Applikationen verwalten"; //copied from de-de
|
||||
|
||||
Reference in New Issue
Block a user