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

286 lines
18 KiB
XML
Raw Normal View History

<resources>
<string name="app_name">Subway Tooter</string>
2017-04-20 18:23:59 +02:00
<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>
2017-04-20 18:23:59 +02:00
<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>
2017-04-20 18:23:59 +02:00
2017-04-29 22:51:04 +02:00
<string name="network_error">Network error.</string>
<string name="network_error_arg">Network error. %1$s</string>
2017-04-20 18:23:59 +02:00
<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>
2017-04-28 15:49:44 +02:00
<string name="content_warning_hint">Warning for your toot</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>
2017-04-28 15:49:44 +02:00
<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>
2017-04-28 15:49:44 +02:00
<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>
2017-04-28 16:33:33 +02:00
<string name="post_error_contents_empty">You can\'t post an empty toot.</string>
2017-04-28 15:49:44 +02:00
<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>
2017-04-28 15:49:44 +02:00
<string name="confirm">Confirm</string>
2017-05-04 01:11:05 +02:00
<string name="confirm_boost_from">Boost this status from %1$s ? It\'s shown to all followers and on your profile page.</string>
2017-04-28 15:49:44 +02:00
<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>
2017-04-28 15:49:44 +02:00
<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>
2017-04-28 15:49:44 +02:00
<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>
2017-04-23 07:42:09 +02:00
<string name="column_index">%1$d/%2$d</string>
2017-04-28 15:49:44 +02:00
<string name="reply_to_this_status">Reply to this toot:</string>
2017-04-28 16:33:33 +02:00
<string name="cant_change_account_when_attachment_specified">You can\'t change account when you have an attachment.</string>
2017-04-28 15:49:44 +02:00
<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>
2017-04-28 16:33:33 +02:00
<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>
2017-04-28 15:49:44 +02:00
<string name="unfollow">Unfollow</string>
<string name="follow_succeeded">Follow succeeded</string>
<string name="unfollow_succeeded">Unfollow succeeded</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>
2017-04-28 15:49:44 +02:00
<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>
2017-04-28 15:54:28 +02:00
<string name="open_web_on_host">Open web page on %1$s</string>
<string name="follow_from_another_account">Follow from another account</string>
2017-04-28 15:54:28 +02:00
<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>
2017-04-28 16:33:33 +02:00
<string name="confirm_close_column">Close this column?</string>
2017-04-28 15:54:28 +02:00
<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>
2017-04-28 15:54:28 +02:00
<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>
2017-04-28 15:54:28 +02:00
<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>
2017-04-28 15:54:28 +02:00
<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>
2017-04-28 15:54:28 +02:00
<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>
2017-04-28 15:54:28 +02:00
<string name="column_is_busy">Column is busy</string>
<string name="read_gap">Load missing messages</string>
2017-04-28 15:54:28 +02:00
<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>
2017-04-28 15:54:28 +02:00
<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>
2017-04-27 11:15:14 +02:00
<string name="ui_theme">UI theme (app restart required)</string>
2017-04-28 15:54:28 +02:00
<string name="theme_light">Light</string>
<string name="theme_dark">Dark</string>
<string name="dont_show_boost">Dont show boost</string>
<string name="dont_show_reply">Dont 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>
2017-04-28 17:07:47 +02:00
<string name="contributor">contributor</string>
<string name="thanks_for">Thanks for %1$s</string>
<string name="simple_list">Simple list(app restart required)</string>
2017-04-29 22:51:04 +02:00
<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="boost_succeeded">boost succeeded</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>
2017-05-03 10:25:57 +02:00
<string name="long_side_pixel">Resize to %1$d pixels</string>
<string name="image_pick">Choose your images</string>
<string name="image_capture">Capture by camera</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 (same instance)</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 (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">Nickname and Color</string>
<string name="nickname_applied_after_reload">The change of nickname/color will be applied after reload column.</string>
2017-05-04 01:11:05 +02:00
<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>
2017-05-06 08:10:05 +02:00
<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 pseudo account %1$s</string>
<string name="color_and_background">Color and Background…</string>
<string name="column_background">column background</string>
<string name="pick_image">pick 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>
2017-04-20 18:23:59 +02:00
</resources>