app_menu.php 1.8 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Server Errors";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Server Errors";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "أخطاء الخادم";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Serverfehler";
  7. $apps[$x]['menu'][$y]['title']['de-ch'] = "Serverfehler";
  8. $apps[$x]['menu'][$y]['title']['de-de'] = "Serverfehler";
  9. $apps[$x]['menu'][$y]['title']['es-cl'] = "Errores del servidor";
  10. $apps[$x]['menu'][$y]['title']['es-mx'] = "Errores del servidor";
  11. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Erreurs de serveur";
  12. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Erreurs de serveur";
  13. $apps[$x]['menu'][$y]['title']['he-il'] = "שגיאות שרת";
  14. $apps[$x]['menu'][$y]['title']['it-it'] = "Errori del server";
  15. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Server fouten";
  16. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Błędy serwera";
  17. $apps[$x]['menu'][$y]['title']['pt-br'] = "Erros do servidor";
  18. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Erros do servidor";
  19. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Erori de server";
  20. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Ошибки сервера";
  21. $apps[$x]['menu'][$y]['title']['sv-se'] = "Serverfel";
  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'] = "ccdddbd1-40d2-46ca-a86f-4ed93eba4942";
  27. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  28. $apps[$x]['menu'][$y]['category'] = "internal";
  29. $apps[$x]['menu'][$y]['path'] = "/app/errors/errors.php";
  30. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  31. ?>