mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix a few things in app_config.php leaving fr-ca and changing some of the single quotes to double quotes.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
|
||||
//Call Flows
|
||||
|
||||
$text['title-call_flows']['en-us'] = 'Call Flows';
|
||||
$text['title-call_flows']['pt-pt'] = '';
|
||||
$text['title-call_flows']['fr-fr'] = "Flux d'appel";
|
||||
@@ -14,8 +13,6 @@
|
||||
$text['description-call_flows']['pt-pt'] = '';
|
||||
$text['description-call_flows']['fr-fr'] = "Appels directs entre deux destionation en appelant une fonction via un code. ";
|
||||
|
||||
//------
|
||||
|
||||
$text['title-call_flow-edit']['en-us'] = 'Call Flow Edit';
|
||||
$text['title-call_flow-edit']['pt-pt'] = '';
|
||||
$text['title-call_flow-edit']['fr-fr'] = "Editer le flux";
|
||||
@@ -24,8 +21,6 @@
|
||||
$text['header-call_flow-edit']['pt-pt'] = '';
|
||||
$text['header-call_flow-edit']['fr-fr'] = "Editer le flux";
|
||||
|
||||
//------
|
||||
|
||||
$text['title-call_flow-add']['en-us'] = 'Call Flow Add';
|
||||
$text['title-call_flow-add']['pt-pt'] = '';
|
||||
$text['title-call_flow-add']['fr-fr'] = "Ajouter un flux";
|
||||
|
||||
Reference in New Issue
Block a user