repaired previous errors inserted in r4614 : reinserted 'de-de' instead 'de' and correct files. keeps fr-ca to report in app_config.php files
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
$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'] = '';
|
||||
$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";
|
||||
@@ -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'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = 'Passerelles';
|
||||
@@ -161,6 +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'] = 'extension_in_contact';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
|
||||
@@ -152,6 +152,14 @@
|
||||
$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-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';
|
||||
@@ -176,6 +184,14 @@
|
||||
$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-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";
|
||||
|
||||
Reference in New Issue
Block a user