Update the file types for the the app_languages.php that were not the correct type. Set the file type to UTF-8 without BOM.

This commit is contained in:
Mark Crane
2013-09-21 08:40:50 +00:00
parent e599bf434c
commit 9b0c91491c
28 changed files with 149 additions and 105 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
// call_block.php // call_block.php
$text['title-call-block']['en-us'] = 'Call Block'; $text['title-call-block']['en-us'] = 'Call Block';
$text['title-call-block']['pt-pt'] = ''; $text['title-call-block']['pt-pt'] = '';
+1 -1
View File
@@ -1,4 +1,4 @@
<?php
//Call Flows //Call Flows
$text['title-call_flows']['en-us'] = 'Call Flows'; $text['title-call_flows']['en-us'] = 'Call Flows';
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
//conference centers //conference centers
$text['title-conference-centers']['en-us'] = 'Conference Centers'; $text['title-conference-centers']['en-us'] = 'Conference Centers';
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
+41 -2
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
@@ -27,82 +27,121 @@
*/ */
$text['title-rss']['en-us'] = 'RSS Feed'; $text['title-rss']['en-us'] = 'RSS Feed';
$text['title-rss']['fr'] = 'RSS Feed'; $text['title-rss']['fr'] = 'RSS Feed';
$text['description-rss']['en-us'] = 'Task List for RSS...'; $text['description-rss']['en-us'] = 'Task List for RSS...';
$text['description-rss']['fr'] = 'Liste de Tâches pour RSS...'; $text['description-rss']['fr'] = 'Liste de Tâches pour RSS...';
$text['message-add']['en-us'] = 'Add Complete'; $text['message-add']['en-us'] = 'Add Complete';
$text['message-add']['fr'] = 'ajouté'; $text['message-add']['fr'] = 'ajouté';
$text['button-back']['en-us'] = 'Back'; $text['button-back']['en-us'] = 'Back';
$text['button-back']['fr'] = 'Retour'; $text['button-back']['fr'] = 'Retour';
$text['button-public']['en-us'] = 'public'; $text['button-public']['en-us'] = 'public';
$text['button-public']['fr'] = 'public'; $text['button-public']['fr'] = 'public';
$text['label-order']['en-us'] = 'Order'; $text['label-order']['en-us'] = 'Order';
$text['label-order']['fr'] = 'Ordre'; $text['label-order']['fr'] = 'Ordre';
$text['label-content']['en-us'] = 'Content'; $text['label-content']['en-us'] = 'Content';
$text['label-content']['fr'] = 'Contenu'; $text['label-content']['fr'] = 'Contenu';
$text['button-add-title']['en-us'] = 'Add'; $text['button-add-title']['en-us'] = 'Add';
$text['button-add-title']['fr'] = 'Ajouter'; $text['button-add-title']['fr'] = 'Ajouter';
$text['message-delete-done']['en-us'] = 'Delete Completed'; $text['message-delete-done']['en-us'] = 'Delete Completed';
$text['message-delete-done']['fr'] = 'Supprimé'; $text['message-delete-done']['fr'] = 'Supprimé';
$text['label-list']['en-us'] = 'List'; $text['label-list']['en-us'] = 'List';
$text['label-list']['rf'] = 'Liste'; $text['label-list']['fr'] = 'Liste';
$text['label-title']['en-us'] = 'Title'; $text['label-title']['en-us'] = 'Title';
$text['label-title']['fr'] = 'Titre'; $text['label-title']['fr'] = 'Titre';
$text['label-link']['en-us'] = 'Link'; $text['label-link']['en-us'] = 'Link';
$text['label-link']['fr'] = 'Lien'; $text['label-link']['fr'] = 'Lien';
$text['label-group']['en-us'] = 'Group'; $text['label-group']['en-us'] = 'Group';
$text['label-group']['fr'] = 'Groupe'; $text['label-group']['fr'] = 'Groupe';
$text['label-order']['en-us'] = 'Order'; $text['label-order']['en-us'] = 'Order';
$text['label-order']['fr'] = 'Ordre'; $text['label-order']['fr'] = 'Ordre';
$text['label-edit']['en-us'] = 'Edit'; $text['label-edit']['en-us'] = 'Edit';
$text['label-edit']['fr'] = 'Editer'; $text['label-edit']['fr'] = 'Editer';
$text['message-confirm-delete']['en-us'] = 'Do you really want to delete this?'; $text['message-confirm-delete']['en-us'] = 'Do you really want to delete this?';
$text['message-confirm-delete']['fr'] = 'Voulez-vous vraiment faire cela?'; $text['message-confirm-delete']['fr'] = 'Voulez-vous vraiment faire cela?';
$text['message-item-down']['en-us'] = 'Item Moved Down'; $text['message-item-down']['en-us'] = 'Item Moved Down';
$text['message-item-down']['fr'] = 'Objet descendu'; $text['message-item-down']['fr'] = 'Objet descendu';
$text['message-item-up']['en-us'] = 'Item Moved Up'; $text['message-item-up']['en-us'] = 'Item Moved Up';
$text['message-item-up']['fr'] = 'Objet remonté'; $text['message-item-up']['fr'] = 'Objet remonté';
$text['label-search']['en-us'] = 'Search Results'; $text['label-search']['en-us'] = 'Search Results';
$text['label-search']['fr'] = 'Resultats de la recherche'; $text['label-search']['fr'] = 'Resultats de la recherche';
$text['label-id']['en-us'] = 'ID'; $text['label-id']['en-us'] = 'ID';
$text['label-id']['fr'] = 'ID'; $text['label-id']['fr'] = 'ID';
$text['label-category']['en-us'] = 'Category'; $text['label-category']['en-us'] = 'Category';
$text['label-category']['fr'] = 'Categorie'; $text['label-category']['fr'] = 'Categorie';
$text['label-sub-category']['en-us'] = 'Sub Category'; $text['label-sub-category']['en-us'] = 'Sub Category';
$text['label-sub-category']['fr'] = 'Sous Categorie'; $text['label-sub-category']['fr'] = 'Sous Categorie';
$text['label-description']['en-us'] = 'Description'; $text['label-description']['en-us'] = 'Description';
$text['label-description']['fr'] = 'Description'; $text['label-description']['fr'] = 'Description';
$text['button-search']['en-us'] = 'Search'; $text['button-search']['en-us'] = 'Search';
$text['button-search']['fr'] = 'recherche'; $text['button-search']['fr'] = 'recherche';
$text['label-rss-category']['en-us'] = 'RSS Category'; $text['label-rss-category']['en-us'] = 'RSS Category';
$text['label-rss-category']['fr'] = 'RSS Categorie'; $text['label-rss-category']['fr'] = 'RSS Categorie';
$text['button-update']['en-us'] = 'Update'; $text['button-update']['en-us'] = 'Update';
$text['button-update']['fr'] = 'Mise à Jour'; $text['button-update']['fr'] = 'Mise à Jour';
$text['message-update']['en-us'] = 'Update Complete'; $text['message-update']['en-us'] = 'Update Complete';
$text['message-update']['fr'] = 'Mis à Jour'; $text['message-update']['fr'] = 'Mis à Jour';
$text['label-details']['en-us'] = 'Details'; $text['label-details']['en-us'] = 'Details';
$text['label-details']['fr'] = 'Détails'; $text['label-details']['fr'] = 'Détails';
$text['label-template']['en-us'] = 'Template'; $text['label-template']['en-us'] = 'Template';
$text['label-template']['fr'] = 'Template'; $text['label-template']['fr'] = 'Template';
$text['button-delete']['en-us'] = 'Delete'; $text['button-delete']['en-us'] = 'Delete';
$text['button-delete']['fr'] = 'Supprimer'; $text['button-delete']['fr'] = 'Supprimer';
$text['label-sub-id']['en-us'] = 'Sub ID'; $text['label-sub-id']['en-us'] = 'Sub ID';
$text['label-sub-id']['fr'] = 'Sous ID'; $text['label-sub-id']['fr'] = 'Sous ID';
$text['label-sub-title']['en-us'] = 'Sub Title'; $text['label-sub-title']['en-us'] = 'Sub Title';
$text['label-sub-title']['fr'] = 'Sous Titre'; $text['label-sub-title']['fr'] = 'Sous Titre';
$text['label-sub-link']['en-us'] = 'Sub Link'; $text['label-sub-link']['en-us'] = 'Sub Link';
$text['label-sub-link']['fr'] = 'Sub Link'; $text['label-sub-link']['fr'] = 'Sub Link';
$text['label-sub-desc']['en-us'] = 'Sub Description'; $text['label-sub-desc']['en-us'] = 'Sub Description';
$text['label-sub-desc']['fr'] = 'Sub Description'; $text['label-sub-desc']['fr'] = 'Sub Description';
$text['message-error-missing']['en-us'] = 'Error missing'; $text['message-error-missing']['en-us'] = 'Error missing';
$text['message-error-missing']['fr'] = 'Erreur missing'; $text['message-error-missing']['fr'] = 'Erreur missing';
$text['message-description']['en-us'] = 'Please provide a description.'; $text['message-description']['en-us'] = 'Please provide a description.';
$text['message-description']['fr'] = "Merci d'écrire une description."; $text['message-description']['fr'] = "Merci d'écrire une description.";
$text['label-content-edit']['en-us'] = 'Content Edit'; $text['label-content-edit']['en-us'] = 'Content Edit';
$text['label-content-edit']['fr'] = "Edition du contenu"; $text['label-content-edit']['fr'] = "Edition du contenu";
$text['label-type']['en-us'] = 'Type'; $text['label-type']['en-us'] = 'Type';
$text['label-type']['fr'] = 'Type'; $text['label-type']['fr'] = 'Type';
$text['label-on-off']['en-us'] = 'on/off'; $text['label-on-off']['en-us'] = 'on/off';
$text['label-on-off']['fr'] = 'on/off'; $text['label-on-off']['fr'] = 'on/off';
$text['button-save']['en-us'] = 'Save'; $text['button-save']['en-us'] = 'Save';
$text['button-save']['fr'] = 'Sauvegarde'; $text['button-save']['fr'] = 'Sauvegarde';
-1
View File
@@ -1,7 +1,6 @@
<?php <?php
//Dialplan //Dialplan
$text['title-dialplan_manager']['en-us'] = 'Dialplan Manager'; $text['title-dialplan_manager']['en-us'] = 'Dialplan Manager';
$text['title-inbound_routes']['en-us'] = 'Inbound Routes'; $text['title-inbound_routes']['en-us'] = 'Inbound Routes';
$text['title-outbound_routes']['en-us'] = 'Outbound Routes'; $text['title-outbound_routes']['en-us'] = 'Outbound Routes';
+8 -8
View File
@@ -7,11 +7,11 @@
$text['description-dialplan-inbound-add']['en-us'] = 'The public dialplan is used to route incoming calls to destinations based on one or more conditions and context. It can send incoming calls to an auto attendant, huntgroup, extension, external number, or a script.'; $text['description-dialplan-inbound-add']['en-us'] = 'The public dialplan is used to route incoming calls to destinations based on one or more conditions and context. It can send incoming calls to an auto attendant, huntgroup, extension, external number, or a script.';
$text['description-dialplan-inbound-add']['pt-pt'] = ''; $text['description-dialplan-inbound-add']['pt-pt'] = '';
$text['description-dialplan-inbound-add']['fr'] = "Le plan de numérotation publique est utilisé pour acheminer les appels aux destinations en se basant sur une ou plusieurs conditions ou contextes. Les appels peuvent être acheminé au opératrices auto, groupements, extensions, numéro externe ou script."; $text['description-dialplan-inbound-add']['fr'] = "Le plan de numérotation publique est utilisé pour acheminer les appels aux destinations en se basant sur une ou plusieurs conditions ou contextes. Les appels peuvent être acheminé au opératrices auto, groupements, extensions, numéro externe ou script.";
$text['label-access-denied']['en-us'] = 'access denied'; $text['label-access-denied']['en-us'] = 'access denied';
$text['label-access-denied']['pt-pt'] = ''; $text['label-access-denied']['pt-pt'] = '';
$text['label-access-denied']['fr'] = "accès refusé"; $text['label-access-denied']['fr'] = "accès refusé";
$text['button-back']['en-us'] = 'Back'; $text['button-back']['en-us'] = 'Back';
$text['button-back']['pt-pt'] = ''; $text['button-back']['pt-pt'] = '';
@@ -32,7 +32,7 @@
$text['label-destination-number']['en-us'] = 'Destination Number'; $text['label-destination-number']['en-us'] = 'Destination Number';
$text['label-destination-number']['pt-pt'] = ''; $text['label-destination-number']['pt-pt'] = '';
$text['label-destination-number']['fr'] = "Numéro de Destination"; $text['label-destination-number']['fr'] = "Numéro de Destination";
$text['label-select-inbound-destination-number']['en-us'] = 'Select the inbound destination number.'; $text['label-select-inbound-destination-number']['en-us'] = 'Select the inbound destination number.';
$text['label-select-inbound-destination-number']['pt-pt'] = ''; $text['label-select-inbound-destination-number']['pt-pt'] = '';
@@ -74,7 +74,7 @@
// advanced // advanced
$text['button-advanced']['en-us'] = 'Advanced'; $text['button-advanced']['en-us'] = 'Advanced';
$text['button-advanced']['pt-pt'] = ''; $text['button-advanced']['pt-pt'] = '';
$text['button-advanced']['fr'] = "Avancé"; $text['button-advanced']['fr'] = "Avancé";
$text['label-condition_1']['en-us'] = 'Condition 1'; $text['label-condition_1']['en-us'] = 'Condition 1';
$text['label-condition_1']['pt-pt'] = ''; $text['label-condition_1']['pt-pt'] = '';
@@ -114,7 +114,7 @@
$text['option-destination_number']['en-us'] = 'Destination Number'; $text['option-destination_number']['en-us'] = 'Destination Number';
$text['option-destination_number']['pt-pt'] = ''; $text['option-destination_number']['pt-pt'] = '';
$text['option-destination_number']['fr'] = "Numéro de Destination"; $text['option-destination_number']['fr'] = "Numéro de Destination";
$text['option-public']['en-us'] = 'Public'; $text['option-public']['en-us'] = 'Public';
$text['option-public']['pt-pt'] = ''; $text['option-public']['pt-pt'] = '';
@@ -126,7 +126,7 @@
$text['option-caller_id_number']['en-us'] = 'Caller ID Number'; $text['option-caller_id_number']['en-us'] = 'Caller ID Number';
$text['option-caller_id_number']['pt-pt'] = ''; $text['option-caller_id_number']['pt-pt'] = '';
$text['option-caller_id_number']['fr'] = "Numéro d'appelant"; $text['option-caller_id_number']['fr'] = "Numéro d'appelant";
$text['option-ani']['en-us'] = 'ANI'; $text['option-ani']['en-us'] = 'ANI';
$text['option-ani']['pt-pt'] = ''; $text['option-ani']['pt-pt'] = '';
@@ -150,7 +150,7 @@
$text['option-network_addr']['en-us'] = 'Network Address'; $text['option-network_addr']['en-us'] = 'Network Address';
$text['option-network_addr']['pt-pt'] = ''; $text['option-network_addr']['pt-pt'] = '';
$text['option-network_addr']['fr'] = "Adresse Réseau"; $text['option-network_addr']['fr'] = "Adresse Réseau";
// general // general
$text['button-save']['en-us'] = 'Save'; $text['button-save']['en-us'] = 'Save';
@@ -179,6 +179,6 @@
$text['confirm-update-complete']['en-us'] = 'Update Complete'; $text['confirm-update-complete']['en-us'] = 'Update Complete';
$text['confirm-update-complete']['pt-pt'] = ''; $text['confirm-update-complete']['pt-pt'] = '';
$text['confirm-update-complete']['fr'] = "Mis à jour"; $text['confirm-update-complete']['fr'] = "Mis à jour";
?> ?>
+10 -10
View File
@@ -36,7 +36,7 @@
$text['label-gateway-name']['fr'] = "Nom de la passerelle"; $text['label-gateway-name']['fr'] = "Nom de la passerelle";
$text['label-dialplan-expression']['en-us'] = 'Dialplan Expression'; $text['label-dialplan-expression']['en-us'] = 'Dialplan Expression';
$text['label-dialplan-expression']['fr'] = "Expression du Plan de numérotation"; $text['label-dialplan-expression']['fr'] = "Expression du Plan de numérotation";
$text['label-2d']['en-us'] = '2 Digits'; $text['label-2d']['en-us'] = '2 Digits';
$text['label-2d']['fr'] = '2 Digits'; $text['label-2d']['fr'] = '2 Digits';
@@ -135,7 +135,7 @@
$text['label-800']['fr'] = 'Sans Charge'; $text['label-800']['fr'] = 'Sans Charge';
$text['message-update']['en-us'] = 'Update Complete'; $text['message-update']['en-us'] = 'Update Complete';
$text['message-update']['fr'] = "Mis à jour"; $text['message-update']['fr'] = "Mis à jour";
$text['label-outbound-routes']['en-us'] = 'Outbound Routes'; $text['label-outbound-routes']['en-us'] = 'Outbound Routes';
$text['label-outbound-routes']['fr'] = 'Routes Sortantes'; $text['label-outbound-routes']['fr'] = 'Routes Sortantes';
@@ -144,7 +144,7 @@
$text['button-back']['fr'] = 'Retour'; $text['button-back']['fr'] = 'Retour';
$text['description-outbound-routes']['en-us'] = 'Outbound dialplans have one or more conditions that are matched to attributes of a call. When a call matches the conditions the call is then routed to the gateway.'; $text['description-outbound-routes']['en-us'] = 'Outbound dialplans have one or more conditions that are matched to attributes of a call. When a call matches the conditions the call is then routed to the gateway.';
$text['description-outbound-routes']['fr'] = "les Plan de numérotation sortant doivent remplir une ou plusieures conditions afin d'acheminer un appel. Lorsqu'un appel rempli la ou des conditions, l'appel est alors acheminé à la passerelle."; $text['description-outbound-routes']['fr'] = "les Plan de numérotation sortant doivent remplir une ou plusieures conditions afin d'acheminer un appel. Lorsqu'un appel rempli la ou des conditions, l'appel est alors acheminé à la passerelle.";
$text['label-gateway']['en-us'] = 'Gateway'; $text['label-gateway']['en-us'] = 'Gateway';
$text['label-gateway']['fr'] = 'Passerelle'; $text['label-gateway']['fr'] = 'Passerelle';
@@ -156,28 +156,28 @@
$text['label-add-options']['fr'] = 'Autres Options'; $text['label-add-options']['fr'] = 'Autres Options';
$text['message-add-options']['en-us'] = 'Select the gateway to use with this outbound route.'; $text['message-add-options']['en-us'] = 'Select the gateway to use with this outbound route.';
$text['message-add-options']['fr'] = "Choisir la passerelle utilisée par cette route sortante."; $text['message-add-options']['fr'] = "Choisir la passerelle utilisée par cette route sortante.";
$text['label-alt1']['en-us'] = 'Alternate 1'; $text['label-alt1']['en-us'] = 'Alternate 1';
$text['label-alt1']['fr'] = 'Alternative 1'; $text['label-alt1']['fr'] = 'Alternative 1';
$text['message-add-options1']['en-us'] = 'Select another gateway as an alternative to use if the first one fails.'; $text['message-add-options1']['en-us'] = 'Select another gateway as an alternative to use if the first one fails.';
$text['message-add-options1']['fr'] = "Choisir une autre passerelle comme alternative si la première échoue."; $text['message-add-options1']['fr'] = "Choisir une autre passerelle comme alternative si la première échoue.";
$text['label-alt2']['en-us'] = 'Alternate 2'; $text['label-alt2']['en-us'] = 'Alternate 2';
$text['label-alt2']['fr'] = 'Alternative 2'; $text['label-alt2']['fr'] = 'Alternative 2';
$text['message-add-options2']['en-us'] = 'Select another gateway as an alternative to use if the second one fails.'; $text['message-add-options2']['en-us'] = 'Select another gateway as an alternative to use if the second one fails.';
$text['message-add-options2']['fr'] = "Choisir une autre passerelle comme alternative si la seconde échoue."; $text['message-add-options2']['fr'] = "Choisir une autre passerelle comme alternative si la seconde échoue.";
$text['description-shortcut']['en-us'] = 'Shortcut to create the outbound dialplan entries for this Gateway.'; $text['description-shortcut']['en-us'] = 'Shortcut to create the outbound dialplan entries for this Gateway.';
$text['description-shortcut']['fr'] = "Raccourci pour créer l'entrée de cette passerelle dans le plan de numérotation sortant."; $text['description-shortcut']['fr'] = "Raccourci pour créer l'entrée de cette passerelle dans le plan de numérotation sortant.";
$text['label-prefix']['en-us'] = 'Prefix'; $text['label-prefix']['en-us'] = 'Prefix';
$text['label-prefix']['fr'] = 'Préfixe'; $text['label-prefix']['fr'] = 'Préfixe';
$text['description-enter-prefix']['en-us'] = 'Enter a prefix number to add to the beginning of the destination number.'; $text['description-enter-prefix']['en-us'] = 'Enter a prefix number to add to the beginning of the destination number.';
$text['description-enter-prefix']['fr'] = "Choisir un préfixe à ajouter en début de numérotation pour joindre la destination."; $text['description-enter-prefix']['fr'] = "Choisir un préfixe à ajouter en début de numérotation pour joindre la destination.";
$text['label-limit']['en-us'] = 'Limit'; $text['label-limit']['en-us'] = 'Limit';
$text['label-limit']['fr'] = 'Limite'; $text['label-limit']['fr'] = 'Limite';
@@ -193,7 +193,7 @@
$text['label-order']['fr'] = 'Ordre'; $text['label-order']['fr'] = 'Ordre';
$text['description-order']['en-us'] = 'Select the order number. The order number determines the order of the outbound routes when there is more than one.'; $text['description-order']['en-us'] = 'Select the order number. The order number determines the order of the outbound routes when there is more than one.';
$text['description-order']['fr'] = "Choisir le numéro d'ordre. Ce nombre détermine l'ordre dans le quel cette route sera utilisées si plusieurs routes correspondant aux conditions de l'appel existent."; $text['description-order']['fr'] = "Choisir le numéro d'ordre. Ce nombre détermine l'ordre dans le quel cette route sera utilisées si plusieurs routes correspondant aux conditions de l'appel existent.";
$text['label-enabled']['en-us'] = 'Enabled'; $text['label-enabled']['en-us'] = 'Enabled';
$text['label-enabled']['fr'] = 'Actif'; $text['label-enabled']['fr'] = 'Actif';
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
$text['title']['en-us'] = 'Fax Server'; $text['title']['en-us'] = 'Fax Server';
$text['title']['pt-pt'] = 'Servidor de Fax'; $text['title']['pt-pt'] = 'Servidor de Fax';
+24 -24
View File
@@ -10,11 +10,11 @@
$text['description-gateway']['en-us'] = 'Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.'; $text['description-gateway']['en-us'] = 'Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.';
$text['description-gateway']['pt-pt'] = ''; $text['description-gateway']['pt-pt'] = '';
$text['description-gateway']['fr'] = "Les passerelles permettent l'accès aux autres réseaux voix. Ceux-ci pouvant être des fournisseurs d'accès ou tout autre système nécessitant un enregistrement SIP."; $text['description-gateway']['fr'] = "Les passerelles permettent l'accès aux autres réseaux voix. Ceux-ci pouvant être des fournisseurs d'accès ou tout autre système nécessitant un enregistrement SIP.";
$text['description-gateway-edit']['en-us'] = 'Defines a connections to a SIP Provider or another SIP server.'; $text['description-gateway-edit']['en-us'] = 'Defines a connections to a SIP Provider or another SIP server.';
$text['description-gateway-edit']['pt-pt'] = ''; $text['description-gateway-edit']['pt-pt'] = '';
$text['description-gateway-edit']['fr'] = 'Défini une connexion à un fourniiser SIP ou un autre serveur SIP.'; $text['description-gateway-edit']['fr'] = 'Défini une connexion à un fourniiser SIP ou un autre serveur SIP.';
$text['label-gateway']['en-us'] = 'Gateway'; $text['label-gateway']['en-us'] = 'Gateway';
$text['label-gateway']['pt-pt'] = ''; $text['label-gateway']['pt-pt'] = '';
@@ -46,7 +46,7 @@
$text['description-distinct_to']['en-us'] = 'Enter the distinct_to here.'; $text['description-distinct_to']['en-us'] = 'Enter the distinct_to here.';
$text['description-distinct_to']['pt-pt'] = ''; $text['description-distinct_to']['pt-pt'] = '';
$text['description-distinct_to']['fr'] = 'Insére ici le distinct_to.'; $text['description-distinct_to']['fr'] = 'Insére ici le distinct_to.';
$text['label-auth_username']['en-us'] = 'Auth Username'; $text['label-auth_username']['en-us'] = 'Auth Username';
$text['label-auth_username']['pt-pt'] = ''; $text['label-auth_username']['pt-pt'] = '';
@@ -54,7 +54,7 @@
$text['description-auth_username']['en-us'] = 'Enter the auth-username here.'; $text['description-auth_username']['en-us'] = 'Enter the auth-username here.';
$text['description-auth_username']['pt-pt'] = ''; $text['description-auth_username']['pt-pt'] = '';
$text['description-auth_username']['fr'] = "Insérer l'utilisateur d'authentification"; $text['description-auth_username']['fr'] = "Insérer l'utilisateur d'authentification";
$text['label-realm']['en-us'] = 'Realm'; $text['label-realm']['en-us'] = 'Realm';
$text['label-realm']['pt-pt'] = ''; $text['label-realm']['pt-pt'] = '';
@@ -62,7 +62,7 @@
$text['description-realm']['en-us'] = 'Enter the realm here.'; $text['description-realm']['en-us'] = 'Enter the realm here.';
$text['description-realm']['pt-pt'] = ''; $text['description-realm']['pt-pt'] = '';
$text['description-realm']['fr'] = "Insérer le Royaume d'authentification"; $text['description-realm']['fr'] = "Insérer le Royaume d'authentification";
$text['label-from_user']['en-us'] = 'From User'; $text['label-from_user']['en-us'] = 'From User';
$text['label-from_user']['pt-pt'] = ''; $text['label-from_user']['pt-pt'] = '';
@@ -94,7 +94,7 @@
$text['description-register_proxy']['en-us'] = 'Enter the register proxy here.'; $text['description-register_proxy']['en-us'] = 'Enter the register proxy here.';
$text['description-register_proxy']['pt-pt'] = ''; $text['description-register_proxy']['pt-pt'] = '';
$text['description-register_proxy']['fr'] = "Insérer ici le proxy d'enregistrement."; $text['description-register_proxy']['fr'] = "Insérer ici le proxy d'enregistrement.";
$text['label-outbound_proxy']['en-us'] = 'Outbound Proxy'; $text['label-outbound_proxy']['en-us'] = 'Outbound Proxy';
$text['label-outbound_proxy']['pt-pt'] = ''; $text['label-outbound_proxy']['pt-pt'] = '';
@@ -102,7 +102,7 @@
$text['description-outbound_proxy']['en-us'] = 'Enter the outbound proxy here.'; $text['description-outbound_proxy']['en-us'] = 'Enter the outbound proxy here.';
$text['description-outbound_proxy']['pt-pt'] = ''; $text['description-outbound_proxy']['pt-pt'] = '';
$text['description-outbound_proxy']['fr'] = "Insérer ici le proxy sortant."; $text['description-outbound_proxy']['fr'] = "Insérer ici le proxy sortant.";
$text['label-expire_seconds']['en-us'] = 'Expire Seconds'; $text['label-expire_seconds']['en-us'] = 'Expire Seconds';
$text['label-expire_seconds']['pt-pt'] = ''; $text['label-expire_seconds']['pt-pt'] = '';
@@ -110,7 +110,7 @@
$text['description-expire_seconds']['en-us'] = 'Enter the expire-seconds here.'; $text['description-expire_seconds']['en-us'] = 'Enter the expire-seconds here.';
$text['description-expire_seconds']['pt-pt'] = ''; $text['description-expire_seconds']['pt-pt'] = '';
$text['description-expire_seconds']['fr'] = "Tempo d'enregistrement en secondes (avant de déclarer le proxy HS)."; $text['description-expire_seconds']['fr'] = "Tempo d'enregistrement en secondes (avant de déclarer le proxy HS).";
$text['label-register']['en-us'] = 'Register'; $text['label-register']['en-us'] = 'Register';
$text['label-register']['pt-pt'] = ''; $text['label-register']['pt-pt'] = '';
@@ -126,7 +126,7 @@
$text['description-register_transport']['en-us'] = 'Choose whether to register-transport.'; $text['description-register_transport']['en-us'] = 'Choose whether to register-transport.';
$text['description-register_transport']['pt-pt'] = ''; $text['description-register_transport']['pt-pt'] = '';
$text['description-register_transport']['fr'] = 'Insére ici le type de transport utilisé.'; $text['description-register_transport']['fr'] = 'Insére ici le type de transport utilisé.';
$text['label-retry_seconds']['en-us'] = 'Retry Seconds'; $text['label-retry_seconds']['en-us'] = 'Retry Seconds';
$text['label-retry_seconds']['pt-pt'] = ''; $text['label-retry_seconds']['pt-pt'] = '';
@@ -134,7 +134,7 @@
$text['description-retry_seconds']['en-us'] = 'Enter the retry-seconds here.'; $text['description-retry_seconds']['en-us'] = 'Enter the retry-seconds here.';
$text['description-retry_seconds']['pt-pt'] = ''; $text['description-retry_seconds']['pt-pt'] = '';
$text['description-retry_seconds']['fr'] = 'Insérer ici la tempo en secondes de tentative de reconnexion après un timeout ou un échec.'; $text['description-retry_seconds']['fr'] = 'Insérer ici la tempo en secondes de tentative de reconnexion après un timeout ou un échec.';
$text['label-extension']['en-us'] = 'Extension'; $text['label-extension']['en-us'] = 'Extension';
$text['label-extension']['pt-pt'] = ''; $text['label-extension']['pt-pt'] = '';
@@ -150,7 +150,7 @@
$text['description-ping']['en-us'] = 'Enter the ping interval here in seconds.'; $text['description-ping']['en-us'] = 'Enter the ping interval here in seconds.';
$text['description-ping']['pt-pt'] = ''; $text['description-ping']['pt-pt'] = '';
$text['description-ping']['fr'] = 'Insérer ici la fréquence de ping en secondes.'; $text['description-ping']['fr'] = 'Insérer ici la fréquence de ping en secondes.';
$text['label-caller_id_in_from']['en-us'] = 'Caller Id In From'; $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']['pt-pt'] = '';
@@ -158,7 +158,7 @@
$text['description-caller_id_in_from']['en-us'] = 'Enter the caller-id-in-from.'; $text['description-caller_id_in_from']['en-us'] = 'Enter the caller-id-in-from.';
$text['description-caller_id_in_from']['pt-pt'] = ''; $text['description-caller_id_in_from']['pt-pt'] = '';
$text['description-caller_id_in_from']['fr'] = "Insérer ici la partie Caller-id à utiliser dans le header SIP From."; $text['description-caller_id_in_from']['fr'] = "Insérer ici la partie Caller-id à utiliser dans le header SIP From.";
$text['label-supress_cng']['en-us'] = 'Supress Cng'; $text['label-supress_cng']['en-us'] = 'Supress Cng';
$text['label-supress_cng']['pt-pt'] = ''; $text['label-supress_cng']['pt-pt'] = '';
@@ -173,7 +173,7 @@
$text['description-sip_cid_type']['en-us'] = 'Enter the sip cid type: none, pid, and rpid.'; $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']['pt-pt'] = '';
$text['description-sip_cid_type']['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['description-sip_cid_type']['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-extension_in_contact']['en-us'] = 'Extension In Contact'; $text['label-extension_in_contact']['en-us'] = 'Extension In Contact';
$text['label-extension_in_contact']['pt-pt'] = ''; $text['label-extension_in_contact']['pt-pt'] = '';
@@ -181,7 +181,7 @@
$text['description-extension_in_contact']['en-us'] = 'Enter the Extension In Contact'; $text['description-extension_in_contact']['en-us'] = 'Enter the Extension In Contact';
$text['description-extension_in_contact']['pt-pt'] = ''; $text['description-extension_in_contact']['pt-pt'] = '';
$text['description-extension_in_contact']['fr'] = "Insérer l'Extension dans le Contact."; $text['description-extension_in_contact']['fr'] = "Insérer l'Extension dans le Contact.";
$text['label-context']['en-us'] = 'Context'; $text['label-context']['en-us'] = 'Context';
$text['label-context']['pt-pt'] = ''; $text['label-context']['pt-pt'] = '';
@@ -213,7 +213,7 @@
$text['description-description']['en-us'] = 'Enter the description of the gateway here.'; $text['description-description']['en-us'] = 'Enter the description of the gateway here.';
$text['description-description']['pt-pt'] = ''; $text['description-description']['pt-pt'] = '';
$text['description-description']['fr'] = "Insérer ici la description de la passerelle."; $text['description-description']['fr'] = "Insérer ici la description de la passerelle.";
$text['label-status']['en-us'] = 'Status'; $text['label-status']['en-us'] = 'Status';
$text['label-status']['pt-pt'] = ''; $text['label-status']['pt-pt'] = '';
@@ -221,7 +221,7 @@
$text['label-status-stopped']['en-us'] = 'Stopped'; $text['label-status-stopped']['en-us'] = 'Stopped';
$text['label-status-stopped']['pt-pt'] = ''; $text['label-status-stopped']['pt-pt'] = '';
$text['label-status-stopped']['fr'] = 'Arrété'; $text['label-status-stopped']['fr'] = 'Arrété';
$text['label-status-running']['en-us'] = 'Running'; $text['label-status-running']['en-us'] = 'Running';
$text['label-status-running']['pt-pt'] = ''; $text['label-status-running']['pt-pt'] = '';
@@ -233,11 +233,11 @@
$text['label-action-start']['en-us'] = 'Start'; $text['label-action-start']['en-us'] = 'Start';
$text['label-action-start']['pt-pt'] = ''; $text['label-action-start']['pt-pt'] = '';
$text['label-action-start']['fr'] = 'démarrer'; $text['label-action-start']['fr'] = 'démarrer';
$text['label-action-stop']['en-us'] = 'Stop'; $text['label-action-stop']['en-us'] = 'Stop';
$text['label-action-stop']['pt-pt'] = ''; $text['label-action-stop']['pt-pt'] = '';
$text['label-action-stop']['fr'] = 'Arrêter'; $text['label-action-stop']['fr'] = 'Arrêter';
$text['label-state']['en-us'] = 'State'; $text['label-state']['en-us'] = 'State';
$text['label-state']['pt-pt'] = ''; $text['label-state']['pt-pt'] = '';
@@ -277,7 +277,7 @@
$text['button-refresh']['en-us'] = 'Refresh'; $text['button-refresh']['en-us'] = 'Refresh';
$text['button-refresh']['pt-pt'] = ''; $text['button-refresh']['pt-pt'] = '';
$text['button-refresh']['fr'] = 'Rafraîchir'; $text['button-refresh']['fr'] = 'Rafraîchir';
$text['button-copy']['en-us'] = 'Copy'; $text['button-copy']['en-us'] = 'Copy';
$text['button-copy']['pt-pt'] = ''; $text['button-copy']['pt-pt'] = '';
@@ -285,11 +285,11 @@
$text['button-advanced']['en-us'] = 'Advanced'; $text['button-advanced']['en-us'] = 'Advanced';
$text['button-advanced']['pt-pt'] = ''; $text['button-advanced']['pt-pt'] = '';
$text['button-advanced']['fr'] = 'Afficher les Paramètres Avancés'; $text['button-advanced']['fr'] = 'Afficher les Paramètres Avancés';
$text['button-advanced-show']['en-us'] = 'Show Advanced'; $text['button-advanced-show']['en-us'] = 'Show Advanced';
$text['button-advanced-show']['pt-pt'] = ''; $text['button-advanced-show']['pt-pt'] = '';
$text['button-advanced-show']['fr'] = 'Paramètres Avancés'; $text['button-advanced-show']['fr'] = 'Paramètres Avancés';
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?'; $text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
$text['confirm-delete']['pt-pt'] = ''; $text['confirm-delete']['pt-pt'] = '';
@@ -301,15 +301,15 @@
$text['message-add']['en-us'] = 'Add Completed'; $text['message-add']['en-us'] = 'Add Completed';
$text['message-add']['pt-pt'] = ''; $text['message-add']['pt-pt'] = '';
$text['message-add']['fr'] = 'Ajouté'; $text['message-add']['fr'] = 'Ajouté';
$text['message-update']['en-us'] = 'Update Completed'; $text['message-update']['en-us'] = 'Update Completed';
$text['message-update']['pt-pt'] = ''; $text['message-update']['pt-pt'] = '';
$text['message-update']['fr'] = 'Mis à Jour'; $text['message-update']['fr'] = 'Mis à Jour';
$text['message-delete']['en-us'] = 'Delete Completed'; $text['message-delete']['en-us'] = 'Delete Completed';
$text['message-delete']['pt-pt'] = ''; $text['message-delete']['pt-pt'] = '';
$text['message-delete']['fr'] = 'Supprimé'; $text['message-delete']['fr'] = 'Supprimé';
$text['message-required']['en-us'] = 'Please provide: '; $text['message-required']['en-us'] = 'Please provide: ';
$text['message-required']['pt-pt'] = ''; $text['message-required']['pt-pt'] = '';
+6
View File
@@ -5,15 +5,21 @@
$text['title-hot_desking']['en-us'] = 'Hot Desking'; $text['title-hot_desking']['en-us'] = 'Hot Desking';
$text['header-hot_desking']['en-us'] = 'Hot Desking'; $text['header-hot_desking']['en-us'] = 'Hot Desking';
$text['header-message']['en-us'] = 'Message'; $text['header-message']['en-us'] = 'Message';
$text['description-hot_desking']['en-us'] = 'Log in to hot desking with a unique ID and your voicemail password to direct your calls to a remote extension. Then, make and receive calls as if you were at your extension.'; $text['description-hot_desking']['en-us'] = 'Log in to hot desking with a unique ID and your voicemail password to direct your calls to a remote extension. Then, make and receive calls as if you were at your extension.';
$text['label-extension']['en-us'] = 'Extension'; $text['label-extension']['en-us'] = 'Extension';
$text['label-unique_id']['en-us'] = 'Unique ID'; $text['label-unique_id']['en-us'] = 'Unique ID';
$text['label-forward_to']['en-us'] = 'Forward To'; $text['label-forward_to']['en-us'] = 'Forward To';
$text['label-description']['en-us'] = 'Description'; $text['label-description']['en-us'] = 'Description';
$text['label-voicemail_password']['en-us'] = 'Voicemail Password'; $text['label-voicemail_password']['en-us'] = 'Voicemail Password';
$text['label-dial_string']['en-us'] = 'Dial String'; $text['label-dial_string']['en-us'] = 'Dial String';
$text['description-extension-add']['en-us'] = 'Select the extension number.'; $text['description-extension-add']['en-us'] = 'Select the extension number.';
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
$text['title-ivr_menus']['en-us'] = 'IVR Menus'; $text['title-ivr_menus']['en-us'] = 'IVR Menus';
$text['title-ivr_menus']['fr'] = 'Menus SVI'; $text['title-ivr_menus']['fr'] = 'Menus SVI';
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
+23 -23
View File
@@ -32,7 +32,7 @@
$text['description']['en-us'] = 'A ring group is a set of destinations that can be called with a ring strategy.'; $text['description']['en-us'] = 'A ring group is a set of destinations that can be called with a ring strategy.';
$text['description']['pt-pt'] = ''; $text['description']['pt-pt'] = '';
$text['description']['fr'] = "Un groupe de sonnerie est un groupe de destinations pouvant être appelé via une stratégie de sonnerie."; $text['description']['fr'] = "Un groupe de sonnerie est un groupe de destinations pouvant être appelé via une stratégie de sonnerie.";
$text['label-name']['en-us'] = 'Name'; $text['label-name']['en-us'] = 'Name';
$text['label-name']['pt-pt'] = ''; $text['label-name']['pt-pt'] = '';
@@ -64,7 +64,7 @@
$text['label-forward_destination']['en-us'] = 'Number:'; $text['label-forward_destination']['en-us'] = 'Number:';
$text['label-forward_destination']['pt-pt'] = ''; $text['label-forward_destination']['pt-pt'] = '';
$text['label-forward_destination']['fr'] = "Numéro:"; $text['label-forward_destination']['fr'] = "Numéro:";
$text['label-tools']['en-us'] = 'Tools'; $text['label-tools']['en-us'] = 'Tools';
$text['label-tools']['pt-pt'] = ''; $text['label-tools']['pt-pt'] = '';
@@ -80,7 +80,7 @@
$text['message-delete']['en-us'] = 'Delete Complete'; $text['message-delete']['en-us'] = 'Delete Complete';
$text['message-delete']['pt-pt'] = ''; $text['message-delete']['pt-pt'] = '';
$text['message-delete']['fr'] = 'Supprimé'; $text['message-delete']['fr'] = 'Supprimé';
$text['message-name']['en-us'] = 'Please provide: Name'; $text['message-name']['en-us'] = 'Please provide: Name';
$text['message-name']['pt-pt'] = ''; $text['message-name']['pt-pt'] = '';
@@ -88,7 +88,7 @@
$text['message-strategy']['en-us'] = 'Please provide: Strategy'; $text['message-strategy']['en-us'] = 'Please provide: Strategy';
$text['message-strategy']['pt-pt'] = ''; $text['message-strategy']['pt-pt'] = '';
$text['message-strategy']['fr'] = "Merci d'indiquer: Stratégie"; $text['message-strategy']['fr'] = "Merci d'indiquer: Stratégie";
$text['message-timeout']['en-us'] = 'Please provide: Timeout'; $text['message-timeout']['en-us'] = 'Please provide: Timeout';
$text['message-timeout']['pt-pt'] = ''; $text['message-timeout']['pt-pt'] = '';
@@ -104,11 +104,11 @@
$text['message-add']['en-us'] = 'Add Complete'; $text['message-add']['en-us'] = 'Add Complete';
$text['message-add']['pt-pt'] = ''; $text['message-add']['pt-pt'] = '';
$text['message-add']['fr'] = 'Ajouté'; $text['message-add']['fr'] = 'Ajouté';
$text['message-update']['en-us'] = 'Update Complete'; $text['message-update']['en-us'] = 'Update Complete';
$text['message-update']['pt-pt'] = ''; $text['message-update']['pt-pt'] = '';
$text['message-update']['fr'] = "Mis à jour"; $text['message-update']['fr'] = "Mis à jour";
$text['label-ring-group']['en-us'] = 'Ring Group'; $text['label-ring-group']['en-us'] = 'Ring Group';
$text['label-ring-group']['pt-pt'] = ''; $text['label-ring-group']['pt-pt'] = '';
@@ -120,7 +120,7 @@
$text['description-name']['en-us'] = 'Enter a name.'; $text['description-name']['en-us'] = 'Enter a name.';
$text['description-name']['pt-pt'] = ''; $text['description-name']['pt-pt'] = '';
$text['description-name']['fr'] = 'Insérer un nom.'; $text['description-name']['fr'] = 'Insérer un nom.';
$text['label-context']['en-us'] = 'Context'; $text['label-context']['en-us'] = 'Context';
$text['label-context']['pt-pt'] = ''; $text['label-context']['pt-pt'] = '';
@@ -132,15 +132,15 @@
$text['label-strategy']['en-us'] = 'Strategy'; $text['label-strategy']['en-us'] = 'Strategy';
$text['label-strategy']['pt-pt'] = ''; $text['label-strategy']['pt-pt'] = '';
$text['label-strategy']['fr'] = 'Stratégie'; $text['label-strategy']['fr'] = 'Stratégie';
$text['option-sequence']['en-us'] = 'Sequence'; $text['option-sequence']['en-us'] = 'Sequence';
$text['option-sequence']['pt-pt'] = ''; $text['option-sequence']['pt-pt'] = '';
$text['option-sequence']['fr'] = 'Séquence'; $text['option-sequence']['fr'] = 'Séquence';
$text['option-simultaneous']['en-us'] = 'Simultaneous'; $text['option-simultaneous']['en-us'] = 'Simultaneous';
$text['option-simultaneous']['pt-pt'] = ''; $text['option-simultaneous']['pt-pt'] = '';
$text['option-simultaneous']['fr'] = 'Simultané'; $text['option-simultaneous']['fr'] = 'Simultané';
$text['option-enterprise']['en-us'] = 'Enterprise'; $text['option-enterprise']['en-us'] = 'Enterprise';
$text['option-enterprise']['pt-pt'] = ''; $text['option-enterprise']['pt-pt'] = '';
@@ -148,11 +148,11 @@
$text['description-strategy']['en-us'] = 'Select the ring strategy.'; $text['description-strategy']['en-us'] = 'Select the ring strategy.';
$text['description-strategy']['pt-pt'] = ''; $text['description-strategy']['pt-pt'] = '';
$text['description-strategy']['fr'] = 'Choisir la statégie de sonnerie.'; $text['description-strategy']['fr'] = 'Choisir la statégie de sonnerie.';
$text['label-duration']['en-us'] = 'Duration'; $text['label-duration']['en-us'] = 'Duration';
$text['label-duration']['pt-pt'] = ''; $text['label-duration']['pt-pt'] = '';
$text['label-duration']['fr'] = 'Durée'; $text['label-duration']['fr'] = 'Durée';
$text['label-call-timeout']['en-us'] = 'Call Timeout'; $text['label-call-timeout']['en-us'] = 'Call Timeout';
$text['label-call-timeout']['pt-pt'] = ''; $text['label-call-timeout']['pt-pt'] = '';
@@ -172,15 +172,15 @@
$text['label-cid-prefix']['en-us'] = 'CID Prefix'; $text['label-cid-prefix']['en-us'] = 'CID Prefix';
$text['label-cid-prefix']['pt-pt'] = ''; $text['label-cid-prefix']['pt-pt'] = '';
$text['label-cid-prefix']['fr'] = 'CID Préfixe'; $text['label-cid-prefix']['fr'] = 'CID Préfixe';
$text['description-cid-prefix']['en-us'] = 'Set a prefix on the caller ID name.'; $text['description-cid-prefix']['en-us'] = 'Set a prefix on the caller ID name.';
$text['description-cid-prefix']['pt-pt'] = ''; $text['description-cid-prefix']['pt-pt'] = '';
$text['description-cid-prefix']['fr'] = "Choisir un préfixe pour le nom de l'appelant."; $text['description-cid-prefix']['fr'] = "Choisir un préfixe pour le nom de l'appelant.";
$text['label-ringback']['en-us'] = 'Ring Back'; $text['label-ringback']['en-us'] = 'Ring Back';
$text['label-ringback']['pt-pt'] = ''; $text['label-ringback']['pt-pt'] = '';
$text['label-ringback']['fr'] = "tonalité en retour d'appel"; $text['label-ringback']['fr'] = "tonalité en retour d'appel";
$text['option-usring']['en-us'] = 'us-ring'; $text['option-usring']['en-us'] = 'us-ring';
$text['option-usring']['pt-pt'] = ''; $text['option-usring']['pt-pt'] = '';
@@ -200,7 +200,7 @@
$text['description-ringback']['en-us'] = 'Defines what the caller will hear while the destination is being called.'; $text['description-ringback']['en-us'] = 'Defines what the caller will hear while the destination is being called.';
$text['description-ringback']['pt-pt'] = ''; $text['description-ringback']['pt-pt'] = '';
$text['description-ringback']['fr'] = "Définir le retour de sonnerie entendu par l'appelant tant que la destination est en alerte."; $text['description-ringback']['fr'] = "Définir le retour de sonnerie entendu par l'appelant tant que la destination est en alerte.";
$text['option-true']['en-us'] = 'True'; $text['option-true']['en-us'] = 'True';
$text['option-true']['pt-pt'] = ''; $text['option-true']['pt-pt'] = '';
@@ -216,11 +216,11 @@
$text['description-user_list']['en-us'] = 'Assign the users that are assigned to this ring group. '; $text['description-user_list']['en-us'] = 'Assign the users that are assigned to this ring group. ';
$text['description-user_list']['pt-pt'] = ''; $text['description-user_list']['pt-pt'] = '';
$text['description-user_list']['fr'] = 'Associer les utilisateurs à ce groupe de sonnerie. '; $text['description-user_list']['fr'] = 'Associer les utilisateurs à ce groupe de sonnerie. ';
$text['description-enabled']['en-us'] ='Set the status of this ring group.'; $text['description-enabled']['en-us'] ='Set the status of this ring group.';
$text['description-enabled']['pt-pt'] = ''; $text['description-enabled']['pt-pt'] = '';
$text['description-enabled']['fr'] = "Choisir l'état de ce groupe de sonnerie"; $text['description-enabled']['fr'] = "Choisir l'état de ce groupe de sonnerie";
$text['description-description']['en-us'] = 'Enter a description (optional).'; $text['description-description']['en-us'] = 'Enter a description (optional).';
$text['description-description']['pt-pt'] = ''; $text['description-description']['pt-pt'] = '';
@@ -228,7 +228,7 @@
$text['label-delay']['en-us'] = 'Delay'; $text['label-delay']['en-us'] = 'Delay';
$text['label-delay']['pt-pt'] = ''; $text['label-delay']['pt-pt'] = '';
$text['label-delay']['fr'] = 'Délais'; $text['label-delay']['fr'] = 'Délais';
$text['label-timeout']['en-us'] = 'Timeout'; $text['label-timeout']['en-us'] = 'Timeout';
$text['label-timeout']['pt-pt'] = ''; $text['label-timeout']['pt-pt'] = '';
@@ -244,7 +244,7 @@
$text['label-destination_delay']['en-us'] = 'Delay'; $text['label-destination_delay']['en-us'] = 'Delay';
$text['label-destination_delay']['pt-pt'] = ''; $text['label-destination_delay']['pt-pt'] = '';
$text['label-destination_delay']['fr'] = 'Délais'; $text['label-destination_delay']['fr'] = 'Délais';
$text['label-destination_timeout']['en-us'] = 'Timeout'; $text['label-destination_timeout']['en-us'] = 'Timeout';
$text['label-destination_timeout']['pt-pt'] = ''; $text['label-destination_timeout']['pt-pt'] = '';
@@ -264,7 +264,7 @@
$text['description-destinations']['en-us'] = 'Add destinations and parameters to the ring group.'; $text['description-destinations']['en-us'] = 'Add destinations and parameters to the ring group.';
$text['description-destinations']['pt-pt'] = ''; $text['description-destinations']['pt-pt'] = '';
$text['description-destinations']['fr'] = "Ajouter des destinations et des paramètres au groupe de sonnerie."; $text['description-destinations']['fr'] = "Ajouter des destinations et des paramètres au groupe de sonnerie.";
$text['button-add']['en-us'] = 'Add'; $text['button-add']['en-us'] = 'Add';
$text['button-add']['pt-pt'] = ''; $text['button-add']['pt-pt'] = '';
@@ -284,10 +284,10 @@
$text['option-enabled']['en-us'] = 'Enabled'; $text['option-enabled']['en-us'] = 'Enabled';
$text['option-enabled']['pt-pt'] = ''; $text['option-enabled']['pt-pt'] = '';
$text['option-enabled']['fr'] = 'Activé'; $text['option-enabled']['fr'] = 'Activé';
$text['option-disabled']['en-us'] = 'Disabled'; $text['option-disabled']['en-us'] = 'Disabled';
$text['option-disabled']['pt-pt'] = ''; $text['option-disabled']['pt-pt'] = '';
$text['option-disabled']['fr'] = 'Désactivé'; $text['option-disabled']['fr'] = 'Désactivé';
?> ?>
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
$text['title-time-condition-add']['en-us'] = 'Time Conditions'; $text['title-time-condition-add']['en-us'] = 'Time Conditions';
$text['title-time-condition-add']['fr'] = 'Conditions Temporelles'; $text['title-time-condition-add']['fr'] = 'Conditions Temporelles';
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
//voicemail_greetings //voicemail_greetings
$text['title']['en-us'] = 'Voicemail Greetings'; $text['title']['en-us'] = 'Voicemail Greetings';
+17 -17
View File
@@ -35,19 +35,19 @@
$text['description-greeting_id']['en-us'] = 'Enter the Greeting ID'; $text['description-greeting_id']['en-us'] = 'Enter the Greeting ID';
$text['description-greeting_id']['pt-pt'] = ''; $text['description-greeting_id']['pt-pt'] = '';
$text['description-greeting_id']['fr'] = 'Choisir le numéro de message vocal de salutation.'; $text['description-greeting_id']['fr'] = 'Choisir le numéro de message vocal de salutation.';
$text['label-voicemail_mail_to']['en-us'] = 'Mail To'; $text['label-voicemail_mail_to']['en-us'] = 'Mail To';
$text['label-voicemail_mail_to']['pt-pt'] = ''; $text['label-voicemail_mail_to']['pt-pt'] = '';
$text['label-voicemail_mail_to']['fr'] = 'Courriel de réception'; $text['label-voicemail_mail_to']['fr'] = 'Courriel de réception';
$text['description-voicemail_mail_to']['en-us'] = 'Enter the email address to send voicemail to. '; $text['description-voicemail_mail_to']['en-us'] = 'Enter the email address to send voicemail to. ';
$text['description-voicemail_mail_to']['pt-pt'] = ''; $text['description-voicemail_mail_to']['pt-pt'] = '';
$text['description-voicemail_mail_to']['fr'] = 'Choisir un courriel lié à cette messagerie vocale.'; $text['description-voicemail_mail_to']['fr'] = 'Choisir un courriel lié à cette messagerie vocale.';
$text['label-voicemail_attach_file']['en-us'] = 'Attach File'; $text['label-voicemail_attach_file']['en-us'] = 'Attach File';
$text['label-voicemail_attach_file']['pt-pt'] = ''; $text['label-voicemail_attach_file']['pt-pt'] = '';
$text['label-voicemail_attach_file']['fr'] = 'Fichier attaché'; $text['label-voicemail_attach_file']['fr'] = 'Fichier attaché';
$text['description-voicemail_attach_file']['en-us'] = 'Choose whether to attach the file to the email.'; $text['description-voicemail_attach_file']['en-us'] = 'Choose whether to attach the file to the email.';
$text['description-voicemail_attach_file']['pt-pt'] = ''; $text['description-voicemail_attach_file']['pt-pt'] = '';
@@ -59,7 +59,7 @@
$text['description-voicemail_local_after_email']['en-us'] = 'Choose to keep the voicemail file after sending the email.'; $text['description-voicemail_local_after_email']['en-us'] = 'Choose to keep the voicemail file after sending the email.';
$text['description-voicemail_local_after_email']['pt-pt'] = ''; $text['description-voicemail_local_after_email']['pt-pt'] = '';
$text['description-voicemail_local_after_email']['fr'] = "Garder le message vocal dans la boite vocale après l'envoi du courriel."; $text['description-voicemail_local_after_email']['fr'] = "Garder le message vocal dans la boite vocale après l'envoi du courriel.";
$text['label-voicemail_enabled']['en-us'] = 'Enabled'; $text['label-voicemail_enabled']['en-us'] = 'Enabled';
$text['label-voicemail_enabled']['pt-pt'] = ''; $text['label-voicemail_enabled']['pt-pt'] = '';
@@ -67,7 +67,7 @@
$text['description-voicemail_enabled']['en-us'] = 'Select to enable or disable this voicemail.'; $text['description-voicemail_enabled']['en-us'] = 'Select to enable or disable this voicemail.';
$text['description-voicemail_enabled']['pt-pt'] = ''; $text['description-voicemail_enabled']['pt-pt'] = '';
$text['description-voicemail_enabled']['fr'] ="Messagerie Vocale activée ou non."; $text['description-voicemail_enabled']['fr'] ="Messagerie Vocale activée ou non.";
$text['label-voicemail_description']['en-us'] = 'Description'; $text['label-voicemail_description']['en-us'] = 'Description';
$text['label-voicemail_description']['pt-pt'] = ''; $text['label-voicemail_description']['pt-pt'] = '';
@@ -95,7 +95,7 @@
$text['label-download']['en-us'] = 'Download'; $text['label-download']['en-us'] = 'Download';
$text['label-download']['pt-pt'] = ''; $text['label-download']['pt-pt'] = '';
$text['label-download']['fr'] = 'Télécharger'; $text['label-download']['fr'] = 'Télécharger';
$text['label-view']['en-us'] = 'View'; $text['label-view']['en-us'] = 'View';
$text['label-view']['pt-pt'] = ''; $text['label-view']['pt-pt'] = '';
@@ -151,15 +151,15 @@
$text['message-add']['en-us'] = 'Add Completed'; $text['message-add']['en-us'] = 'Add Completed';
$text['message-add']['pt-pt'] = ''; $text['message-add']['pt-pt'] = '';
$text['message-add']['fr'] = 'Ajouté'; $text['message-add']['fr'] = 'Ajouté';
$text['message-update']['en-us'] = 'Update Completed'; $text['message-update']['en-us'] = 'Update Completed';
$text['message-update']['pt-pt'] = ''; $text['message-update']['pt-pt'] = '';
$text['message-update']['fr'] = 'Mis à jour'; $text['message-update']['fr'] = 'Mis à jour';
$text['message-delete']['en-us'] = 'Delete Completed'; $text['message-delete']['en-us'] = 'Delete Completed';
$text['message-delete']['pt-pt'] = ''; $text['message-delete']['pt-pt'] = '';
$text['message-delete']['fr'] = 'Supprimé'; $text['message-delete']['fr'] = 'Supprimé';
$text['message-required']['en-us'] = 'Please provide: '; $text['message-required']['en-us'] = 'Please provide: ';
$text['message-required']['pt-pt'] = ''; $text['message-required']['pt-pt'] = '';
@@ -176,7 +176,7 @@
$text['description-voicemail_message']['en-us'] = 'A list of recorded voice messages which shows when the message was created, caller ID information, length, file size and download or delete the message.'; $text['description-voicemail_message']['en-us'] = 'A list of recorded voice messages which shows when the message was created, caller ID information, length, file size and download or delete the message.';
$text['description-voicemail_message']['pt-pt'] = ''; $text['description-voicemail_message']['pt-pt'] = '';
$text['description-voicemail_message']['fr'] = "Liste des messages vocaux et les details tels que la date de création, les informations sur l'appelant, la durée, la taille du fichier et la possibilité de télécharger ou supprimer le message."; $text['description-voicemail_message']['fr'] = "Liste des messages vocaux et les details tels que la date de création, les informations sur l'appelant, la durée, la taille du fichier et la possibilité de télécharger ou supprimer le message.";
$text['label-mailbox']['en-us'] = 'Mailbox'; $text['label-mailbox']['en-us'] = 'Mailbox';
$text['label-mailbox']['pt-pt'] = ''; $text['label-mailbox']['pt-pt'] = '';
@@ -192,11 +192,11 @@
$text['label-created_epoch']['en-us'] = 'Created'; $text['label-created_epoch']['en-us'] = 'Created';
$text['label-created_epoch']['pt-pt'] = ''; $text['label-created_epoch']['pt-pt'] = '';
$text['label-created_epoch']['fr'] = 'créé'; $text['label-created_epoch']['fr'] = 'créé';
$text['description-created_epoch']['en-us'] = 'Created'; $text['description-created_epoch']['en-us'] = 'Created';
$text['description-created_epoch']['pt-pt'] = ''; $text['description-created_epoch']['pt-pt'] = '';
$text['description-created_epoch']['fr'] = 'Date de création'; $text['description-created_epoch']['fr'] = 'Date de création';
$text['label-read_epoch']['en-us'] = 'Read'; $text['label-read_epoch']['en-us'] = 'Read';
$text['label-read_epoch']['pt-pt'] = ''; $text['label-read_epoch']['pt-pt'] = '';
@@ -216,7 +216,7 @@
$text['label-caller_id_number']['en-us'] = 'Caller ID Number'; $text['label-caller_id_number']['en-us'] = 'Caller ID Number';
$text['label-caller_id_number']['pt-pt'] = ''; $text['label-caller_id_number']['pt-pt'] = '';
$text['label-caller_id_number']['fr'] = "Numéro d'appelant"; $text['label-caller_id_number']['fr'] = "Numéro d'appelant";
$text['description-caller_id_number']['en-us'] = 'Caller ID Number'; $text['description-caller_id_number']['en-us'] = 'Caller ID Number';
$text['description-caller_id_number']['pt-pt'] = ''; $text['description-caller_id_number']['pt-pt'] = '';
@@ -224,7 +224,7 @@
$text['label-message_length']['en-us'] = 'Length'; $text['label-message_length']['en-us'] = 'Length';
$text['label-message_length']['pt-pt'] = ''; $text['label-message_length']['pt-pt'] = '';
$text['label-message_length']['fr'] = 'Durée'; $text['label-message_length']['fr'] = 'Durée';
$text['description-message_length']['en-us'] = 'Length'; $text['description-message_length']['en-us'] = 'Length';
$text['description-message_length']['pt-pt'] = ''; $text['description-message_length']['pt-pt'] = '';
@@ -240,10 +240,10 @@
$text['label-message_priority']['en-us'] = 'Priority'; $text['label-message_priority']['en-us'] = 'Priority';
$text['label-message_priority']['pt-pt'] = ''; $text['label-message_priority']['pt-pt'] = '';
$text['label-message_priority']['fr'] = 'Priorité'; $text['label-message_priority']['fr'] = 'Priorité';
$text['description-message_priority']['en-us'] = 'Priority'; $text['description-message_priority']['en-us'] = 'Priority';
$text['description-message_priority']['pt-pt'] = ''; $text['description-message_priority']['pt-pt'] = '';
$text['description-message_priority']['fr'] = 'Priorité'; $text['description-message_priority']['fr'] = 'Priorité';
?> ?>
+1 -1
View File
@@ -1,4 +1,4 @@
<?php <?php
//xml_cdr //xml_cdr
$text['title']['en-us'] = 'Call Detail Records'; $text['title']['en-us'] = 'Call Detail Records';