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 46d0c45c01
commit 9ce5b02701
116 changed files with 3483 additions and 2874 deletions

View File

@@ -9,13 +9,13 @@
$apps[$x]['url'] = 'http://www.fusionpbx.com';
$apps[$x]['description']['en-us'] = 'Provides dialplan context features including in call transfer and attended transfer and more.';
$apps[$x]['description']['es-mx'] = 'Provee opciones bajo contexto a los planes de marcado, incluyendo transferencia, espera y más.';
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['description']['fr-fr'] = "Donne des options aux dialplans comme le transfert, transfert supervisé et plus.";
$apps[$x]['description']['fr-ca'] = "Il donne quelqu'options aux dialplans comme transfer, appel en attend et plus.";
$apps[$x]['description']['fr-ca'] = '';
$apps[$x]['description']['fr-ch'] = '';
$apps[$x]['description']['pt-pt'] = 'Fornece recursos contexto dialplan inclusive em transferência de chamadas e transferência atendidos e mais.';
$apps[$x]['description']['pt-br'] = '';
?>
?>