2013-09-14 00:53:31 +02:00
< ? php
2013-01-19 07:43:05 +01:00
2013-05-29 19:20:50 +02:00
$text [ 'title-ivr_menus' ][ 'en-us' ] = 'IVR Menus' ;
2013-09-13 23:04:53 +02:00
$text [ 'title-ivr_menus' ][ 'fr' ] = 'Menus SVI' ;
2013-05-29 19:20:50 +02:00
$text [ 'title-ivr_menu' ][ 'en-us' ] = 'IVR Menu' ;
2013-09-13 23:04:53 +02:00
$text [ 'title-ivr_menu' ][ 'fr' ] = 'Menu SVI' ;
2013-05-29 19:20:50 +02:00
$text [ 'title-option_add' ][ 'en-us' ] = 'IVR Menu Option Add' ;
2013-09-13 23:04:53 +02:00
$text [ 'title-option_add' ][ 'fr' ] = " Menu SVI Ajouter une Option " ;
2013-05-29 19:20:50 +02:00
$text [ 'title-option_edit' ][ 'en-us' ] = 'IVR Menu Option Edit' ;
2013-09-13 23:04:53 +02:00
$text [ 'title-option_edit' ][ 'fr' ] = " Menu SVI Editer un Option " ;
2013-05-29 19:20:50 +02:00
$text [ 'header-ivr_menus' ][ 'en-us' ] = 'IVR Menus' ;
2013-09-13 23:04:53 +02:00
$text [ 'header-ivr_menus' ][ 'fr' ] = 'Menus SVI' ;
2013-05-29 19:20:50 +02:00
$text [ 'header-ivr_menu' ][ 'en-us' ] = 'IVR Menu' ;
2013-09-13 23:04:53 +02:00
$text [ 'header-ivr_menu' ][ 'fr' ] = 'Menu SVI' ;
2013-05-29 19:20:50 +02:00
$text [ 'header-option_list' ][ 'en-us' ] = 'Option List' ;
2013-09-13 23:04:53 +02:00
$text [ 'header-option_list' ][ 'fr' ] = " Liste d'Option " ;
2013-05-29 19:20:50 +02:00
$text [ 'header-option_add' ][ 'en-us' ] = 'IVR Menu Option Add' ;
2013-09-13 23:04:53 +02:00
$text [ 'header-option_add' ][ 'fr' ] = " Menu SVI Ajouter une Option " ;
2013-05-29 19:20:50 +02:00
$text [ 'header-option_edit' ][ 'en-us' ] = 'IVR Menu Option Edit' ;
2013-09-13 23:04:53 +02:00
$text [ 'header-option_edit' ][ 'fr' ] = " Menu SVI Editer un Option " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-ivr_menus' ][ 'en-us' ] = 'The IVR Menu plays a recording or a pre-defined phrase that presents the caller with options to choose from. Each option has a corresponding destination. The destinations can be extensions, voicemail, other IVR menus, call groups, FAX extensions, and more.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-ivr_menus' ][ 'fr' ] = " Le Menu SVI joue un guide vocal ou un texte prédéfini qui présente à l'appelant des options à choisir. Chaque option est configurée avec une destination correspondante. Ces destnations peuvent être des extensions, messageries vocales, d'autres menus SVI, groupes d'appel, Fax, ou autres. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-ivr_menu' ][ 'en-us' ] = 'The IVR Menu plays a recording or a pre-defined phrase that presents the caller with options to choose from. Each option has a corresponding destination. The destinations can be extensions, voicemail, other IVR menus, call groups, FAX extensions, and more.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-ivr_menu' ][ 'fr' ] = " Le Menu SVI joue un guide vocal ou un texte prédéfini qui présente à l'appelant des options à choisir. Chaque option est configurée avec une destination correspondante. Ces destnations peuvent être des extensions, messageries vocales, d'autres menus SVI, groupes d'appel, Fax, ou autres. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-option_list' ][ 'en-us' ] = 'The recording presents options to the caller. Options match key presses (DTMF digits) from the caller which directs the call to the destinations.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-option_list' ][ 'fr' ] = " Le guide vocal présente les options possibles à l'appelant. Ces options correspondent aux digits (DTMF) émises par l'appelant et lui permettant de choisir une destination. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-option_add_edit' ][ 'en-us' ] = 'The recording presents options to the caller. Options match key presses (DTMF digits) from the caller which directs the call to the destinations. ' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-option_add_edit' ][ 'fr' ] = " Le guide vocal présente les options possibles à l'appelant. Ces options correspondent aux digits (DTMF) émises par l'appelant et lui permettant de choisir une destination. " ;
2013-05-29 19:20:50 +02:00
$text [ 'label-name' ][ 'en-us' ] = 'Name' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-name' ][ 'fr' ] = 'Nom' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-extension' ][ 'en-us' ] = 'Extension' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-extension' ][ 'fr' ] = 'Extension' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-greet_long' ][ 'en-us' ] = 'Greet Long' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-greet_long' ][ 'fr' ] = 'Message Long' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-greet_short' ][ 'en-us' ] = 'Greet Short' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-greet_short' ][ 'fr' ] = 'Message Court' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-timeout' ][ 'en-us' ] = 'Timeout' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-timeout' ][ 'fr' ] = 'Timeout' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-exit_action' ][ 'en-us' ] = 'Exit Action' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-exit_action' ][ 'fr' ] = 'Action de Sortie' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-direct_dial' ][ 'en-us' ] = 'Direct Dial' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-direct_dial' ][ 'fr' ] = 'Appel Direct' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-ring_back' ][ 'en-us' ] = 'Ring Back' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-ring_back' ][ 'fr' ] = 'Retour de Sonnerie' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-caller_id_name_prefix' ][ 'en-us' ] = 'Caller ID Name Prefix' ;
2013-09-14 00:53:31 +02:00
$text [ 'label-caller_id_name_prefix' ][ 'fr' ] = " Préfixe ajouté au nom de l'appelant " ;
2013-05-29 19:20:50 +02:00
$text [ 'label-invalid_sound' ][ 'en-us' ] = 'Invalid Sound' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-invalid_sound' ][ 'fr' ] = 'Audio si Invalide' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-exit_sound' ][ 'en-us' ] = 'Exit Sound' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-exit_sound' ][ 'fr' ] = " Audio de sortie " ;
2013-05-29 19:20:50 +02:00
$text [ 'label-comfirm_macro' ][ 'en-us' ] = 'Confirm Macro' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-comfirm_macro' ][ 'fr' ] = 'Macro de Confirmation' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-comfirm_key' ][ 'en-us' ] = 'Confirm Key' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-comfirm_key' ][ 'fr' ] = 'Touche de Confirmation' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-tts_engine' ][ 'en-us' ] = 'TTS Engine' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-tts_engine' ][ 'fr' ] = 'Moteur TTS' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-tts_voice' ][ 'en-us' ] = 'TTS Voice' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-tts_voice' ][ 'fr' ] = 'Voix TTS' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-comfirm_attempts' ][ 'en-us' ] = 'Confirm Attempts' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-comfirm_attempts' ][ 'fr' ] = 'Essais de Confirmation' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-inter-digit_timeout' ][ 'en-us' ] = 'Inter-Digit Timeout' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-inter-digit_timeout' ][ 'fr' ] = 'Timeout Inter-Digit' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-max_failures' ][ 'en-us' ] = 'Max Failures' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-max_failures' ][ 'fr' ] = 'Echecs Max' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-max_timeouts' ][ 'en-us' ] = 'Max Timeouts' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-max_timeouts' ][ 'fr' ] = 'Timeouts Max' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-digit_length' ][ 'en-us' ] = 'Digit Length' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-digit_length' ][ 'fr' ] = 'Nombre de Digits' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-enabled' ][ 'en-us' ] = 'Enabled' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-enabled' ][ 'fr' ] = 'Actif' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-description' ][ 'en-us' ] = 'Description' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-description' ][ 'fr' ] = 'Description' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-advanced' ][ 'en-us' ] = 'Show Advanced' ;
2013-09-14 00:53:31 +02:00
$text [ 'label-advanced' ][ 'fr' ] = 'Paramètres Avancés' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-option' ][ 'en-us' ] = 'Option' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-option' ][ 'fr' ] = 'Option' ;
2013-08-22 08:01:36 +02:00
$text [ 'label-options' ][ 'en-us' ] = 'Options' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-options' ][ 'fr' ] = 'Options' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-destination' ][ 'en-us' ] = 'Destination' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-destination' ][ 'fr' ] = 'Destination' ;
2013-05-29 19:20:50 +02:00
$text [ 'label-order' ][ 'en-us' ] = 'Order' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-order' ][ 'fr' ] = 'Ordre' ;
2013-05-29 19:20:50 +02:00
$text [ 'description-name' ][ 'en-us' ] = 'Enter a name for the IVR menu.' ;
2013-09-13 23:04:53 +02:00
$text [ 'description-name' ][ 'fr' ] = " Choisir un nom pour le menu SVI " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-extension' ][ 'en-us' ] = 'Enter the extension number.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-extension' ][ 'fr' ] = " Choisir le numéro d'extension. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-greet_long' ][ 'en-us' ] = 'The long greeting is played when entering the menu.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-greet_long' ][ 'fr' ] = " Le message long est joué une fois lorsque l'on entre dans le menu. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-greet_short' ][ 'en-us' ] = 'The short greeting is played when returning to the menu.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-greet_short' ][ 'fr' ] = " Le message court est joué lors du retour dans le menu, donc à la suite du message long. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-timeout' ][ 'en-us' ] = 'The number of milliseconds to wait after playing the greeting or the confirm macro.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-timeout' ][ 'fr' ] = " Le temps en millisecondes à attendre après le message ou la marco de confirmation. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-exit_action' ][ 'en-us' ] = 'Select the exit action to be performed if the IVR exits.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-exit_action' ][ 'fr' ] = " Choisir l'action à executer en sortie si on sort du SVI par ailleurs qu'un des choix proposé. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-direct_dial' ][ 'en-us' ] = 'Define whether callers can dial directly to extensions and feature codes.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-direct_dial' ][ 'fr' ] = " Défini si on peut appeler directement le SVI via une extension ou un code. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-ring_back' ][ 'en-us' ] = 'Defines what the caller will hear while the destination is being called.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-ring_back' ][ 'fr' ] = " Défini ce que l'appelant entendra lorsque la destination sera en sonnerie. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-caller_id_name_prefix' ][ 'en-us' ] = 'Set a prefix on the caller ID name.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-caller_id_name_prefix' ][ 'fr' ] = " Choisie un préfixe à ajouter au nom de l'appelant. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-invalid_sound' ][ 'en-us' ] = 'Played when and invalid option is chosen.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-invalid_sound' ][ 'fr' ] = " Joué quand une option invalide est choisie. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-exit_sound' ][ 'en-us' ] = 'Played when leaving the menu.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-exit_sound' ][ 'fr' ] = " Joué lorsque l'on quitte ce menu. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-comfirm_macro' ][ 'en-us' ] = 'Enter the confirm macro.' ;
2013-09-13 23:04:53 +02:00
$text [ 'description-comfirm_macro' ][ 'fr' ] = " Entrer la Macro de Confirmation. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-comfirm_key' ][ 'en-us' ] = 'Enter the confirm key.' ;
2013-09-13 23:04:53 +02:00
$text [ 'description-comfirm_key' ][ 'fr' ] = " Entrer la touche de confirmation. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-tts_engine' ][ 'en-us' ] = 'Text to speech engine.' ;
2013-09-13 23:04:53 +02:00
$text [ 'description-tts_engine' ][ 'fr' ] = " Moteur du Text-To-Speech (texte vers parole) " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-tts_voice' ][ 'en-us' ] = 'Text to speech voice.' ;
2013-09-13 23:04:53 +02:00
$text [ 'description-tts_voice' ][ 'fr' ] = " Voix du Text-To-Speech (texte vers parole) " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-comfirm_attempts' ][ 'en-us' ] = 'The maximum number of confirm attempts allowed.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-comfirm_attempts' ][ 'fr' ] = " Nombre maximum de tentatives de confirmation authorisées. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-inter-digit_timeout' ][ 'en-us' ] = 'The number of milliseconds to wait between digits.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-inter-digit_timeout' ][ 'fr' ] = " Le temps en millisecondes à attendre entre deux digits. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-max_failures' ][ 'en-us' ] = 'Maximum number of retries before exit.' ;
2013-09-13 23:04:53 +02:00
$text [ 'description-max_failures' ][ 'fr' ] = " Nombre maximum de tentatives avant de sortir. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-max_timeouts' ][ 'en-us' ] = 'Maximum number of timeouts before exit.' ;
2013-09-13 23:04:53 +02:00
$text [ 'description-max_timeouts' ][ 'fr' ] = " Nombre maximum de timeouts avant de sortir. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-digit_length' ][ 'en-us' ] = 'Maximum number of digits allowed.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-digit_length' ][ 'fr' ] = " Nombre maximum ed digits authorisés. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-enabled' ][ 'en-us' ] = 'Set the status of this IVR Menu.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-enabled' ][ 'fr' ] = " Choisir l'état de ce menu. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-description' ][ 'en-us' ] = 'Enter a description, if desired.' ;
2013-09-13 23:04:53 +02:00
$text [ 'description-description' ][ 'fr' ] = " " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-option' ][ 'en-us' ] = 'Any number between 1-5 digits or regular expressions.' ;
2013-09-14 00:53:31 +02:00
$text [ 'description-option' ][ 'fr' ] = " N'importe quel numéro entre 1 et 5 digits, ou une expression régulière. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-destination' ][ 'en-us' ] = 'Select the destination.' ;
2013-09-13 23:04:53 +02:00
$text [ 'description-destination' ][ 'fr' ] = " Choisir la destination. " ;
2013-05-29 19:20:50 +02:00
$text [ 'description-order' ][ 'en-us' ] = 'Select the order.' ;
2013-09-13 23:04:53 +02:00
$text [ 'description-order' ][ 'fr' ] = " Choisir l'ordre. " ;
2013-05-29 19:20:50 +02:00
$text [ 'option-true' ][ 'en-us' ] = 'True' ;
2013-09-13 23:04:53 +02:00
$text [ 'option-true' ][ 'fr' ] = 'Oui' ;
2013-05-29 19:20:50 +02:00
$text [ 'option-false' ][ 'en-us' ] = 'False' ;
2013-09-13 23:04:53 +02:00
$text [ 'option-false' ][ 'fr' ] = 'Non' ;
2013-05-29 19:20:50 +02:00
$text [ 'button-add' ][ 'en-us' ] = 'Add' ;
2013-09-13 23:04:53 +02:00
$text [ 'button-add' ][ 'fr' ] = 'Ajouter' ;
2013-05-29 19:20:50 +02:00
$text [ 'button-edit' ][ 'en-us' ] = 'Edit' ;
2013-09-13 23:04:53 +02:00
$text [ 'button-edit' ][ 'fr' ] = 'Editer' ;
2013-05-29 19:20:50 +02:00
$text [ 'button-delete' ][ 'en-us' ] = 'Delete' ;
2013-09-13 23:04:53 +02:00
$text [ 'button-delete' ][ 'fr' ] = 'Supprimer' ;
2013-05-29 19:20:50 +02:00
$text [ 'button-advanced' ][ 'en-us' ] = 'Advanced' ;
2013-09-14 00:53:31 +02:00
$text [ 'button-advanced' ][ 'fr' ] = 'Afficher les paramètres avancés' ;
2013-05-29 19:20:50 +02:00
$text [ 'button-back' ][ 'en-us' ] = 'Back' ;
2013-09-13 23:04:53 +02:00
$text [ 'button-back' ][ 'fr' ] = 'Retour' ;
2013-05-29 19:20:50 +02:00
$text [ 'button-copy' ][ 'en-us' ] = 'Copy' ;
2013-09-13 23:04:53 +02:00
$text [ 'button-copy' ][ 'fr' ] = 'Copier' ;
2013-05-29 19:20:50 +02:00
$text [ 'button-save' ][ 'en-us' ] = 'Save' ;
2013-09-13 23:04:53 +02:00
$text [ 'button-save' ][ 'fr' ] = 'Sauvegarder' ;
2013-05-29 19:20:50 +02:00
$text [ 'button-restore' ][ 'en-us' ] = 'Restore Default' ;
2013-09-14 00:53:31 +02:00
$text [ 'button-restore' ][ 'fr' ] = " Restaurer les paramètres par défaut " ;
2013-05-29 19:20:50 +02:00
$text [ 'confirm-delete' ][ 'en-us' ] = 'Do you really want to delete this?' ;
2013-09-13 23:04:53 +02:00
$text [ 'confirm-delete' ][ 'fr' ] = " Voulez-vous vraiment supprimer cela? " ;
2013-05-29 19:20:50 +02:00
$text [ 'confirm-copy' ][ 'en-us' ] = 'Do you really want to copy this?' ;
2013-09-13 23:04:53 +02:00
$text [ 'confirm-copy' ][ 'fr' ] = " Voulez-vous vraiment copier cela? " ;
2013-05-29 19:20:50 +02:00
$text [ 'message-add' ][ 'en-us' ] = 'Add Completed' ;
2013-09-14 00:53:31 +02:00
$text [ 'message-add' ][ 'fr' ] = 'Ajouté' ;
2013-05-29 19:20:50 +02:00
$text [ 'message-update' ][ 'en-us' ] = 'Update Completed' ;
2013-09-14 00:53:31 +02:00
$text [ 'message-update' ][ 'fr' ] = 'Mis à jour' ;
2013-05-29 19:20:50 +02:00
$text [ 'message-delete' ][ 'en-us' ] = 'Delete Completed' ;
2013-09-14 00:53:31 +02:00
$text [ 'message-delete' ][ 'fr' ] = 'Supprimé' ;
2013-05-29 19:20:50 +02:00
$text [ 'message-copy' ][ 'en-us' ] = 'Copy Completed' ;
2013-09-14 00:53:31 +02:00
$text [ 'message-copy' ][ 'fr' ] = 'Copié' ;
2013-05-29 19:20:50 +02:00
$text [ 'message-required' ][ 'en-us' ] = 'Please provide: ' ;
2013-09-13 23:04:53 +02:00
$text [ 'message-required' ][ 'fr' ] = " Merci d'indiquer: " ;
2013-01-19 07:43:05 +01:00
?>