app_menu.php 1.5 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Default Settings";
  4. $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
  5. $apps[$x]['menu'][$y]['title']['de-at'] = "Standardeinstellungen";
  6. $apps[$x]['menu'][$y]['title']['de-de'] = "Standardeinstellungen";
  7. $apps[$x]['menu'][$y]['title']['es-cl'] = "Conf. Predeterminada";
  8. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  9. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  10. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Confs par Défaut";
  11. $apps[$x]['menu'][$y]['title']['he-il'] = "";
  12. $apps[$x]['menu'][$y]['title']['it-it'] = "Parametri di Default";
  13. $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
  14. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia domyślne";
  15. $apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações Padrão";
  16. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Predefinições";
  17. $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
  18. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройки по умолчанию";
  19. $apps[$x]['menu'][$y]['title']['sv-se'] = "Standard Inställningar";
  20. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування за замовчуванням";
  21. $apps[$x]['menu'][$y]['uuid'] = "834b2739-9e99-4345-9b0b-7ec3ca332b67";
  22. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  23. $apps[$x]['menu'][$y]['category'] = "internal";
  24. $apps[$x]['menu'][$y]['path'] = "/core/default_settings/default_settings.php";
  25. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  26. ?>