mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Add french fr-fr for operator panel.
This commit is contained in:
@@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user