Files
travel_post/TravelPost/res/values/strings.xml
warren powers 1245960577 renamed Twitter.java to TwitterServices.java and copied code from original TwitterServices.java (why change what works?)
added thread needed to start twitter authorization to TravelPostMain.java. Created TwitterWebAuth.java and twitterwebauth.xml
modified some strings to better explain failure points.

tested and working for authorization.
2011-07-13 16:11:32 +00:00

45 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="about">About</string>
<string name="about_info">Travel Post will post your location to several different social sites like Facebook! Simply add the widget to your homescreen and press the widget. If you have any questions or comments feel free to email us at TwentyCodes@gmail.com.</string>
<string name="about_verify">Please review your post</string>
<string name="accuracy">Accuracy</string>
<string name="accuracy_info">Higher accuracy equals longer wait.</string>
<string name="add_social_site">Add A Social Site</string>
<string name="app_name">Travel Post</string>
<string name="cancel_service">Do you want to cancel your post?</string>
<string name="check_in_at">Check in at:</string>
<string name="clear">Clear</string>
<string name="disable_facebook_checkin">Post to Facebook Wall</string>
<string name="enable_facebook_checkin">Post to Facebook Check In</string>
<string name="facebook">Facebook</string>
<string name="facebook_already_authorized">Facebook is already authorized.</string>
<string name="facebook_authorization_failure">Unable to authorize Facebook account. Please try again.</string>
<string name="facebook_options">Facebook Options</string>
<string name="facebook_session_not_valid">Your Facebook session is no longer valid. Please log in to Facebook again.</string>
<string name="fb_signin">Facebook Sign In</string>
<string name="loading">Loading...</string>
<string name="location_settings">Location Settings</string>
<string name="post_hint">Whats up?</string>
<string name="post_lenght">Post Lenght: </string>
<string name="post_to_long">Please Reduce your post to 140 chars</string>
<string name="posting">Posting...</string>
<string name="gathering">Gathering location...</string>
<string name="post_settings">Post Settings</string>
<string name="poor_data_connection">We are having issues connecting to the internet. Please try again later.</string>
<string name="remove_facebook">Remove Facebook</string>
<string name="remove_facebook_confirmation">Are you sure you want to remove Facebook? You will not be able to post messages to Facebook anymore.</string>
<string name="remove_site_title">Remove Social Site</string>
<string name="remove_twitter">Are you sure you want to remove Twitter? You will not be able to post messages to Twitter anymore.</string>
<string name="save_a_post">Save a Post</string>
<string name="social_site">Social Sites</string>
<string name="twitter">Twitter</string>
<string name="twitter_already_authorized">Twitter is already authorized.</string>
<string name="twitter_authorization_failure">Unable to authorize Twitter account. Please try again or check your Twitter settings.</string>
<string name="twitter_exception">We could not connect to Twitter. Please check your connection and try again.</string>
<string name="twitter_signin">Twitter Sign In</string>
<string name="update">Update</string>
<string name="verify_message">Verify the message before posting.</string>
<string name="verify_post">Verify Post</string>
</resources>