18 lines
840 B
PHP
18 lines
840 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]['title']['de-at'] = "Einstellungen";
|
|
$apps[$x]['menu'][0]['uuid'] = "148ea42a-3711-3d64-181b-07a6a3c3ed60";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/app/settings/setting_edit.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
?>
|