17 lines
737 B
PHP
17 lines
737 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Variables";
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Variables";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Variables";
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Variáveis";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Variáveis";
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Zmienne";
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Змінні";
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Variabler";
|
|
$apps[$x]['menu'][0]['uuid'] = "7a4e9ec5-24b9-7200-89b8-d70bf8afdd8f";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/app/vars/vars.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
?>
|