Move the French translations into the development branch.

Translation work done thanks to by bhouba for his work on the translations.
This commit is contained in:
Mark Crane
2013-09-13 21:04:53 +00:00
parent 962fc99515
commit f077840883
81 changed files with 1199 additions and 154 deletions

View File

@@ -23,16 +23,27 @@
Contributor(s):
Mark J Crane <markjcrane@fusionpbx.com>
James Rose <james.o.rose@gmail.com>
Philippe Rioual <bhouba@gmail.com>
*/
$text['error-event-socket']['en-us'] = 'Connection to Event Socket failed.';
$text['error-event-socket']['fr'] = "Connexion a l'Event Socket en echec.";
$text['label-message']['en-us'] = 'Message';
$text['label-message']['fr'] = 'Message';
$text['label-message']['en-us'] = 'Invalid Profile!';
$text['label-message']['fr'] = 'Profile Invalide!';
$text['button-back']['en-us'] = 'back';
$text['button-back']['fr'] = 'Retour';
$text['label-domain']['en-us'] = 'Domain';
$text['label-domain']['fr'] = 'Domaine';
$text['label-user']['en-us'] = 'User';
$text['label-user']['fr'] = 'Usager';
$text['label-agent']['en-us'] = 'Agent';
$text['label-agent']['fr'] = 'Agent';
$text['label-ip']['en-us'] = 'IP';
$text['label-ip']['fr'] = 'IP';
$text['label-port']['en-us'] = 'Port';
$text['label-port']['fr'] = 'Port';
$text['label-status']['en-us'] = 'Status';
$text['label-status']['fr'] = 'Statut';
?>