|
| 1 | +<resources> |
| 2 | + <string name="timeline">Timeline</string> |
| 3 | + <string name="notifications">Notifications</string> |
| 4 | + <string name="explore">Explore</string> |
| 5 | + <string name="profile">Profile</string> |
| 6 | + |
| 7 | + <string name="add_account">Add account</string> |
| 8 | + <string name="post">Post</string> |
| 9 | + <string name="post_by">Post by %s</string> |
| 10 | + |
| 11 | + <string name="boosted_by">Boosted by</string> |
| 12 | + <string name="liked_by">Liked by</string> |
| 13 | + <string name="reacted_by">Reacted by</string> |
| 14 | + |
| 15 | + <string name="x_posts">%s posts</string> |
| 16 | + |
| 17 | + <string name="edit_profile">Edit profile</string> |
| 18 | + <string name="follow">Follow</string> |
| 19 | + <string name="unfollow">Unfollow</string> |
| 20 | + |
| 21 | + <string name="joined_at_x">Joined at %s</string> |
| 22 | + |
| 23 | + <string name="followers">followers</string> |
| 24 | + <string name="following">following</string> |
| 25 | + |
| 26 | + <string name="posts">Posts</string> |
| 27 | + <string name="posts_and_replies">Posts & Replies</string> |
| 28 | + <string name="media">Media</string> |
| 29 | + |
| 30 | + <string name="no_notifications">No notifications...</string> |
| 31 | + |
| 32 | + <string name="instance_host">Instance Host</string> |
| 33 | + <string name="you_must_provide_a_valid_host">You must provide a valid host!</string> |
| 34 | + |
| 35 | + <string name="finish">Finish</string> |
| 36 | + <string name="_continue">Continue</string> |
| 37 | + <string name="cancel">Cancel</string> |
| 38 | + <string name="ok">Ok</string> |
| 39 | + |
| 40 | + <string name="debug">Debug</string> |
| 41 | + |
| 42 | + <string name="search_for_posts_or_users">Search for posts or users...</string> |
| 43 | + <string name="reply">Reply</string> |
| 44 | + <string name="compose">Compose</string> |
| 45 | + |
| 46 | + <string name="visibility_public">Public</string> |
| 47 | + <string name="visibility_public_description">Visible to anyone, shows on global timeline</string> |
| 48 | + <string name="visibility_unlisted">Unlisted</string> |
| 49 | + <string name="visibility_unlisted_description">Visible to anyone, not shown on the global timeline</string> |
| 50 | + <string name="visibility_followers">Followers</string> |
| 51 | + <string name="visibility_followers_description">Visible to followers only</string> |
| 52 | + <string name="visibility_direct">Direct</string> |
| 53 | + <string name="visibility_direct_description">Visible only to mentioned users</string> |
| 54 | + |
| 55 | + <string name="content_warning">Content warning</string> |
| 56 | + <string name="write_your_post_here">Write your post here...</string> |
| 57 | + |
| 58 | + <string name="settings">Settings</string> |
| 59 | + <string name="general">General</string> |
| 60 | + <string name="wellbeing">Wellbeing</string> |
| 61 | + <string name="default_post_visibility">Default post visibility</string> |
| 62 | + <string name="hide_interaction_counters">Hide interaction counters on posts</string> |
| 63 | + <string name="hide_follow_counters">Hide follow counters</string> |
| 64 | + |
| 65 | + <string name="account">Account</string> |
| 66 | + <string name="switch_account">Switch account</string> |
| 67 | + <string name="logout">Log out</string> |
| 68 | + |
| 69 | + <string name="storage">Storage</string> |
| 70 | + <string name="cache">Cache</string> |
| 71 | + <string name="toggle_logged_in_state">Toggle logged in state</string> |
| 72 | + <string name="reset_feature_determinations">Reset feature determinations</string> |
| 73 | + <string name="clear_cache">Clear cache</string> |
| 74 | + <string name="clear_settings">Clear settings</string> |
| 75 | + |
| 76 | + <string name="liked_your_post">liked your post</string> |
| 77 | + <string name="reacted_with_x">reacted with %s</string> |
| 78 | + <string name="boosted_your_post">boosted your post</string> |
| 79 | + <string name="edited_a_post">edited a post</string> |
| 80 | + <string name="a_poll_you_have_voted_in_has_ended">A poll you have voted in has ended</string> |
| 81 | + <string name="just_posted">just posted</string> |
| 82 | + <string name="bit_you">bit you</string> |
| 83 | + <string name="bit_you_back">bit you back</string> |
| 84 | + <string name="bit_your_post">bit your post</string> |
| 85 | + <string name="requested_to_follow_you">requested to follow you</string> |
| 86 | + <string name="followed_you">followed you</string> |
| 87 | + |
| 88 | + <string name="accept">Accept</string> |
| 89 | + <string name="reject">Reject</string> |
| 90 | + |
| 91 | + <string name="boosted">boosted</string> |
| 92 | + |
| 93 | + <string name="show_content">Show content</string> |
| 94 | + <string name="hide_content">Hide content</string> |
| 95 | + |
| 96 | + <string name="copy_link">Copy link</string> |
| 97 | + <string name="open_in_browser">Open in browser</string> |
| 98 | + <string name="bookmark">Bookmark</string> |
| 99 | + <string name="unbookmark">Unbookmark</string> |
| 100 | + <string name="show_boosts">Show boosts</string> |
| 101 | + <string name="show_likes">Show likes</string> |
| 102 | + <string name="show_reactions">Show reactions</string> |
| 103 | + <string name="mute">Mute</string> |
| 104 | + <string name="report">Report</string> |
| 105 | + <string name="edit">Edit</string> |
| 106 | + <string name="delete">Delete</string> |
| 107 | +</resources> |
0 commit comments