mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
changed single quote to double quotes everywhere
This commit is contained in:
@@ -1,101 +1,101 @@
|
||||
<?php
|
||||
|
||||
$text['title-active_call_center']['en-us'] = 'Active Call Center';
|
||||
$text['title-active_call_center']['en-us'] = "Active Call Center";
|
||||
$text['title-active_call_center']['fr-fr'] = "Centre d'appel Actif";
|
||||
$text['title-call_center_queue_activity']['en-us'] = 'Call Center Queue Activity';
|
||||
$text['title-call_center_queue_activity']['en-us'] = "Call Center Queue Activity";
|
||||
$text['title-call_center_queue_activity']['fr-fr'] = "Activité des files d'attente du centre d'appel";
|
||||
|
||||
$text['header-active_call_center']['en-us'] = 'Active Call Center';
|
||||
$text['header-active_call_center']['en-us'] = "Active Call Center";
|
||||
$text['header-active_call_center']['fr-fr'] = "Centre d'appel Actif";
|
||||
$text['header-agents']['en-us'] = 'Agents';
|
||||
$text['header-agents']['en-us'] = "Agents";
|
||||
$text['header-agents']['fr-fr'] = "Agents";
|
||||
|
||||
$text['description-active_call_center']['en-us'] = 'Select a Call Center Queue from the list below to view its activity.';
|
||||
$text['description-active_call_center']['en-us'] = "Select a Call Center Queue from the list below to view its activity.";
|
||||
$text['description-active_call_center']['fr-fr'] = "Choisir une file d'attente dans la liste pour voir son activité.";
|
||||
$text['description-agents']['en-us'] = 'A current list of agents is below.';
|
||||
$text['description-agents']['en-us'] = "A current list of agents is below.";
|
||||
$text['description-agents']['fr-fr'] = "Liste des agents";
|
||||
$text['description-queue']['en-us'] = 'A current list of callers in the queue is below.';
|
||||
$text['description-queue']['en-us'] = "A current list of callers in the queue is below.";
|
||||
$text['description-queue']['fr-fr'] = "Liste des appelants dans la file.";
|
||||
|
||||
$text['label-queue_name']['en-us'] = 'Queue Name';
|
||||
$text['label-queue_name']['en-us'] = "Queue Name";
|
||||
$text['label-queue_name']['fr-fr'] = " Nom de la file";
|
||||
$text['label-extension']['en-us'] = 'Extension';
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-strategy']['en-us'] = 'Strategy';
|
||||
$text['label-strategy']['en-us'] = "Strategy";
|
||||
$text['label-strategy']['fr-fr'] = "Stratégie";
|
||||
$text['label-music_on_hold']['en-us'] = 'Music on Hold';
|
||||
$text['label-music_on_hold']['en-us'] = "Music on Hold";
|
||||
$text['label-music_on_hold']['fr-fr'] = "Musique de Garde";
|
||||
$text['label-record_template']['en-us'] = 'Record Template';
|
||||
$text['label-record_template']['en-us'] = "Record Template";
|
||||
$text['label-record_template']['fr-fr'] = "Modèle d'enregistrement";
|
||||
$text['label-time_base_score']['en-us'] = 'Time Base Score';
|
||||
$text['label-time_base_score']['en-us'] = "Time Base Score";
|
||||
$text['label-time_base_score']['fr-fr'] = "Score basé sur le temps";
|
||||
$text['label-max_wait_time']['en-us'] = 'Max Wait Time';
|
||||
$text['label-max_wait_time']['en-us'] = "Max Wait Time";
|
||||
$text['label-max_wait_time']['fr-fr'] = "Max d'attente";
|
||||
$text['label-max_wait_time_with_no_agent']['en-us'] = 'Max Wait Time with No Agent';
|
||||
$text['label-max_wait_time_with_no_agent']['en-us'] = "Max Wait Time with No Agent";
|
||||
$text['label-max_wait_time_with_no_agent']['fr-fr'] = "Max d'attente sans Agent";
|
||||
$text['label-tier_rules_apply']['en-us'] = 'Tier Rules Apply';
|
||||
$text['label-tier_rules_apply']['en-us'] = "Tier Rules Apply";
|
||||
$text['label-tier_rules_apply']['fr-fr'] = "Appliquer les règles de Tier";
|
||||
$text['label-tier_rule_wait_second']['en-us'] = 'Tier Rule Wait Second';
|
||||
$text['label-tier_rule_wait_second']['en-us'] = "Tier Rule Wait Second";
|
||||
$text['label-tier_rule_wait_second']['fr-fr'] = "Attente en secondes de la règle du Tier";
|
||||
$text['label-tier_rule_no_agent_no_wait']['en-us'] = 'Tier Rule No Agent No Wait';
|
||||
$text['label-tier_rule_no_agent_no_wait']['en-us'] = "Tier Rule No Agent No Wait";
|
||||
$text['label-tier_rule_no_agent_no_wait']['fr-fr'] = "Règle de Tier Pas d'agent, pas d'attente";
|
||||
$text['label-discard_abandoned_after']['en-us'] = 'Discard Abandoned After';
|
||||
$text['label-discard_abandoned_after']['en-us'] = "Discard Abandoned After";
|
||||
$text['label-discard_abandoned_after']['fr-fr'] = "Ecarter les appels abandonnés après";
|
||||
$text['label-abandoned_resume_allowed']['en-us'] = 'Abandoned Resume Allowed';
|
||||
$text['label-abandoned_resume_allowed']['en-us'] = "Abandoned Resume Allowed";
|
||||
$text['label-abandoned_resume_allowed']['fr-fr'] = "Authoriser la reprise des abandonnés";
|
||||
$text['label-tier_rule_wait_multiply_level']['en-us'] = 'Tier Rule Wait Multiply Level';
|
||||
$text['label-tier_rule_wait_multiply_level']['en-us'] = "Tier Rule Wait Multiply Level";
|
||||
$text['label-tier_rule_wait_multiply_level']['fr-fr'] = "Niveaux multipliés d'attente des Règle de Tier";
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-name']['en-us'] = 'Name';
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-extension']['en-us'] = 'Extension';
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-status']['en-us'] = 'Status';
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['fr-fr'] = "status";
|
||||
$text['label-state']['en-us'] = 'State';
|
||||
$text['label-state']['en-us'] = "State";
|
||||
$text['label-state']['fr-fr'] = "Etat";
|
||||
$text['label-status_change']['en-us'] = 'Status Change';
|
||||
$text['label-status_change']['en-us'] = "Status Change";
|
||||
$text['label-status_change']['fr-fr'] = "Change Status";
|
||||
$text['label-missed']['en-us'] = 'Missed';
|
||||
$text['label-missed']['en-us'] = "Missed";
|
||||
$text['label-missed']['fr-fr'] = "Raté";
|
||||
$text['label-answered']['en-us'] = 'Answered';
|
||||
$text['label-answered']['en-us'] = "Answered";
|
||||
$text['label-answered']['fr-fr'] = "Répondu";
|
||||
$text['label-tier_state']['en-us'] = 'Tier State';
|
||||
$text['label-tier_state']['en-us'] = "Tier State";
|
||||
$text['label-tier_state']['fr-fr'] = "Etat du Tier";
|
||||
$text['label-tier_level']['en-us'] = 'Tier Level';
|
||||
$text['label-tier_level']['en-us'] = "Tier Level";
|
||||
$text['label-tier_level']['fr-fr'] = "Niveau du Tier";
|
||||
$text['label-tier_position']['en-us'] = 'Tier Position';
|
||||
$text['label-tier_position']['en-us'] = "Tier Position";
|
||||
$text['label-tier_position']['fr-fr'] = "Position Tier";
|
||||
$text['label-options']['en-us'] = 'Options';
|
||||
$text['label-options']['en-us'] = "Options";
|
||||
$text['label-options']['fr-fr'] = "Options";
|
||||
$text['label-eavesdrop']['en-us'] = 'Eavesdrop';
|
||||
$text['label-eavesdrop']['en-us'] = "Eavesdrop";
|
||||
$text['label-eavesdrop']['fr-fr'] = "Espionnage";
|
||||
$text['label-transfer']['en-us'] = 'Transfer';
|
||||
$text['label-transfer']['en-us'] = "Transfer";
|
||||
$text['label-transfer']['fr-fr'] = "Transfert";
|
||||
$text['label-call']['en-us'] = 'Call';
|
||||
$text['label-call']['en-us'] = "Call";
|
||||
$text['label-call']['fr-fr'] = "Appel";
|
||||
$text['label-queue']['en-us'] = 'Queue';
|
||||
$text['label-queue']['en-us'] = "Queue";
|
||||
$text['label-queue']['fr-fr'] = "File";
|
||||
$text['label-time']['en-us'] = 'Time';
|
||||
$text['label-time']['en-us'] = "Time";
|
||||
$text['label-time']['fr-fr'] = "Temps";
|
||||
$text['label-system']['en-us'] = 'System';
|
||||
$text['label-system']['en-us'] = "System";
|
||||
$text['label-system']['fr-fr'] = "Système";
|
||||
$text['label-number']['en-us'] = 'Number';
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
$text['label-agent']['en-us'] = 'Agent';
|
||||
$text['label-agent']['en-us'] = "Agent";
|
||||
$text['label-agent']['fr-fr'] = "Agent";
|
||||
$text['label-total_waiting']['en-us'] = 'Total Waiting';
|
||||
$text['label-total_waiting']['en-us'] = "Total Waiting";
|
||||
$text['label-total_waiting']['fr-fr'] = "Total d'attente";
|
||||
$text['label-total_trying']['en-us'] = 'Total Trying';
|
||||
$text['label-total_trying']['en-us'] = "Total Trying";
|
||||
$text['label-total_trying']['fr-fr'] = "Total d'essais";
|
||||
$text['label-total_answered']['en-us'] = 'Total Answered';
|
||||
$text['label-total_answered']['en-us'] = "Total Answered";
|
||||
$text['label-total_answered']['fr-fr'] = "Total répondu";
|
||||
|
||||
$text['button-edit']['en-us'] = 'Edit';
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['message-confirm']['en-us'] = 'Do you really want to do this?';
|
||||
$text['message-confirm']['en-us'] = "Do you really want to do this?";
|
||||
$text['message-confirm']['fr-fr'] = "Voulez-vous vraiment faire cela?";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user