mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 11:13:50 +00:00
154 lines
6.6 KiB
PHP
154 lines
6.6 KiB
PHP
<?php
|
|
|
|
//Destinations
|
|
|
|
$text['title-destinations']['en-us'] = "Destinations";
|
|
$text['title-destinations']['pt-pt'] = "";
|
|
$text['title-destinations']['fr-fr'] = "Destinations";
|
|
|
|
$text['title-destination-edit']['en-us'] = "Destination Edit";
|
|
$text['title-destination-edit']['pt-pt'] = "";
|
|
$text['title-destination-edit']['fr-fr'] = "Editer la Destination";
|
|
|
|
$text['title-destination-add']['en-us'] = "Destination Add";
|
|
$text['title-destination-add']['pt-pt'] = "";
|
|
$text['title-destination-add']['fr-fr'] = "Ajouter une Destination";
|
|
|
|
$text['header-destinations']['en-us'] = "Destinations";
|
|
$text['header-destinations']['pt-pt'] = "";
|
|
$text['header-destinations']['fr-fr'] = "Destinations";
|
|
|
|
$text['description-destinations']['en-us'] = "Inbound destinations are the DID/DDI, DNIS or Alias for inbound calls.";
|
|
$text['description-destinations']['pt-pt'] = "";
|
|
$text['description-destinations']['fr-fr'] = "Les destinations entrantes sont des SDA/DDI, DNIS ou des Aliases.";
|
|
|
|
$text['header-destination-edit']['en-us'] = "Destination Edit";
|
|
$text['header-destination-edit']['pt-pt'] = "";
|
|
$text['header-destination-edit']['fr-fr'] = "Editer la Destination";
|
|
|
|
$text['header-destination-add']['en-us'] = "Destination Add";
|
|
$text['header-destination-add']['pt-pt'] = "";
|
|
$text['header-destination-add']['fr-fr'] = "Ajouter une Destination";
|
|
|
|
$text['label-destination_type']['en-us'] = "Type";
|
|
$text['label-destination_type']['pt-pt'] = "";
|
|
$text['label-destination_type']['fr-fr'] = "Type";
|
|
|
|
$text['description-destination_type']['en-us'] = "Select the type.";
|
|
$text['description-destination_type']['pt-pt'] = "";
|
|
$text['description-destination_type']['fr-fr'] = "Choisir le type.";
|
|
|
|
$text['option-type_inbound']['en-us'] = "Inbound";
|
|
$text['option-type_inbound']['pt-pt'] = "";
|
|
$text['option-type_inbound']['fr-fr'] = "Entrant";
|
|
|
|
$text['option-type_outbound']['en-us'] = "Outbound";
|
|
$text['option-type_outbound']['pt-pt'] = "";
|
|
$text['option-type_outbound']['fr-fr'] = "Sortant";
|
|
|
|
$text['label-destination_number']['en-us'] = "Destination";
|
|
$text['label-destination_number']['pt-pt'] = "";
|
|
$text['label-destination_number']['fr-fr'] = "Destination";
|
|
|
|
$text['description-destination_number']['en-us'] = "Enter the destination.";
|
|
$text['description-destination_number']['pt-pt'] = "";
|
|
$text['description-destination_number']['fr-fr'] = "Indiquer la destination.";
|
|
|
|
$text['label-destination_caller_id_name']['en-us'] = "Caller ID Name";
|
|
$text['label-destination_caller_id_name']['pt-pt'] = "";
|
|
$text['label-destination_caller_id_name']['fr-fr'] = "Caller ID Name";
|
|
|
|
$text['description-destination_caller_id_name']['en-us'] = "Enter the caller ID name.";
|
|
$text['description-destination_caller_id_name']['pt-pt'] = "";
|
|
$text['description-destination_caller_id_name']['fr-fr'] = "Insérer le nom d'appelant.";
|
|
|
|
$text['label-destination_caller_id_number']['en-us'] = "Caller ID Number";
|
|
$text['label-destination_caller_id_number']['pt-pt'] = "";
|
|
$text['label-destination_caller_id_number']['fr-fr'] = "Caller ID Number";
|
|
|
|
$text['description-destination_caller_id_number']['en-us'] = "Enter the caller ID number.";
|
|
$text['description-destination_caller_id_number']['pt-pt'] = "";
|
|
$text['description-destination_caller_id_number']['fr-fr'] = "Insérer le numéro d'appelant.";
|
|
|
|
$text['label-destination_context']['en-us'] = "Context";
|
|
$text['label-destination_context']['pt-pt'] = "";
|
|
$text['label-destination_context']['fr-fr'] = "Contexte";
|
|
|
|
$text['description-destination_context']['en-us'] = "Enter the context.";
|
|
$text['description-destination_context']['pt-pt'] = "";
|
|
$text['description-destination_context']['fr-fr'] = "Entrer le context.";
|
|
|
|
$text['label-fax_uuid']['en-us'] = "Fax Destination";
|
|
$text['label-fax_uuid']['pt-pt'] = "";
|
|
$text['label-fax_uuid']['fr-fr'] = "Destination Fax";
|
|
|
|
$text['description-fax_uuid']['en-us'] = "Select the fax destination to enable fax detection. ";
|
|
$text['description-fax_uuid']['pt-pt'] = "";
|
|
$text['description-fax_uuid']['fr-fr'] = "Insérer la destination Fax afin d'activer la détection de Fax.";
|
|
|
|
$text['label-destination_enabled']['en-us'] = "Enabled";
|
|
$text['label-destination_enabled']['pt-pt'] = "";
|
|
$text['label-destination_enabled']['fr-fr'] = "Actif";
|
|
|
|
$text['description-destination_enabled']['en-us'] = "Set the current status of this destination.";
|
|
$text['description-destination_enabled']['pt-pt'] = "";
|
|
$text['description-destination_enabled']['fr-fr'] = "Choisir l'état courant de la destination.";
|
|
|
|
$text['label-destination_description']['en-us'] = "Description";
|
|
$text['label-destination_description']['pt-pt'] = "";
|
|
$text['label-destination_description']['fr-fr'] = "Description";
|
|
|
|
$text['description-destination_description']['en-us'] = "Enter a description for this destination (optional).";
|
|
$text['description-destination_description']['pt-pt'] = "";
|
|
$text['description-destination_description']['fr-fr'] = "";
|
|
|
|
$text['label-true']['en-us'] = "True";
|
|
$text['label-true']['pt-pt'] = "";
|
|
$text['label-true']['fr-fr'] = "Oui";
|
|
|
|
$text['label-false']['en-us'] = "False";
|
|
$text['label-false']['pt-pt'] = "falso";
|
|
$text['label-false']['fr-fr'] = "Non";
|
|
|
|
$text['button-add']['en-us'] = "Add";
|
|
$text['button-add']['pt-pt'] = "";
|
|
$text['button-add']['fr-fr'] = "Ajouter";
|
|
|
|
$text['button-edit']['en-us'] = "Edit";
|
|
$text['button-edit']['pt-pt'] = "";
|
|
$text['button-edit']['fr-fr'] = "Editer";
|
|
|
|
$text['button-delete']['en-us'] = "Delete";
|
|
$text['button-delete']['pt-pt'] = "";
|
|
$text['button-delete']['fr-fr'] = "Supprimer";
|
|
|
|
$text['button-save']['en-us'] = "Save";
|
|
$text['button-save']['pt-pt'] = "Guardar";
|
|
$text['button-save']['fr-fr'] = "Sauvegarder";
|
|
|
|
$text['button-back']['en-us'] = "Back";
|
|
$text['button-back']['pt-pt'] = "Voltar";
|
|
$text['button-back']['fr-fr'] = "Retour";
|
|
|
|
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
|
$text['confirm-delete']['pt-pt'] = "";
|
|
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
|
|
|
$text['message-add']['en-us'] = "Add Completed";
|
|
$text['message-add']['pt-pt'] = "";
|
|
$text['message-add']['fr-fr'] = "Ajouté";
|
|
|
|
$text['message-update']['en-us'] = "Update Completed";
|
|
$text['message-update']['pt-pt'] = "";
|
|
$text['message-update']['fr-fr'] = "Mis à jour";
|
|
|
|
$text['message-delete']['en-us'] = "Delete Completed";
|
|
$text['message-delete']['pt-pt'] = "";
|
|
$text['message-delete']['fr-fr'] = "Supprimé";
|
|
|
|
$text['message-required']['en-us'] = "Please provide: ";
|
|
$text['message-required']['pt-pt'] = "";
|
|
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
|
|
|
?>
|