Correct the tabbing by replacing the spaces with tabs. Replace some of the single quotes with double qoutes and keep the fr-ca translations.

This commit is contained in:
Mark Crane
2013-09-30 16:21:08 +00:00
parent 0955da65ba
commit a43c8f892d
34 changed files with 1776 additions and 1789 deletions
+10 -10
View File
@@ -12,8 +12,8 @@
$apps[$x]['description']['de-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'] = '';
$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-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'] = '';
@@ -161,14 +161,14 @@
$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'] = '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'] = '';
+13 -15
View File
@@ -58,7 +58,7 @@
$text['label-realm']['en-us'] = 'Realm';
$text['label-realm']['pt-pt'] = '';
$text['label-realm']['fr-fr'] = 'Royaume';
$text['label-realm']['pt-pt'] = 'Royaume';
$text['description-realm']['en-us'] = 'Enter the realm here.';
$text['description-realm']['pt-pt'] = '';
@@ -152,13 +152,11 @@
$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['label-channels']['fr-fr'] = 'Canaux:';
$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['description-channels']['fr-fr'] = "Nombre max de canaux simultanés disponible sur la passerelle.";
$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'] = '';
@@ -184,13 +182,13 @@
$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'] = 'Liste des Codecs';
$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'] = "Entrer la liste des codecs préférés. Ex: PCMA,PCMU,G722";
$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'] = '';