[tuxdroid-svn] r960 - in software/gadgets/skype_controller: . skype_controller skype_controller/Scr
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2008-04-07 07:04:46
|
Author: jerome Date: 2008-04-07 09:04:46 +0200 (Mon, 07 Apr 2008) New Revision: 960 Modified: software/gadgets/skype_controller/skype_controller.tgf software/gadgets/skype_controller/skype_controller/Scripts/Python/init.pyp software/gadgets/skype_controller/skype_controller/Strings/fr_ALL.xml software/gadgets/skype_controller/skype_controller/strings.xml Log: * Added tts message entering / quit numeric mode. * Modified some texts. Modified: software/gadgets/skype_controller/skype_controller/Scripts/Python/init.pyp =================================================================== --- software/gadgets/skype_controller/skype_controller/Scripts/Python/init.pyp 2008-04-04 15:09:47 UTC (rev 959) +++ software/gadgets/skype_controller/skype_controller/Scripts/Python/init.pyp 2008-04-07 07:04:46 UTC (rev 960) @@ -159,6 +159,7 @@ """ Using the numeric remote keypad as an old phone. """ + tux.tts.speak_free(_me.string('numeric_mode')) def fract(number): """ Cut the number to have a pretty and correct tts phone number. @@ -263,7 +264,7 @@ def restore(): - + tux.tts.speak_free(_me.string('quit_numeric')) tux.event.on_remote_bt[K_OK] = _me.get_param('ok_context') tux.event.on_remote_bt[K_RECEIVECALL] = _me.get_param('receivecall_context') tux.event.on_remote_bt[K_HANGUP] = _me.get_param('hangup_context') Modified: software/gadgets/skype_controller/skype_controller/Strings/fr_ALL.xml =================================================================== --- software/gadgets/skype_controller/skype_controller/Strings/fr_ALL.xml 2008-04-04 15:09:47 UTC (rev 959) +++ software/gadgets/skype_controller/skype_controller/Strings/fr_ALL.xml 2008-04-07 07:04:46 UTC (rev 960) @@ -117,7 +117,9 @@ <no_dongle type='str'>Le dongle n'est pas connecté.</no_dongle> <no_phonetic_using_normal_list type='str'>Vous devez editer votre liste personnalisée. Le gadget va démarrer avec la liste standart.</no_phonetic_using_normal_list> <no_skype type='str'>Aucune connection Skype. Vérifiez que skype est connecté et votre connexion internet.</no_skype> + <numeric_mode type='str'>Vous etes entrés dans le mode numéric.</numeric_mode> <pseudo_phon_title type='str'>Nom personnalisé</pseudo_phon_title> + <quit_numeric type='str'>Vous êtes sortis du mode numéric.</quit_numeric> <relaunch_skype type='str'>impossible de communiquer avec skype, s'il vous plait, appuyez sur le bouton de tête pour redémarrer skype. Ensuite, relançez le gadget.</relaunch_skype> <skype_busy_call type='str'>votre correspondant est occupé</skype_busy_call> <skype_call_got type='str'>en ligne</skype_call_got> Modified: software/gadgets/skype_controller/skype_controller/strings.xml =================================================================== --- software/gadgets/skype_controller/skype_controller/strings.xml 2008-04-04 15:09:47 UTC (rev 959) +++ software/gadgets/skype_controller/skype_controller/strings.xml 2008-04-07 07:04:46 UTC (rev 960) @@ -103,15 +103,17 @@ Reading text messages: -------------------------------------------- - When Tux says you received a new message and you press the head button shortly after, Tux read the message. + When Tux says you received a new message and you press the head button shortly after, Tux will read the message. -In case of an other call is incomming, Tux will play a sound and will place this call in finished to let you continue your conversation. -When you receive a text message while you are calling, Tux will flash his eyes.</help_text> +In case of you have a second incoming call when you are already engadget in a conversation: Tux will play a sound and abort the incoming call so you can continue your first call. +When you received a text message while you are calling, Tux will flash his eyes.</help_text> <name_to_read type='str'>Skype controller</name_to_read> <no_dongle type='str'>Dongle is not connected.</no_dongle> <no_phonetic_using_normal_list type='str'>You need to edit your customized contact list. Starting with standart skype list.</no_phonetic_using_normal_list> <no_skype type='str'>No skype connection was found. Make sure skype is connected and verify you internet connection.</no_skype> + <numeric_mode type='str'>You are entered in numeric mode.</numeric_mode> <pseudo_phon_title type='str'>Custom name</pseudo_phon_title> + <quit_numeric type='str'>You have quit the numeric mode.</quit_numeric> <relaunch_skype type='str'>cannot communicate with skype, please, push the head button to launch skype again, next restart skype controler gadget.</relaunch_skype> <skype_busy_call type='str'>remote user busy</skype_busy_call> <skype_call_got type='str'>calling</skype_call_got> Modified: software/gadgets/skype_controller/skype_controller.tgf =================================================================== (Binary files differ) |