app_menu.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Default Settings";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Default Settings";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "الإعدادات الافتراضية";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Standardeinstellungen";
  7. $apps[$x]['menu'][$y]['title']['de-de'] = "Standardeinstellungen";
  8. $apps[$x]['menu'][$y]['title']['es-cl'] = "Conf. Predeterminada";
  9. $apps[$x]['menu'][$y]['title']['es-mx'] = "Ajustes predeterminados";
  10. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Paramètres par défaut";
  11. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Confs par Défaut";
  12. $apps[$x]['menu'][$y]['title']['he-il'] = "הגדרות ברירת מחדל";
  13. $apps[$x]['menu'][$y]['title']['it-it'] = "Parametri di Default";
  14. $apps[$x]['menu'][$y]['title']['ka-ge'] = "ნაგულისხმევი პარამეტრები";
  15. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Standaard instellingen";
  16. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia domyślne";
  17. $apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações Padrão";
  18. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Predefinições";
  19. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Setări implicite";
  20. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройки по умолчанию";
  21. $apps[$x]['menu'][$y]['title']['sv-se'] = "Standard Inställningar";
  22. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування за замовчуванням";
  23. $apps[$x]['menu'][$y]['title']['zh-cn'] = "默认设置";
  24. $apps[$x]['menu'][$y]['title']['ja-jp'] = "デフォルトの設定";
  25. $apps[$x]['menu'][$y]['title']['ko-kr'] = "기본 설정";
  26. $apps[$x]['menu'][$y]['uuid'] = "834b2739-9e99-4345-9b0b-7ec3ca332b67";
  27. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  28. $apps[$x]['menu'][$y]['category'] = "internal";
  29. $apps[$x]['menu'][$y]['icon'] = "";
  30. $apps[$x]['menu'][$y]['path'] = "/core/default_settings/default_settings.php";
  31. $apps[$x]['menu'][$y]['order'] = "";
  32. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  33. $y++;
  34. ?>