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 6297044c94
commit c206afec21

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";
?>
?>