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

219 lines
13 KiB
XML
Raw Normal View History

2017-04-28 22:19:32 +02:00
<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">File size 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>
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>
<string name="confirm_boost">Boost this status? 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">followed by %1$s</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">Resolve 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">Read gap</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>
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">Authorize for follow request</string>
<string name="follow_request_ng">Reject for follow request</string>
<string name="follow_request_rejected">%1$s\'s follow request is rejected.</string>
<string name="follow_request_authorized">%1$s\'s follow request is authorized.</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">long side %1$d pixels</string>
<string name="image_pick">Pick 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>
2017-04-20 18:23:59 +02:00
</resources>