2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Default Settings";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Conf. Predeterminada";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Confs par Défaut";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Predefinições";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Configurações";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Ustawienia domyślne";
|
2015-05-01 13:13:39 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Standard Inställningar";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Налаштування за замовчуванням";
|
2015-06-29 05:19:56 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Standardeinstellungen";
|
2015-04-08 15:38:58 +02:00
|
|
|
$apps[$x]['menu'][0]['uuid'] = "834b2739-9e99-4345-9b0b-7ec3ca332b67";
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = "/core/default_settings/default_settings.php";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
|
|
2014-12-26 04:27:54 +01:00
|
|
|
?>
|