136 lines
8.2 KiB
XML
136 lines
8.2 KiB
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<string name="error_authorization_unknown">An unidentified authorization error occurred.</string>
|
|
<string name="error_authorization_denied" tools:ignore="MissingTranslation">Authorization was denied.</string>
|
|
<string name="error_retrieving_oauth_token" tools:ignore="MissingTranslation">Failed getting a login token.</string>
|
|
<string name="error_fetching_notifications">Notifications could not be fetched.</string>
|
|
<string name="error_compose_character_limit">The status is too long!</string>
|
|
<string name="error_sending_status">The status failed to be sent.</string>
|
|
<string name="error_media_upload_size">The file must be less than 4MB.</string>
|
|
<string name="error_media_upload_type">That type of file is not able to be uploaded.</string>
|
|
<string name="error_media_upload_opening">That file could not be opened.</string>
|
|
<string name="error_media_upload_permission">Permission to read media is required to upload it.</string>
|
|
<string name="error_media_upload_image_or_video">Images and videos cannot both be attached to the same status.</string>
|
|
<string name="error_media_upload_sending">The media could not be uploaded.</string>
|
|
<string name="error_following">That user wasn\'t followed.</string>
|
|
<string name="error_unfollowing">That user wasn\'t unfollowed.</string>
|
|
<string name="error_blocking">That user wasn\'t blocked.</string>
|
|
<string name="error_unblocking">That user wasn\'t unblocked.</string>
|
|
<string name="error_view_thread">Couldn\'t fetch that thread.</string>
|
|
<string name="error_obtain_account">Failed to obtain that account.</string>
|
|
<string name="error_report_unsent">The report could not be sent.</string>
|
|
<string name="error_report_too_few_statuses">At least one status must be reported.</string>
|
|
|
|
<string name="title_home">Home</string>
|
|
<string name="title_notifications">Notifications</string>
|
|
<string name="title_public">Public</string>
|
|
<string name="title_thread">Thread</string>
|
|
<string name="title_tag">#%s</string>
|
|
<string name="title_statuses">Posts</string>
|
|
<string name="title_follows">Follows</string>
|
|
<string name="title_followers">Followers</string>
|
|
<string name="title_favourites">Favourites</string>
|
|
<string name="title_blocks">Blocked users</string>
|
|
|
|
<string name="status_username_format">\@%s</string>
|
|
<string name="status_boosted_format">%s boosted</string>
|
|
<string name="status_sensitive_media_title">Sensitive Media</string>
|
|
<string name="status_sensitive_media_directions">Click to view</string>
|
|
<string name="status_content_warning_show_more">Show More</string>
|
|
<string name="status_content_warning_show_less">Show Less</string>
|
|
|
|
<string name="footer_retry_statuses">Could not load the rest of the statuses.</string>
|
|
<string name="footer_retry_notifications">Could not load the rest of the statuses.</string>
|
|
<string name="footer_retry_accounts">Could not load the rest of the accounts.</string>
|
|
<string name="footer_end_of_statuses">end of the statuses</string>
|
|
<string name="footer_end_of_notifications">end of the notifications</string>
|
|
<string name="footer_end_of_accounts">end of the accounts</string>
|
|
|
|
<string name="notification_reblog_format">%s boosted your toot</string>
|
|
<string name="notification_favourite_format">%s favourited your toot</string>
|
|
<string name="notification_follow_format">%s followed you</string>
|
|
|
|
<string name="report_username_format">Report @%s</string>
|
|
<string name="report_comment_hint">Additional comments?</string>
|
|
|
|
<string name="action_compose">Compose</string>
|
|
<string name="action_login">Login with Mastodon</string>
|
|
<string name="action_logout">Log Out</string>
|
|
<string name="action_follow">Follow</string>
|
|
<string name="action_unfollow">Unfollow</string>
|
|
<string name="action_block">Block</string>
|
|
<string name="action_unblock">Unblock</string>
|
|
<string name="action_report">Report</string>
|
|
<string name="action_delete">Delete</string>
|
|
<string name="action_send">TOOT</string>
|
|
<string name="action_send_public">TOOT!</string>
|
|
<string name="action_retry">Retry</string>
|
|
<string name="action_mark_sensitive">Mark media sensitive</string>
|
|
<string name="action_hide_text">Hide text behind warning</string>
|
|
<string name="action_ok">Ok</string>
|
|
<string name="action_cancel">Cancel</string>
|
|
<string name="action_close">Close</string>
|
|
<string name="action_back">Back</string>
|
|
<string name="action_view_profile">Profile</string>
|
|
<string name="action_view_preferences">Preferences</string>
|
|
<string name="action_view_favourites">Favourites</string>
|
|
<string name="action_view_blocks">Blocked users</string>
|
|
<string name="action_open_in_web">Open in browser</string>
|
|
<string name="action_set_time">Set</string>
|
|
|
|
<string name="confirmation_send">Toot!</string>
|
|
<string name="confirmation_reported">Sent!</string>
|
|
|
|
<string name="hint_domain">Which instance?</string>
|
|
<string name="hint_compose">What\'s happening?</string>
|
|
<string name="hint_content_warning">Content warning</string>
|
|
|
|
<string name="link_no_account">No account?</string>
|
|
|
|
<string name="dialog_no_account">
|
|
Similar to an email address, a Mastodon account can be provided by any one of many
|
|
websites.\n\nSo the address of any instance can be entered here, which will direct you
|
|
there to either make an account or log in.\n\nMore can be found at
|
|
<a href="https://mastodon.social/about">mastodon.social</a>.
|
|
</string>
|
|
<string name="dialog_title_finishing_media_upload">Finishing Media Upload</string>
|
|
<string name="dialog_message_uploading_media">Uploading…</string>
|
|
|
|
<string name="visibility_public">Everyone can see</string>
|
|
<string name="visibility_unlisted">Everyone can see, but not on public timelines</string>
|
|
<string name="visibility_private">Only followers and mentions can see</string>
|
|
|
|
<string name="pref_title_notification_settings">Notifications</string>
|
|
<string name="pref_title_notification_alerts">Alerts</string>
|
|
<string name="pref_title_notification_alert_sound">Notify with a sound</string>
|
|
<string name="pref_title_notification_alert_vibrate">Notify with vibration</string>
|
|
<string name="pref_title_notification_alert_light">Notify with light</string>
|
|
<string name="pref_title_notification_filters">Notify me when</string>
|
|
<string name="pref_title_notification_filter_mentions">mentioned</string>
|
|
<string name="pref_title_notification_filter_follows">followed</string>
|
|
<string name="pref_title_notification_filter_reblogs">my posts are boosted</string>
|
|
<string name="pref_title_notification_filter_favourites">my posts are favourited</string>
|
|
<string name="pref_title_appearance_settings">Appearance</string>
|
|
<string name="pref_title_light_theme">Use the Light Theme</string>
|
|
<string name="action_submit">Submit</string>
|
|
<string name="action_photo_pick">Add media</string>
|
|
<string name="action_compose_options">Privacy options</string>
|
|
<string name="login_success">Welcome back!</string>
|
|
<string name="action_share">Share</string>
|
|
<string name="send_status_to">Share toot URL to…</string>
|
|
<string name="action_mute">Mute</string>
|
|
<string name="action_unmute">Unmute</string>
|
|
<string name="error_unmuting">That user wasn\'t unmuted.</string>
|
|
<string name="error_muting">That user wasn\'t muted.</string>
|
|
<string name="search">Search accounts…</string>
|
|
<string name="toggle_nsfw">NSFW</string>
|
|
<string name="action_mention">Mention</string>
|
|
<string name="notification_mention_format">%s mentioned you</string>
|
|
<string name="error_invalid_domain">Invalid domain entered</string>
|
|
<string name="error_failed_app_registration">This app could not obtain authentication from that server instance.</string>
|
|
<string name="notification_summary_large">%1$s, %2$s, %3$s and %4$d others</string>
|
|
<string name="notification_summary_medium">%1$s, %2$s, and %3$s</string>
|
|
<string name="notification_summary_small">%1$s and %2$s</string>
|
|
<string name="notification_title_summary">%d new interactions</string>
|
|
<string name="pref_title_notifications_enabled">Push notifications</string>
|
|
</resources>
|