mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add menu translations
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'FAX Queue';
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][0]['title']['pl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = '';
|
||||
$apps[$x]['menu'][0]['title']['uk'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][0]['title']['nl-nl'] = 'Fax wachtrij';
|
||||
$apps[$x]['menu'][0]['uuid'] = '88fd4b3e-30b2-4514-be1d-6870aa97d652';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/fax_queue/fax_queue.php';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['menu'][0]['groups'][] = 'admin';
|
||||
//$apps[$x]['menu'][0]['groups'][] = 'user';
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "ФАС Клей";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "FAX Frage";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Fax wachtrij";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "88fd4b3e-30b2-4514-be1d-6870aa97d652";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/fax_queue/fax_queue.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user