Remove references to "toot", "boost", and "Mastodon" (#67)
This commit is contained in:
parent
8b1a059abb
commit
b157966cec
@ -19,7 +19,7 @@
|
||||
<string name="error_media_download_permission">Permission to store media is required.</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 upload failed.</string>
|
||||
<string name="error_sender_account_gone">Error sending toot.</string>
|
||||
<string name="error_sender_account_gone">Error sending post.</string>
|
||||
|
||||
<string name="title_home">Home</string>
|
||||
<string name="title_notifications">Notifications</string>
|
||||
@ -27,7 +27,7 @@
|
||||
<string name="title_public_federated">Federated</string>
|
||||
<string name="title_direct_messages">Direct Messages</string>
|
||||
<string name="title_tab_preferences">Tabs</string>
|
||||
<string name="title_view_thread">Toot</string>
|
||||
<string name="title_view_thread">Post</string>
|
||||
<string name="title_statuses">Posts</string>
|
||||
<string name="title_statuses_with_replies">With replies</string>
|
||||
<string name="title_statuses_pinned">Pinned</string>
|
||||
@ -41,11 +41,11 @@
|
||||
<string name="title_follow_requests">Follow Requests</string>
|
||||
<string name="title_edit_profile">Edit your profile</string>
|
||||
<string name="title_saved_toot">Drafts</string>
|
||||
<string name="title_scheduled_toot">Scheduled toots</string>
|
||||
<string name="title_scheduled_toot">Scheduled posts</string>
|
||||
<string name="title_licenses">Licenses</string>
|
||||
|
||||
<string name="status_username_format">\@%s</string>
|
||||
<string name="status_boosted_format">%s boosted</string>
|
||||
<string name="status_boosted_format">%s reposted</string>
|
||||
<string name="status_sensitive_media_title">Sensitive content</string>
|
||||
<string name="status_media_hidden_title">Media hidden</string>
|
||||
<string name="status_sensitive_media_directions">Click to view</string>
|
||||
@ -57,8 +57,8 @@
|
||||
<string name="message_empty">Nothing here.</string>
|
||||
<string name="footer_empty">Nothing here. Pull down to refresh!</string>
|
||||
|
||||
<string name="notification_reblog_format">%s boosted your toot</string>
|
||||
<string name="notification_favourite_format">%s favorited your toot</string>
|
||||
<string name="notification_reblog_format">%s reposted your post</string>
|
||||
<string name="notification_favourite_format">%s favorited your post</string>
|
||||
<string name="notification_follow_format">%s followed you</string>
|
||||
|
||||
<string name="report_username_format">Report @%s</string>
|
||||
@ -66,28 +66,28 @@
|
||||
|
||||
<string name="action_quick_reply">Quick Reply</string>
|
||||
<string name="action_reply">Reply</string>
|
||||
<string name="action_reblog">Boost</string>
|
||||
<string name="action_unreblog">Remove boost</string>
|
||||
<string name="action_reblog">Repost</string>
|
||||
<string name="action_unreblog">Remove repost</string>
|
||||
<string name="action_favourite">Favorite</string>
|
||||
<string name="action_bookmark">Bookmark</string>
|
||||
<string name="action_unfavourite">Remove favorite</string>
|
||||
<string name="action_more">More</string>
|
||||
<string name="action_compose">Compose</string>
|
||||
<string name="action_login">Login with Mastodon</string>
|
||||
<string name="action_login">Login!</string>
|
||||
<string name="action_logout">Log Out</string>
|
||||
<string name="action_logout_confirm">Are you sure you want to log out of the account %1$s?</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_hide_reblogs">Hide boosts</string>
|
||||
<string name="action_show_reblogs">Show boosts</string>
|
||||
<string name="action_hide_reblogs">Hide reposts</string>
|
||||
<string name="action_show_reblogs">Show reposts</string>
|
||||
<string name="action_report">Report</string>
|
||||
<string name="action_edit">Edit</string>
|
||||
<string name="action_delete">Delete</string>
|
||||
<string name="action_delete_and_redraft">Delete and re-draft</string>
|
||||
<string name="action_send">TOOT</string>
|
||||
<string name="action_send_public">TOOT!</string>
|
||||
<string name="action_send">POST</string>
|
||||
<string name="action_send_public">POST!</string>
|
||||
<string name="action_retry">Retry</string>
|
||||
<string name="action_close">Close</string>
|
||||
<string name="action_view_profile">Profile</string>
|
||||
@ -119,18 +119,18 @@
|
||||
<string name="action_reject">Reject</string>
|
||||
<string name="action_search">Search</string>
|
||||
<string name="action_access_saved_toot">Drafts</string>
|
||||
<string name="action_access_scheduled_toot">Scheduled toots</string>
|
||||
<string name="action_toggle_visibility">Toot visibility</string>
|
||||
<string name="action_access_scheduled_toot">Scheduled posts</string>
|
||||
<string name="action_toggle_visibility">Post visibility</string>
|
||||
<string name="action_content_warning">Content warning</string>
|
||||
<string name="action_emoji_keyboard">Emoji keyboard</string>
|
||||
<string name="action_schedule_toot">Schedule Toot</string>
|
||||
<string name="action_schedule_toot">Schedule Post</string>
|
||||
<string name="action_reset_schedule">Reset</string>
|
||||
<string name="action_add_tab">Add Tab</string>
|
||||
<string name="action_links">Links</string>
|
||||
<string name="action_mentions">Mentions</string>
|
||||
<string name="action_hashtags">Hashtags</string>
|
||||
<string name="action_open_reblogger">Open boost author</string>
|
||||
<string name="action_open_reblogged_by">Show boosts</string>
|
||||
<string name="action_open_reblogger">Open repost author</string>
|
||||
<string name="action_open_reblogged_by">Show reposts</string>
|
||||
<string name="action_open_faved_by">Show favorites</string>
|
||||
|
||||
<string name="title_hashtags_dialog">Hashtags</string>
|
||||
@ -146,8 +146,8 @@
|
||||
<string name="download_media">Download media</string>
|
||||
<string name="downloading_media">Downloading media</string>
|
||||
|
||||
<string name="send_status_link_to">Share toot URL to…</string>
|
||||
<string name="send_status_content_to">Share toot to…</string>
|
||||
<string name="send_status_link_to">Share post URL to…</string>
|
||||
<string name="send_status_content_to">Share post to…</string>
|
||||
<string name="send_media_to">Share media to…</string>
|
||||
|
||||
<string name="confirmation_reported">Sent!</string>
|
||||
@ -176,21 +176,21 @@
|
||||
<string name="login_connection">Connecting…</string>
|
||||
|
||||
<string name="dialog_whats_an_instance">The address or domain of any instance can be entered
|
||||
here, such as mastodon.social, icosahedron.website, social.tchncs.de, and
|
||||
here, such as mastodon.social, pleroma.site, expired.mentality.rip, and
|
||||
<a href="https://instances.social">more!</a>
|
||||
\n\nIf you don\'t yet have an account, you can enter the name of the instance you\'d like to
|
||||
join and create an account there.\n\nAn instance is a single place where your account is
|
||||
hosted, but you can easily communicate with and follow folks on other instances as though
|
||||
you were on the same site.
|
||||
\n\nMore info can be found at <a href="https://joinmastodon.org">joinmastodon.org</a>.
|
||||
\n\nMore info can be found at <a href="https://joinmastodon.org">joinmastodon.org</a>, and a full list of instances can be found at <a href="https://fediverse.network">fediverse.network</a>.
|
||||
</string>
|
||||
<string name="dialog_title_finishing_media_upload">Finishing Media Upload</string>
|
||||
<string name="dialog_message_uploading_media">Uploading…</string>
|
||||
<string name="dialog_download_image">Download</string>
|
||||
<string name="dialog_message_cancel_follow_request">Revoke the follow request?</string>
|
||||
<string name="dialog_unfollow_warning">Unfollow this account?</string>
|
||||
<string name="dialog_delete_toot_warning">Delete this toot?</string>
|
||||
<string name="dialog_redraft_toot_warning">Delete and re-draft this toot?</string>
|
||||
<string name="dialog_delete_toot_warning">Delete this post?</string>
|
||||
<string name="dialog_redraft_toot_warning">Delete and re-draft this [pst?</string>
|
||||
<string name="mute_domain_warning">Are you sure you want to block all of %s? You will not see content from that domain in any public timelines or in your notifications. Your followers from that domain will be removed.</string>
|
||||
<string name="mute_domain_warning_dialog_ok">Hide entire domain</string>
|
||||
|
||||
@ -208,7 +208,7 @@
|
||||
<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_reblogs">my posts are reposted</string>
|
||||
<string name="pref_title_notification_filter_favourites">my posts are favorited</string>
|
||||
<string name="pref_title_notification_filter_poll">polls have ended</string>
|
||||
<string name="pref_title_appearance_settings">Appearance</string>
|
||||
@ -232,7 +232,7 @@
|
||||
|
||||
<string name="pref_title_status_filter">Timeline filtering</string>
|
||||
<string name="pref_title_status_tabs">Tabs</string>
|
||||
<string name="pref_title_show_boosts">Show boosts</string>
|
||||
<string name="pref_title_show_boosts">Show reposts</string>
|
||||
<string name="pref_title_show_replies">Show replies</string>
|
||||
<string name="pref_title_show_media_preview">Download media previews</string>
|
||||
<string name="pref_title_proxy_settings">Proxy</string>
|
||||
@ -262,10 +262,10 @@
|
||||
<string name="notification_mention_descriptions">Notifications about new mentions</string>
|
||||
<string name="notification_follow_name">New Followers</string>
|
||||
<string name="notification_follow_description">Notifications about new followers</string>
|
||||
<string name="notification_boost_name">Boosts</string>
|
||||
<string name="notification_boost_description">Notifications when your toots get boosted</string>
|
||||
<string name="notification_boost_name">Reposts</string>
|
||||
<string name="notification_boost_description">Notifications when your posts get reposted</string>
|
||||
<string name="notification_favourite_name">Favorites</string>
|
||||
<string name="notification_favourite_description">Notifications when your toots get marked as favorite</string>
|
||||
<string name="notification_favourite_description">Notifications when your posts get marked as favorite</string>
|
||||
<string name="notification_poll_name">Polls</string>
|
||||
<string name="notification_poll_description">Notifications about polls that have ended</string>
|
||||
|
||||
@ -300,8 +300,8 @@
|
||||
</string>
|
||||
<string name="about_tusky_account">Tusky\'s Profile</string>
|
||||
|
||||
<string name="status_share_content">Share content of toot</string>
|
||||
<string name="status_share_link">Share link to toot</string>
|
||||
<string name="status_share_content">Share content of post</string>
|
||||
<string name="status_share_link">Share link to post</string>
|
||||
<string name="status_media_images">Images</string>
|
||||
<string name="status_media_video">Video</string>
|
||||
|
||||
@ -321,7 +321,7 @@
|
||||
|
||||
<string name="follows_you">Follows you</string>
|
||||
<string name="pref_title_alway_show_sensitive_media">Always show sensitive content</string>
|
||||
<string name="pref_title_alway_open_spoiler">Always expand toots marked with content warnings</string>
|
||||
<string name="pref_title_alway_open_spoiler">Always expand posts marked with content warnings</string>
|
||||
<string name="title_media">Media</string>
|
||||
<string name="replying_to">Replying to @%s</string>
|
||||
<string name="load_more_placeholder_text">load more</string>
|
||||
@ -337,7 +337,7 @@
|
||||
<string name="filter_add_description">Phrase to filter</string>
|
||||
|
||||
<string name="add_account_name">Add Account</string>
|
||||
<string name="add_account_description">Add new Mastodon Account</string>
|
||||
<string name="add_account_description">Add new Fediverse Account</string>
|
||||
|
||||
<string name="action_lists">Lists</string>
|
||||
<string name="title_lists">Lists</string>
|
||||
@ -362,11 +362,11 @@
|
||||
<string name="lock_account_label">Lock account</string>
|
||||
<string name="lock_account_label_description">Requires you to manually approve followers</string>
|
||||
<string name="compose_save_draft">Save draft?</string>
|
||||
<string name="send_toot_notification_title">Sending Toot…</string>
|
||||
<string name="send_toot_notification_error_title">Error sending toot</string>
|
||||
<string name="send_toot_notification_channel_name">Sending Toots</string>
|
||||
<string name="send_toot_notification_title">Sending Post…</string>
|
||||
<string name="send_toot_notification_error_title">Error sending post</string>
|
||||
<string name="send_toot_notification_channel_name">Sending Posts</string>
|
||||
<string name="send_toot_notification_cancel_title">Sending cancelled</string>
|
||||
<string name="send_toot_notification_saved_content">A copy of the toot has been saved to your drafts</string>
|
||||
<string name="send_toot_notification_saved_content">A copy of the post has been saved to your drafts</string>
|
||||
<string name="action_compose_shortcut">Compose</string>
|
||||
|
||||
<string name="error_no_custom_emojis">Your instance %s does not have any custom emojis</string>
|
||||
@ -376,7 +376,7 @@
|
||||
<string name="download_fonts">You\'ll need to download these emoji sets first</string>
|
||||
<string name="performing_lookup_title">Performing lookup…</string>
|
||||
<string name="expand_collapse_all_statuses">Expand/Collapse all statuses</string>
|
||||
<string name="action_open_toot">Open toot</string>
|
||||
<string name="action_open_toot">Open post</string>
|
||||
<string name="restart_required">App restart required</string>
|
||||
<string name="restart_emoji">You\'ll need to restart Tusky in order to apply these changes</string>
|
||||
<string name="later">Later</string>
|
||||
@ -391,8 +391,8 @@
|
||||
<string name="profile_badge_bot_text">Bot</string>
|
||||
<string name="account_moved_description">%1$s has moved to:</string>
|
||||
|
||||
<string name="reblog_private">Boost to original audience</string>
|
||||
<string name="unreblog_private">Unboost</string>
|
||||
<string name="reblog_private">Repost to original audience</string>
|
||||
<string name="unreblog_private">Unrepost</string>
|
||||
|
||||
<string name="license_description">Tusky contains code and assets from the following open source projects:</string>
|
||||
<string name="license_apache_2">Licensed under the Apache License (copy below)</string>
|
||||
@ -417,11 +417,11 @@
|
||||
</plurals>
|
||||
|
||||
<plurals name="reblogs">
|
||||
<item quantity="one"><b>%s</b> Boost</item>
|
||||
<item quantity="other"><b>%s</b> Boosts</item>
|
||||
<item quantity="one"><b>%s</b> Repost</item>
|
||||
<item quantity="other"><b>%s</b> Reposts</item>
|
||||
</plurals>
|
||||
|
||||
<string name="title_reblogged_by">Boosted by</string>
|
||||
<string name="title_reblogged_by">Reposted by</string>
|
||||
<string name="title_favourited_by">Favorited by</string>
|
||||
|
||||
<string name="conversation_1_recipients">%1$s</string>
|
||||
@ -475,7 +475,7 @@
|
||||
<string name="notifications_apply_filter">Filter</string>
|
||||
<string name="filter_apply">Apply</string>
|
||||
|
||||
<string name="compose_shortcut_long_label">Compose Toot</string>
|
||||
<string name="compose_shortcut_long_label">Compose Post</string>
|
||||
<string name="compose_shortcut_short_label">Compose</string>
|
||||
|
||||
<string name="notification_clear_text">Are you sure you want to permanently clear all your notifications?</string>
|
||||
|
Loading…
Reference in New Issue
Block a user