app_menu.php 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. /*
  3. * FusionPBX
  4. * Version: MPL 1.1
  5. *
  6. * The contents of this file are subject to the Mozilla Public License Version
  7. * 1.1 (the "License"); you may not use this file except in compliance with
  8. * the License. You may obtain a copy of the License at
  9. * http://www.mozilla.org/MPL/
  10. *
  11. * Software distributed under the License is distributed on an "AS IS" basis,
  12. * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13. * for the specific language governing rights and limitations under the
  14. * License.
  15. *
  16. * The Original Code is FusionPBX
  17. *
  18. * The Initial Developer of the Original Code is
  19. * Mark J Crane <[email protected]>
  20. * Portions created by the Initial Developer are Copyright (C) 2008-2024
  21. * the Initial Developer. All Rights Reserved.
  22. *
  23. * Contributor(s):
  24. * Mark J Crane <[email protected]>
  25. * Tim Fry <[email protected]>
  26. */
  27. $y=0;
  28. $apps[$x]['menu'][$y]['title']['en-us'] = "Maintenance";
  29. $apps[$x]['menu'][$y]['title']['en-gb'] = "Maintenance";
  30. $apps[$x]['menu'][$y]['title']['ar-eg'] = "صيانة";
  31. $apps[$x]['menu'][$y]['title']['de-at'] = "Wartung";
  32. $apps[$x]['menu'][$y]['title']['de-ch'] = "Wartung";
  33. $apps[$x]['menu'][$y]['title']['de-de'] = "Wartung";
  34. $apps[$x]['menu'][$y]['title']['el-gr'] = "Συντήρηση";
  35. $apps[$x]['menu'][$y]['title']['es-cl'] = "Mantenimiento";
  36. $apps[$x]['menu'][$y]['title']['es-mx'] = "Mantenimiento";
  37. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Entretien";
  38. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Entretien";
  39. $apps[$x]['menu'][$y]['title']['he-il'] = "תחזוקה";
  40. $apps[$x]['menu'][$y]['title']['it-it'] = "Manutenzione";
  41. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Onderhoud";
  42. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Konserwacja";
  43. $apps[$x]['menu'][$y]['title']['pt-br'] = "Manutenção";
  44. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Manutenção";
  45. $apps[$x]['menu'][$y]['title']['ro-ro'] = "întreținere";
  46. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Обслуживание";
  47. $apps[$x]['menu'][$y]['title']['sv-se'] = "Underhåll";
  48. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Технічне обслуговування";
  49. $apps[$x]['menu'][$y]['title']['zh-cn'] = "维护";
  50. $apps[$x]['menu'][$y]['title']['ja-jp'] = "メンテナンス";
  51. $apps[$x]['menu'][$y]['title']['ko-kr'] = "유지";
  52. $apps[$x]['menu'][$y]['uuid'] = "14f45122-cf96-4519-8eee-43a8a47d8734";
  53. $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
  54. $apps[$x]['menu'][$y]['category'] = "internal";
  55. $apps[$x]['menu'][$y]['icon'] = "";
  56. $apps[$x]['menu'][$y]['path'] = "/app/maintenance/maintenance.php";
  57. $apps[$x]['menu'][$y]['order'] = "";
  58. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  59. $y++;