Author: jerome
Date: 2009-03-20 10:34:16 +0100 (Fri, 20 Mar 2009)
New Revision: 4160

Added:
   
software_suite_v2/software/gadgets/tuxdroid-gadget-twitter/trunk/tuxdroid-gadget-twitter/resources/gadget.pot
Modified:
   
software_suite_v2/software/gadgets/tuxdroid-gadget-twitter/trunk/tuxdroid-gadget-twitter/src/GadgetTwitter.java
Log:
* Added pot file.
* Updated messages.

Added: 
software_suite_v2/software/gadgets/tuxdroid-gadget-twitter/trunk/tuxdroid-gadget-twitter/resources/gadget.pot
===================================================================
--- 
software_suite_v2/software/gadgets/tuxdroid-gadget-twitter/trunk/tuxdroid-gadget-twitter/resources/gadget.pot
                               (rev 0)
+++ 
software_suite_v2/software/gadgets/tuxdroid-gadget-twitter/trunk/tuxdroid-gadget-twitter/resources/gadget.pot
       2009-03-20 09:34:16 UTC (rev 4160)
@@ -0,0 +1,44 @@
+msgid "Twitter Gadget"
+msgstr ""
+
+msgid "This gadget lets you get news on your Twitter account."
+msgstr ""
+
+msgid "Username"
+msgstr ""
+
+msgid "your_user_name"
+msgstr ""
+
+msgid "Password"
+msgstr ""
+
+msgid "your_password"
+msgstr ""
+
+msgid "Update status when connecting"
+msgstr ""
+
+msgid "Set following status"
+msgstr ""
+
+msgid "Give my friends statuses"
+msgstr ""
+
+msgid "Give my messages/replies"
+msgstr ""
+
+msgid "Give informations from my twitter account"
+msgstr ""
+
+msgid "reply from {0}, the reply is: {1}"
+msgstr ""
+
+msgid "message from {0}, the message is: {1}"
+msgstr ""
+
+msgid "you don't have replies"
+msgstr ""
+
+msgid "you don't have private messages"
+msgstr ""
\ No newline at end of file

Modified: 
software_suite_v2/software/gadgets/tuxdroid-gadget-twitter/trunk/tuxdroid-gadget-twitter/src/GadgetTwitter.java
===================================================================
--- 
software_suite_v2/software/gadgets/tuxdroid-gadget-twitter/trunk/tuxdroid-gadget-twitter/src/GadgetTwitter.java
     2009-03-20 09:27:43 UTC (rev 4159)
+++ 
software_suite_v2/software/gadgets/tuxdroid-gadget-twitter/trunk/tuxdroid-gadget-twitter/src/GadgetTwitter.java
     2009-03-20 09:34:16 UTC (rev 4160)
@@ -21,7 +21,7 @@
                //Set user status
                if(this.configuration().getUpdateStatus())
                {
-                       twitter.updateStatus(this.configuration().getMyStatus() 
+ " tests");
+                       
twitter.updateStatus(this.configuration().getMyStatus());
                }
                
                //Getting friends statuses.
@@ -67,7 +67,7 @@
                                if(reply.getText() != "null")
                                {
                                        String username = 
reply.getSender().getName();
-                                       throwMessage("reply from %s, the reply 
is: %s", username, reply.getText());
+                                       throwMessage("reply from {0}, the reply 
is: {1}", username, reply.getText());
                                }
                            }
                        }
@@ -84,7 +84,7 @@
                                        if(message.getText() != "null")
                                        {
                                                String username = 
message.getSender().getName();
-                                               throwMessage("message from %s, 
the message is: %s", username, message.getText());
+                                               throwMessage("message from {0}, 
the message is: {1}", username, message.getText());
                                        }
                                }
                        }


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to