Add french fr-fr for operator panel.

This commit is contained in:
FusionPBX 2017-04-21 13:51:48 -06:00 committed by GitHub
parent 835cca5f3c
commit cdb6b67db2
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Operator Panel";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Panneau Operateur";
$apps[$x]['menu'][0]['title']['pl'] = "Panel operatora";
$apps[$x]['menu'][0]['title']['pt-br'] = "Painel do operador";
$apps[$x]['menu'][0]['title']['sv-se'] = "Telefonist Panel";
@ -14,4 +15,4 @@ $apps[$x]['menu'][0]['path'] = "/app/operator_panel/index.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
?>
?>