2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Fax Server";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Servidor de Fax";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-mx'] = "Servidor de Fax";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['de-de'] = "Faxserver";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['de-ch'] = "Faxserver";
|
2015-06-13 07:35:54 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Fax Server";
|
2015-04-08 15:38:58 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Serveur Fax";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = "Serveur du fax";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Servidor de Fax";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Servidor de Fax";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Serwer faksowy";
|
2015-05-01 13:13:39 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Fax Server";
|
2015-06-20 13:30:02 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['ro'] = "Server Fax";
|
2015-08-03 01:42:11 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['he'] = "שרת פקסים";
|
2015-04-08 15:38:58 +02:00
|
|
|
$apps[$x]['menu'][0]['uuid'] = "9c9642e4-2b9b-2785-18d0-6c0a4ede2b2f";
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = "/app/fax/fax.php";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "user";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
|
|
|
|
|
|
?>
|