mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add additional languages
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Default Settings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Default Settings";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Default Settings";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Standardeinstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Standardeinstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Conf. Predeterminada";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Ajustes predeterminados";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Paramètres par défaut";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Confs par Défaut";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הגדרות Default Settings";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Parametri di Default";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Standaard instellingen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia domyślne";
|
||||
@@ -25,5 +25,6 @@
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/default_settings/default_settings.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user