Add french fr-fr for operator panel.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$apps[$x]['menu'][0]['title']['en-us'] = "Operator Panel";
|
$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']['pl'] = "Panel operatora";
|
||||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Painel do operador";
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Painel do operador";
|
||||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Telefonist Panel";
|
$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'][] = "superadmin";
|
||||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user