Add french fr-fr for operator panel.
This commit is contained in:
parent
835cca5f3c
commit
cdb6b67db2
|
|
@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue