2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Call Block";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Bloqueo de llamadas";
|
2015-06-06 04:37:26 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Liste Noire";
|
2015-04-08 15:38:58 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Bloqueio de Chamadas";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Bloqueio de chamadas";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Blokowanie rozmów";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Blockera Samtal";
|
2015-05-01 13:13:39 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Блокування дзвінків";
|
2015-06-06 04:37:26 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['ro'] = "Blocare apel";
|
2015-06-15 21:30:00 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Sperrlisten";
|
2015-07-06 07:13:46 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['ar-eg'] = "حظر المكالمات";
|
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'] = "29295c90-b1b9-440b-9c7E-c8363c6e8975";
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = "/app/call_block/call_block.php";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
2015-10-27 23:32:20 +01:00
|
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
2015-04-08 15:38:58 +02:00
|
|
|
|
2014-12-26 04:27:54 +01:00
|
|
|
?>
|