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
+4 -12
View File
@@ -9,11 +9,11 @@
$apps[$x]['url'] = 'http://www.fusionpbx.com';
$apps[$x]['description']['en-us'] = 'Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.';
$apps[$x]['description']['es-mx'] = 'Las pasarelas proveen acceso a otras redes de voz. Pueden ser provedores u otro sistema que requiera registo SIP.';
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['description']['fr-fr'] = "Les passerelles donnent access autres réseaux vocaux. Ceux-ci peuvent être des opérateurs ou d'autres systèmes reqieérant un enregistrement SIP";
$apps[$x]['description']['fr-ca'] = "Les passerelles donnent access autres réseaux vocaux. Elles pouvent être d'autre furnisseur ou autre système avec la régistration SIP.";
$apps[$x]['description']['fr-fr'] = "Les passerelles donnent access autres réseaux vocaux. Ceux-ci peuvent être des opérateurs ou d'autres systèmes reqieérant un enregistrement SIP";
$apps[$x]['description']['fr-ca'] = '';
$apps[$x]['description']['fr-ch'] = '';
$apps[$x]['description']['pt-pt'] = 'Gateways fornecem acesso em redes de voz outros. Estes podem ser os provedores de voz ou outros sistemas que exigem registro SIP.';
$apps[$x]['description']['pt-br'] = '';
@@ -21,7 +21,7 @@
//menu details
$apps[$x]['menu'][0]['title']['en-us'] = 'Gateways';
$apps[$x]['menu'][0]['title']['es-mx'] = 'Pasarelas';
$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'] = 'Passerelles';
@@ -161,14 +161,6 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'codec_prefs';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'channels';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension_in_contact';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
+3 -16
View File
@@ -58,7 +58,7 @@
$text['label-realm']['en-us'] = 'Realm';
$text['label-realm']['pt-pt'] = '';
$text['label-realm']['pt-pt'] = 'Royaume';
$text['label-realm']['fr-fr'] = 'Royaume';
$text['description-realm']['en-us'] = 'Enter the realm here.';
$text['description-realm']['pt-pt'] = '';
@@ -152,12 +152,6 @@
$text['description-ping']['pt-pt'] = '';
$text['description-ping']['fr-fr'] = 'Insérer ici la fréquence de ping en secondes.';
$text['label-channels']['en-us'] = 'Channels:';
$text['label-channels']['pt-pt'] = 'Canais:';
$text['description-channels']['en-us'] = 'Maximum number of simultaneous channels available in the gateway.';
$text['description-channels']['pt-pt'] = 'Número máximo de canais simultâneos no gateway.';
$text['label-caller_id_in_from']['en-us'] = 'Caller Id In From';
$text['label-caller_id_in_from']['pt-pt'] = '';
$text['label-caller_id_in_from']['fr-fr'] = 'Caller Id In From';
@@ -171,24 +165,17 @@
$text['label-supress_cng']['fr-fr'] = 'suppression du silence';
$text['description-supress_cng']['en-us'] = 'Enter the supress-cng';
$text['description-supress_cng']['pt-pt'] = '';
$text['description-supress_cng']['fr-fr'] = "Afin de sauvegarder de la bande passante RTP, on n'envoit pas de RTP pour le silence.";
$text['label-sip_cid_type']['en-us'] = 'Sip CID Type';
$text['label-sip_cid_type']['pt-pt'] = '';
$text['label-sip_cid_type']['fr-fr'] = "CallerID SIP type";;
$text['label-sip_cid_type']['fr-fr'] = "CallerID SIP type";
$text['description-sip_cid_type']['en-us'] = 'Enter the sip cid type: none, pid, and rpid.';
$text['description-sip_cid_type']['pt-pt'] = '';
$text['description-sip_cid_type']['fr-fr'] = "Insérer le type d'ID d'appelant : none (utilise le header From) ou pid (P-Asserted-Identity header) ou rpid (remote-Party-ID header).";
$text['label-codec_prefs']['en-us'] = 'Codec Preferences';
$text['label-codec_prefs']['pt-pt'] = 'Lista de Codecs';
$text['label-codec_prefs']['fr-fr'] = '';
$text['description-codec_prefs']['en-us'] = 'Enter the codec preferences as a list. Ex: PCMA,PCMU,G722';
$text['description-codec_prefs']['pt-pt'] = 'Introduza os codecs a utilizar no gateway sob a forma de lista. Ex: PCMA,PCMU,G722';
$text['description-codec_prefs']['fr-fr'] = "";
$text['label-extension_in_contact']['en-us'] = 'Extension In Contact';
$text['label-extension_in_contact']['pt-pt'] = '';
$text['label-extension_in_contact']['fr-fr'] = "L'extension dans Contact";