initial commit of TravelPost rework.

TODO:
Need to finish Facebook and Twitter integration. To avoid context issues in facebook possible perform authorization in its own activity.
Need to handle the widget and posting.
This commit is contained in:
warren powers
2011-07-02 15:00:30 +00:00
parent d9520f1302
commit 2dee86b00e
26 changed files with 1441 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
<?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.</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>