12345678910111213141516171819202122232425262728 |
- <?php
- $y=0;
- $apps[$x]['menu'][$y]['title']['en-us'] = "Services";
- $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
- $apps[$x]['menu'][$y]['title']['de-at'] = "Dienste";
- $apps[$x]['menu'][$y]['title']['de-de'] = "Dienste";
- $apps[$x]['menu'][$y]['title']['es-cl'] = "Servicios";
- $apps[$x]['menu'][$y]['title']['es-mx'] = "";
- $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
- $apps[$x]['menu'][$y]['title']['fr-fr'] = "Services";
- $apps[$x]['menu'][$y]['title']['he-il'] = "";
- $apps[$x]['menu'][$y]['title']['it-it'] = "Servizi";
- $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
- $apps[$x]['menu'][$y]['title']['pl-pl'] = "Serwisy";
- $apps[$x]['menu'][$y]['title']['pt-br'] = "Serviços";
- $apps[$x]['menu'][$y]['title']['pt-pt'] = "Serviços";
- $apps[$x]['menu'][$y]['title']['ro-ro'] = "Servicii";
- $apps[$x]['menu'][$y]['title']['ru-ru'] = "Службы";
- $apps[$x]['menu'][$y]['title']['sv-se'] = "Tjänster";
- $apps[$x]['menu'][$y]['title']['uk-ua'] = "Служби";
- $apps[$x]['menu'][$y]['uuid'] = "c28f14e9-e5ad-e992-0931-d5f5f0db6a79";
- $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
- $apps[$x]['menu'][$y]['category'] = "internal";
- $apps[$x]['menu'][$y]['path'] = "/app/services/services.php";
- $apps[$x]['menu'][$y]['groups'][] = "superadmin";
- ?>
|