Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.3 KiB

2 years ago
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Variables";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Variables";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Variablen";
  7. $apps[$x]['menu'][$y]['title']['de-de'] = "Variablen";
  8. $apps[$x]['menu'][$y]['title']['es-cl'] = "Variables";
  9. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  10. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  11. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Variables";
  12. $apps[$x]['menu'][$y]['title']['he-il'] = "";
  13. $apps[$x]['menu'][$y]['title']['it-it'] = "Variabili";
  14. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Variabelen";
  15. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Zmienne";
  16. $apps[$x]['menu'][$y]['title']['pt-br'] = "Variáveis";
  17. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Variáveis";
  18. $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
  19. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Параметры FreeSwitch";
  20. $apps[$x]['menu'][$y]['title']['sv-se'] = "Variabler";
  21. $apps[$x]['menu'][$y]['uuid'] = "7a4e9ec5-24b9-7200-89b8-d70bf8afdd8f";
  22. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  23. $apps[$x]['menu'][$y]['category'] = "internal";
  24. $apps[$x]['menu'][$y]['path'] = "/app/vars/vars.php";
  25. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  26. ?>