fusionpbx/core/default_settings/app_menu.php

18 lines
935 B
PHP

<?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";
$apps[$x]['menu'][0]['title']['sv-se'] = "Standard Inställningar";
$apps[$x]['menu'][0]['title']['uk'] = "Налаштування за замовчуванням";
$apps[$x]['menu'][0]['title']['de-at'] = "Standardeinstellungen";
$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";
?>