mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add menu translations
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Email 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'] = 'Email Wachtrij';
|
||||
$apps[$x]['menu'][0]['uuid'] = 'dfa6a878-e2b0-4051-acaf-f6ffc13b9abf';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/email_queue/email_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'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Correo electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Електронна пошта";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Zurück zur Übersicht";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Email Wachtrij";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "dfa6a878-e2b0-4051-acaf-f6ffc13b9abf";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/email_queue/email_queue.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user