2015-04-08 13:38:58 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Settings";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Configuraciones";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Configuration";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Definições";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Definições";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Ustawienia";
|
2017-04-25 03:37:00 +05:00
|
|
|
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конфигурация";
|
2015-04-08 13:38:58 +00:00
|
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Налаштування";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Inställningar";
|
2017-04-27 07:41:55 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['de-de'] = "Einstellungen";
|
2015-06-29 22:30:02 +00:00
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Einstellungen";
|
2015-04-08 13:38:58 +00:00
|
|
|
$apps[$x]['menu'][0]['uuid'] = "148ea42a-3711-3d64-181b-07a6a3c3ed60";
|
2015-04-25 06:29:45 +00:00
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
2015-04-08 13:38:58 +00:00
|
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = "/app/settings/setting_edit.php";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
|
|
2014-12-26 03:27:54 +00:00
|
|
|
?>
|