17 lines
782 B
PHP
17 lines
782 B
PHP
<?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";
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Налаштування";
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Inställningar";
|
|
$apps[$x]['menu'][0]['uuid'] = "148ea42a-3711-3d64-181b-07a6a3c3ed60";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/app/settings/setting_edit.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
?>
|