Files
travel_post/TravelPost/res/values/strings.xml
warren powers 9c8a0c8696 added handling of onclicks for each social site.
also handled removal of sites.

also removed locationlib. There are too many issues with skyhook. Since this project does not use skyhook I will handle location internally.

had to make a small modification to Add Social Site preference. For some reason the key value changed. works now.
2011-07-17 21:59:14 +00:00

47 lines
3.3 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 characters</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">Remove Twitter</string>
<string name="remove_twitter_confirmation">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_options">Twitter Options</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>