app_menu.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = 'Providers';
  3. $apps[$x]['menu'][0]['title']['en-gb'] = "Providers";
  4. $apps[$x]['menu'][0]['title']['ar-eg'] = "مقدمي الخدمات";
  5. $apps[$x]['menu'][0]['title']['de-at'] = "Anbieter";
  6. $apps[$x]['menu'][0]['title']['de-ch'] = "Anbieter";
  7. $apps[$x]['menu'][0]['title']['de-de'] = "Anbieter";
  8. $apps[$x]['menu'][0]['title']['es-cl'] = "Proveedores";
  9. $apps[$x]['menu'][0]['title']['es-mx'] = "Proveedores";
  10. $apps[$x]['menu'][0]['title']['fr-ca'] = "Fournisseurs";
  11. $apps[$x]['menu'][0]['title']['fr-fr'] = "Fournisseurs";
  12. $apps[$x]['menu'][0]['title']['he-il'] = "ספקים";
  13. $apps[$x]['menu'][0]['title']['it-it'] = "Fornitori";
  14. $apps[$x]['menu'][0]['title']['nl-nl'] = "Aanbieders";
  15. $apps[$x]['menu'][0]['title']['pl-pl'] = "Dostawcy";
  16. $apps[$x]['menu'][0]['title']['pt-br'] = "Provedores";
  17. $apps[$x]['menu'][0]['title']['pt-pt'] = "Provedores";
  18. $apps[$x]['menu'][0]['title']['ro-ro'] = "Furnizorii";
  19. $apps[$x]['menu'][0]['title']['ru-ru'] = "Провайдеры";
  20. $apps[$x]['menu'][0]['title']['sv-se'] = "Leverantörer";
  21. $apps[$x]['menu'][0]['title']['uk-ua'] = "Провайдери";
  22. $apps[$x]['menu'][0]['title']['zh-cn'] = "供应商";
  23. $apps[$x]['menu'][0]['title']['ja-jp'] = "プロバイダー";
  24. $apps[$x]['menu'][0]['title']['ko-kr'] = "공급자";
  25. $apps[$x]['menu'][0]['uuid'] = '76c4e42e-5118-42a7-b7af-0cfc5d41f6e8';
  26. $apps[$x]['menu'][0]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55';
  27. $apps[$x]['menu'][0]['category'] = 'internal';
  28. $apps[$x]['menu'][0]['path'] = '/app/providers/providers.php';
  29. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  30. //$apps[$x]['menu'][0]['groups'][] = 'admin';
  31. //$apps[$x]['menu'][0]['groups'][] = 'user';
  32. ?>