提交 5f05c256 authored 作者: Brian West's avatar Brian West

MODASRTTS-22

 in the future diff from the FS root src dir. 

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15319 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 7ff54ae6
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="utf-8"?>
<include><!--This line will be ignored it's here to validate the xml and is optional --> <include><!--This line will be ignored it's here to validate the xml and is optional -->
<macro name="voicemail_enter_id"> <macro name="voicemail_enter_id">
<input pattern="(.*)"> <input pattern="(.*)">
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<macro name="voicemail_hello"> <macro name="voicemail_hello">
<input pattern="(.*)"> <input pattern="(.*)">
<match> <match>
<action function="speak-text" data="Bienvenu sur votre rpondeur."/> <action function="speak-text" data="Bienvenue sur votre répondeur."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<macro name="voicemail_goodbye"> <macro name="voicemail_goodbye">
<input pattern="(.*)"> <input pattern="(.*)">
<match> <match>
<action function="speak-text" data="Aurevoir."/> <action function="speak-text" data="Au revoir."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<macro name="voicemail_abort"> <macro name="voicemail_abort">
<input pattern="(.*)"> <input pattern="(.*)">
<match> <match>
<action function="speak-text" data="Trop de tentatives choues."/> <action function="speak-text" data="Trop de tentatives échouées."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -51,12 +51,12 @@ ...@@ -51,12 +51,12 @@
<macro name="voicemail_message_count"> <macro name="voicemail_message_count">
<input pattern="^([^:]+):urgent-new:{0,1}(.*)"> <input pattern="^([^:]+):urgent-new:{0,1}(.*)">
<match> <match>
<action function="speak-text" data="Vous avez $1 nouveau message$2 urgent dans le rpertoir ${voicemail_current_folder}."/> <action function="speak-text" data="Vous avez $1 nouveau message $2 urgent dans le répertoir ${voicemail_current_folder}."/>
</match> </match>
</input> </input>
<input pattern="^([^:]+):new:{0,1}(.*)"> <input pattern="^([^:]+):new:{0,1}(.*)">
<match> <match>
<action function="speak-text" data="Vous avez $1 nouveau message$2 dans le rpertoir ${voicemail_current_folder}."/> <action function="speak-text" data="Vous avez $1 nouveau message$2 dans le répertoir ${voicemail_current_folder}."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -65,17 +65,17 @@ ...@@ -65,17 +65,17 @@
<input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$"> <input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$">
<match> <match>
<action function="speak-text" <action function="speak-text"
data="Pour couter les nouveaux message, tappez $1, Pour couter les messages enregistrs, tappez $2, Pour les options avances, tappez $3, pour sortir, tappez $4."/> 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."/>
</match> </match>
</input> </input>
</macro> </macro>
<macro name="voicemail_config_menu"> <macro name="voicemail_config_menu">
<input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$"> <input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$">
<match> <match>
<action function="speak-text" <action function="speak-text"
data="pour enregistrer un message d'accueil, tappez $1, Pour choisir votre message d'accueil, tappez $2, Pour enregistrer votre nom, tappez $3, pour retourner au menu principale, tappez $4."/> 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."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
<macro name="voicemail_record_name"> <macro name="voicemail_record_name">
<input pattern="^(.*)$"> <input pattern="^(.*)$">
<match> <match>
<action function="speak-text" data="enregistrez votre nom au bip, puis tappez une touche ou arretez de parler pour arreter l'enregistrement."/> <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."/>
</match> </match>
</input> </input>
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<input pattern="^([0-9#*]):([0-9#*]):([0-9#*])$"> <input pattern="^([0-9#*]):([0-9#*]):([0-9#*])$">
<match> <match>
<action function="speak-text" <action function="speak-text"
data="Pour couter l'enregistrement, tappez $1, pour sauvegarder l'enregistrement, tappez $2, Pour renregistrer, tappez $3."/> data="Pour écouter l'enregistrement, tappez $1, pour sauvegarder l'enregistrement, tappez $2, Pour réenregistrer, tappez $3."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<input pattern="^([0-9#*]):([0-9#*])$"> <input pattern="^([0-9#*]):([0-9#*])$">
<match> <match>
<action function="speak-text" <action function="speak-text"
data="Pour indiquer ce messange comme tant urgent, tappez $1, Pour continuer, tappez $2."/> data="Pour indiquer ce message comme étant urgent, tappez $1, Pour continuer, tappez $2."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$"> <input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$">
<match> <match>
<action function="speak-text" <action function="speak-text"
data="Pour rcouter l'enregistrement nouveau, tappez $1, Pour sauvegarder l'enregistrement, tappez $2, Pour supprimer l'enregistrement, tappez $3, pour transfrer l'enregistrement votre mail, tappez $4, Pour appeler l'appelant, tappez $5, Pour transfrer ce message un autre numro, tappez $6."/> 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."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<macro name="voicemail_choose_greeting_fail"> <macro name="voicemail_choose_greeting_fail">
<input pattern="^(.*)$"> <input pattern="^(.*)$">
<match> <match>
<action function="speak-text" data="valeur incorrect."/> <action function="speak-text" data="valeur incorrecte."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
<macro name="voicemail_record_greeting"> <macro name="voicemail_record_greeting">
<input pattern="^(.*)$"> <input pattern="^(.*)$">
<match> <match>
<action function="speak-text" data="enregistrez votre message d'accueil au bip, puis tappez une touche ou arretez de parler pour arreter l'enregistrement."/> <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."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
<macro name="voicemail_record_message"> <macro name="voicemail_record_message">
<input pattern="^(.*)$"> <input pattern="^(.*)$">
<match> <match>
<action function="speak-text" data="enregistrez votre message au bip, puis tappez une touche ou arretez de parler pour arreter l'enregistrement."/> <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."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
<macro name="voicemail_greeting_selected"> <macro name="voicemail_greeting_selected">
<input pattern="^(.*)$"> <input pattern="^(.*)$">
<match> <match>
<action function="speak-text" data="message d'accueil numero $1 selectionn."/> <action function="speak-text" data="message d'accueil numéro $1 sélectionné."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -176,12 +176,12 @@ ...@@ -176,12 +176,12 @@
<macro name="voicemail_say_message_number"> <macro name="voicemail_say_message_number">
<input pattern="new:(.*)$"> <input pattern="new:(.*)$">
<match> <match>
<action function="speak-text" data="nouveau message numero $1."/> <action function="speak-text" data="nouveau message numéro $1."/>
</match> </match>
</input> </input>
<input pattern="^(saved):(.*)$"> <input pattern="^saved:(.*)$">
<match> <match>
<action function="speak-text" data="message sauvegard numero $1."/> <action function="speak-text" data="message sauvegardé numéro $1."/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -210,22 +210,22 @@ ...@@ -210,22 +210,22 @@
</input> </input>
<input pattern="^(deleted)$"> <input pattern="^(deleted)$">
<match> <match>
<action function="speak-text" data="message supprim"/> <action function="speak-text" data="message supprimé"/>
</match> </match>
</input> </input>
<input pattern="^(saved)$"> <input pattern="^(saved)$">
<match> <match>
<action function="speak-text" data="message sauvegard"/> <action function="speak-text" data="message sauvegardé"/>
</match> </match>
</input> </input>
<input pattern="^(emailed)$"> <input pattern="^(emailed)$">
<match> <match>
<action function="speak-text" data="message envoy"/> <action function="speak-text" data="message envoyé"/>
</match> </match>
</input> </input>
<input pattern="^(marked-urgent)$"> <input pattern="^(marked-urgent)$">
<match> <match>
<action function="speak-text" data="message marqu comme tant urgent"/> <action function="speak-text" data="message marqué comme étant urgent"/>
</match> </match>
</input> </input>
</macro> </macro>
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
<macro name="voicemail_say_date"> <macro name="voicemail_say_date">
<input pattern="^(.*)$"> <input pattern="^(.*)$">
<match> <match>
<action function="speak-text" data="${strftime($1|%A, %e %B %Y, %H heures %M)}"/> <action function="speak-text" data="${strftime($1|%e/%m/%Y, %H heures %M)}"/>
</match> </match>
</input> </input>
</macro> </macro>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论