[tuxdroid-svn] r5954 - software_suite_v3/software/plugin/plugin-twitter/trunk/resources
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2009-12-08 14:17:43
|
Author: jerome Date: 2009-12-08 15:17:25 +0100 (Tue, 08 Dec 2009) New Revision: 5954 Modified: software_suite_v3/software/plugin/plugin-twitter/trunk/resources/en.po software_suite_v3/software/plugin/plugin-twitter/trunk/resources/fr.po software_suite_v3/software/plugin/plugin-twitter/trunk/resources/plugin.pot software_suite_v3/software/plugin/plugin-twitter/trunk/resources/plugin.xml Log: * Updated strings. Modified: software_suite_v3/software/plugin/plugin-twitter/trunk/resources/en.po =================================================================== --- software_suite_v3/software/plugin/plugin-twitter/trunk/resources/en.po 2009-12-08 12:13:17 UTC (rev 5953) +++ software_suite_v3/software/plugin/plugin-twitter/trunk/resources/en.po 2009-12-08 14:17:25 UTC (rev 5954) @@ -150,3 +150,15 @@ msgid "I could not connect to your Twitter. Make sure you entered your login and password correctly." msgstr "I could not connect to your Twitter. Make sure you entered your login and password correctly." + +msgid "Message from {0}, {1}" +msgstr "Message from {0}, {1}" + +msgid "Reply from {0}, {1}" +msgstr "Reply from {0}, {1}" + +msgid "Status update from {0}, {1}" +msgstr "Status update from {0}, {1}" + +msgid "Read Tweets content" +msgstr "Read Tweets content" Modified: software_suite_v3/software/plugin/plugin-twitter/trunk/resources/fr.po =================================================================== --- software_suite_v3/software/plugin/plugin-twitter/trunk/resources/fr.po 2009-12-08 12:13:17 UTC (rev 5953) +++ software_suite_v3/software/plugin/plugin-twitter/trunk/resources/fr.po 2009-12-08 14:17:25 UTC (rev 5954) @@ -150,3 +150,15 @@ msgid "I could not connect to your Twitter. Make sure you entered your login and password correctly." msgstr "Je n'ai pas pu me connecter à votre Twitter. Assurez-vous que vous avez entré un nom d'utilisateur et un mot de passe correct." + +msgid "Message from {0}, {1}" +msgstr "Message de {0}, {1}" + +msgid "Reply from {0}, {1}" +msgstr "Réponse de {0}, {1}" + +msgid "Status update from {0}, {1}" +msgstr "Mise à jour de {0}, {1}" + +msgid "Read Tweets content" +msgstr "Lire le contenu des Tweets" Modified: software_suite_v3/software/plugin/plugin-twitter/trunk/resources/plugin.pot =================================================================== --- software_suite_v3/software/plugin/plugin-twitter/trunk/resources/plugin.pot 2009-12-08 12:13:17 UTC (rev 5953) +++ software_suite_v3/software/plugin/plugin-twitter/trunk/resources/plugin.pot 2009-12-08 14:17:25 UTC (rev 5954) @@ -150,3 +150,15 @@ msgid "I could not connect to your Twitter. Make sure you entered your login and password correctly." msgstr "" + +msgid "Message from {0}, {1}" +msgstr "" + +msgid "Reply from {0}, {1}" +msgstr "" + +msgid "Status update from {0}, {1}" +msgstr "" + +msgid "Read Tweets content" +msgstr "" Modified: software_suite_v3/software/plugin/plugin-twitter/trunk/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugin-twitter/trunk/resources/plugin.xml 2009-12-08 12:13:17 UTC (rev 5953) +++ software_suite_v3/software/plugin/plugin-twitter/trunk/resources/plugin.xml 2009-12-08 14:17:25 UTC (rev 5954) @@ -40,6 +40,12 @@ description="Tweet following status text" type="string" defaultValue="Hello all from my Tux Droid Twitter gadget" /> + <parameter + category="User parameters" + name="readTweets" + description="Read Tweets content" + type="boolean" + defaultValue="false" /> <parameter category="User parameters" name="checkFriends" |