SubwayTooter-Android-App/app/src/main/res/values/strings.xml

472 lines
33 KiB
XML

<resources>
<string name="app_name">Subway Tooter</string>
<string name="action_settings">Settings</string>
<string name="account_add">Add an account</string>
<string name="instance">Instance</string>
<string name="user_mail_address">Email</string>
<string name="user_password">Password</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="instance_not_specified">Instance not specified</string>
<string name="mail_not_specified">Email not specified</string>
<string name="password_not_specified">Password not specified</string>
<string name="network_error">Network error.</string>
<string name="network_error_arg">Network error. %1$s</string>
<string name="api_error">API error. %1$s</string>
<string name="register_app_to_server">Registering this app to %1$s…</string>
<string name="request_access_token">Requesting access token…</string>
<string name="request_api">Get %1$s…</string>
<string name="column_empty">Use the left-bottom menu button to add a column</string>
<string name="home">Home</string>
<string name="local_timeline">Local timeline</string>
<string name="federate_timeline">Federated timeline</string>
<string name="login_required">Please update your access token from the account setting.</string>
<string name="cancelled">Cancelled</string>
<string name="account_pick">Select an account</string>
<string name="account_confirmed">Account confirmed.</string>
<string name="reply">Reply</string>
<string name="more">More</string>
<string name="close_column">Close the column</string>
<string name="thumbnail">Thumbnail</string>
<string name="reload">Reload</string>
<string name="favourites">Favourites</string>
<string name="notifications">Notifications</string>
<string name="reports">Reports</string>
<string name="your_statuses">Your profile</string>
<string name="statuses_of">Profile of %1$s</string>
<string name="follow">Follow</string>
<string name="following">Following</string>
<string name="followers">Followers</string>
<string name="statuses">Statuses</string>
<string name="hide">Hide</string>
<string name="nsfw">NSFW</string>
<string name="tap_to_show">Tap to show</string>
<string name="show">Show</string>
<string name="act_post">Posting Toot</string>
<string name="content_warning">Content warning</string>
<string name="please_add_account">You need to set an account to post a toot.</string>
<string name="not_selected">(not selected)</string>
<string name="content_warning_hint">Write your warning here</string>
<string name="content_hint">The content of your toot</string>
<string name="status">Toot</string>
<string name="list_empty">List empty</string>
<string name="post_from">Post from</string>
<string name="choose_account">Choose your account</string>
<string name="response_not_json">API response is not JSON.</string>
<string name="attachment_too_many">a max of 4 files is allowed.</string>
<string name="account_select_please">Select the account</string>
<string name="login_failed">Login failed</string>
<string name="file_size_too_big">The file is too big. Maximum limit is 8MB.</string>
<string name="visibility_public">Public</string>
<string name="visibility_unlisted">Unlisted</string>
<string name="visibility_private">Private</string>
<string name="visibility_direct">Direct</string>
<string name="choose_visibility">Choose visibility</string>
<string name="confirm_delete_attachment">Remove this attachment?</string>
<string name="post_error_contents_empty">You can\'t post an empty toot.</string>
<string name="post_error_contents_warning_empty">Your toot needs a warning.</string>
<string name="wait_previous_operation">Please wait until last operation is over.</string>
<string name="cant_remove_boost_while_favourited">Can\'t remove boost while favourited</string>
<string name="confirm">Confirm</string>
<string name="confirm_boost_from">Boost this status from %1$s ? It\'s shown to all followers and on your profile page.</string>
<string name="display_name_favourited_by">%1$s favourited</string>
<string name="display_name_boosted_by">%1$s boosted</string>
<string name="display_name_replied_by">%1$s replied</string>
<string name="display_name_followed_by">%1$s is following you</string>
<string name="account">Account</string>
<string name="account_setting">Account settings</string>
<string name="setting">Settings</string>
<string name="app_setting">App settings</string>
<string name="column_list">Columns list</string>
<string name="update_access_token">Update the access token</string>
<string name="account_remove">Remove this account</string>
<string name="actions">Actions</string>
<string name="default_status_visibility">Default visibility of toot</string>
<string name="confirm_before_boost">Confirm before boost</string>
<string name="sensitive_content_default_open">Always open sensitive content</string>
<string name="user">User</string>
<string name="confirm_account_remove">This account will be deleted and all the columns will be removed.\nAre you sure?</string>
<string name="user_name_not_match">Username doesn\'t match</string>
<string name="access_token_updated_for">%1$s\'s access token was updated.</string>
<string name="back_to_column_list">Go to columns list when back button is pressed</string>
<string name="account_empty">Account is not set up.Please add account.</string>
<string name="dont_confirm_before_close_column">Close column without confirmation</string>
<string name="drag_handle">Drag handle</string>
<string name="delete">Delete</string>
<string name="column_list_desc">Swipe to delete. Long press to sort. Changes will be applied when reloading the view.</string>
<string name="last_selection">Last selection</string>
<string name="column_index">%1$d/%2$d</string>
<string name="reply_to_this_status">Reply to this toot:</string>
<string name="cant_change_account_when_attachment_specified">You can\'t change account when you have an attachment.</string>
<string name="column">Column</string>
<string name="conversation_view">Conversation view</string>
<string name="conversation_around">Conversation around toot:%1$d</string>
<string name="instance_not_need_slash">Hostname of the instance, without \'/\', \'\@\'.</string>
<string name="mail_address_not_contains_at_mark">Use emails that contains \'\@\' and \'.\'</string>
<string name="instance_hint">ex) mastodon.social</string>
<string name="mail_hint">ex) your@e-mail.address</string>
<string name="unfollow">Unfollow</string>
<string name="follow_succeeded">Followed successfuly</string>
<string name="unfollow_succeeded">Unfollowed successfuly</string>
<string name="mute">Mute</string>
<string name="unmute">Unmute</string>
<string name="block">Block</string>
<string name="unblock">Unblock</string>
<string name="report">Report</string>
<string name="cant_follow_locked_user">Could not follow the non-public user</string>
<string name="unmute_succeeded">Unmute succeeded</string>
<string name="mute_succeeded">Mute succeeded</string>
<string name="unblock_succeeded">Unblock succeeded</string>
<string name="block_succeeded">Block succeeded</string>
<string name="report_reason">Reason of the report</string>
<string name="comment_empty">You need to state the reason of the report</string>
<string name="report_completed">report completed.</string>
<string name="mention">Mention</string>
<string name="hashtag_of">Hashtag :#%1$s</string>
<string name="open_in_account">Open with %1$s</string>
<string name="open_web_page">Open web page</string>
<string name="open_web_on_host">Open web page on %1$s</string>
<string name="follow_from_another_account">Follow from another account</string>
<string name="search_of">Search \"%1$s\"</string>
<string name="search">Search</string>
<string name="resolve_non_local_account">Load non local account</string>
<string name="question">\?</string>
<string name="confirm_close_column">Close this column?</string>
<string name="favourite_from_another_account">Favourite from another account</string>
<string name="boost_from_another_account">Boost from another account</string>
<string name="app_about">About this app</string>
<string name="oss_license">OSS license</string>
<string name="please_rate">Please take the time to review the app!</string>
<string name="rate_on_store">Rate on store</string>
<string name="please_donate">Please support this app!</string>
<string name="version_is">Version %1$s</string>
<string name="open_instance_website">Open https://%1$s/</string>
<string name="boost">Boost</string>
<string name="favourite">Favourite</string>
<string name="mention2">Mention</string>
<string name="notification_count">%1$d notifications</string>
<string name="app_exit">Close the app</string>
<string name="ask_always">Always ask</string>
<string name="open_column_list">Open columns list</string>
<string name="back_button_action">Action of the back button</string>
<string name="prior_local_url_when_open_attachment">prior local URL when open attachment</string>
<string name="disable_fast_scroller">Disable fast scroller (app restart required)</string>
<string name="delete_succeeded">Successfully deleted</string>
<string name="developer">Developer</string>
<string name="with_attachment">with attachment</string>
<string name="column_is_busy">Column is busy</string>
<string name="read_gap">Load missing messages</string>
<string name="muted_users">Muted users</string>
<string name="blocked_users">Blocked users</string>
<string name="end_of_list">end of the list</string>
<string name="send_text">Send text to apps</string>
<string name="send_header_date">Date</string>
<string name="send_header_from_acct">From-Acct</string>
<string name="send_header_from_name">From-Name</string>
<string name="send_header_content_warning">Content-Warning</string>
<string name="send_header_url">Status-URL</string>
<string name="dont_close_column">Don\'t close column</string>
<string name="column_has_dont_close_option">You can\'t close this column (check column settings).</string>
<string name="ui_theme">UI theme (app restart required)</string>
<string name="theme_light">Light</string>
<string name="theme_dark">Dark</string>
<string name="dont_show_boost">Don\'t show boost</string>
<string name="dont_show_reply">Don\'t show reply</string>
<string name="regex_filter">Regex filter</string>
<string name="regex_error">Regex error</string>
<string name="notification_delete">Empty notifications</string>
<string name="confirm_delete_notification">This will empty your notification on your instance.\nAre you sure?</string>
<string name="search_for">Search %1$s</string>
<string name="spoil_visibility_for_account">Visibility is spoiled for account.</string>
<string name="contributor">contributor</string>
<string name="thanks_for">Thanks for %1$s</string>
<string name="simple_list">Simple list(app restart required)</string>
<string name="mute_app_desc">Swipe to delete. You may need reload to show status published by unmuted apps.</string>
<string name="muted_app">Muted apps</string>
<string name="application_is">app: %1$s</string>
<string name="mute_app_of">mute app \"%1$s\"</string>
<string name="app_was_muted">App was muted.</string>
<string name="favourite_succeeded">favourite succeeded</string>
<string name="unfavourite_succeeded">favourite removed</string>
<string name="boost_succeeded">boost succeeded</string>
<string name="unboost_succeeded">boost removed</string>
<string name="notification_option">notification option</string>
<string name="sound">sound</string>
<string name="vibration">vibration</string>
<string name="led">LED</string>
<string name="follow_requests">Follow requests</string>
<string name="follow_request_ok">Accept the follow request</string>
<string name="follow_request_ng">Decline the follow request</string>
<string name="follow_request_rejected">You decline %1$s\'s follow request.</string>
<string name="follow_request_authorized">You accepted %1$s\'s follow request.</string>
<string name="close">Close</string>
<string name="pseudo_account">Pseudo account (non-login,only reading public data)</string>
<string name="server_confirmed">Server confirmed.</string>
<string name="not_available_for_pseudo_account">Not available for pseudo account</string>
<string name="exit_app_when_close_protected_column">Exit app when try to close protected column with back button without confirm</string>
<string name="resize_image">Resize attachment image (JPEG,PNG)</string>
<string name="dont_resize">Don\'t resize</string>
<string name="long_side_pixel">Resize to %1$d pixels</string>
<string name="image_pick">Pick an image</string>
<string name="image_capture">Take a picture</string>
<string name="missing_storage_permission">Permission to write storage is missing.</string>
<string name="attachment_uploading">Media attachment is uploading…</string>
<string name="attachment_uploaded">Media attachment upload completed.</string>
<string name="actions_for_status">Actions for this toot</string>
<string name="actions_for_user">Actions for this user</string>
<string name="open_profile">Open profile</string>
<string name="send_message">Send message</string>
<string name="send_message_from_another_account">Send message from another account</string>
<string name="open_profile_from_another_account">Open profile from another account</string>
<string name="confirm_block_user">User \"%1$s\" will be blocked. Are you sure?</string>
<string name="confirm_mute_user">User \"%1$s\" will be muted. Are you sure?</string>
<string name="confirm_delete_status">This toot will be deleted. Are you sure?</string>
<string name="nickname_label">Nickname and color (if specified, it\'s shown instead of full acct)</string>
<string name="color">Color</string>
<string name="reset">Reset</string>
<string name="edit">Edit</string>
<string name="acct">Acct</string>
<string name="preview">Preview</string>
<string name="nickname">Nickname</string>
<string name="text_color">Text color</string>
<string name="background_color">Background color</string>
<string name="save">Save</string>
<string name="discard">Discard</string>
<string name="nickname_and_color_and_notification_sound">Nickname, Color, Notification sound</string>
<string name="nickname_and_color">Nickname and Color</string>
<string name="nickname_applied_after_reload">The change of nickname/color will be applied after reload column.</string>
<string name="show_follow_button_in_button_bar">Show follow button in button bar (app restart required)</string>
<string name="follow_requested">Follow request was sent.</string>
<string name="confirmation">Confirmation</string>
<string name="follow_locked_user">Follow locked user</string>
<string name="dont_confirm_again">Don\'t confirm again</string>
<string name="confirm_post_from">Posting a toot from %1$s. Are you sure ?</string>
<string name="confirm_follow_who_from">Follow %1$s from %2$s ?</string>
<string name="confirm_unfollow_who_from">Unfollow %1$s from %2$s ?</string>
<string name="confirm_follow_request_who_from">Send follow request from %2$s to locked user %1$s ?</string>
<string name="follow_request_cant_remove_by_sender">seems follow request can\'t be removed by sender…</string>
<string name="profile">Profile</string>
<string name="profile_of">Profile of %1$s</string>
<string name="it_is_you">It\'s you.</string>
<string name="refresh_after_toot">Refresh after toot</string>
<string name="refresh_scroll_to_toot">Refresh, Scroll to toot</string>
<string name="refresh_no_scroll">Refresh, Don\'t scroll</string>
<string name="dont_refresh">Don\'t refresh</string>
<string name="boosted_by">Boosted by…</string>
<string name="favourited_by">Favourited by…</string>
<string name="hashtag">hashtag</string>
<string name="conversation">conversation</string>
<string name="account_picker_open_user_who">Which account do you open user %1$s ?</string>
<string name="account_picker_add_timeline_of">Which account do you open %1$s ?</string>
<string name="account_picker_open_setting">Which account do you open setting?</string>
<string name="account_picker_favourite">Which account do you favourite ?</string>
<string name="account_picker_boost">Which account do you boost?</string>
<string name="account_picker_follow">Which account do you follow?</string>
<string name="account_picker_toot">Which account do you toot?</string>
<string name="qr_code">QR code</string>
<string name="generating_qr_code">Making QR code…</string>
<string name="media_attachment">Media attachment</string>
<string name="visibility">Visibility</string>
<string name="clear">Clear</string>
<string name="toot">Toot</string>
<string name="clear_text">Cleat text</string>
<string name="clear_text_and_media">Clear text and media</string>
<string name="dont_round_avatar">Don\'t round corner of avatar image (app restart required)</string>
<string name="menu">Menu</string>
<string name="open_in_pseudo_account">Open in emulated account on %1$s</string>
<string name="color_and_background">Color and Background…</string>
<string name="column_background">Column\'s background</string>
<string name="pick_image">Pick an image</string>
<string name="image_alpha">Image alpha</string>
<string name="image">Image</string>
<string name="column_header">Column header</string>
<string name="foreground_color">Foreground color</string>
<string name="hashtag_and_visibility_not_match">this message contains hashtags, but message visibility is not public. normally hashtags are searchable only in public messages. Are you sure?</string>
<string name="copy">Copy</string>
<string name="send">Send</string>
<string name="mute_word">Ban word</string>
<string name="select_and_copy">Select and copy</string>
<string name="search_web">Web search</string>
<string name="muted_word">Banned words</string>
<string name="word_was_muted">The word was banned.</string>
<string name="copy_complete">Clipboard updated.</string>
<string name="footer_color">Footer\'s color</string>
<string name="button_background_color">Button\'s background color</string>
<string name="button_foreground_color">Button\'s foreground color</string>
<string name="tab_background_color">Tab\'s background color</string>
<string name="tab_divider_color">Tab\'s divider color</string>
<string name="open_status_from">Open status from</string>
<string name="help_translation">Help with the translation</string>
<string name="dont_use_streaming_api">Refresh manually the feeds</string>
<string name="dont_refresh_on_activity_resume">Disable auto-refresh when returning to the app.</string>
<string name="status_id_conversion_failed">Status id conversion failed.</string>
<string name="already_favourited">Already favourited.</string>
<string name="already_boosted">Already boosted.</string>
<string name="dont_screen_off">Keep the screen on when using the app.</string>
<string name="hide_media_default">Hide all media</string>
<string name="cant_close_column_by_back_button_when_multiple_column_shown">You can\'t close the column using the back button when multiple columns are shown.</string>
<string name="disable_tablet_mode">Disable tablet mode (app restart required)</string>
<string name="minimum_column_width">Minimum column width (default=300(dp),app restart required)</string>
<string name="media_thumbnail_height">Media Thumbnail height (default=64(dp), app restart required)</string>
<string name="account_picker_reply">Which account do you reply from?</string>
<string name="reply_from_another_account">Reply from another account</string>
<string name="launcher_icon_by">Thanks to フタバ for the application icon.</string>
<string name="ssl_bug_7_0">Android 7.0 can only use the elliptic curve \"prime256v1\".\nUnfortunately your instance seems to not support it.\nThis bug has been fixed in Android 7.1.1.\nYou can either upgrade your OS or ask the administrator of your instance to add support to the elliptic curve \"prime256v1\".\nSee also https://code.google.com/p/android/issues/detail?id=224438</string>
<string name="timeline_font">Timeline font (app restart required)</string>
<string name="timeline_font_bold">Timeline font (bold, app restart required)</string>
<string name="restore_draft">Restore from draft</string>
<string name="select_draft">Which draft to restore ?</string>
<string name="account_in_draft_is_lost">The account used for this draft has been removed from app. The following context can not be restored. in_reply_to, media attachment.</string>
<string name="reply_to_in_draft_is_lost">The reply origin referred by draft has been lost. The following context is removed. in_reply_to</string>
<string name="attachment_in_draft_is_lost">Some of media attachment in the draft have been lost.</string>
<string name="app_data_export">Export app data</string>
<string name="app_data_import">Import app data</string>
<string name="app_data_import_desc">You can export data to any app that can receive data, But maybe you can import data only from device\'s storage or Google drive.\nColumn background image may be not exported/imported over device.\nTimeline font is not exported/imported.\nCustom notification sound may be not exported/imported over device.</string>
<string name="app_data_import_confirm">existing data ( before import ) will be cleared. Are you sure?</string>
<string name="user_id_conversion_failed">User id conversion failed.</string>
<string name="draft_picker_desc">Long tap to delete.</string>
<string name="draft_deleted">Draft deleted.</string>
<string name="dont_crop_media_thumbnail">Don\'t crop media thumbnail (app restart required)</string>
<string name="custom_stream_listener">Custom notification listener</string>
<string name="configuration_url">Configuration URL</string>
<string name="secret">Secret</string>
<string name="test">Test</string>
<string name="custom_stream_listener_desc">This setting is for advanced users. If you are not sure, please don\'t edit.</string>
<string name="custom_stream_listener_was_reset">Custom notification listener was reset.</string>
<string name="input_url_and_secret_then_test">Input URL and Secret, then tap Test button.</string>
<string name="tab_indicator_color">Tab\'s indicator color</string>
<string name="plugin">Plugin</string>
<string name="select_plugin">Select plugin</string>
<string name="plugin_not_installed">Plugin is not installed.</string>
<string name="language_code">en</string>
<string name="recommended_plugin">Recommended plugin</string>
<string name="tablet_mode">Tablet mode</string>
<string name="appearance">Appearance</string>
<string name="performance">Performance</string>
<string name="behavior">Behavior</string>
<string name="notification_on_off_desc">See also account setting to enable/disable notification.</string>
<string name="post">Post</string>
<string name="toot_button_default_account">Default acount when toot button tapped</string>
<string name="account_change_failed_old_draft_has_no_in_reply_to_url">Account change failed. Old draft data has no in_reply_to_url, can\'t convert in_repley_to for selected instance.</string>
<string name="in_reply_to_id_conversion_failed">\"in_reply_to\" ID conversion failed.</string>
<string name="prior_chrome_custom_tabs">Prior Chrome Custom Tabs</string>
<string name="enable_speech">Enables speech</string>
<string name="url_omitted">(URL omitted)</string>
<string name="blocked_domains">Blocked domains</string>
<string name="block_domain_that">Block whole domain \"%1$s\"</string>
<string name="confirm_block_domain">Whole domain \"%1$s\" will be blocked. Are you sure?</string>
<string name="confirm_unblock_domain">Unblock domain \"%1$s\"?</string>
<string name="text_to_speech_initializing">TextToSpeech initializing…</string>
<string name="text_to_speech_initialize_failed">TextToSpeech initializing failed. status=%1$s</string>
<string name="text_to_speech_shutdown">TextToSpeech shutdown…</string>
<string name="show_post_button_bar_top">Show buttons bar at the top of posting screen</string>
<string name="client_name">Client name (access token update required)</string>
<string name="toot_search">Toot search</string>
<string name="mastodon_search_portal">Mastodon Search Portal(JP)</string>
<string name="search_desc_mastodon_api">Account/Hashtag search using Mastodon API.</string>
<string name="toot_search_of">Toot search \"%1$s\"</string>
<string name="progress_synchronize_toot">Syncing Toot…</string>
<string name="send_header_account_name">Account-Name</string>
<string name="send_header_account_acct">Account-Acct</string>
<string name="send_header_account_url">Account-Url</string>
<string name="send_header_account_created_at">Account-Created-At</string>
<string name="send_header_account_statuses_count">Account-Statuses-Count</string>
<string name="send_header_account_followers_count">Account-Followers-Count</string>
<string name="send_header_account_following_count">Account-Following-Count</string>
<string name="send_header_account_locked">Account-Locked</string>
<string name="send_header_account_image_avatar">Account-Image-Avatar</string>
<string name="send_header_account_image_avatar_static">Account-Image-Avatar-Static</string>
<string name="send_header_account_image_header">Account-Image-Header</string>
<string name="send_header_account_image_header_static">Account-Image-Header-Static</string>
<string name="open_local_timeline_for">Open timeline of \"%1$s\"</string>
<string name="notification_sound">Notification Sound</string>
<string name="timeline_font_size">Timeline font size (unit:sp. leave empty to default. app restart required)</string>
<string name="acct_font_size">Acct font size (unit:sp. leave empty to default. app restart required)</string>
<string name="dont_add_duplication_check_header">Don\'t add duplication check header</string>
<string name="show_quick_toot_bar">Show \"Quick Toot\" bar (app restart required.)</string>
<string name="quick_toot_hint">Quick Toot</string>
<string name="search_is_not_available_on_pseudo_account">Search function became not available on pseudo account .</string>
<string name="conversation_from_another_account">Conversation view from another account</string>
<string name="show_avatar_image">Show avatar image</string>
<string name="quote_url">Quote URL…</string>
<string name="actions_for_notification">Actions for notification</string>
<string name="delete_this_notification">Delete this notification</string>
<string name="mute_this_conversation">Mute more notifications for this conversation</string>
<string name="unmute_this_conversation">Unmute more notifications for this conversation</string>
<string name="input_access_token">Specify access token (for advanced users)</string>
<string name="access_token">Access token</string>
<string name="token_not_specified">Please input access token.</string>
<string name="quote_name">Quote name…</string>
<string name="format_of_quote_name">Format of \"Quote name\" (set text that contains %1$s)</string>
<string name="dont_show_favourite">Don\'t show favourite</string>
<string name="dont_show_follow">Don\'t show follow</string>
<string name="background_image">Background image</string>
<string name="background_image_alpha">Background image alpha</string>
<string name="acct_color">Acct text color</string>
<string name="content_color">Content text color</string>
<string name="content_sample">(sample)The quick brown fox jumps over the lazy dog.</string>
<string name="enable_gif_animation">Enable GIF animation (It wastes the battery very much)</string>
<string name="acct_sample">(sample)username@instance</string>
<string name="mention_full_acct">Show mention as full acct (column reload required)</string>
<string name="remote_profile_warning">Remote user\'s profile may be inadequate information. You can check more accurate information on the web page.</string>
<string name="public_profile">Public profile</string>
<string name="change_avatar">Change avatar icon</string>
<string name="change_header">Change header image</string>
<string name="display_name">Display name</string>
<string name="note">Note</string>
<string name="uri">URI</string>
<string name="title">Title</string>
<string name="email">E-mail</string>
<string name="description">Description</string>
<string name="version">Version</string>
<string name="instance_information_of">Instance information of \"%1$s\"</string>
<string name="instance_information">Instance information</string>
<string name="missing_mail_app">Missing E-mail app.</string>
<string name="relative_timestamp">Show relative timestamps</string>
<string name="ago">ago</string>
<string name="later">later</string>
<string name="time_within_second">just now</string>
<string name="relative_time_second_1">%1$d second %2$s</string>
<string name="relative_time_second_2">%1$d seconds %2$s</string>
<string name="relative_time_minute_1">%1$d minute %2$s</string>
<string name="relative_time_minute_2">%1$d minutes %2$s</string>
<string name="relative_time_hour_1">%1$d hour %2$s</string>
<string name="relative_time_hour_2">%1$d hours %2$s</string>
<string name="relative_time_day_1">%1$d day %2$s</string>
<string name="relative_time_day_2">%1$d days %2$s</string>
<string name="notification_channel_description">These setting is used to notification for %1$s</string>
<string name="notification_sound_before_oreo">Notification sound (before Android 8.0)</string>
<string name="notification_style_after_oreo">Notification style (Android 8.0 or later)</string>
<string name="notification_for">Notification for %1$s</string>
<string name="notification_style_before_oreo">Notification style(before Android 8. if your device is Android 8.0 or later, please check Account Setting )</string>
<string name="enquete_was_end">Enquete was end.</string>
<string name="enquete_voted">Voted!</string>
<string name="enquete_vote_failed">Vote failed. %1$s</string>
<string name="choice1">choice 1</string>
<string name="choice2">choice 2</string>
<string name="choice3">choice 3(optional)</string>
<string name="choice4">choice 4(optional)</string>
<string name="make_enquete">Make enquete</string>
<string name="dont_use_action_button_with_quick_toot_bar">Disable IME Action button when using \"Quick Toot\" bar (app restart required)</string>
<string name="auto_cw">Automatically hide long text (set line counts greater than 0 to enable this option. app restart required)</string>
<string name="auto_cw_prefix">(Automatic CW)</string>
<string name="enquete_item_is_empty">Enquete choice %1$d is empty.</string>
<string name="enquete_item_too_long">Enquete choice %1$d is too long. please decrease %2$d character(s).</string>
<string name="enquete_item_duplicate">Enquete choice %1$d is a duplicate of other choice.</string>
<string name="profile_pin">Pin on profile</string>
<string name="profile_unpin">Unpin from profile</string>
<string name="profile_pin_progress">Changing pinned status…</string>
<string name="length_warning">\"%1$s\" is too long (%2$d/%3$d characters).\nIt is not acceptable in the standard instance, but it may be acceptable in some instances.\nAre you sure?</string>
<string name="avatar_icon_size">Avatar icon size (unit:dp. default:48. app restart required)</string>
<string name="short_acct_local_user">Short acct for local user (app restart required)</string>
<string name="loading_notification_title">Loading notification…</string>
<string name="error_notification_title">Server Timeout</string>
<string name="error_notification_summary">If it\'s dead instance, please remove account on that server.</string>
</resources>