2009-11-02 16:56:56 +00:00
<?xml version="1.0" encoding="utf-8"?>
2008-07-24 08:59:53 +00:00
<include > <!-- This line will be ignored it's here to validate the xml and is optional -->
<macro name= "voicemail_enter_id" >
<input pattern= "(.*)" >
<match >
<action function= "speak-text" data= "Entrez votre Identification, suivi par $1." />
</match>
</input>
</macro>
<macro name= "voicemail_enter_pass" >
<input pattern= "(.*)" >
<match >
<action function= "speak-text" data= "Entrez votre code, suivi par $1." />
</match>
</input>
</macro>
<macro name= "voicemail_fail_auth" >
<input pattern= "(.*)" >
<match >
<action function= "speak-text" data= "Identification incorrect." />
</match>
</input>
</macro>
<macro name= "voicemail_hello" >
<input pattern= "(.*)" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "Bienvenue sur votre répondeur." />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_goodbye" >
<input pattern= "(.*)" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "Au revoir." />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_abort" >
<input pattern= "(.*)" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "Trop de tentatives échouées." />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_message_count" >
2009-09-17 21:51:18 +00:00
<input pattern= "^([^:]+):urgent-new:{0,1}(.*)" >
2008-07-24 08:59:53 +00:00
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "Vous avez $1 nouveau message $2 urgent dans le répertoir ${voicemail_current_folder}." />
2009-09-17 21:51:18 +00:00
</match>
</input>
<input pattern= "^([^:]+):new:{0,1}(.*)" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "Vous avez $1 nouveau message$2 dans le répertoir ${voicemail_current_folder}." />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_menu" >
<input pattern= "^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$" >
<match >
<action function= "speak-text"
2009-11-02 16:56:56 +00:00
data="Pour écouter les nouveaux message, tappez $1, Pour écouter les messages enregistrés, tappez $2, Pour les options avancées, tappez $3, pour sortir, tappez $4."/>
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_config_menu" >
2009-11-02 16:56:56 +00:00
<input pattern= "^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$" >
2008-07-24 08:59:53 +00:00
<match >
<action function= "speak-text"
2009-11-02 16:56:56 +00:00
data="pour enregistrer un message d'accueil, tappez $1, Pour choisir votre message d'accueil, tappez $2, Pour enregistrer votre nom, tappez $3, Pour changer votre mot de passe, tappez $4, Pour retourner au menu principal, tappez $5."/>
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_record_name" >
<input pattern= "^(.*)$" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "enregistrez votre nom après le bip, puis tappez une touche ou arrêtez de parler pour arrêter l'enregistrement." />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_record_file_check" >
<input pattern= "^([0-9#*]):([0-9#*]):([0-9#*])$" >
<match >
<action function= "speak-text"
2009-11-02 16:56:56 +00:00
data="Pour écouter l'enregistrement, tappez $1, pour sauvegarder l'enregistrement, tappez $2, Pour réenregistrer, tappez $3."/>
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_record_urgent_check" >
<input pattern= "^([0-9#*]):([0-9#*])$" >
<match >
<action function= "speak-text"
2009-11-02 16:56:56 +00:00
data="Pour indiquer ce message comme étant urgent, tappez $1, Pour continuer, tappez $2."/>
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_listen_file_check" >
2009-09-17 21:51:18 +00:00
<input pattern= "^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$" >
2008-07-24 08:59:53 +00:00
<match >
<action function= "speak-text"
2009-11-02 16:56:56 +00:00
data="Pour réécouter l'enregistrement à nouveau, tappez $1, Pour sauvegarder l'enregistrement, tappez $2, Pour supprimer l'enregistrement, tappez $3, pour transférer l'enregistrement à votre courriel, tappez $4, Pour appeler l'appelant, tappez $5, Pour transférer ce message à un autre numéro, tappez $6."/>
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_choose_greeting" >
<input pattern= "^(.*)$" >
<match >
<action function= "speak-text" data= "choisissez un message d'accueil entre 1 et 3." />
</match>
</input>
</macro>
<macro name= "voicemail_choose_greeting_fail" >
<input pattern= "^(.*)$" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "valeur incorrecte." />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_record_greeting" >
<input pattern= "^(.*)$" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "enregistrez votre message d'accueil après le bip, puis tappez une touche ou arrêtez de parler pour arrêter l'enregistrement." />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_record_message" >
<input pattern= "^(.*)$" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "enregistrez votre message après le bip, puis tappez une touche ou arrêtez de parler pour arrêter l'enregistrement." />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_greeting_selected" >
<input pattern= "^(.*)$" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "message d'accueil numéro $1 sélectionné." />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_play_greeting" >
<input pattern= "^(.*)$" >
<match >
2009-09-17 21:51:18 +00:00
<action function= "speak-text" data= "$1 n'est pas disponible." />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_say_number" >
<input pattern= "^(.*)$" >
<match >
<action function= "speak-text" data= "$1" />
</match>
</input>
</macro>
<macro name= "voicemail_say_message_number" >
2009-09-17 21:51:18 +00:00
<input pattern= "new:(.*)$" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "nouveau message numéro $1." />
2009-09-17 21:51:18 +00:00
</match>
</input>
2009-11-02 16:56:56 +00:00
<input pattern= "^saved:(.*)$" >
2008-07-24 08:59:53 +00:00
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "message sauvegardé numéro $1." />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_say_phone_number" >
<input pattern= "^(.*)$" >
<match >
<action function= "speak-text" data= "$1." />
</match>
</input>
</macro>
<macro name= "voicemail_say_name" >
<input pattern= "^(.*)$" >
<match >
<action function= "speak-text" data= "$1." />
</match>
</input>
</macro>
<macro name= "voicemail_ack" >
2009-09-17 21:51:18 +00:00
<input pattern= "^(too-small)$" >
<match >
<action function= "speak-text" data= "message trop court" />
</match>
</input>
<input pattern= "^(deleted)$" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "message supprimé" />
2009-09-17 21:51:18 +00:00
</match>
</input>
<input pattern= "^(saved)$" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "message sauvegardé" />
2009-09-17 21:51:18 +00:00
</match>
</input>
<input pattern= "^(emailed)$" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "message envoyé" />
2009-09-17 21:51:18 +00:00
</match>
</input>
<input pattern= "^(marked-urgent)$" >
2008-07-24 08:59:53 +00:00
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "message marqué comme étant urgent" />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
<macro name= "voicemail_say_date" >
<input pattern= "^(.*)$" >
<match >
2009-11-02 16:56:56 +00:00
<action function= "speak-text" data= "${strftime($1|%e/%m/%Y, %H heures %M)}" />
2008-07-24 08:59:53 +00:00
</match>
</input>
</macro>
2007-11-14 21:21:09 +00:00
</include> <!-- This line will be ignored it's here to validate the xml and is optional -->