Twidere-App-Android-Twitter.../twidere/src/main/res/values/strings.xml

826 lines
63 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_description">Your own Twitter app</string>
<string name="compose">Compose</string>
<string name="add_account">Add account</string>
<string name="settings">Settings</string>
<string name="send">Send</string>
<string name="add_location">Add location</string>
<string name="add_image">Add image</string>
<string name="take_photo">Take photo</string>
<string name="remove_location">Remove location</string>
<string name="remove_image">Remove image</string>
<string name="remove_photo">Remove photo</string>
<string name="status_hint">What\'s happening?</string>
<string name="sign_up">Sign up</string>
<string name="sign_in">Sign in</string>
<string name="rest_base_url">REST Base URL</string>
<string name="oauth_base_url">OAuth Base URL</string>
<string name="signing_oauth_base_url">Signing OAuth Base URL</string>
<string name="signing_rest_base_url">Signing REST Base URL</string>
<string name="api_url_format">API URL Format</string>
<string name="same_oauth_signing_url">Use same URL for OAuth signing</string>
<string name="auth_type">Auth type</string>
<string name="oauth">OAuth</string>
<string name="xauth">xAuth</string>
<string name="basic">Basic</string>
<string name="twip_o">twip O Mode</string>
<string name="advanced">Advanced</string>
<string name="save">Save</string>
<string name="edit">Edit</string>
<string name="edit_api">Edit API</string>
<string name="home">Home</string>
<string name="mentions">Mentions</string>
<string name="error_occurred">An error occurred, please try again.</string>
<string name="error_already_logged_in">You have already logged in.</string>
<string name="no_account_selected">No account selected.</string>
<string name="error_unknown_error">Error: Unknown error, this is probably a bug.</string>
<string name="error_message">Error: <xliff:g id="message">%s</xliff:g></string>
<string name="error_message_with_action">Error while <xliff:g id="action">%1$s</xliff:g>: <xliff:g id="message">%2$s</xliff:g></string>
<string name="error_message_rate_limit">Twitter\'s rate limit exceeded, please retry <xliff:g id="time">%s</xliff:g></string>
<string name="error_message_rate_limit_with_action">Twitter\'s rate limit exceeded while <xliff:g id="action">%1$s</xliff:g>, please retry <xliff:g id="time">%2$s</xliff:g></string>
<string name="select_account">Select account</string>
<string name="username">Username</string>
<string name="password">Password</string>
<string name="label_data_provider">Twidere database provider</string>
<string name="label_refresh_service">Refresh service</string>
<string name="label_streaming_service">Streaming service</string>
<string name="label_background_operation_service">Background operation service</string>
<string name="open_in_browser">Open in browser</string>
<string name="tap_to_load_more">Tap to load more</string>
<string name="delete">Delete</string>
<string name="retweet">Retweet</string>
<string name="retweets">Retweets</string>
<string name="cancel_retweet">Cancel retweet</string>
<string name="favorite">Favorite</string>
<string name="unfavorite">Unfavorite</string>
<!-- v. e.g. An action label on a tweet to like this tweet. Formerly Twitter's favorite. -->
<string name="like">Like</string>
<string name="undo_like">Undo like</string>
<string name="reply">Reply</string>
<string name="share">Share</string>
<string name="view_image">Image</string>
<string name="view_map">Map</string>
<string name="view_status">View tweet</string>
<string name="view_user_profile">User profile</string>
<string name="browser">Browser</string>
<string name="pick_from_gallery">Pick from gallery</string>
<string name="statuses">Tweets</string>
<string name="followers">Followers</string>
<string name="following">Following</string>
<string name="about">About</string>
<string name="open_source_license">Open source license</string>
<string name="api">API</string>
<string name="default_api_settings">Default API settings</string>
<string name="default_api_settings_summary">These settings only apply to newly logged-in accounts</string>
<string name="consumer_key">Consumer key</string>
<string name="consumer_secret">Consumer secret</string>
<string name="ignore_ssl_error">Ignore SSL Error</string>
<string name="ignore_ssl_error_summary">Ignore SSL Error, enable this if you are having problems with custom API server.</string>
<string name="gzip_compressing">GZip compressing</string>
<string name="gzip_compressing_summary">Compress all API requests, it can reduce data usage, but may not work on all API servers.</string>
<string name="storage">Storage</string>
<string name="database_item_limit">Database size limit</string>
<string name="database_item_limit_summary">Upper limit of items stored in databases for each account, set to a smaller value to save space and increase loading speed.</string>
<string name="clear_cache">Clear cache</string>
<string name="clear_cache_summary">Clear stored profile image cache.</string>
<string name="clear_databases">Clear databases</string>
<string name="clear_databases_summary">Clear all tweets, profiles, messages. Your account credentials won\'t be lost.</string>
<string name="look_and_feel">Look and feel</string>
<string name="display_profile_image">Display profile image</string>
<string name="image_load_summary">Disabling this will increase list scroll speed and reduce data usage.</string>
<string name="in_reply_to_name">In reply to <xliff:g id="user_name">%s</xliff:g></string>
<string name="name_retweeted"><xliff:g id="user_name">%s</xliff:g> retweeted</string>
<string name="name_and_another_retweeted"><xliff:g id="user_name">%1$s</xliff:g> and another retweeted</string>
<string name="name_and_count_retweeted"><xliff:g id="user_name">%1$s</xliff:g> and <xliff:g id="retweet_count">%2$d</xliff:g> others retweeted</string>
<string name="N_retweeted_quantity_one" tools:ignore="PluralsCandidate"><xliff:g id="retweet_count">%d</xliff:g> retweet</string>
<string name="N_retweeted_quantity_other" tools:ignore="PluralsCandidate"><xliff:g id="retweet_count">%d</xliff:g> retweets</string>
<string name="retweeted_by_name">Retweeted by <xliff:g id="user_name">%s</xliff:g></string>
<string name="retweeted_by_name_with_count">Retweeted by <xliff:g id="user_name">%1$s</xliff:g> and <xliff:g id="retweet_count">%2$d</xliff:g> others</string>
<string name="retweeted_by_count">Retweeted by <xliff:g id="retweet_count">%d</xliff:g> users</string>
<string name="users_retweeted_this">Users retweeted this</string>
<string name="users_favorited_this">Users favorited this</string>
<string name="users_liked_this">Users liked this</string>
<string name="reply_to">Reply to <xliff:g id="user_name">%s</xliff:g></string>
<string name="quote_user">Quote <xliff:g id="user_name">%s</xliff:g></string>
<string name="time_source"><xliff:g id="time">%1$s</xliff:g> · <xliff:g id="source">%2$s</xliff:g></string>
<string name="source"><xliff:g id="source">%s</xliff:g></string>
<string name="filters">Filters</string>
<string name="users">Users</string>
<string name="user">User</string>
<string name="keywords">Keywords</string>
<string name="sources">Sources</string>
<string name="content">Content</string>
<string name="customize">Customize</string>
<string name="set_nickname">Set nickname</string>
<string name="set_color">Set color</string>
<string name="clear">Clear</string>
<string name="pick_color">Pick color</string>
<string name="follow">Follow</string>
<string name="unfollow">Unfollow</string>
<string name="leftside_compose_button">Left side compose button</string>
<string name="leftside_compose_button_summary">Put the compose button on the left.</string>
<string name="load_item_limit">Load item limit</string>
<string name="load_item_limit_summary">Set items limit per load.</string>
<string name="load_more_automatically">Load more content automatically</string>
<string name="load_more_automatically_summary">Load more content (e.g. photos, maps, tweets) automatically</string>
<string name="quote">Quote</string>
<string name="add_rule">Add rule</string>
<string name="text_size">Text size</string>
<string name="text_size_summary">Text size of tweets.</string>
<string name="cannot_get_location">Can\'t get your location.</string>
<string name="drafts">Drafts</string>
<string name="description">Description</string>
<string name="location">Location</string>
<string name="url">URL</string>
<string name="favorites">Favorites</string>
<!-- n. formerly Twitter's favorite, in the plural -->
<string name="likes">Likes</string>
<string name="name">Name</string>
<string name="refresh">Refresh</string>
<string name="retry">Retry</string>
<string name="more">More</string>
<string name="quote_format">Quote format</string>
<string name="quote_format_summary">\"[TEXT]\" = Tweet text\n\"[NAME]\" = Twitter username</string>
<string name="direct_messages">Messages</string>
<string name="blocked_users">Blocked users</string>
<string name="set_as_default">Set as default</string>
<string name="search_users">Search Users</string>
<string name="search_statuses">Search Tweets</string>
<string name="created_at">Created at</string>
<string name="search_hint">Search tweets or users</string>
<string name="remember_position">Remember position</string>
<string name="remember_position_summary">Remember list/tab position before closing Twidere</string>
<string name="user_blocked">Blocked this user.</string>
<string name="users_blocked">Blocked these users.</string>
<string name="user_unblocked">Unblocked this user.</string>
<string name="reported_user_for_spam">Reported this user for spam.</string>
<string name="reported_users_for_spam">Reported these users for spam.</string>
<string name="filename_hint">Filename</string>
<string name="please_wait">Please wait.</string>
<string name="saved_to_gallery">Saved to gallery.</string>
<string name="proxy">Proxy</string>
<string name="http_proxy">HTTP Proxy</string>
<string name="http_proxy_summary">Use HTTP Proxy for all network requests.</string>
<string name="proxy_host">Proxy Host</string>
<string name="proxy_port">Proxy Port</string>
<string name="block">Block</string>
<string name="unblock">Unblock</string>
<string name="report_for_spam">Report spam</string>
<string name="twitter_mute_user">Mute user</string>
<string name="twitter_muted_users">Muted users</string>
<string name="message_user_muted">Added this user to filter list. You will not see tweets from this user in your home timeline/mentions list.</string>
<string name="message_users_muted">Added users to filter list. You will not see tweets from these users in your home timeline/mentions list.</string>
<string name="message_user_unmuted">Removed this user from filter list.</string>
<string name="inbox">Inbox</string>
<string name="load_images">Load images</string>
<string name="other_settings">Other settings</string>
<string name="auto_refresh">Auto refresh</string>
<string name="refresh_interval">Refresh interval</string>
<string name="content_to_refresh">Content to refresh</string>
<string name="content_to_notify">Content to notify</string>
<string name="notifications_type">Notifications type</string>
<string name="sound">Sound</string>
<string name="ringtone">Ringtone</string>
<string name="vibration">Vibration</string>
<string name="light">Light</string>
<string name="notifications">Notifications</string>
<string name="screen_name">Username</string>
<string name="refresh_on_start">Refresh on start</string>
<string name="refresh_on_start_summary">Refresh timeline and mentions on start.</string>
<string name="refresh_after_status_updated">Refresh after tweet sent</string>
<string name="refresh_after_status_updated_summary">Refresh timeline and mentions after sending a tweet.</string>
<string name="list_timeline">List timeline</string>
<string name="list_members">List members</string>
<string name="list_subscribers">List subscribers</string>
<string name="type_to_compose">Type to compose</string>
<string name="lists">Lists</string>
<string name="users_lists">User\'s lists</string>
<string name="lists_following_user">Lists following this user</string>
<string name="lists_following_you">Lists following you</string>
<string name="item_3_minutes">3 minutes</string>
<string name="item_5_minutes">5 minutes</string>
<string name="item_10_minutes">10 minutes</string>
<string name="item_15_minutes">15 minutes</string>
<string name="item_30_minutes">30 minutes</string>
<string name="item_1_hour">1 hour</string>
<string name="item_2_hours">2 hours</string>
<string name="item_4_hours">4 hours</string>
<string name="display_image_preview">Display image preview</string>
<string name="following_you">Following you</string>
<string name="user_list">List</string>
<string name="user_lists">Lists</string>
<string name="trends_location">Trends location</string>
<string name="trends_location_summary">Set location for local trends.</string>
<string name="trends">Trends</string>
<string name="accounts">Accounts</string>
<string name="account">Account</string>
<string name="mention_this_user">Mention this user</string>
<string name="mention_user_name">Mention <xliff:g id="name">%1$s</xliff:g></string>
<string name="signing_in_please_wait">Signing in, please wait or press BACK to quit.</string>
<string name="connectivity">Connectivity</string>
<string name="add_member">Add member</string>
<string name="new_user_list">New list</string>
<string name="is_public">Public</string>
<string name="send_direct_message">Send DM</string>
<string name="extensions">Extensions</string>
<string name="uninstall">Uninstall</string>
<string name="saved_searches">Saved searches</string>
<string name="tabs">Tabs</string>
<string name="add_tab">Add tab</string>
<string name="edit_tab">Edit tab</string>
<string name="icon">Icon</string>
<string name="pick_file">Pick file</string>
<string name="user_timeline">User timeline</string>
<string name="notification_ringtone">Ringtone</string>
<string name="notification_light_color">Light Color</string>
<string name="share_format">Share format</string>
<string name="share_format_summary">\"[TITLE]\" = Content title\n\"[TEXT]\" = Content text</string>
<string name="network">Network</string>
<string name="content_and_storage">Content &amp; Storage</string>
<string name="image_uploader">Image uploader</string>
<string name="media_uploader">Media uploader</string>
<string name="image_uploader_default">Default (Twitter)</string>
<string name="home_refresh">Refresh in home timeline</string>
<string name="error_message_image_upload_failed">Image upload failed.</string>
<string name="error_message_image_uploader_not_found">Image uploader not found, maybe it was uninstalled.</string>
<string name="image_upload_format">Tweet format with image</string>
<string name="image_upload_format_summary">\"[LINK]\" = Image link\n\"[TEXT]\" = Tweet content\n(Extension only)</string>
<string name="status_shortener">Tweet shortener</string>
<string name="status_shortener_default">None (Abort sending)</string>
<string name="error_message_status_too_long">Tweet too long.</string>
<string name="error_message_message_too_long">Message too long.</string>
<string name="error_message_no_content">No content</string>
<string name="error_message_tweet_shorten_failed">Tweet shorten failed.</string>
<string name="error_message_tweet_shortener_not_found">Tweet shortener not found, maybe it was uninstalled.</string>
<string name="multimedia_contents">Multimedia content</string>
<string name="show_absolute_time">Show absolute time</string>
<string name="show_absolute_time_summary">Show absolute time in tweets</string>
<string name="user_mentions">User mentions</string>
<string name="dual_pane_layout">Dual Pane Layout</string>
<string name="quick_send">Hit \"Enter\" to Send</string>
<string name="quick_send_summary">Send tweet when hit \"Enter\".</string>
<string name="discard">Discard</string>
<string name="Nitems_selected_quantity_one" tools:ignore="PluralsCandidate">1 item selected</string>
<string name="Nitems_selected_quantity_other" tools:ignore="PluralsCandidate"><xliff:g id="items">%d</xliff:g> items selected</string>
<string name="custom_host_mapping">Custom host mapping</string>
<string name="custom_host_mapping_summary">Host mapping like /etc/hosts, but does not require any additional permissions.</string>
<string name="host_mapping_host">Host</string>
<string name="host_mapping_address">Address (Can be another host address)</string>
<string name="add_host_mapping">Add host mapping</string>
<string name="tcp_dns_query">TCP DNS Query</string>
<string name="tcp_dns_query_summary">Use TCP Protocol to make DNS requests, which can avoid DNS Cache Poisoning.</string>
<string name="dns_server">DNS Server</string>
<string name="dns_server_summary">Set DNS Server for API requests.</string>
<string name="activities_about_me">Activities about me</string>
<string name="activities_by_friends">Activities by friends</string>
<string name="activity_about_me_favorite"><xliff:g id="user">%s</xliff:g> favorited your tweet.</string>
<string name="activity_about_me_favorite_multi"><xliff:g id="user">%1$s</xliff:g> and <xliff:g id="other">%2$s</xliff:g> favorited your tweet.</string>
<string name="activity_about_me_favorited_retweet"><xliff:g id="user">%s</xliff:g> favorited your retweet.</string>
<string name="activity_about_me_favorited_retweet_multi"><xliff:g id="user">%1$s</xliff:g> and <xliff:g id="other">%2$s</xliff:g> favorited your retweet.</string>
<string name="activity_about_me_like"><xliff:g id="user">%s</xliff:g> liked your tweet.</string>
<string name="activity_about_me_like_multi"><xliff:g id="user">%1$s</xliff:g> and <xliff:g id="other">%2$s</xliff:g> liked your tweet.</string>
<string name="activity_about_me_liked_retweet"><xliff:g id="user">%s</xliff:g> liked your retweet.</string>
<string name="activity_about_me_liked_retweet_multi"><xliff:g id="user">%1$s</xliff:g> and <xliff:g id="other">%2$s</xliff:g> liked your retweet.</string>
<string name="activity_about_me_follow"><xliff:g id="user">%s</xliff:g> is following you.</string>
<string name="activity_about_me_follow_multi"><xliff:g id="user">%1$s</xliff:g> and <xliff:g id="other">%2$s</xliff:g> are following you.</string>
<string name="activity_about_me_retweet"><xliff:g id="user">%s</xliff:g> retweeted your tweet.</string>
<string name="activity_about_me_retweet_multi"><xliff:g id="user">%1$s</xliff:g> and <xliff:g id="other">%2$s</xliff:g> retweeted your tweet.</string>
<string name="activity_about_me_retweeted_retweet"><xliff:g id="user">%s</xliff:g> retweeted your retweet.</string>
<string name="activity_about_me_retweeted_retweet_multi"><xliff:g id="user">%1$s</xliff:g> and <xliff:g id="other">%2$s</xliff:g> retweeted your retweet.</string>
<string name="activity_about_me_retweeted_mention"><xliff:g id="user">%s</xliff:g> retweeted a tweet mentioned you.</string>
<string name="activity_about_me_retweeted_mention_multi"><xliff:g id="user">%s</xliff:g> and <xliff:g id="other">%2$s</xliff:g> retweeted a tweet mentioned you.</string>
<string name="activity_about_me_favorited_mention"><xliff:g id="user">%s</xliff:g> favorited a tweet mentioned you.</string>
<string name="activity_about_me_favorited_mention_multi"><xliff:g id="user">%s</xliff:g> and <xliff:g id="other">%2$s</xliff:g> favorited a tweet mentioned you.</string>
<string name="activity_about_me_liked_mention"><xliff:g id="user">%s</xliff:g> liked a tweet mentioned you.</string>
<string name="activity_about_me_liked_mention_multi"><xliff:g id="user">%s</xliff:g> and <xliff:g id="other">%2$s</xliff:g> liked a tweet mentioned you.</string>
<string name="activity_about_me_list_member_added"><xliff:g id="user">%s</xliff:g> added you to list.</string>
<string name="activity_about_me_list_member_added_with_name"><xliff:g id="user">%1$s</xliff:g> added you to list <xliff:g id="list">%2$s</xliff:g>".</string>
<string name="activity_about_me_list_member_added_multi"><xliff:g id="user">%1$s</xliff:g> and <xliff:g id="other">%2$s</xliff:g> added you to their lists.</string>
<string name="activity_by_friends_favorite"><xliff:g id="user">%1$s</xliff:g> favorited <xliff:g id="target">%2$s</xliff:g>\'s tweet.</string>
<string name="activity_by_friends_favorite_multi"><xliff:g id="user">%1$s</xliff:g> favorited <xliff:g id="target">%2$s</xliff:g> and <xliff:g id="other">%3$s</xliff:g>\'s tweet.</string>
<string name="activity_by_friends_like"><xliff:g id="user">%1$s</xliff:g> liked <xliff:g id="target">%2$s</xliff:g>\'s tweet.</string>
<string name="activity_by_friends_like_multi"><xliff:g id="user">%1$s</xliff:g> liked <xliff:g id="target">%2$s</xliff:g> and <xliff:g id="other">%3$s</xliff:g>\'s tweet.</string>
<string name="activity_by_friends_follow"><xliff:g id="user">%1$s</xliff:g> is following <xliff:g id="target">%2$s</xliff:g>.</string>
<string name="activity_by_friends_follow_multi"><xliff:g id="user">%1$s</xliff:g> is following <xliff:g id="target">%2$s</xliff:g> and <xliff:g id="other">%3$s</xliff:g>.</string>
<string name="activity_by_friends_retweet"><xliff:g id="user">%1$s</xliff:g> retweeted <xliff:g id="target">%2$s</xliff:g>\'s tweet.</string>
<string name="activity_by_friends_retweet_multi"><xliff:g id="user">%1$s</xliff:g> retweeted <xliff:g id="target">%2$s</xliff:g> and <xliff:g id="other">%3$s</xliff:g>\'s tweet.</string>
<string name="activity_by_friends_list_member_added"><xliff:g id="user">%1$s</xliff:g> added <xliff:g id="target">%2$s</xliff:g> to list.</string>
<string name="activity_by_friends_list_member_added_multi"><xliff:g id="user">%1$s</xliff:g> added <xliff:g id="target">%2$s</xliff:g> and <xliff:g id="other">%1$s</xliff:g> to list.</string>
<string name="activity_by_friends_list_created"><xliff:g id="user">%1$s</xliff:g> created list <xliff:g id="target">%2$s</xliff:g>.</string>
<string name="activity_by_friends_list_created_multi"><xliff:g id="user">%1$s</xliff:g> created list <xliff:g id="target">%2$s</xliff:g> and <xliff:g id="other">%1$s</xliff:g>.</string>
<string name="status_not_updated">Tweet not sent.</string>
<string name="status_not_updated_summary">Tweet not sent, and saved to drafts.</string>
<string name="incoming_friendships">Pending follow requests</string>
<string name="send_follow_request">Send follow request</string>
<string name="follow_request_sent">Follow request sent</string>
<string name="status">Tweet</string>
<string name="preview">Preview</string>
<string name="connection_timeout">Connection timeout</string>
<string name="both">Both</string>
<string name="browser_sign_in">Browser sign in</string>
<string name="stop_auto_refresh_when_battery_low">Stop auto refresh when battery is low</string>
<string name="notification_status">New tweet by <xliff:g id="user">%s</xliff:g></string>
<string name="notification_status_multiple">New Tweet by <xliff:g id="user">%1$s</xliff:g> and <xliff:g id="count">%2$d</xliff:g> others</string>
<string name="notification_mention"><xliff:g id="user">%s</xliff:g> mentioned you.</string>
<string name="notification_mention_multiple"><xliff:g id="user">%1$s</xliff:g> and <xliff:g id="count">%2$d</xliff:g> others mentioned you.</string>
<string name="notification_direct_message"><xliff:g id="user">%s</xliff:g> sent you a direct message.</string>
<string name="notification_direct_message_multiple_messages"><xliff:g id="user">%1$s</xliff:g> sent you <xliff:g id="messages_count">%2$d</xliff:g> direct messages.</string>
<string name="notification_direct_message_multiple_users"><xliff:g id="user">%1$s</xliff:g> and <xliff:g id="users_count">%2$d</xliff:g> others sent you <xliff:g id="messages_count">%3$d</xliff:g> direct messages.</string>
<string name="action_getting_status">getting tweet</string>
<string name="action_updating_status">sending tweet</string>
<string name="action_sending_direct_message">sending direct message</string>
<string name="action_refreshing_home_timeline">refreshing home timeline</string>
<string name="action_refreshing_mentions">refreshing mentions</string>
<string name="action_refreshing_direct_messages">refreshing direct messages</string>
<string name="action_favoriting">favoriting</string>
<string name="action_unfavoriting">unfavoriting</string>
<string name="action_deleting">deleting</string>
<string name="action_updating_profile">updating profile</string>
<string name="action_updating_profile_image">updating profile image</string>
<string name="action_updating_profile_banner_image">updating profile header image</string>
<string name="action_removing_profile_banner_image">removing profile header image</string>
<string name="action_updating_details">updating details</string>
<string name="action_blocking">blocking</string>
<string name="action_unblocking">unblocking</string>
<string name="action_following">following</string>
<string name="action_unfollowing">unfollowing</string>
<string name="action_creating_list">creating list</string>
<string name="action_adding_member">adding member</string>
<string name="action_signing_in">signing in</string>
<string name="action_retweeting">retweeting</string>
<string name="action_reporting_for_spam">reporting for spam</string>
<string name="action_subscribing_to_list">subscribing to list</string>
<string name="action_unsubscribing_from_list">unsubscribing from list</string>
<string name="action_saving_search">saving search</string>
<string name="action_deleting_search">deleting search</string>
<string name="action_accepting_follow_request">accepting follow request</string>
<string name="action_denying_follow_request">denying follow request</string>
<string name="status_is_duplicate">Your tweet is a duplicate.</string>
<string name="silent_notifications">Silent notifications</string>
<string name="silent_notifications_summary">Disable ringtone/vibrate for notifications</string>
<string name="disable_background_service">Disable background service</string>
<string name="disable_background_service_summary">Twidere won\'t have background service if you disable auto refresh and data profiling, don\'t be silly!</string>
<string name="text_copied">Text copied to clipboard.</string>
<string name="hashtag">Hashtag</string>
<string name="links">Links</string>
<string name="edit_profile">Edit profile</string>
<string name="edit_details">Edit details</string>
<string name="display_sensitive_contents">Display sensitive contents</string>
<string name="display_sensitive_contents_summary">Display sensitive contents without notice in timeline</string>
<string name="sensitive_content_warning">This tweet may have sensitive content, continue?</string>
<string name="mark_as_sensitive">Mark as sensitive</string>
<string name="remove_sensitive_mark">Remove sensitive mark</string>
<string name="none">None</string>
<string name="large">Large</string>
<string name="small">Small</string>
<string name="and_more">and <xliff:g id="count">%d</xliff:g> more</string>
<string name="clear_search_history">Clear search history</string>
<string name="permission_description_none">No permissions needed</string>
<string name="permission_description_refresh">Refresh timeline (including direct messages)</string>
<string name="permission_description_read">Read tweets and some cached content</string>
<string name="permission_description_write">Write to database, update status</string>
<string name="permission_description_direct_messages">Read/Write/Send direct messages</string>
<string name="permission_description_accounts">Read account information</string>
<string name="permission_description_preferences">Read settings</string>
<string name="permissions_request">Permissions request</string>
<string name="permissions_request_message">Application is requesting following permissions</string>
<string name="accept_permission_request">Accept</string>
<string name="no_thanks">No, thanks</string>
<string name="revoke_permissions">Revoke permissions</string>
<string name="fast_scroll_thumb">Fast scroll thumb</string>
<string name="indicate_your_status">Indicate your tweet</string>
<string name="default_ringtone">Default ringtone</string>
<string name="phishing_link_warning">Phishing link warning</string>
<string name="phishing_link_warning_summary">Warn you when are trying to open a possibly phishing link in a direct message.</string>
<string name="phishing_link_warning_message_1">You are opening a link in a direct message, which might lead you to a phishing site.\n\nCheck the site address twice before providing any personal information.</string>
<string name="phishing_link_warning_message_2">Are you sure to continue?</string>
<string name="image_preload_options">Image preload options</string>
<string name="profile_images">Profile images</string>
<string name="preview_images">Preview images</string>
<string name="preload_wifi_only">Preload using Wi-Fi only</string>
<string name="sign_in_method_introduction_title">How does it work?</string>
<string name="sign_in_method_introduction">Most Twitter apps opens a webpage to authorize to Twitter, this could be inconvenient when using custom API, or on slow network. Twidere simulates a normal browser to help sign in to Twitter. Don\'t worry, your password will never be stored nor leaked.</string>
<string name="quote_protected_status_notice">It\'s not recommended to quote protected tweets.</string>
<string name="edit_draft">Edit draft</string>
<string name="profile_image">Profile image</string>
<string name="your_profile_image">Your profile image</string>
<string name="mention_user">Mention <xliff:g id="user">%s</xliff:g></string>
<string name="theme_color">Theme color</string>
<string name="wrong_url_format">Wrong URL format.</string>
<string name="wrong_username_password">Wrong username/password.</string>
<string name="network_error">Network error.</string>
<string name="api_data_corrupted">API data corrupted.</string>
<string name="ssl_error">SSL error, you may need to enable \"Ignore SSL error\" option.</string>
<string name="wrong_api_key">Incorrect API url or consumer key/secret, please check them again.</string>
<string name="status_updated">Tweet sent.</string>
<string name="status_deleted">Tweet deleted.</string>
<string name="status_favorited">Tweet favorited.</string>
<string name="status_unfavorited">Tweet unfavorited.</string>
<string name="status_retweeted">Retweeted.</string>
<string name="retweet_cancelled">Retweet cancelled.</string>
<string name="direct_message_sent">Direct message sent.</string>
<string name="direct_message_deleted">Direct message deleted.</string>
<string name="search_saved">Search saved.</string>
<string name="search_name_saved">Search \"<xliff:g id="name">%s</xliff:g>\" saved.</string>
<string name="search_deleted">Search deleted.</string>
<string name="search_name_deleted">Search \"<xliff:g id="name">%s</xliff:g>\" deleted.</string>
<string name="import_from">Import from…</string>
<string name="link_to_quoted_status">Link to quoted tweet</string>
<string name="quote_original_status">Quote original tweet</string>
<string name="followed_user">Followed <xliff:g id="user">%s</xliff:g>.</string>
<string name="sent_follow_request_to_user">Sent follow request to <xliff:g id="user">%s</xliff:g>.</string>
<string name="unfollowed_user">Unfollowed <xliff:g id="user">%s</xliff:g>.</string>
<string name="blocked_user">Blocked <xliff:g id="user">%s</xliff:g>.</string>
<string name="unblocked_user">Unblocked <xliff:g id="user">%s</xliff:g>.</string>
<string name="profile_updated">Profile updated.</string>
<string name="profile_banner_image_updated">Profile banner image updated.</string>
<string name="profile_image_updated">Profile image updated.</string>
<string name="created_list">Created list \"<xliff:g id="list">%s</xliff:g>\".</string>
<string name="deleted_list">Deleted list \"<xliff:g id="list">%s</xliff:g>\".</string>
<string name="updated_list_details">Updated list \"<xliff:g id="list">%s</xliff:g>\"\'s details.</string>
<string name="subscribed_to_list">Subscribed to list \"<xliff:g id="list">%s</xliff:g>\".</string>
<string name="unsubscribed_from_list">Unsubscribed from list \"<xliff:g id="list">%s</xliff:g>\".</string>
<string name="added_N_users_to_list_quantity_one" tools:ignore="PluralsCandidate">Added <xliff:g id="items">%1$d</xliff:g> user to list \"<xliff:g id="list">%2$s</xliff:g>\".</string>
<string name="added_N_users_to_list_quantity_other" tools:ignore="PluralsCandidate">Added <xliff:g id="items">%1$d</xliff:g> users to list \"<xliff:g id="list">%2$s</xliff:g>\".</string>
<string name="added_user_to_list">Added <xliff:g id="user">%1$s</xliff:g> to list \"<xliff:g id="list">%2$s</xliff:g>\".</string>
<string name="deleted_user_from_list">Deleted <xliff:g id="user">%1$s</xliff:g> from list \"<xliff:g id="list">%2$s</xliff:g>\".</string>
<string name="deleted_N_users_from_list_quantity_one" tools:ignore="PluralsCandidate">Deleted <xliff:g id="items">%1$d</xliff:g> user from list \"<xliff:g id="list">%2$s</xliff:g>\".</string>
<string name="deleted_N_users_from_list_quantity_other" tools:ignore="PluralsCandidate">Deleted <xliff:g id="items">%1$d</xliff:g> users from list \"<xliff:g id="list">%2$s</xliff:g>\".</string>
<string name="delete_user_from_list_confirm">Delete <xliff:g id="user">%1$s</xliff:g> from list \"<xliff:g id="list">%2$s</xliff:g>\"?</string>
<string name="delete_N_users_from_list_confirm_quantity_one" tools:ignore="PluralsCandidate">Delete <xliff:g id="items">%1$d</xliff:g> user from list \"<xliff:g id="list">%2$s</xliff:g>\"?</string>
<string name="delete_N_users_from_list_confirm_quantity_other" tools:ignore="PluralsCandidate">Delete <xliff:g id="items">%1$d</xliff:g> users from list \"<xliff:g id="list">%2$s</xliff:g>\"?</string>
<string name="subscribe">Subscribe</string>
<string name="unsubscribe">Unsubscribe</string>
<string name="background_toast_notification">Background Toast notification</string>
<string name="background_toast_notification_summary">Show Toast notification when switched to background</string>
<string name="original_status">Original tweet</string>
<string name="ask">Ask</string>
<string name="no_close_after_status_updated">Keep \"Compose\" open after tweet sent</string>
<string name="no_close_after_status_updated_summary">A little gift for chatterbox</string>
<string name="status_saved_to_draft">Tweet saved to draft.</string>
<string name="default_account">Default account</string>
<string name="created_at_with_N_tweets_per_day_quantity_one" tools:ignore="PluralsCandidate"><xliff:g id="created_at">%1$s</xliff:g> (<xliff:g id="daily_tweet">%2$d</xliff:g> tweet per day)</string>
<string name="created_at_with_N_tweets_per_day_quantity_other" tools:ignore="PluralsCandidate"><xliff:g id="created_at">%1$s</xliff:g> (<xliff:g id="daily_tweet">%2$d</xliff:g> tweets per day)</string>
<string name="empty_content">Empty content</string>
<string name="fast_image_loading">Fast image loading</string>
<string name="fast_image_loading_summary">Enable to make images load faster, disable this if some image can\'t be displayed.</string>
<string name="select_user_list">Select user list</string>
<string name="select_user">Select user</string>
<string name="created_by">Created by <xliff:g id="created_by">%s</xliff:g></string>
<string name="add_to_list">Add to list</string>
<string name="account_delete_confirm_title">Delete account</string>
<string name="account_delete_confirm_message">This account will be deleted from Twidere.</string>
<string name="theme">Theme</string>
<string name="theme_dark">Dark</string>
<string name="theme_light">Light</string>
<string name="settings_interface">Interface</string>
<string name="no_rule">No rule</string>
<string name="safety">Safety</string>
<string name="updating_status_notification">Sending tweet…</string>
<string name="name_with_nickname"><xliff:g id="name">%1$s</xliff:g> (<xliff:g id="nickname">%2$s</xliff:g>)</string>
<string name="query">Query</string>
<string name="input_text">Input text</string>
<string name="users_lists_with_name"><xliff:g id="name">%s</xliff:g>\'s lists</string>
<string name="lists_following_user_with_name">Lists following <xliff:g id="name">%s</xliff:g></string>
<string name="highlight">Highlight</string>
<string name="underline">Underline</string>
<string name="link_highlight_option">Link highlight option</string>
<string name="users_statuses">User\'s tweets</string>
<string name="card_animation">Card animation</string>
<string name="name_first">Display name first</string>
<string name="next_step">Next</string>
<!-- Previous item (tweet, user etc.) -->
<string name="previous_item">Previous</string>
<!-- Next item (tweet, user etc.) -->
<string name="next_item">Next</string>
<string name="settings_wizard">Settings wizard</string>
<string name="wizard_page_welcome_title">Welcome</string>
<string name="wizard_page_welcome_text">Thanks for choosing Twidere.\nWould you like to config it now?</string>
<string name="wizard_page_welcome_yes">Yes</string>
<string name="wizard_page_welcome_not_now">Not now</string>
<string name="wizard_page_welcome_import_settings">Import settings</string>
<string name="wizard_page_theme_text">Pick a theme you like.</string>
<string name="wizard_page_tabs_text">Add some tabs to Twidere.\nKeep track of people or things you care about.</string>
<string name="wizard_page_tabs_unchanged_message">You can add tabs in &quot;Settings&quot; - &quot;Tabs&quot;</string>
<string name="wizard_page_cards_text">Config card items.</string>
<string name="wizard_page_hints_text">Here are some useful hints.</string>
<string name="wizard_page_usage_statistics_text">Twidere took part in some research project that needs some usage data.</string>
<string name="wizard_page_finished_title">Finished</string>
<string name="wizard_page_finished_text">Now Twidere is ready for use.</string>
<string name="invalid_tab">Invalid tab</string>
<string name="send_crash_report">Send crash report of Twidere</string>
<string name="add_to_filter">Add to filter</string>
<string name="user_filter_name">User: <xliff:g id="name">%s</xliff:g></string>
<string name="keyword_filter_name">Keyword: <xliff:g id="name">%s</xliff:g></string>
<string name="source_filter_name">Source: <xliff:g id="name">%s</xliff:g></string>
<string name="block_user">Block <xliff:g id="name">%s</xliff:g></string>
<string name="block_user_confirm_message">Block <xliff:g id="name">%s</xliff:g>? This user won\'t be able to follow you, mention you or send you direct messages.</string>
<string name="unfollow_user">Unfollow <xliff:g id="name">%s</xliff:g></string>
<string name="unfollow_user_confirm_message">Unfollow <xliff:g id="name">%s</xliff:g>? You will no longer see tweets from this user.</string>
<string name="delete_user_list">Delete list <xliff:g id="name">%s</xliff:g></string>
<string name="delete_user_list_confirm_message">Delete list <xliff:g id="name">%s</xliff:g>? This can\'t be undone.</string>
<string name="unsubscribe_from_user_list">Unsubscribe from list <xliff:g id="name">%s</xliff:g></string>
<string name="unsubscribe_from_user_list_confirm_message">Unsubscribe from list <xliff:g id="name">%s</xliff:g>? You can re-subscribe to this list later.</string>
<string name="destroy_status">Delete tweet</string>
<string name="destroy_status_confirm_message">Delete this tweet?</string>
<string name="destroy_saved_search">Delete saved search \"<xliff:g id="name">%s</xliff:g>\"</string>
<string name="destroy_saved_search_confirm_message">Delete saved search \"<xliff:g id="name">%s</xliff:g>\"? You can re-save this search later.</string>
<string name="signing_in_error_browser_sign_in_hint">Error while signing in, you may need to use browser sign in method. (This will ignore custom API settings during sign in)</string>
<string name="report_user">Report <xliff:g id="name">%s</xliff:g></string>
<string name="report_user_confirm_message">Report <xliff:g id="name">%s</xliff:g> for spam? You\'ll also block this user.</string>
<string name="twidere_test">Twidere test</string>
<string name="staggered_home_timeline">Staggered Home Timeline</string>
<string name="unread_count">Unread count</string>
<string name="developed_by">Developed by</string>
<string name="project_account">Project account</string>
<string name="translators">Translators</string>
<string name="translate">Translate</string>
<string name="sponsored_by">Sponsored by</string>
<string name="special_thanks_to">Special thanks to</string>
<string name="contributors_list_summary">If you didn\'t find your name, please tell our project account.</string>
<string name="account_options">Account options</string>
<string name="show_in_timeline">Show in timeline</string>
<string name="cards">Cards</string>
<string name="no_tab_hint">No tab</string>
<string name="delete_user">Delete user <xliff:g id="name">%s</xliff:g></string>
<string name="delete_users">Delete users</string>
<string name="delete_user_confirm_message">Delete <xliff:g id="name">%s</xliff:g>? This can\'t be undone.</string>
<string name="toggle">Toggle</string>
<string name="general">General</string>
<string name="hints">Hints</string>
<string name="finish">Finish</string>
<string name="background">Background</string>
<string name="theme_background_default">Default</string>
<string name="theme_background_solid">Pure white/black</string>
<string name="theme_background_transparent">Transparent</string>
<string name="theme_dark_actionbar">Dark ActionBar</string>
<string name="wizard_hint_compose_select_account">Click profile image to select account when writing a tweet.</string>
<string name="wizard_hint_quote_format">Set your favorite quote format in &quot;Settings&quot; - &quot;Compose&quot;</string>
<string name="wizard_hint_filters">You can hide unwanted tweets from timeline and notification by using &quot;Filters&quot;.</string>
<string name="view_replies">View Replies</string>
<string name="compact_cards">Compact cards</string>
<string name="compact_cards_summary">Display more cards on screen</string>
<string name="N_new_statuses_quantity_one" tools:ignore="PluralsCandidate"><xliff:g id="items">%d</xliff:g> new tweet</string>
<string name="N_new_statuses_quantity_other" tools:ignore="PluralsCandidate"><xliff:g id="items">%d</xliff:g> new tweets</string>
<string name="N_new_mentions_quantity_one" tools:ignore="PluralsCandidate"><xliff:g id="items">%d</xliff:g> new mention</string>
<string name="N_new_mentions_quantity_other" tools:ignore="PluralsCandidate"><xliff:g id="items">%d</xliff:g> new mentions</string>
<string name="N_new_messages_quantity_one" tools:ignore="PluralsCandidate"><xliff:g id="items">%d</xliff:g> new conversation</string>
<string name="N_new_messages_quantity_other" tools:ignore="PluralsCandidate"><xliff:g id="items">%d</xliff:g> new conversations</string>
<string name="status_share_subject_format_with_time">Tweet from <xliff:g id="name">%1$s</xliff:g> (@<xliff:g id="screen_name">%2$s</xliff:g>), at <xliff:g id="time">%3$s</xliff:g></string>
<string name="status_share_text_format_with_link"><xliff:g id="text">%1$s</xliff:g>\n\n<xliff:g id="link">%2$s</xliff:g></string>
<string name="rate_limit">Rate limit</string>
<string name="wizard_hint_rate_limit">If you encounter rate limit problems, please don\'t blame me, that\'s Twitter\'s policy.</string>
<string name="preparing_database">Preparing database</string>
<string name="preparing_database_toast">Preparing database, please wait for a while.</string>
<string name="action_name_saved_at_time"><xliff:g id="action">%1$s</xliff:g>, saved at <xliff:g id="time">%2$s</xliff:g></string>
<string name="update_status">Send tweet</string>
<string name="sending_direct_message">Sending direct message</string>
<string name="tab_display_option">Tab display option</string>
<string name="livewp_daydream_enabled_message">Here\'s a little present for you, find it in your system settings :)</string>
<string name="center">Center</string>
<string name="multi_select">Multi select</string>
<string name="long_click_to_open_menu">Long click to open menu</string>
<string name="tab_display_option_icon">Icon</string>
<string name="tab_display_option_label">Label</string>
<string name="tab_display_option_icon_and_label">Icon and label</string>
<string name="highlight_and_underline">Highlight and underline</string>
<string name="back">Back</string>
<string name="theme_font_family">Theme font family</string>
<string name="translation_destination">Translation destination</string>
<string name="accept">Accept</string>
<string name="deny">Deny</string>
<string name="accepted_users_follow_request">Accepted <xliff:g id="user">%s</xliff:g>\'s follow request.</string>
<string name="denied_users_follow_request">Denied <xliff:g id="user">%s</xliff:g>\'s follow request.</string>
<string name="import_settings">Import settings</string>
<string name="export_settings">Export settings</string>
<string name="export_settings_type_dialog_title">Export settings…</string>
<string name="import_settings_type_dialog_title">Import settings…</string>
<string name="nicknames">Nicknames</string>
<string name="user_colors">User colors</string>
<string name="import_export">Import/Export</string>
<string name="theme_background_alpha">Theme background alpha</string>
<string name="progress">Progress</string>
<string name="hidden_settings">Hidden settings</string>
<string name="hidden_settings_warning_title">WARNING: These settings may harm!</string>
<string name="hidden_settings_warning_message">NEVER change these settings if you don\'t know what it is, or it\'ll:\n * Kill your cat\n * Launch nuclear weapons in North Korea\n * Turn ALL Mahou Shoujo into Majo\n * Destroy the universe</string>
<string name="force_using_private_apis">Force using private APIs</string>
<string name="status_text_limit">Tweet text limit</string>
<string name="load_more_from_top">Load more from top</string>
<string name="load_more_from_top_summary">Useful if you prefer to read from bottom to top</string>
<string name="compose_now">Compose Now</string>
<string name="compose_now_summary">Replaces Google Now shortcut for Compose screen</string>
<string name="compose_now_action">Compose Now action</string>
<string name="open_with_account">Open with account</string>
<string name="card_highlight_option_highlight">Highlight</string>
<string name="card_highlight_option_line">Line</string>
<string name="timeline_sync_service">Timeline sync service</string>
<string name="image_preview_scale_type">Image preview scale type</string>
<string name="image_preview_scale_type_crop">Crop</string>
<string name="image_preview_scale_type_fit_center">Fit center</string>
<string name="quote_protected_status_warning_message">This tweet is protected.\n\nProtected users usually don\'t want their tweets to be shared publicly.</string>
<string name="send_anyway">Send anyway</string>
<string name="following_only">Your following only</string>
<string name="following_only_summary">Display notifications from users you follow only.</string>
<string name="new_direct_message">New direct message</string>
<string name="plain_list_style">Plain list style</string>
<string name="want_old_icon_back">Want old icon back?</string>
<string name="icon_restored_message">Icon restored!</string>
<string name="add">Add</string>
<string name="N_media_quantity_one" tools:ignore="PluralsCandidate"><xliff:g id="items">%d</xliff:g> media</string>
<string name="N_media_quantity_other" tools:ignore="PluralsCandidate"><xliff:g id="items">%d</xliff:g> media</string>
<string name="delete_drafts_confirm">Delete selected drafts?</string>
<string name="extra_configurations">Extra configurations</string>
<string name="click_item_to_config">Click an item to config</string>
<string name="dark_drawer">Dark drawer</string>
<string name="retweets_of_me">Retweets of me</string>
<string name="from_gallery">From gallery</string>
<string name="from_camera">From camera</string>
<string name="excluded">Excluded</string>
<string name="exclude_this_host">Exclude this host</string>
<string name="api_url_format_help">[DOMAIN]: Twitter API domain.\nExample: https://[DOMAIN].twitter.com/ will be replaced to https://api.twitter.com/.</string>
<string name="no_version_suffix">No version suffix</string>
<string name="inverse_selection">Inverse selection</string>
<string name="edit_media">Edit media</string>
<string name="media">Media</string>
<string name="mute_user">Mute <xliff:g id="name">%s</xliff:g></string>
<string name="muted_user">Muted <xliff:g id="name">%s</xliff:g></string>
<string name="unmute_user">Unmute <xliff:g id="name">%s</xliff:g></string>
<string name="unmuted_user">Unmuted <xliff:g id="name">%s</xliff:g></string>
<string name="mute">Mute</string>
<string name="unmute">Unmute</string>
<string name="action_muting">muting</string>
<string name="action_unmuting">unmuting</string>
<string name="mute_user_confirm_message">Mute <xliff:g id="name">%s</xliff:g>? You will no longer see tweets from this user while keep following this user.</string>
<string name="remove_from_filter">Remove from filter</string>
<string name="sort_timeline_by_id">Sort timeline by ID</string>
<string name="style">Style</string>
<string name="color">Color</string>
<string name="font_family">Font family</string>
<string name="appearance">Appearance</string>
<string name="function">Function</string>
<string name="replies">Replies</string>
<string name="profile_banner">Profile banner</string>
<string name="profile">Profile</string>
<string name="listed">Listed</string>
<string name="state_blocking">Blocking</string>
<string name="load_more">Load more</string>
<string name="photo">Photo</string>
<string name="camera">Camera</string>
<string name="gallery">Gallery</string>
<string name="source_camera">Camera</string>
<string name="source_gallery">Gallery</string>
<string name="source_clipboard">Clipboard</string>
<string name="remove">Remove</string>
<string name="load_media">Load media</string>
<string name="profile_text_color">Text color</string>
<string name="profile_background_color">Background color</string>
<string name="profile_link_color_main_color">Link color (main color)</string>
<string name="retweet_quote_confirm_title">Retweet to your followers?</string>
<string name="font">Font</string>
<string name="size">Size</string>
<string name="just_now">Just now</string>
<string name="requested">Requested</string>
<string name="round">Round</string>
<string name="square">Square</string>
<string name="profile_image_style">Profile image style</string>
<string name="media_preview_style">Media preview style</string>
<string name="draft_saved">Draft saved</string>
<string name="open_twitter_links">Open Twitter links</string>
<string name="N_others_quantity_one" tools:ignore="PluralsCandidate">another</string>
<string name="N_others_quantity_other" tools:ignore="PluralsCandidate"><xliff:g id="count">%d</xliff:g> others</string>
<string name="type_name_to_search">Type name to search</string>
<string name="no_user_found">No user found</string>
<string name="members">Members</string>
<string name="subscribers">Subscriber</string>
<string name="read_from_bottom">Read from bottom</string>
<string name="read_from_bottom_summary_off">Jump to latest tweet after refreshing</string>
<string name="read_from_bottom_summary_on">Keep read position after refreshing</string>
<string name="register">Register</string>
<string name="follows">Follows</string>
<string name="belongs_to">Belongs to</string>
<string name="blocked_by_user_summary">You were blocked by <xliff:g id="name">%s</xliff:g></string>
<string name="select_accounts">Select accounts</string>
<string name="media_preview">Media preview</string>
<string name="edit_tabs">Edit tabs</string>
<string name="no_location">No location</string>
<string name="getting_location">Getting location</string>
<string name="save_to_gallery">Save to gallery</string>
<string name="usage_statistics">Usage statistics</string>
<string name="research_hot_mobile">Data-Driven Mobile Network Research</string>
<string name="unknown_location">Unknown location</string>
<string name="ellipsis"></string>
<string name="import_export_settings">Import/Export settings</string>
<string name="usage_statistics_header_summary">Twidere took part in some research project, join these projects will make Twidere and some other application better.</string>
<string name="no_tab">No tab</string>
<string name="user_protected_summary">You need to send follow request to this protected user to see tweets</string>
<string name="no_account">No account</string>
<string name="permission_description_shorten_status">Application can shorten tweet for Twidere, so it can access your tweet to send.</string>
<string name="permission_description_upload_media">Application can upload media for Twidere, so it can access media in your tweet to send.</string>
<string name="permission_description_sync_timeline">Application can sync read position for Twidere, so it can access your read position.</string>
<string name="usage_statistics_notification_summary">Help us improve Twidere!</string>
<string name="from_name">From <xliff:g id="name">%1$s</xliff:g></string>
<string name="from_name_and_name">From <xliff:g id="name">%1$s</xliff:g> and <xliff:g id="name">%2$s</xliff:g></string>
<string name="from_name_and_N_others">From <xliff:g id="name">%1$s</xliff:g> and <xliff:g id="name">%2$d</xliff:g> others</string>
<string name="projects_we_took_part">Projects we took part</string>
<string name="activated_accounts">Activated accounts</string>
<string name="search">Search</string>
<string name="crop">Crop</string>
<string name="scale">Scale</string>
<string name="user_type_verified">Verified</string>
<string name="user_type_protected">Protected</string>
<string name="tweet_hashtag">Tweet #<xliff:g id="text">%1$s</xliff:g></string>
<string name="share_status">Share tweet</string>
<string name="pebble_notifications">Pebble Notifications</string>
<string name="pebble_notifications_summary">Send Notifications to your Pebble</string>
<!-- 'Tweet' here is a verb -->
<string name="tweet_from_name">Tweet from <xliff:g id="text">%1$s</xliff:g></string>
<string name="permission_label_shorten_status">Shorten tweet</string>
<string name="permission_label_upload_media">Upload media</string>
<string name="permission_label_sync_timeline">Sync timeline</string>
<string name="thumbor_integration">Thumbor integration</string>
<string name="server_address">Server address</string>
<string name="security_key">Security key</string>
<string name="hide_card_actions">Hide card actions</string>
<string name="N_statuses_quantity_one" tools:ignore="PluralsCandidate"><xliff:g id="count">%d</xliff:g> tweet</string>
<string name="N_statuses_quantity_other" tools:ignore="PluralsCandidate"><xliff:g id="count">%d</xliff:g> tweets</string>
<string name="N_favorites_quantity_one" tools:ignore="PluralsCandidate"><xliff:g id="count">%d</xliff:g> favorite</string>
<string name="N_favorites_quantity_other" tools:ignore="PluralsCandidate"><xliff:g id="count">%d</xliff:g> favorites</string>
<string name="N_likes_quantity_one" tools:ignore="PluralsCandidate"><xliff:g id="count">%d</xliff:g> like</string>
<string name="N_likes_quantity_other" tools:ignore="PluralsCandidate"><xliff:g id="count">%d</xliff:g> likes</string>
<string name="drafts_hint_messages">Your unsent tweets will save here</string>
<string name="keyboard_shortcuts">Keyboard shortcuts</string>
<string name="keyboard_shortcut_hint">Press keys</string>
<string name="conflicts_with_name">Conflicts with <xliff:g id="name">%s</xliff:g></string>
<string name="overwrite">Overwrite</string>
<string name="navigation">Navigation</string>
<string name="reset_to_default">Reset to default</string>
<string name="reset_keyboard_shortcuts_confirm">Reset keyboard shortcuts to default?</string>
<string name="open_accounts_dashboard">Open accounts dashboard</string>
<string name="previous_tab">Previous tab</string>
<string name="next_tab">Next tab</string>
<string name="keyboard_shortcut_back">Back</string>
<string name="press_again_to_close">Press again to close</string>
<string name="name_not_set"><xliff:g id="name">%s</xliff:g> not set</string>
<string name="swipe_down_to_refresh">Swipe down to refresh</string>
<string name="app_restart_confirm">Twidere will restart to apply settings.</string>
<string name="dont_restart">Don\'t restart</string>
<string name="user_list_details">List details</string>
<string name="invalid_list_name">Must start with a letter and can consist only letters, numbers, \"-\", or \"_\".</string>
<string name="delete_conversation">Delete conversation</string>
<string name="delete_conversation_confirm_message">Delete all messages of this conversation?</string>
<string name="name_first_summary_on">Display name first</string>
<string name="name_first_summary_off">Display \@screenname first</string>
<string name="comment_hint">Comment…</string>
<string name="comment">Comment</string>
<string name="enable_retweets">Enable retweets</string>
<string name="disable_retweets">Disable retweets</string>
<string name="play">Play</string>
<string name="pause">Pause</string>
<string name="jump_to_top">Jump to top</string>
<string name="timeline_streaming_running">Timeline streaming running</string>
<string name="streaming">Streaming</string>
<string name="enable_streaming">Enable streaming</string>
<string name="dark_theme">Dark theme</string>
<string name="wizard_hint_title_location_requirement">Location permission</string>
<string name="wizard_hint_summary_location_requirement">Twidere needs location permission when you send tweet containing location.</string>
<string name="wizard_hint_title_storage_requirement">Storage permission</string>
<string name="wizard_hint_summary_storage_requirement">Twidere needs storage permission when you access documents.</string>
<string name="scrapyard">Scrapyard</string>
<string name="crop_image">Crop image</string>
<string name="usage_label_sent">Sent</string>
<string name="usage_label_received">Received</string>
<string name="this_month">This month</string>
<string name="media_preload">Media preload</string>
<string name="on_mobile_network">On mobile network</string>
<string name="set_consumer_key_secret_message">Twidere is reaching token limit, you will have to create an app at https://apps.twitter.com/ and paste consumer key and secret below.\nIf you continue using default key, you may not be able to sign in.</string>
<string name="send_at">Send at</string>
<string name="scheduled_statuses">Scheduled tweets</string>
<string name="report_usage_statistics_now">Report usage statistics now</string>
<string name="cache_size_limit">Cache size limit</string>
<string name="bug_reports">Bug reports</string>
<string name="invalid_consumer_key">Invalid consumer key</string>
<string name="invalid_consumer_secret">Invalid consumer secret</string>
<string name="page_up">Page up</string>
<string name="page_down">Page down</string>
<string name="combined_notifications">Combined notifications</string>
<string name="combined_notifications_summary_on">Notifications will be grouped</string>
<string name="combined_notifications_summary_off">Notifications will be displayed separately</string>
<string name="save_media_no_storage_permission_message">Storage permission is needed to save media.</string>
<string name="select_file_no_storage_permission_message">Storage permission is needed to select file.</string>
<string name="user_mentioned_you"><xliff:g id="name">%s</xliff:g> mentioned you</string>
<string name="cant_load_all_replies_message">Can\'t load all replies. &lt;a href=\"#dialog\";&gt;Why?&lt;/a&gt;</string>
<string name="cant_load_all_replies_explanation">Due to Twitter\'s limitation to third party twitter apps, Twidere has no access to replies to a tweet, there\'s no guarantee that Twidere can load all replies to a tweet.</string>
<string name="current_status">Current tweet</string>
<string name="twitter_optimized_searches">Twitter optimized searches</string>
<string name="twitter_optimized_searches_summary">Use special search terms to improve search results like exclude retweets</string>
<string name="i_want_my_stars_back">I want my stars back!</string>
<string name="i_want_my_stars_back_summary">Use favorite (★) instead of like (♥︎)</string>
<string name="copy_link">Copy link</string>
<string name="link_copied_to_clipboard">Link copied to clipboard</string>
<string name="login_verification">Login verification</string>
<string name="login_verification_pin_hint">Check your phone for a PIN code and enter it to log in.</string>
<string name="login_verification_push_hint">Accept login verification request from Twitter app, once you approved the request, click OK.</string>
<string name="login_verification_failed">Login verification failed.</string>
</resources>