added missing french translations and changed fr to fr-fr in all app_languages.php and app_config.php files.

This commit is contained in:
Philippe Rioual
2013-09-30 13:19:40 +00:00
parent b9425a0a6a
commit 84b11a971c
116 changed files with 3483 additions and 2874 deletions
+5 -5
View File
@@ -9,7 +9,7 @@
$apps[$x]['url'] = 'http://www.fusionpbx.com';
$apps[$x]['description']['en-us'] = 'Displays registrations from endpoints.';
$apps[$x]['description']['es-mx'] = '';
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['description']['fr-fr'] = "Afficher les enregistrements des équipements";
@@ -21,7 +21,7 @@
//menu details
$apps[$x]['menu'][0]['title']['en-us'] = 'Registrations';
$apps[$x]['menu'][0]['title']['es-mx'] = '';
$apps[$x]['menu'][0]['title']['de-de'] = '';
$apps[$x]['menu'][0]['title']['de'] = '';
$apps[$x]['menu'][0]['title']['de-ch'] = '';
$apps[$x]['menu'][0]['title']['de-at'] = '';
$apps[$x]['menu'][0]['title']['fr-fr'] = 'Connexions';
@@ -37,11 +37,11 @@
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
//permission details
$apps[$x]['permissions'][0]['name'] = 'registration_domain';
$apps[$x]['permissions'][0]['name'] = 'registrations_domain';
$apps[$x]['permissions'][0]['groups'][] = 'admin';
$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
$apps[$x]['permissions'][1]['name'] = 'registration_all';
$apps[$x]['permissions'][1]['name'] = 'registrations_all';
$apps[$x]['permissions'][1]['groups'][] = 'superadmin';
?>
?>
+11 -11
View File
@@ -26,24 +26,24 @@
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['error-event-socket']['fr-fr'] = "Connexion a l'Event Socket en echec.";
$text['label-message']['en-us'] = 'Message';
$text['label-message']['fr'] = 'Message';
$text['label-message']['fr-fr'] = 'Message';
$text['label-message']['en-us'] = 'Invalid Profile!';
$text['label-message']['fr'] = 'Profile Invalide!';
$text['label-message']['fr-fr'] = 'Profile Invalide!';
$text['button-back']['en-us'] = 'back';
$text['button-back']['fr'] = 'Retour';
$text['button-back']['fr-fr'] = 'Retour';
$text['label-domain']['en-us'] = 'Domain';
$text['label-domain']['fr'] = 'Domaine';
$text['label-domain']['fr-fr'] = 'Domaine';
$text['label-user']['en-us'] = 'User';
$text['label-user']['fr'] = 'Usager';
$text['label-user']['fr-fr'] = 'Usager';
$text['label-agent']['en-us'] = 'Agent';
$text['label-agent']['fr'] = 'Agent';
$text['label-agent']['fr-fr'] = 'Agent';
$text['label-ip']['en-us'] = 'IP';
$text['label-ip']['fr'] = 'IP';
$text['label-ip']['fr-fr'] = 'IP';
$text['label-port']['en-us'] = 'Port';
$text['label-port']['fr'] = 'Port';
$text['label-port']['fr-fr'] = 'Port';
$text['label-status']['en-us'] = 'Status';
$text['label-status']['fr'] = 'Statut';
$text['label-status']['fr-fr'] = 'Statut';
?>
?>