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 92dde8ac9b
commit 8cee3bbe44
36 changed files with 175 additions and 123 deletions
-1
View File
@@ -30,7 +30,6 @@
$text['header-additional_information']['en-us'] = 'Additional Information';
$text['header-additional_information']['fr-fr'] = 'Informations Additionnelles';
$text['description-queues']['en-us'] = 'Queues are used to setup waiting lines for callers. Also known as FIFO Queues.';
$text['description-queues']['fr-fr'] = "Les queues sont également appelées files d'attentes ou FIFO queues.";
$text['description-queue_add']['en-us'] = 'In simple terms queues are holding patterns for callers to wait until someone is available to take the call. Also known as FIFO Queues.';