app_menu.php 1.4 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /*
  3. $y=0;
  4. $apps[$x]['menu'][$y]['title']['en-us'] = "Domain Settings";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Domänen Einstellungen";
  7. $apps[$x]['menu'][$y]['title']['de-de'] = "Domänen Einstellungen";
  8. $apps[$x]['menu'][$y]['title']['es-cl'] = "Configuraciones de Dominio";
  9. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  10. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  11. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Paramètres du Domaine";
  12. $apps[$x]['menu'][$y]['title']['he-il'] = "";
  13. $apps[$x]['menu'][$y]['title']['it-it'] = "";
  14. $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
  15. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia Domen";
  16. $apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações do Dominio";
  17. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Definições do Domínio";
  18. $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
  19. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Параметры домена";
  20. $apps[$x]['menu'][$y]['title']['sv-se'] = "Domän Inställning";
  21. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування доменів";
  22. $apps[$x]['menu'][$y]['uuid'] = "0869ac79-4af3-498f-af65-69662280d74e";
  23. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  24. $apps[$x]['menu'][$y]['category'] = "internal";
  25. $apps[$x]['menu'][$y]['path'] = "/core/domain_settings/domain_setting_edit.php";
  26. //$apps[$x]['menu'][$y]['groups'][] = "superadmin";
  27. */
  28. ?>