mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 17:13:49 +00:00
* 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>
32 lines
1.6 KiB
PHP
32 lines
1.6 KiB
PHP
<?php
|
||
|
||
//application details
|
||
$apps[$x]['name'] = "Authentication";
|
||
$apps[$x]['uuid'] = "a8a12918-69a4-4ece-a1ae-3932be0e41f1";
|
||
$apps[$x]['category'] = "Core";
|
||
$apps[$x]['subcategory'] = "";
|
||
$apps[$x]['version'] = "1.0";
|
||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||
$apps[$x]['description']['en-us'] = "Provides an authentication framework with plugins to check if a user is authorized to login.";
|
||
$apps[$x]['description']['en-gb'] = "Provides an authentication framework with plugins to check if a user is authorized to login.";
|
||
$apps[$x]['description']['ar-eg'] = "";
|
||
$apps[$x]['description']['de-at'] = "";
|
||
$apps[$x]['description']['de-ch'] = "";
|
||
$apps[$x]['description']['de-at'] = "Stellt ein Authentifizierungs-Framework mit Plugins bereit, um zu prüfen, obsich ein Benutzer anmelden darf.";
|
||
$apps[$x]['description']['es-cl'] = "";
|
||
$apps[$x]['description']['es-mx'] = "";
|
||
$apps[$x]['description']['fr-ca'] = "";
|
||
$apps[$x]['description']['fr-fr'] = "";
|
||
$apps[$x]['description']['he-il'] = "";
|
||
$apps[$x]['description']['it-it'] = "";
|
||
$apps[$x]['description']['nl-nl'] = "";
|
||
$apps[$x]['description']['pl-pl'] = "";
|
||
$apps[$x]['description']['pt-br'] = "";
|
||
$apps[$x]['description']['pt-pt'] = "";
|
||
$apps[$x]['description']['ro-ro'] = "";
|
||
$apps[$x]['description']['ru-ru'] = "Предоставляет платформу проверки подлинности с плагинами для проверки авторизации пользователя.";
|
||
$apps[$x]['description']['sv-se'] = "";
|
||
$apps[$x]['description']['uk-ua'] = "";
|
||
|
||
?>
|