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:
Mark Crane
2013-09-30 16:16:32 +00:00
parent f0489b418f
commit 0955da65ba
36 changed files with 175 additions and 123 deletions

View File

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