mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add additional languages (#6654)
This commit is contained in:
@@ -1,19 +1,21 @@
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Call Recordings';
|
||||
$apps[$x]['menu'][0]['title']['en-gb'] = 'Call Recordings';
|
||||
$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']['nl-nl'] = 'Gespreksopnamen';
|
||||
$apps[$x]['menu'][0]['title']['pl'] = 'Nagrania Rozmów';
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = '';
|
||||
$apps[$x]['menu'][0]['title']['uk'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][0]['uuid'] = 'd5b7bd0e-5e56-4d87-b2d5-7d7b2f7307ef';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/call_recordings/call_recordings.php';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabación de llamadas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements d'appels";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Enregistrements d'appels";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreksopnamen";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Nagrania Rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Call Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Запис дзвінків";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Anrufaufnahmen";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "d5b7bd0e-5e56-4d87-b2d5-7d7b2f7307ef";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_recordings/call_recordings.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user