Tusky-App-Android/app/src/main/res/values-en-rGB/strings.xml

56 lines
3.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="report_description_remote_instance">The account is from another server. Send an anonymised copy of the report there as well\?</string>
<string name="description_post_favourited">Favourited</string>
<string name="title_favourited_by">Favourited by</string>
<plurals name="favs">
<item quantity="one">&lt;b&gt;%1$s&lt;/b&gt; Favourite</item>
<item quantity="other">&lt;b&gt;%1$s&lt;/b&gt; Favourites</item>
</plurals>
<string name="notification_favourite_description">Notifications when your posts get marked as favourite</string>
<string name="notification_favourite_name">Favourites</string>
<string name="pref_title_notification_filter_favourites">my posts are favourited</string>
<string name="action_open_faved_by">Show favourites</string>
<string name="action_view_favourites">Favourites</string>
<string name="action_unfavourite">Remove favourite</string>
<string name="action_favourite">Favourite</string>
<string name="notification_favourite_format">%s favourited your post</string>
<string name="title_favourites">Favourites</string>
<string name="error_authorization_denied">Authorisation was denied.</string>
<string name="error_authorization_unknown">An unidentified authorisation error occurred.</string>
<string name="action_logout">Log out</string>
<string name="pref_title_gradient_for_media">Show colourful gradients for hidden media</string>
<string name="title_edit_profile">Edit your profile</string>
<string name="error_media_upload_permission">Permission to read media is required.</string>
<string name="error_media_upload_image_or_video">Images and videos cannot both be attached to the same post.</string>
<string name="error_network">A network error occurred! Please check your connection and try again!</string>
<string name="error_failed_app_registration">Failed authenticating with that instance.</string>
<string name="error_no_web_browser_found">Couldn\'t find a web browser to use.</string>
<string name="error_retrieving_oauth_token">Failed getting a login token.</string>
<string name="title_notifications">Notifications</string>
<string name="title_posts">Posts</string>
<string name="title_follows">Follows</string>
<string name="title_domain_mutes">Hidden domains</string>
<string name="error_media_upload_type">That type of file cannot be uploaded.</string>
<string name="title_public_federated">Federated</string>
<string name="error_media_upload_sending">The upload failed.</string>
<string name="title_bookmarks">Bookmarks</string>
<string name="error_media_upload_opening">That file could not be opened.</string>
<string name="title_direct_messages">Direct messages</string>
<string name="title_followers">Followers</string>
<string name="error_compose_character_limit">The post is too long!</string>
<string name="error_generic">An error occurred.</string>
<string name="title_public_local">Local</string>
<string name="title_blocks">Blocked users</string>
<string name="title_tab_preferences">Tabs</string>
<string name="title_follow_requests">Follow Requests</string>
<string name="title_home">Home</string>
<string name="title_mutes">Muted users</string>
<string name="title_view_thread">Thread</string>
<string name="error_sender_account_gone">Error sending post.</string>
<string name="error_empty">This cannot be empty.</string>
<string name="error_media_download_permission">Permission to store media is required.</string>
<string name="error_invalid_domain">Invalid domain entered</string>
<string name="title_posts_with_replies">With replies</string>
<string name="title_posts_pinned">Pinned</string>
</resources>