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

1135 lines
73 KiB
XML
Raw Normal View History

2020-03-11 13:46:57 +01:00
<?xml version="1.0" encoding="utf-8"?>
2018-11-27 13:48:03 +01:00
<resources>
<string name="navigation_drawer_open">Open the menu</string>
<string name="navigation_drawer_close">Close the menu</string>
<string name="action_about">About</string>
<string name="action_about_instance">About the instance</string>
<string name="action_privacy">Privacy</string>
<string name="action_cache">Cache</string>
<string name="action_logout">Logout</string>
<string name="login">Login</string>
<!-- common -->
<string name="close">Close</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="cancel">Cancel</string>
<string name="download">Download</string>
<string name="download_file">Download %1$s</string>
<string name="save_over">Media saved</string>
<string name="download_from" formatted="false">File: %1$s</string>
<string name="password">Password</string>
<string name="email">Email</string>
<string name="accounts">Accounts</string>
<string name="toots">Toots</string>
<string name="tags">Tags</string>
<string name="save">Save</string>
<string name="restore">Restore</string>
<string name="no_result">No results!</string>
<string name="instance">Instance</string>
<string name="instance_example">Instance: mastodon.social</string>
<string name="toast_account_changed" formatted="false">Now works with the account %1$s</string>
<string name="add_account">Add an account</string>
<string name="clipboard">The content of the toot has been copied to the clipboard</string>
2019-02-13 09:42:53 +01:00
<string name="clipboard_url">The URL of the toot has been copied to the clipboard</string>
2018-11-27 13:48:03 +01:00
<string name="change">Change</string>
<string name="choose_picture">Select a picture…</string>
<string name="clear">Clean</string>
<string name="camera">Camera</string>
<string name="delete_all">Delete all</string>
<string name="translate_toot">Translate this toot.</string>
<string name="schedule">Schedule</string>
<string name="text_size">Text and icon sizes</string>
<string name="text_size_change">Change the current text size:</string>
<string name="icon_size_change">Change the current icon size:</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="open_with">Open with</string>
<string name="validate">Validate</string>
<string name="media">Media</string>
<string name="share_with">Share with</string>
2019-07-12 19:19:16 +02:00
<string name="shared_via">Shared via Fedilab</string>
2018-11-27 13:48:03 +01:00
<string name="replies">Replies</string>
<string name="username">User name</string>
<string name="drafts">Drafts</string>
<string name="favourite">Favourites</string>
<string name="follow">New followers</string>
<string name="mention">Mentions</string>
<string name="reblog">Boosts</string>
<string name="show_boosts">Show boosts</string>
<string name="show_replies">Show replies</string>
<string name="action_open_in_web">Open in browser</string>
<string name="translate">Translate</string>
<string name="please_wait">Please, wait few seconds before making this action.</string>
<!--- Menu -->
<string name="home_menu">Home</string>
<string name="local_menu">Local timeline</string>
<string name="global_menu">Federated timeline</string>
<string name="neutral_menu_title">Options</string>
<string name="favorites_menu">Favourites</string>
<string name="communication_menu_title">Communication</string>
<string name="muted_menu">Muted users</string>
<string name="blocked_menu">Blocked users</string>
<string name="notifications">Notifications</string>
<string name="follow_request">Follow requests</string>
<string name="settings">Settings</string>
2021-01-10 18:14:35 +01:00
<string name="delete_account_title">Remove an account</string>
<string name="delete_account_message" formatted="false">Remove the account %1$s from the application?</string>
2018-11-27 13:48:03 +01:00
<string name="send_email">Send an email</string>
2019-10-09 10:45:11 +02:00
<string name="click_to_change">Tap on the path to change it</string>
2018-11-27 13:48:03 +01:00
<string name="failed">Failed!</string>
<string name="scheduled_toots">Scheduled toots</string>
<string name="disclaimer_full">Information below may reflect the user\'s profile incompletely.</string>
<string name="insert_emoji">Insert emoji</string>
<string name="no_emoji">The app did not collect custom emojis for the moment.</string>
<string name="live_notif">Live notifications</string>
2020-02-11 17:08:55 +01:00
<string name="logout_confirmation">Are you sure you want to logout?</string>
2020-04-08 18:13:31 +02:00
<string name="logout_account_confirmation">Are you sure you want to logout @%1$s@%2$s?</string>
2018-11-27 13:48:03 +01:00
<!-- Status -->
<string name="no_status">No toot to display</string>
2020-01-19 15:16:54 +01:00
<string name="no_stories">No stories to display</string>
<string name="stories">Stories</string>
2018-11-27 13:48:03 +01:00
<string name="reblog_by">Boosted by %1$s</string>
<string name="favourite_add">Add this toot to your favourites?</string>
<string name="favourite_remove">Remove this toot from your favourites?</string>
<string name="reblog_add">Boost this toot?</string>
<string name="reblog_remove">Unboost this toot?</string>
<string name="pin_add">Pin this toot?</string>
<string name="pin_remove">Unpin this toot?</string>
<string name="more_action_1">Mute</string>
<string name="more_action_2">Block</string>
<string name="more_action_3">Report</string>
2021-01-10 18:14:35 +01:00
<string name="more_action_4">Delete</string>
2018-11-27 13:48:03 +01:00
<string name="more_action_5">Copy</string>
<string name="more_action_6">Share</string>
<string name="more_action_7">Mention</string>
<string name="more_action_8">Timed mute</string>
<string name="more_action_9">Delete &amp; re-draft</string>
<string-array name="more_action_confirm">
<item>Mute this account?</item>
<item>Block this account?</item>
<item>Report this toot?</item>
<item>Block this domain?</item>
2019-05-01 12:04:35 +02:00
<item>Unmute this account?</item>
2020-05-16 14:30:03 +02:00
<item>Unblock this account?</item>
2018-11-27 13:48:03 +01:00
</string-array>
2018-12-16 17:04:11 +01:00
<string-array name="action_notification">
<item>Notify</item>
<item>Silent</item>
</string-array>
2018-11-27 13:48:03 +01:00
<string-array name="more_action_owner_confirm">
2021-01-10 18:14:35 +01:00
<item>Delete this toot?</item>
2018-11-27 13:48:03 +01:00
<item>Delete &amp; re-draft this toot?</item>
</string-array>
<string name="bookmarks">Bookmarks</string>
<string name="bookmark_add">Add to bookmarks</string>
<string name="bookmark_remove">Remove bookmark</string>
<string name="bookmarks_empty">No bookmarks to display</string>
<string name="status_bookmarked">Status has been added to bookmarks!</string>
<string name="status_unbookmarked">Status was removed from bookmarks!</string>
<!-- Date -->
<string name="date_seconds">%d s</string>
<string name="date_minutes">%d m</string>
<string name="date_hours">%d h</string>
<string name="date_day">%d d</string>
2019-11-22 17:58:30 +01:00
<plurals name="date_seconds_polls">
<item quantity="one">%d second</item>
<item quantity="other">%d seconds</item>
</plurals>
<plurals name="date_minutes_polls">
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="date_hours_polls">
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
</plurals>
<plurals name="date_day_polls">
<item quantity="one">%d day</item>
<item quantity="other">%d days</item>
</plurals>
2018-11-27 13:48:03 +01:00
<!-- TOOT -->
<string name="toot_cw_placeholder">Warning</string>
<string name="toot_placeholder">What is on your mind?</string>
<string name="toot_it">TOOT!</string>
2019-02-22 11:30:37 +01:00
<string name="queet_it">QUEET!</string>
2018-11-27 13:48:03 +01:00
<string name="cw">cw</string>
<string name="toot_title">Write a toot</string>
<string name="toot_title_reply">Reply to a toot</string>
2019-02-22 11:30:37 +01:00
<string name="queet_title">Write a queet</string>
<string name="queet_title_reply">Reply to a queet</string>
2018-11-27 13:48:03 +01:00
<string name="toot_select_image">Select a media</string>
<string name="toot_select_image_error">An error occurred while selecting the media!</string>
2021-01-10 18:14:35 +01:00
<string name="toot_delete_media">Remove this media?</string>
2018-11-27 13:48:03 +01:00
<string name="toot_error_no_content">Your toot is empty!</string>
<string name="toot_visibility_tilte">Visibility of the toot</string>
<string name="toots_visibility_tilte">Visibility of the toots by default: </string>
<string name="toot_sent">The toot has been sent!</string>
<string name="toot_reply_content_title">You are replying to this toot:</string>
<string name="toot_sensitive">Sensitive content?</string>
<string-array name="toot_visibility">
<item>Post to public timelines</item>
<item>Do not post to public timelines</item>
<item>Post to followers only</item>
<item>Post to mentioned users only</item>
</string-array>
<string name="no_draft">No drafts!</string>
<string name="choose_toot">Choose a toot</string>
<string name="choose_accounts">Choose an account</string>
<string name="select_accounts">Select some accounts</string>
2021-01-10 18:14:35 +01:00
<string name="remove_draft">Delete draft?</string>
2019-10-09 10:45:11 +02:00
<string name="show_reply">Tap on the button to display the original toot</string>
2018-11-27 13:48:03 +01:00
<string name="upload_form_description">Describe for the visually impaired</string>
<!-- Instance -->
<string name="instance_no_description">No description available!</string>
<!-- About -->
<string name="about_vesrion">Release %1$s</string>
<string name="about_developer">Developer:</string>
<string name="about_license">License: </string>
<string name="about_license_action">GNU GPL V3</string>
<string name="about_code">Source code: </string>
<string name="about_yandex">Translation of toots:</string>
<string name="about_thekinrar">Search instances:</string>
<string name="thanks_text_logo">Icon designer:</string>
<!-- Conversation -->
<string name="conversation">Conversation</string>
<!-- Accounts -->
<string name="no_accounts">No account to display</string>
<string name="no_follow_request">No follow request</string>
<string name="status_cnt">Toots \n %1$s</string>
<string name="following_cnt">Following \n %1$s</string>
<string name="followers_cnt">Followers \n %1$s</string>
<string name="pins_cnt">Pinned \n %d</string>
<string name="authorize">Authorize</string>
<string name="reject">Reject</string>
<!-- Scheduled toots -->
2018-12-09 17:05:47 +01:00
<string name="no_scheduled_toots">No scheduled toots to display!</string>
2018-11-27 13:48:03 +01:00
<string name="no_scheduled_toots_indications">Write a toot and then choose <b>Schedule</b> from the top menu.</string>
<string name="remove_scheduled">Delete scheduled toot?</string>
<string name="media_count">Media: %d</string>
<string name="toot_scheduled">The toot has been scheduled!</string>
<string name="toot_scheduled_date">The scheduled date must be greater than the current hour!</string>
<string name="warning_battery">Battery saver is enabled! It might not work as expected.</string>
<!-- timed mute -->
<string name="timed_mute_date_error">The time for muting should be greater than one minute.</string>
2019-06-23 14:57:00 +02:00
<string name="timed_mute_date">%1$s has been muted until %2$s.\n You can unmute this account from their profile page.</string>
2019-10-09 10:45:11 +02:00
<string name="timed_mute_profile">%1$s is muted until %2$s.\n Tap here to unmute the account.</string>
2018-11-27 13:48:03 +01:00
<!-- Notifications -->
<string name="no_notifications">No notification to display</string>
<string name="notif_mention">mentioned you</string>
2021-01-23 10:03:03 +01:00
<string name="notif_status">wrote a new message</string>
2018-11-27 13:48:03 +01:00
<string name="notif_reblog">boosted your status</string>
<string name="notif_favourite">favourited your status</string>
<string name="notif_follow">followed you</string>
2019-12-17 12:04:45 +01:00
<string name="notif_follow_request">asked to follow you</string>
2018-11-27 13:48:03 +01:00
<plurals name="other_notifications">
<item quantity="one">and another notification</item>
<item quantity="other">and %d other notifications</item>
</plurals>
2019-01-15 18:57:45 +01:00
<plurals name="likes">
<item quantity="one">%d like</item>
<item quantity="other">%d likes</item>
</plurals>
2018-11-27 13:48:03 +01:00
<string name="delete_notification_ask">Delete a notification?</string>
<string name="delete_notification_ask_all">Delete all notifications?</string>
<string name="delete_notification">The notification has been deleted!</string>
<string name="delete_notification_all">All notifications have been deleted!</string>
<!-- HEADER -->
<string name="following">Following</string>
<string name="followers">Followers</string>
<string name="pinned_toots">Pinned</string>
<!-- TOAST -->
<string name="client_error">Unable to get client id!</string>
2019-07-11 19:12:23 +02:00
<string name="connect_error">Unable to connect to instance domain!</string>
2018-11-27 13:48:03 +01:00
<string name="no_internet">No Internet connection!</string>
<string name="toast_block">The account was blocked!</string>
<string name="toast_unblock">The account is no longer blocked!</string>
<string name="toast_mute">The account was muted!</string>
<string name="toast_unmute">The account is no longer muted!</string>
<string name="toast_follow">The account was followed!</string>
<string name="toast_unfollow">The account is no longer followed!</string>
<string name="toast_reblog">The toot was boosted!</string>
<string name="toast_unreblog">The toot is no longer boosted!</string>
<string name="toast_favourite">The toot was added to your favourites!</string>
<string name="toast_unfavourite">The toot was removed from your favourites!</string>
<string name="toast_report">The toot was reported!</string>
<string name="toast_unstatus">The toot was deleted!</string>
<string name="toast_pin">The toot was pinned!</string>
<string name="toast_unpin">The toot was unpinned!</string>
<string name="toast_error">Oops ! An error occurred!</string>
<string name="toast_code_error">An error occurred! The instance did not return an authorisation code!</string>
<string name="toast_error_instance">The instance domain does not seem to be valid!</string>
<string name="toast_error_loading_account">An error occurred while switching between accounts!</string>
<string name="toast_error_search">An error occurred while searching!</string>
<string name="toast_update_credential_ok">The profile data have been saved!</string>
<string name="nothing_to_do">No action can be taken</string>
<string name="toast_saved">The media has been saved!</string>
<string name="toast_error_translate">An error occurred while translating!</string>
2019-04-25 19:02:36 +02:00
<string name="toast_error_translations_disabled">Translations are disabled in settings</string>
2018-11-27 13:48:03 +01:00
<string name="toast_toot_saved">Draft saved!</string>
<string name="toast_error_char_limit">Are you sure this instance allows this number of characters? Usually, this value is close to 500 characters.</string>
<string name="toast_visibility_changed">Visibility of the toots has been changed for the account %1$s</string>
<!-- Settings -->
<string name="set_toots_page">Number of toots per load</string>
<string name="set_attachment_always">Always</string>
<string name="set_attachment_wifi">WIFI</string>
<string name="set_attachment_ask">Ask</string>
<string name="set_attachment_action">Load the media</string>
<string name="load_attachment">Load the pictures</string>
<string name="load_attachment_spoiler">Show more…</string>
<string name="load_attachment_spoiler_less">Show less…</string>
<string name="load_sensitive_attachment">Sensitive content</string>
<string name="set_disable_gif">Disable GIF avatars</string>
<string name="set_folder_title">Path: </string>
<string name="set_auto_store_toot">Save drafts automatically</string>
<string name="set_auto_add_media_url">Add URL of media in toots</string>
<string name="set_notif_follow">Notify when someone follows you</string>
<string name="set_notif_follow_share">Notify when someone boosts your status</string>
<string name="set_notif_follow_add">Notify when someone favourites your status</string>
<string name="set_notif_follow_mention">Notify when someone mentions you</string>
2019-05-04 17:28:39 +02:00
<string name="set_notif_follow_poll">Notify when a poll ended</string>
2021-01-23 10:03:03 +01:00
<string name="set_notif_status">Notify for new posts</string>
2018-11-27 13:48:03 +01:00
<string name="set_share_validation">Show confirmation dialog before boosting</string>
<string name="set_share_validation_fav">Show confirmation dialog before adding to favourites</string>
<string name="set_wifi_only">Notify in WIFI only</string>
<string name="set_notify">Notify?</string>
<string name="set_notif_silent">Silent Notifications</string>
<string name="set_nsfw_timeout">NSFW view timeout (seconds, 0 means off)</string>
2019-11-17 11:40:58 +01:00
<string name="set_med_desc_timeout">Media Description timeout (seconds, 0 means off)</string>
2018-11-27 13:48:03 +01:00
<string name="settings_title_profile">Edit profile</string>
2019-02-15 17:33:27 +01:00
<string name="settings_title_custom_sharing">Custom sharing</string>
<string name="settings_custom_sharing_url">Your custom sharing URL&#8230;</string>
2018-11-27 13:48:03 +01:00
<string name="set_profile_description">Bio…</string>
<string name="set_lock_account">Lock account</string>
<string name="set_save_changes">Save changes</string>
<string name="set_header_picture_overlay">Choose a header picture</string>
<string name="set_fit_preview">Fit preview images</string>
2019-05-22 17:39:13 +02:00
<string name="set_automatically_split_toot">Automatically split toots in replies when chars are over:</string>
2018-11-27 13:48:03 +01:00
<string name="note_no_space">You have reached the 160 characters allowed!</string>
<string name="username_no_space">You have reached the 30 characters allowed!</string>
<string name="settings_time_from">Between</string>
<string name="settings_time_to">and</string>
<string name="settings_time_greater">The time must be greater than %1$s</string>
<string name="settings_time_lower">The time must be lower than %1$s</string>
<string name="settings_hour_init">Start time</string>
<string name="settings_hour_end">End time</string>
<string name="embedded_browser">Use the built-in browser</string>
<string name="custom_tabs">Custom tabs</string>
<string name="use_javascript">Enable Javascript</string>
<string name="expand_cw">Automatically expand cw</string>
<string name="use_cookies">Allow third-party cookies</string>
<string name="your_api_key">Your API key, you can leave blank for Yandex</string>
<string-array name="settings_theme">
<item>Dark</item>
<item>Light</item>
<item>Black</item>
</string-array>
<string name="set_led_colour">Set LED colour:</string>
<string-array name="led_colours">
<item>Blue</item>
<item>Cyan</item>
<item>Magenta</item>
<item>Green</item>
<item>Red</item>
<item>Yellow</item>
<item>White</item>
</string-array>
<string name="action_follow">Follow</string>
<string name="action_unblock">Unblock</string>
<string name="action_mute">Mute</string>
<string name="action_unmute">Unmute</string>
<string name="request_sent">Request sent</string>
<string name="followed_by">Follows you</string>
<string name="action_search">Search</string>
<string name="set_capitalize">First letter in capital for replies</string>
<string name="set_resize_picture">Resize pictures</string>
2019-09-21 10:50:38 +02:00
<string name="set_resize_video">Resize videos</string>
2018-11-27 13:48:03 +01:00
<!-- Quick settings for notifications -->
<string name="settings_popup_title">Push notifications</string>
2019-05-22 17:39:13 +02:00
<string name="settings_popup_message"> Please, confirm push notifications that you want to receive.
2018-11-27 13:48:03 +01:00
You can enable or disable these notifications later in settings (Notifications tab).
2019-05-22 17:39:13 +02:00
</string>
2018-11-27 13:48:03 +01:00
<!-- CACHE -->
<string name="cache_title">Clear cache</string>
<string name="cache_message">There are %1$s of data in cache.\n\nWould you like to delete them?</string>
<string name="cache_units">Mb</string>
<string name="toast_cache_clear">Cache was cleared! %1$s were released</string>
2019-02-15 17:33:27 +01:00
<!-- ACTIVITY CUSTOM SHARING -->
<string name="title_header_custom_sharing">Title</string>
<string name="title_hint_custom_sharing">Title&#8230;</string>
<string name="description_header_custom_sharing">Description</string>
<string name="keywords_header_custom_sharing">Keywords</string>
<string name="keywords_hint_custom_sharing">Keywords&#8230;</string>
2018-11-27 13:48:03 +01:00
<!-- ACTIVITY CACHE -->
<string name="action_sync">Synchronize</string>
<string name="action_filter">Filter</string>
<string name="owner_cached_toots">Your toots</string>
2019-08-27 18:31:53 +02:00
<string name="owner_cached_notifications">Your notifications</string>
2018-11-27 13:48:03 +01:00
<string name="v_public">Public</string>
<string name="v_unlisted">Unlisted</string>
<string name="v_private">Private</string>
<string name="v_direct">Direct</string>
<string name="v_keywords">Some keywords…</string>
<string name="show_media">Show media</string>
<string name="show_pinned">Show pinned</string>
<string name="filter_no_result">No matching result found!</string>
<string name="data_backup_toots">Backup toots for %1$s</string>
<string name="data_backup_success">%1$s new toots have been imported</string>
2019-08-27 18:31:53 +02:00
<string name="data_backup_notification_success">%1$s new notifications have been imported</string>
2019-10-20 18:12:29 +02:00
<string-array name="filter_order">
<item>Dates descending</item>
<item>Dates ascending</item>
</string-array>
2018-11-27 13:48:03 +01:00
<string-array name="filter_select">
<item>No</item>
<item>Only</item>
<item>Both</item>
</string-array>
<string name="owner_cached_toots_empty">No toots were found in database. Please, use the synchronize button from the menu to retrieve them.</string>
<!-- PRIVACY -->
<string name="privacy_data_title">Recorded data</string>
2019-05-22 17:39:13 +02:00
<string name="privacy_data"> Only basic information from accounts are stored on the device.
2018-11-27 13:48:03 +01:00
These data are strictly confidential and can only be used by the application.
Deleting the application immediately removes these data.\n
&#9888; Login and passwords are never stored. They are only used during a secure authentication (SSL) with an instance.
2019-05-22 17:39:13 +02:00
</string>
2018-11-27 13:48:03 +01:00
<string name="privacy_authorizations_title">Permissions:</string>
2019-05-22 17:39:13 +02:00
<string name="privacy_authorizations"> - <b>ACCESS_NETWORK_STATE</b>: Used to detect if the device is connected to a WIFI network.\n
2018-11-27 13:48:03 +01:00
- <b>INTERNET</b>: Used for queries to an instance.\n
- <b>WRITE_EXTERNAL_STORAGE</b>: Used to store media or to move the app on a SD card.\n
- <b>READ_EXTERNAL_STORAGE</b>: Used to add media to toots.\n
- <b>BOOT_COMPLETED</b>: Used to start the notification service.\n
- <b>WAKE_LOCK</b>: Used during the notification service.
2019-05-22 17:39:13 +02:00
</string>
2018-11-27 13:48:03 +01:00
<string name="privacy_API_authorizations_title">API permissions:</string>
2019-05-22 17:39:13 +02:00
<string name="privacy_API_authorizations"> - <b>Read</b>: Read data.\n
2018-11-27 13:48:03 +01:00
- <b>Write</b>: Post statuses and upload media for statuses.\n
- <b>Follow</b>: Follow, unfollow, block, unblock.\n\n
<b>&#9888; These actions are carried out only when user requests them.</b>
2019-05-22 17:39:13 +02:00
</string>
2018-11-27 13:48:03 +01:00
<string name="privacy_API_title">Tracking and Libraries</string>
2019-05-22 17:39:13 +02:00
<string name="privacy_API"> The application <b>does not use tracking tools</b> (audience measurement, error reporting, etc.) and does not contain any advertising.\n\n
2018-11-27 13:48:03 +01:00
The use of libraries is minimized: \n
- <b>Glide</b>: To manage media\n
- <b>Android-Job</b>: To manage services\n
- <b>PhotoView</b>: To manage images\n
2019-05-22 17:39:13 +02:00
</string>
2018-11-27 13:48:03 +01:00
<string name="privacy_API_yandex_title">Translation of toots</string>
2019-05-22 17:39:13 +02:00
<string name="privacy_API_yandex_authorizations"> The application offers the ability to translate toots using the locale of the device and the Yandex API.\n
2018-11-27 13:48:03 +01:00
Yandex has its proper privacy-policy which can be found here: https://yandex.ru/legal/confidential/?lang=en
2019-05-22 17:39:13 +02:00
</string>
<string name="thanks_text_dev"> Thank you to:
</string>
2018-11-27 13:48:03 +01:00
<string name="filter_regex">Filter out by regular expressions</string>
<string name="search">Search</string>
<string name="delete">Delete</string>
<string name="fetch_more_toots">Fetch more toots…</string>
<!-- About lists -->
<string name="action_lists">Lists</string>
<string name="action_lists_confirm_delete">Are you sure you want to permanently delete this list?</string>
<string name="action_lists_empty_content">There is nothing in this list yet. When members of this list post new statuses, they will appear here.</string>
<string name="action_lists_add_to">Add to list</string>
<string name="action_lists_create">Add list</string>
<string name="action_lists_delete">Delete list</string>
<string name="action_lists_update">Edit list</string>
<string name="action_lists_title_placeholder">New list title</string>
2019-08-19 17:41:35 +02:00
<string name="action_lists_add_user">The account was added to the list!</string>
<string name="action_lists_empty">You don\'t have any lists yet!</string>
2018-11-27 13:48:03 +01:00
<!-- Migration -->
<string name="account_moved_to">%1$s has moved to %2$s</string>
<string name="issue_login_title">Authentication does not work?</string>
2019-05-22 17:39:13 +02:00
<string name="issue_login_message"> <b>Here are some checks that might help:</b>\n\n
2018-11-27 13:48:03 +01:00
- Check there is no spelling mistakes in the instance name\n\n
- Check that your instance is not down\n\n
- If you use the two-factor authentication (2FA), please use the link at the bottom (once the instance name is filled)\n\n
- You can also use this link without using the 2FA\n\n
2019-06-05 16:35:06 +02:00
- If it still does not work, please raise an issue on FramaGit at https://framagit.org/tom79/fedilab/issues
2019-05-22 17:39:13 +02:00
</string>
2019-10-09 10:45:11 +02:00
<string name="media_ready">Media has been loaded. Tap here to display it.</string>
2018-11-27 13:48:03 +01:00
<string name="data_export_start">This action can be quite long. You will be notified when it will be finished.</string>
<string name="data_export_running">Still running, please wait…</string>
<string name="data_export">Export statuses</string>
<string name="data_export_toots">Export statuses for %1$s</string>
<string name="data_export_success">%1$s toots out of %2$s have been exported.</string>
<string name="data_export_error">Something went wrong when exporting data for %1$s</string>
2019-01-25 11:48:11 +01:00
<string name="data_export_error_simple">Something went wrong when exporting data!</string>
<string name="data_import_error_simple">Something went wrong when importing data!</string>
2018-11-27 13:48:03 +01:00
<!-- Proxy -->
<string name="proxy_set">Proxy</string>
<string name="proxy_enable">Enable proxy?</string>
<string name="poxy_host">Host</string>
<string name="poxy_port">Port</string>
<string name="poxy_login">Login</string>
<string name="poxy_password">Password</string>
<string name="set_share_details">Add toot details when sharing</string>
<string name="support_the_app_on_liberapay">Support the app on Liberapay</string>
<string name="alert_regex">There is an error in the regular expression!</string>
<string name="toast_instance_unavailable">No timelines was found on this instance!</string>
<string name="delete_instance">Delete this instance?</string>
<string name="which_language">Translate in</string>
<string name="follow_instance">Follow instance</string>
<string name="toast_instance_already_added">You already follow this instance!</string>
<string name="toast_instance_followed">The instance is followed!</string>
<string name="action_partnership">Partnerships</string>
<string name="neutral_menu_information">Information</string>
<string name="hide_boost">Hide boosts from %s</string>
<string name="endorse">Feature on profile</string>
<string name="show_boost">Show boosts from %s</string>
<string name="unendorse">Don\'t feature on profile</string>
<string name="toast_endorse">The account is now featured on profile</string>
<string name="toast_unendorse">The account is no longer featured on profile</string>
<string name="toast_show_boost">Boosts are now shown!</string>
<string name="toast_hide_boost">Boosts are now hidden!</string>
<string name="direct_message">Direct message</string>
<string name="filters">Filters</string>
2019-10-09 10:45:11 +02:00
<string name="action_filters_empty_content">No filters to display. You can create one by tapping on the \"+\" button.</string>
2018-11-27 13:48:03 +01:00
<string name="filter_keyword">Keyword or phrase</string>
<string name="context_home">Home timeline</string>
<string name="context_public">Public timelines</string>
<string name="context_notification">Notifications</string>
<string name="context_conversation">Conversations</string>
<string name="filter_keyword_explanations">Will be matched regardless of casing in text or content warning of a toot</string>
<string name="context_drop">Drop instead of hide</string>
<string name="context_drop_explanations">Filtered toots will disappear irreversibly, even if filter is later removed</string>
<string name="context_whole_word_explanations">When the keyword or phrase is alphanumeric only, it will only be applied if it matches the whole word</string>
<string name="context_whole_word">Whole word</string>
<string name="filter_context">Filter contexts</string>
<string name="filter_context_explanations">One or multiple contexts where the filter should apply</string>
<string name="filter_expire">Expire after</string>
<string name="action_filter_delete">Delete filter?</string>
<string name="action_update_filter">Update filter</string>
<string name="action_filter_create">Create filter</string>
<string name="how_to_follow">Whom to follow</string>
<string name="action_who_to_follow_empty_content">There is no accounts listed for the moment!</string>
<string name="follow_account">Follow</string>
<string name="select_all">Select all</string>
<string name="unselect_all">Unselect all</string>
<string name="follow_trunk">%s is followed!</string>
<string name="create_list_trunk">Creating the list %s</string>
<string name="add_account_list_trunk">Adding accounts to the list</string>
<string name="account_added_list_trunk">Accounts were added to the list</string>
<string name="adding_account_list_trunk">Adding accounts to the list</string>
2019-10-09 10:45:11 +02:00
<string name="action_list_add">You have not created a list yet. Tap on the \"+\" button to add a new one.</string>
2018-11-27 13:48:03 +01:00
<string name="about_trunk">Who to follow</string>
<string name="about_trunk_action">Trunk API</string>
<string name="toast_impossible_to_follow">Account(s) can\'t be followed</string>
<string name="retrieve_remote_account">Fetching remote account</string>
<string name="expand_image">Automatically expand hidden media</string>
<string name="channel_notif_follow">New follow</string>
<string name="channel_notif_boost">New Boost</string>
<string name="channel_notif_fav">New Favourite</string>
<string name="channel_notif_mention">New Mention</string>
2019-05-04 17:28:39 +02:00
<string name="channel_notif_poll">Poll Ended</string>
2018-11-27 13:48:03 +01:00
<string name="channel_notif_toot">New Toot</string>
<string name="channel_notif_backup">Toots Backup</string>
2021-01-23 10:03:03 +01:00
<string name="channel_notif_status">New posts</string>
2018-11-27 13:48:03 +01:00
<string name="channel_notif_media">Media Download</string>
<string name="set_notif_sound">Change notification sound</string>
<string name="select_sound">Select Tone</string>
<string name="set_enable_time_slot">Enable time slot</string>
<string name="how_to_videos">How To Videos</string>
<string name="retrieve_remote_conversation">Fetching remote thread!</string>
<string name="no_blocked_domain">No blocked domains!</string>
<string name="unblock_domain_confirm">Unblock domain</string>
<string name="unblock_domain_confirm_message">Are you sure to unblock %s?</string>
2019-01-13 17:26:46 +01:00
<string name="block_domain_confirm_message">Are you sure to block %s?\n\nYou will not see any content from that domain in any public timeline or in your notifications. Your followers from that domain will be removed.</string>
2018-11-27 13:48:03 +01:00
<string name="blocked_domains">Blocked domains</string>
<string name="block_domain">Block domain</string>
<string name="toast_block_domain">The domain is blocked</string>
<string name="toast_unblock_domain">The domain is no longer blocked!</string>
<string name="retrieve_remote_status">Fetching remote status</string>
<string name="comment">Comment</string>
<string name="peertube_instance">Peertube instance</string>
<string name="no_comments">Be the first to leave a comment on this video with the top right button!</string>
<string name="number_view_video">%s views</string>
<string name="duration_video">Duration: %s</string>
<string name="add_remote_instance">Add an instance</string>
<string name="comment_no_allowed_peertube">Comments are not enabled on this video!</string>
<string name="pickup_resolution">Pick up a resolution</string>
<string name="peertube_favorites">Peertube favourites</string>
<string name="bookmark_add_peertube">The video has been added to bookmarks!</string>
<string name="bookmark_remove_peertube">The video has been removed from bookmarks!</string>
<string name="bookmark_peertube_empty">There is no Peertube videos in your favourites!</string>
<string name="channel">Channel</string>
<string name="videos">Videos</string>
<string name="channels">Channels</string>
<string name="set_display_emoji">Use Emoji One</string>
<string name="information">Information</string>
<string name="set_display_card">Display previews in all toots</string>
<string name="thanks_text_ux">New UX/UI designer</string>
<string name="set_display_video_preview">Display video previews</string>
<string name="account_id_clipbloard">The account id has been copied in the clipboard!</string>
<string name="set_change_locale">Change the language</string>
<string name="default_language">Default language</string>
2018-11-28 15:31:50 +01:00
<string name="truncate_long_toots">Truncate long toots</string>
<string name="set_truncate_toot">Truncate toots over \'x\' lines. Zero means disabled.</string>
<string name="display_toot_truncate">Display more</string>
<string name="hide_toot_truncate">Display less</string>
2018-12-01 15:42:30 +01:00
<string name="manage_tags">Manage tags</string>
<string name="tags_already_stored">The tag already exists!</string>
<string name="tags_stored">The tag has been stored!</string>
<string name="tags_renamed">The tag has been changed!</string>
2021-01-10 18:14:35 +01:00
<string name="tags_deleted">The tag has been removed!</string>
2018-12-09 17:05:47 +01:00
<string name="schedule_boost">Schedule boost</string>
<string name="boost_scheduled">The boost is scheduled!</string>
<string name="no_scheduled_boosts">No scheduled boost to display!</string>
<string name="no_scheduled_boosts_indications"><![CDATA[Open the menu of a toot and then choose <b>Schedule boost</b>.]]></string>
2018-12-10 19:22:41 +01:00
<string name="art_menu">Art timeline</string>
<string name="open_menu">Open menu</string>
2019-05-07 18:43:52 +02:00
<string name="go_back">Go back</string>
2018-12-10 19:22:41 +01:00
<string name="app_logo">Logo of the application</string>
<string name="profile_picture">Profile picture</string>
<string name="profile_banner">Profile banner</string>
<string name="contact_instance_admin">Contact admin of the instance</string>
<string name="add_new">Add new</string>
<string name="mastohost_logo">MastoHost logo</string>
<string name="emoji_picker">Emoji picker</string>
<string name="refresh">Refresh</string>
<string name="expand_conversation">Expand the conversation</string>
<string name="remove_account">Remove an account</string>
2021-01-10 18:14:35 +01:00
<string name="delete_domain">Remove the blocked domain</string>
2018-12-10 19:22:41 +01:00
<string name="custom_emoji_picker">Custom emoji picker</string>
<string name="play_video">Play video</string>
<string name="new_toot">New toot</string>
<string name="card_view_image">Image of the card</string>
<string name="hide_media">Hide media</string>
<string name="favicon">Favicon</string>
2019-03-25 18:02:56 +01:00
<string name="media_description">Add description for media (for the visually impaired)</string>
2018-11-27 13:48:03 +01:00
<string-array name="filter_expire">
<item>Never</item>
<item>30 minutes</item>
<item>1 hour</item>
<item>6 hours</item>
<item>12 hours</item>
<item>1 day</item>
<item>1 week</item>
</string-array>
2019-05-22 17:39:13 +02:00
<string name="showcase_instance"> In this field, you need to write your instance host name.\nFor example, if you created your account on https://mastodon.social\nJust write <b>mastodon.social</b> (without https://)\n
2018-12-11 19:31:32 +01:00
You can start writing first letters and names will be suggested.\n\n
⚠ The Login button will only work if the instance name is valid and the instance is up!
2019-05-22 17:39:13 +02:00
</string>
2018-12-11 19:31:32 +01:00
<string name="more_information">More information</string>
2018-12-15 09:24:20 +01:00
<!-- languages not translated -->
2018-12-22 10:24:30 +01:00
<string name="languages">Languages</string>
2018-12-15 17:24:20 +01:00
<string name="show_media_only">Media only</string>
<string name="show_media_nsfw">Show NSFW</string>
2018-12-22 10:24:30 +01:00
<string name="crowdin_translations">Crowdin translations</string>
<string name="crowdin_manager">Crowdin manager</string>
<string name="translation_app">Translation of the application</string>
<string name="about_crowdin">About Crowdin</string>
2018-12-22 11:54:48 +01:00
<string name="bot">Bot</string>
2018-12-26 16:24:24 +01:00
<string name="pixelfed_instance">Pixelfed instance</string>
<string name="mastodon_instance">Mastodon instance</string>
2018-12-27 19:04:13 +01:00
<string name="any_tags">Any of these</string>
<string name="all_tags">All of these</string>
<string name="none_tags">None of these</string>
<string name="some_words_any">Any of these words (space-separated)</string>
<string name="some_words_all">All these words (space-separated)</string>
2019-05-25 15:45:08 +02:00
<string name="some_tags">Add some words to filter (space-separated)</string>
2018-12-28 10:45:44 +01:00
<string name="change_tag_column">Change column name</string>
2018-12-29 19:24:47 +01:00
<string name="misskey_instance">Misskey instance</string>
2018-12-31 16:24:07 +01:00
<string name="toast_no_apps">No app supporting this link is installed on your device.</string>
2019-01-04 17:16:22 +01:00
<string name="subscriptions">Subscriptions</string>
<string name="overview">Overview</string>
<string name="trending">Trending</string>
<string name="recently_added">Recently added</string>
<string name="local">Local</string>
<string name="upload_video">Upload</string>
<string name="reply">Reply</string>
<string name="delete_comment">Delete a comment</string>
<string name="delete_comment_confirm">Are you sure to delete this comment?</string>
2019-01-06 17:26:36 +01:00
<string name="fullscreen">Full screen video</string>
<string name="set_video_mode">Mode for videos</string>
2019-01-09 16:07:37 +01:00
<string name="file_to_upload">Select the file to upload</string>
<string name="my_videos">My videos</string>
<string name="title">Title</string>
<string name="license">License</string>
<string name="category">Category</string>
<string name="language">Language</string>
<string name="peertube_nsfw">This video contains mature or explicit content</string>
<string name="peertube_enable_comments">Enable video comments</string>
<string name="update_video">Update video</string>
<string name="description">Description</string>
<string name="toast_peertube_video_updated">The video has been updated!</string>
<string name="toast_cancelled">Upload cancelled!</string>
<string name="upload_video_success">The video has been uploaded!</string>
<string name="uploading">Uploading, please wait…</string>
2019-10-09 10:45:11 +02:00
<string name="video_uploaded_action">Tap here to edit the video data.</string>
2019-01-12 18:04:13 +01:00
<string name="delete_video">Delete video</string>
<string name="delete_video_confirmation">Are you sure to delete this video?</string>
2019-01-12 18:14:35 +01:00
<string name="display_nsfw_videos">Display NSFW videos</string>
2019-01-15 18:57:45 +01:00
<string name="no_video_to_display">No videos to display!</string>
<string name="leave_a_comment">Leave a comment</string>
<string name="share">Share</string>
2019-01-20 18:05:20 +01:00
<string name="choose_schedule">Choose a schedule mode</string>
<string name="device_schedule">From device</string>
<string name="server_schedule">From server</string>
<string name="toots_server">Toots (Server)</string>
<string name="toots_client">Toots (Device)</string>
<string name="modify">Modify</string>
2019-01-22 16:59:41 +01:00
<string name="set_display_content_after_fetch_more">Display new toots above the \"Fetch more\" button</string>
2019-01-23 15:40:48 +01:00
<string name="settings_category_label_timelines">Timelines</string>
<string name="settings_category_label_interface">Interface</string>
2019-01-24 08:55:41 +01:00
<string name="contact">Contacts</string>
2019-01-24 17:46:34 +01:00
<string name="peertube_comment_on_video"><![CDATA[<b>%1$s</b> commented your video <b>%2$s</b>]]></string>
<string name="peertube_follow_channel"><![CDATA[<b>%1$s</b> is following your channel <b>%2$s</b>]]></string>
<string name="peertube_follow_account"><![CDATA[<b>%1$s</b> is following your account]]></string>
<string name="peertube_video_published"><![CDATA[Your video <b>%1$s</b> has been published]]></string>
<string name="peertube_video_import_success"><![CDATA[Your video import <b>%1$s</b> succeeded]]></string>
<string name="peertube_video_import_error"><![CDATA[Your video import <b>%1$s</b> failed]]></string>
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> published a new video: <b>%2$s</b>]]></string>
<string name="peertube_video_blacklist"><![CDATA[Your video <b>%1$s</b> has been blacklisted]]></string>
<string name="peertube_video_unblacklist"><![CDATA[Your video <b>%1$s</b> has been unblacklisted]]></string>
2019-01-25 11:48:11 +01:00
<string name="export_data">Export data</string>
<string name="import_data">Import Data</string>
<string name="toot_select_import">Select the file to import</string>
<string name="toot_select_file_error">An error occurred when selecting the backup file!</string>
2019-01-25 16:35:50 +01:00
<string name="add_public_comment">Add a public comment</string>
<string name="send_comment">Send comment</string>
2019-01-25 16:56:22 +01:00
<string name="toast_toot_saved_error">There is no Internet connection. Your message has been stored in drafts.</string>
2019-01-27 14:32:31 +01:00
<string name="action_plain_text">Plain text</string>
<string name="action_html">HTML</string>
<string name="action_markdown">Markdown</string>
2019-01-30 10:14:55 +01:00
<string name="action_logout_account">Logout account</string>
2019-02-05 18:08:04 +01:00
<string name="all">All</string>
2019-02-07 20:00:53 +01:00
<string name="about_opencollective">Support the app</string>
2019-02-09 09:45:20 +01:00
<string name="more_about_opencollective">Open Collective enables groups to quickly set up a collective, raise funds and manage them transparently.</string>
2019-02-13 09:42:53 +01:00
<string name="copy_link">Copy link</string>
2019-02-13 14:55:34 +01:00
<string name="connect_instance">Connect</string>
2019-03-25 18:02:56 +01:00
<string name="set_normal">Normal</string>
2019-02-13 18:56:20 +01:00
<string name="set_compact">Compact</string>
<string name="set_console">Console</string>
<string name="set_mode">Set display mode</string>
2019-02-14 11:34:02 +01:00
<string name="set_security_provider">Patch the Security Provider</string>
2019-02-14 18:18:12 +01:00
<string name="update_tracking_domains">Update tracking domains</string>
<string name="tracking_db_updated">The tracking data base has been updated!</string>
2019-02-15 19:47:34 +01:00
<string name="calls_blocked">http calls blocked by the application</string>
<string name="list_of_blocked_domains">List of blocked calls</string>
2019-02-22 12:40:07 +01:00
<string name="submit">Submit</string>
2019-02-23 14:26:34 +01:00
<string name="data_base_exported">The data base has been exported!</string>
2019-03-01 19:02:00 +01:00
<string name="featured_hashtags">Featured hashtags</string>
<string name="filter_timeline_with_a_tag">Filter timeline with tags</string>
<string name="no_tags">No tags</string>
2019-03-25 17:44:11 +01:00
<string name="set_hide_delete_notification_on_tab">Hide the \"delete\" button in the notification tab</string>
<string name="set_retrieve_metadata_share_from_extras">Attach an image when sharing a URL</string>
2018-12-15 09:24:20 +01:00
<!-- end languages -->
2019-03-24 17:44:35 +01:00
<string name="poll">Poll</string>
2019-05-04 17:28:39 +02:00
<string name="polls">Polls</string>
2019-03-24 17:44:35 +01:00
<string name="create_poll">Create a poll</string>
<string name="poll_choice_1">Choice 1</string>
<string name="poll_choice_2">Choice 2</string>
2019-06-04 19:09:34 +02:00
<string name="poll_choice_s">Choice %d</string>
2019-03-24 17:44:35 +01:00
<string name="poll_invalid_choices">You need two choices at least for the poll!</string>
<string name="done">Done</string>
<string name="poll_finish_at">end at %s</string>
<string name="refresh_poll">Refresh poll</string>
<string name="vote">Vote</string>
2019-03-26 19:14:25 +01:00
<string name="notif_poll">A poll you have voted in has ended</string>
2019-05-04 17:28:39 +02:00
<string name="notif_poll_self">A poll you tooted has ended</string>
2019-04-25 19:02:36 +02:00
<string name="settings_category_notif_customize">Customize</string>
<string name="settings_category_notif_categories">Categories</string>
<string name="settings_category_notif_time_slot">Time slot</string>
<string name="settings_category_notif_advanced">Advanced</string>
<string name="set_display_new_badge">Display \'new\' badge on unread toots</string>
2019-04-25 18:53:41 +02:00
<string name="peertube_menu">Peertube</string>
<string name="move_timeline">Move timeline</string>
<string name="hide_timeline">Hide timeline</string>
<string name="reorder_timelines">Reorder timelines</string>
2019-05-10 07:48:47 +02:00
<string name="reorder_list_deleted">List permanently deleted</string>
<string name="reorder_instance_removed">Followed instance removed</string>
<string name="reorder_tag_removed">Pinned tag removed</string>
2019-04-27 18:06:52 +02:00
<string name="undo">Undo</string>
<string name="visible_tabs_needed">You need to keep two visible tabs!</string>
<string name="action_reorder_timeline">Reorder timelines</string>
<string name="warning_main_timeline">Main timelines can only be hidden!</string>
2019-04-28 18:05:23 +02:00
<string name="action_bbcode">BBCode</string>
2019-05-08 18:16:57 +02:00
<string name="set_sensitive_content">Always mark media as sensitive</string>
2019-05-11 20:06:05 +02:00
<string name="gnu_instance">GNU instance</string>
2019-05-12 14:56:23 +02:00
<string name="cached_status">Cached status</string>
2019-05-13 18:29:12 +02:00
<string name="set_forward_tags">Forward tags in replies</string>
2019-05-18 16:55:52 +02:00
<string name="set_long_press_media">Long press to store media</string>
<string name="set_blur_sensitive">Blur sensitive media</string>
2019-05-19 14:37:53 +02:00
<string name="set_display_timeline_in_list">Display timelines in a list</string>
<string name="display_timeline">Display timelines</string>
2019-05-25 15:45:08 +02:00
<string name="set_display_bot_icon">Mark bot accounts in toots</string>
<string name="add_tags">Manage tags</string>
2019-05-25 19:16:27 +02:00
<string name="set_remember_position">Remember the position in Home timeline</string>
2019-05-28 19:50:12 +02:00
<string name="history">History</string>
<string name="playlists">Playlists</string>
<string name="display_name">Display name</string>
2019-10-09 10:45:11 +02:00
<string name="action_playlist_add">You don\'t have any playlists. Tap on the \"+\" icon to add a new playlist</string>
2019-05-28 19:50:12 +02:00
<string name="error_display_name">You must provide a display name!</string>
<string name="error_channel_mandatory">The channel is required when the playlist is public.</string>
<string name="action_playlist_create">Create a playlist</string>
<string name="action_playlist_empty_content">There is nothing in this playlist yet.</string>
2019-05-30 16:40:44 +02:00
<string name="redo">redo</string>
<string name="gallery">Gallery</string>
<string name="label_emoji">Emoji</string>
<string name="label_sticker">Sticker</string>
<string name="label_eraser">Eraser</string>
<string name="label_text">Text</string>
<string name="label_filter">Filter</string>
<string name="label_brush">Brush</string>
2019-06-15 14:12:00 +02:00
<string name="confirm_exit_editing">Are you sure you want to exit without saving the image?</string>
2019-05-30 16:40:44 +02:00
<string name="discard">Discard</string>
2019-05-30 17:32:20 +02:00
<string name="saving">Saving…</string>
2019-05-30 16:40:44 +02:00
<string name="image_saved">Image Saved Successfully!</string>
<string name="save_image_failed">Failed to save Image</string>
<string name="opacity">Opacity</string>
2019-05-31 18:26:53 +02:00
<string name="set_photo_editor">Enable photo editor</string>
2019-06-04 19:09:34 +02:00
<string name="add_poll_item">Add a poll item</string>
<string name="remove_poll_item">Remove last poll item</string>
2019-06-06 19:53:02 +02:00
<string name="mute_conversation">Mute conversation</string>
<string name="unmute_conversation">Unmute conversation</string>
<string name="toast_unmute_conversation">The conversation is no longer muted!</string>
<string name="toast_mute_conversation">The conversation is muted</string>
2019-06-08 15:18:35 +02:00
<string name="app_features">Open application features</string>
<string name="timed_mute">Timed mute</string>
<string name="mention_account">Mention the account</string>
<string name="refresh_cache">Refresh cache</string>
<string name="mention_status">Mention the status</string>
2019-06-08 18:57:25 +02:00
<string name="action_news">News</string>
2019-06-15 14:12:00 +02:00
<string name="category_general">General</string>
<string name="category_regional">Regional</string>
<string name="category_art">Art</string>
<string name="category_journalism">Journalism</string>
<string name="category_activism">Activism</string>
<string name="category_games">Gaming</string>
<string name="category_tech">Technology</string>
<string name="category_adult">Adult content</string>
<string name="category_furry">Furry</string>
<string name="category_food">Food</string>
<string name="instance_logo">Logo of the instance</string>
<string name="toast_error_instance_reg">Something went wrong when checking available instances!</string>
<string name="join_mastodon">Join Mastodon</string>
2019-10-09 10:45:11 +02:00
<string name="pickup_instance_category">Choose an instance by picking up a category, then tap on a check button.</string>
2019-11-05 18:16:44 +01:00
<string name="pickup_instance_peertube">Choose an instance by tapping on a check button.</string>
2019-06-15 14:12:00 +02:00
<string name="users">%1$s users</string>
<string name="password_confirm">Confirm password</string>
<string name="agreement_check">I agree to %1$s and %2$s</string>
<string name="server_rules">server rules</string>
<string name="tos">terms of service</string>
<string name="sign_up">Sign up</string>
<string name="validation_needed">This instance works with invitations. Your account will need to be manually approved by an administrator before being usable.</string>
<string name="all_field_filled">Please, fill all the fields!</string>
<string name="password_error">Passwords don\'t match!</string>
<string name="email_error">The email doesn\'t seem to be valid!</string>
<string name="username_indicator">Your username will be unique on %1$s</string>
<string name="email_indicator">You will be sent a confirmation e-mail</string>
<string name="password_indicator">Use at least 8 characters</string>
<string name="password_too_short">Password should contain at least 8 characters</string>
<string name="username_error">Username should only contain letters, numbers and underscores</string>
<string name="account_created">Account created!</string>
<string name="account_created_message"> Your account has been created!\n\n
Think to validate your email within the 48 next hours.\n\n
2019-10-09 10:45:11 +02:00
You can now connect your account by writing <b>%1$s</b> in the first field and tap on <b>Connect</b>.\n\n
2019-06-15 14:12:00 +02:00
<b>Important</b>: If your instance required validation, you will receive an email once it is validated!
</string>
2019-06-17 18:48:27 +02:00
<string name="save_draft">Save the message in drafts?</string>
2019-06-22 15:27:57 +02:00
<string name="administration">Administration</string>
<string name="reports">Reports</string>
<string name="no_reports">No reports to display!</string>
<string name="reconnect_account">Reconnect the account</string>
<string name="reconnect_account_message">The application failed to access the admin features. You might need to reconnect the account for having the correct scope.</string>
<string name="unresolved">Unresolved</string>
<string name="remote">Remote</string>
<string name="active">Active</string>
<string name="pending">Pending</string>
<string name="disabled">Disabled</string>
<string name="silenced">Silenced</string>
<string name="suspended">Suspended</string>
<string name="permissions">Permissions</string>
<string name="email_status">Email status</string>
<string name="login_status">Login status</string>
<string name="joined">Joined</string>
<string name="recent_ip">Most recent IP</string>
<string name="warn">Warn</string>
<string name="disable">Disable</string>
<string name="silence">Silence</string>
<string name="email_user">Notify the user per e-mail</string>
<string name="custom_warning">Custom warning</string>
<string name="user">User</string>
<string name="moderator">Moderator</string>
<string name="administrator">Administrator</string>
<string name="confirmed">Confirmed</string>
<string name="unconfirmed">Not confirmed</string>
<string name="list_reported_statuses">Reported statuses</string>
<string name="account">Account</string>
<string name="unsilence">Undo silence</string>
<string name="undisable">Undo disable</string>
<string name="suspend">Suspend</string>
<string name="unsuspend">Undo suspend</string>
<string name="account_silenced">The account is silenced!</string>
<string name="account_unsilenced">The account is no longer silenced!</string>
<string name="account_suspended">The account is suspended!</string>
<string name="account_unsuspended">The account is no longer suspended!</string>
<string name="account_disabled">The account is disabled!</string>
<string name="account_undisabled">The account is no longer disabled!</string>
<string name="account_warned">The account has been warned!</string>
<string name="set_display_admin_menu">Display the admin menu</string>
<string name="set_display_admin_toot">Display the admin feature in statuses</string>
<string name="allow">Allow</string>
<string name="account_approved">The account is approved!</string>
<string name="account_rejected">The account is rejected!</string>
<string name="assign_to_me">Assign to me</string>
<string name="unassign">Unassign</string>
<string name="mark_resolved">Mark as resolved</string>
<string name="mark_unresolved">Mark as unresolved</string>
2019-06-23 14:46:52 +02:00
<string name="toast_empty_content">Empty content!</string>
2019-06-25 07:52:36 +02:00
<string name="set_display_fedilab_features_button">Display Fedilab features button</string>
2019-06-28 18:44:37 +02:00
<string name="audio">The application needs to access audio recording</string>
<string name="voice_message">Voice message</string>
<string name="set_quick_reply">Enable quick reply</string>
<string name="reply_might_be_useless">The account you are replying might not see your message!</string>
2019-07-03 12:15:09 +02:00
<string name="set_remember_position_indication">If disabled, the app will always load last statuses</string>
<string name="set_blur_sensitive_indication">If disabled, sensitive media will be hidden with a button</string>
<string name="set_long_press_media_indication">Store media in full size with a long press on previews</string>
<string name="set_display_timeline_in_list_indication">Add an ellipse button at the top right for listing all tags/instances/lists</string>
<string name="live_notif_indication">Keep an open connection to the streaming API for live notifications.</string>
<string name="set_enable_time_slot_indication">During the time slot, the app will send notifications. You can reverse (ie: silent) this time slot with the right spinner.</string>
2019-07-07 17:47:26 +02:00
<string name="set_display_fedilab_features_button_indication">Display a Fedilab button below profile picture. It is a shortcut for accessing in-app features.</string>
<string name="set_quick_reply_indication">Allow to reply directly in timelines below statuses</string>
2019-07-03 12:15:09 +02:00
<string name="set_fit_preview_indication">Previews will not be cropped in timelines</string>
<string name="set_display_video_preview_indication">Allow to play embedded videos directly in timelines</string>
2019-10-09 10:45:11 +02:00
<string name="set_display_content_after_fetch_more_indication">Allow to reverse the way to read statuses that are displayed once tapping the fetch more button</string>
2019-07-03 12:15:09 +02:00
<string name="set_security_provider_indication">This option allows to support recent cipher suites. It is useful for older Android devices or if you cannot connect to your instance.</string>
2019-07-04 09:35:12 +02:00
<string name="set_video_mode_indication">Exclusively for Peertube videos. Switch this mode if you cannot play them.</string>
2019-07-03 12:15:09 +02:00
<string name="featured_hashtags_indication">These tags will allow to filter statuses from profiles. You will have to use the context menu for seeing them.</string>
<string name="set_capitalize_indication">Automatically insert a line break after the mention to capitalize the first letter</string>
<string name="settings_title_custom_sharing_indication">Allow content creators to share statuses to their RSS feeds</string>
<string name="compose">Compose</string>
2019-07-04 09:35:12 +02:00
<string name="upload_image_maximum_retry_times">Maximum retry times when uploading media</string>
2019-07-03 17:42:30 +02:00
<string name="new_folder">Create a new Folder here</string>
<string name="folder_name">Enter the folder name</string>
<string name="valid_folder_name">Please enter a valid folder name</string>
<string name="folder_exists">This folder already exists.\n Please provide another name for the folder</string>
<string name="select">Select</string>
<string name="default_directory">Default Directory</string>
<string name="folder">Folder</string>
<string name="create_folder">Create folder</string>
2019-07-06 16:48:35 +02:00
<string name="set_display_confirm">Display a toast message after an action has been completed (boost, fav, etc.)?</string>
2019-07-13 12:27:27 +02:00
<string name="muted_instance_exported">Muted instances have been exported!</string>
<string name="add_instances">Add an instance</string>
<string name="export_instances">Export instances</string>
<string name="import_instances">Import instances</string>
2019-07-19 15:59:58 +02:00
<string name="set_crash_reports">Crash reports</string>
<string name="set_enable_crash_report">Enable crash reports</string>
<string name="set_enable_crash_report_indication">If enabled, a crash report will be created locally and then you will be able to share it.</string>
<string name="crash_title">Fedilab has stopped :(</string>
<string name="crash_message">You can send me by email the crash report. It will help to fix it :)\n\nYou can add additional content. Thank you!</string>
2019-07-21 19:03:32 +02:00
<string name="set_wysiwyg">Use the wysiwyg</string>
<string name="set_wysiwyg_indication">When enabled, you will be able to format your text easily with tools.</string>
2019-07-23 18:29:24 +02:00
<string name="action_stats">Statistics</string>
<string name="total_statuses">Total statuses</string>
<string name="number_boosts">Number of boosts</string>
2019-08-27 18:31:53 +02:00
<string name="number_favourites">Number of favourites</string>
<string name="number_mentions">Number of mentions</string>
<string name="number_follows">Number of follows</string>
<string name="number_polls">Number of polls</string>
2019-07-23 18:29:24 +02:00
<string name="number_replies">Number of replies</string>
<string name="number_statuses">Number of statuses</string>
<string name="statuses">Statuses</string>
<string name="visibility">Visibility</string>
<string name="number_with_media">Number with media</string>
<string name="number_with_sensitive_media">Number with sensitive media</string>
<string name="number_with_cw">Number with CW</string>
<string name="first_toot_date">First status date</string>
<string name="last_toot_date">Last status date</string>
2019-08-27 18:31:53 +02:00
<string name="first_notification_date">First notification date</string>
<string name="last_notification_date">Last notification date</string>
2019-07-23 18:29:24 +02:00
<string name="frequency">Frequency</string>
<string name="toot_per_day">%s statuses per day</string>
2019-08-27 18:31:53 +02:00
<string name="notification_per_day">%s notifications per day</string>
2019-07-23 18:29:24 +02:00
<string name="date_range">Date range</string>
2019-07-24 15:53:13 +02:00
<string name="action_groups">Groups</string>
<string name="no_messages">No groups!</string>
2019-07-26 16:16:05 +02:00
<string name="set_disable_animated_emoji">Disable custom animated emojis</string>
2019-07-29 17:10:07 +02:00
<string name="owner_charts">Charts</string>
<string name="display_charts">Display charts</string>
2019-11-11 11:00:10 +01:00
<string name="collecting_data_wait">The application collects your local data, please wait…</string>
2019-08-07 10:05:55 +02:00
<string name="set_backup">Backup</string>
<string name="set_auto_backup">Auto backup statuses</string>
<string name="set_auto_backup_indication">This option is per account. It will launch a service that will automatically store your statuses locally in the database. That allows to get statistics and charts</string>
2019-08-27 18:31:53 +02:00
<string name="set_auto_backup_notifications">Auto backup notifications</string>
<string name="set_auto_backup_notifications_indication">This option is per account. It will launch a service that will automatically store your notifications locally in the database. That allows to get statistics and charts</string>
2019-08-07 18:06:59 +02:00
<string name="report_account">Report account</string>
2019-08-17 16:31:03 +02:00
<string name="send_invitation">Send an invitation</string>
<string name="registration_closed">Your instance does not allow to register a new account!</string>
2019-03-24 17:44:35 +01:00
<plurals name="number_of_vote">
<item quantity="one">%d vote</item>
<item quantity="other">%d votes</item>
</plurals>
2019-11-19 18:17:57 +01:00
<plurals name="number_of_voters">
<item quantity="one">%d voter</item>
<item quantity="other">%d voters</item>
</plurals>
2019-03-24 17:44:35 +01:00
<string-array name="poll_choice_type">
<item>Single choice</item>
<item>Multiple choices</item>
</string-array>
<string-array name="poll_duration">
<item>5 minutes</item>
<item>30 minutes</item>
<item>1 hour</item>
<item>6 hours</item>
<item>1 day</item>
<item>3 days</item>
<item>7 days</item>
</string-array>
2019-01-06 17:26:36 +01:00
<string-array name="settings_video_mode">
<item>Webview</item>
<item>Direct stream</item>
</string-array>
2019-08-17 16:31:03 +02:00
<string name="join_instance">For joining my instance \"%1$s\", you can download Fedilab:\n\nF-Droid: %2$s\nGoogle: %3$s\n\nThen open the link below with Fedilab and create your account :)\n\n%4$s
</string>
2019-08-20 10:23:48 +02:00
<string name="poll_duplicated_entry">Your poll can\'t have duplicated options!</string>
2019-08-23 09:39:45 +02:00
<string name="all_accounts">For all accounts</string>
<string name="database_cache">Database cache</string>
<string name="cache_timeline_clear">Clear your home timeline cache</string>
<string name="cache_owntoots_clear">Clear your cached statuses</string>
<string name="cache_bookmarks_clear">Clear your bookmarks</string>
<string name="file_cache">Files in cache</string>
2019-08-27 18:31:53 +02:00
<string name="total_notifications">Total notifications</string>
2019-08-28 16:45:39 +02:00
<string name="hide_menu_items">Hide menu items</string>
2019-09-01 18:16:33 +02:00
<string name="top_notification">Fedilab is running live notifications</string>
<string name="top_notification_message">For %1$s accounts with %2$s events</string>
<string name="set_allow_live_notifications">Live notifications for %1$s</string>
2019-09-02 18:12:25 +02:00
<string name="set_allow_live_notifications_indication">Live notifications will be enabled for this account.</string>
2019-09-02 18:42:43 +02:00
<string name="set_clear_cache_exit">Clear cache when leaving</string>
<string name="set_clear_cache_exit_indication">The cache (media, cached messages, data from the built-in browser) will be automatically cleared when leaving the application.</string>
2019-09-04 18:31:48 +02:00
<string name="unfollow_confirm">Do you want to unfollow this account?</string>
<string name="set_unfollow_validation">Show confirmation dialog before unfollowing</string>
2019-09-04 17:28:50 +02:00
<string name="set_invidious">Replace Youtube with Invidio.us</string>
2019-09-04 12:30:08 +02:00
<string name="set_invidious_indication">Invidious is an alternative front-end to YouTube</string>
2020-08-11 15:39:32 +02:00
<string name="set_invidious_host">Enter your custom host or leave blank for using invidious.snopyta.org</string>
2019-09-13 18:32:33 +02:00
<string name="set_nitter">Replace Twitter with Nitter</string>
2019-09-13 18:42:11 +02:00
<string name="set_nitter_indication">Nitter is an open source alternative Twitter front-end focused on privacy.</string>
2019-09-13 18:32:33 +02:00
<string name="set_nitter_host">Enter your custom host or leave blank for using nitter.net</string>
2020-05-16 20:01:17 +02:00
<string name="set_bibliogram">Replace Instagram with Bibliogram</string>
<string name="set_bibliogram_indication">Bibliogram is an open source alternative Instagram front-end focused on privacy.</string>
<string name="set_bibliogram_host">Enter your custom host or leave blank for using bibliogram.art</string>
2021-02-19 14:31:50 +01:00
<string name="set_libreddit">Replace Reddit with Libreddit</string>
<string name="set_libreddit_indication">Libreddit is an open source alternative Reddit front-end focused on privacy.</string>
<string name="set_libreddit_host">Enter your custom host or leave blank for using libredd.it</string>
2019-09-04 18:21:34 +02:00
<string name="set_hide_status_bar">Hide Fedilab notification bar</string>
2019-10-09 10:45:11 +02:00
<string name="set_hide_status_bar_indication">For hiding the remaining notification in the status bar, tap on the eye icon button then uncheck: \"Display in status bar\"</string>
2019-09-11 16:37:30 +02:00
<string name="set_live_type_indication">Notifications will be delayed every 30 seconds. That will allow to drain less battery.</string>
<string name="live_delayed">Live notifications delayed</string>
<string name="no_live_notif">No live notifications</string>
<string name="no_live_indication">Notifications will be fetched every 15 minutes.</string>
2019-09-12 19:18:38 +02:00
<string name="action_add_notes">Add notes</string>
<string name="note_for_account">Notes for the account</string>
2019-09-20 18:38:49 +02:00
<string name="set_resize_picture_indication">Allow to compress large photos into smaller sized photos with very less or negligible loss in quality of the image.</string>
2019-09-22 11:27:38 +02:00
<string name="set_resize_video_indication">Allow compressing videos while maintaining their quality.</string>
2019-09-21 16:39:07 +02:00
<string name="please_wait_compression">The app is compressing the media, it can be quite long…</string>
2019-09-25 16:02:20 +02:00
<string name="change_app_icon_experimental">Change app icon</string>
2019-10-09 10:45:11 +02:00
<string name="click_to_change_the_app_icon">Tap to change the app icon</string>
2019-09-28 18:13:56 +02:00
<string name="post">Post</string>
<string name="post_visibility_tilte">Visibility of the post</string>
2019-10-09 10:45:11 +02:00
<string name="add_photo_pixelfed">Tap here to add photos</string>
2019-09-28 18:13:56 +02:00
<string name="add_photo_indication_pixelfed">Accepted Formats: jpeg, png, gif \n\nMax File Size: 15 MB \n\nAlbums can contain up to 4 photos or videos</string>
<string name="upload_media">Upload media</string>
2019-09-28 18:50:59 +02:00
<string name="pixelfed_compose_placeholder">Add an optional caption</string>
2019-09-30 18:24:53 +02:00
<string name="long_api_error">The app received a very long error message from the API %1$s</string>
2019-10-06 16:38:34 +02:00
<string name="message_preview">Message preview</string>
<string name="report_mention">Add mentions in each message</string>
2019-10-20 18:12:29 +02:00
<string name="fetch_conversation">Fetching conversation</string>
<string name="order_by">Order by</string>
2019-10-31 12:07:59 +01:00
<string name="title_video_peertube">Title for the video</string>
2019-11-05 18:16:44 +01:00
<string name="join_peertube">Join Peertube</string>
<string name="agreement_check_peertube">I am at least 16 years old and agree to the %1$s of this instance</string>
2019-11-06 16:03:14 +01:00
<string name="link_color_title">Links</string>
<string name="link_color">Change the color of links (URLs, mentions, tags, etc.) in messages</string>
<string name="boost_header_color_title">Reblogs header</string>
2019-11-15 19:08:53 +01:00
<string name="displayname_title">Change the color of display name at the top of messages</string>
<string name="username_title">Change the color of the user name at the top of messages</string>
2019-11-06 16:03:14 +01:00
<string name="boost_header_color">Change the color of the header for reblogs</string>
<string name="background_status_title">Posts</string>
2019-11-11 09:57:29 +01:00
<string name="background_status">Background color of posts in timelines</string>
2019-11-06 16:03:14 +01:00
<string name="reset_color">Reset colors</string>
2019-11-11 15:27:39 +01:00
<string name="clik_reset">Tap here to reset all your custom colors</string>
2019-11-06 16:03:14 +01:00
<string name="reset">Reset</string>
2019-11-06 17:31:54 +01:00
<string name="icons_color_title">Icons</string>
<string name="icons_color">Color of bottom icons in timelines</string>
2019-11-09 18:58:29 +01:00
<string name="pin_tag">Pin this tag</string>
<string name="logo_of_the_instance">Logo of the instance</string>
2019-11-11 09:57:29 +01:00
<string name="edit_profile">Edit profile</string>
2019-11-09 18:58:29 +01:00
<string name="make_an_action">Make an action</string>
<string name="translation">Translation</string>
<string name="image_preview">Image preview</string>
2019-11-11 11:00:10 +01:00
<string name="text_color_title">Text color</string>
<string name="text_color">Change the text color in pots</string>
2019-11-11 13:32:35 +01:00
<string name="apply_changes">Apply changes</string>
<string name="restart_message">You need to restart the application to apply changes</string>
<string name="restart">Restart</string>
2019-11-12 19:56:42 +01:00
<string name="pref_custom_theme">Use a custom theme</string>
<string name="pref_custom_theme_summary">Allow to override colors of the selected theme above</string>
<string name="theming">Theming</string>
2019-11-13 09:20:00 +01:00
<string name="store_before">Store before</string>
<string name="data_export_theme">The theme was exported</string>
<string name="data_export_theme_success">The theme has been successfully exported in CSV</string>
<string name="pref_colored_status_bar_summary">Apply the primary color to the status bar</string>
<string name="pref_colored_status_bar_title">Status bar color</string>
<string name="restore_default_theme">Restore a default theme</string>
2019-11-13 10:52:17 +01:00
<string name="import_theme">Import a theme</string>
<string name="import_theme_title">Tap here to import a theme from a previous export</string>
<string name="export_theme">Export the theme</string>
<string name="export_theme_title">Tap here to export the current theme</string>
<string name="theme_file_error">An error occurred when selecting the theme file</string>
2019-11-25 17:54:43 +01:00
<string name="label_theme_picker">Theme Picker</string>
<string name="pref_theme_summary">Select a pre-installed theme</string>
<string name="pref_theme_title">Themes</string>
<string name="pref_colored_navigation_bar_summary">Apply the primary color to the navigation bar</string>
<string name="pref_colored_navigation_bar_title">Navigation bar color</string>
<string name="pref_background_color_summary">The underlying color of the apps content.</string>
<string name="pref_background_color_title">Background color</string>
<string name="pref_accent_color_summary">Accents select parts of the UI.</string>
<string name="pref_accent_color_title">Accent color</string>
<string name="pref_primary_color_summary">Displayed most frequently across your app.</string>
<string name="pref_primary_color_title">Primary color</string>
2019-11-15 15:18:11 +01:00
<string name="export_bookmarks">Export bookmarks to the instance</string>
<string name="import_bookmarks">Import bookmarks from the instance</string>
2019-11-16 11:40:48 +01:00
<string name="user_count">User count</string>
<string name="status_count">Status count</string>
<string name="instance_count">Instance count</string>
2019-11-16 12:17:58 +01:00
<string name="blocked">Blocked</string>
2019-11-22 17:58:30 +01:00
<string name="poll_finish_in">End in %s</string>
2019-11-22 19:16:48 +01:00
<string name="release_note_title">What\'s new in %s</string>
<string name="follow_account_update">You can follow my account for updates</string>
2019-11-23 12:20:28 +01:00
<string name="no_instance_reccord">This instance is not available on https://instances.social</string>
2019-11-28 19:00:35 +01:00
<string name="display_full_link">Display full link</string>
<string name="share_link">Share link</string>
<string name="link_copy">The URL has been copied to the clipboard</string>
2019-11-28 19:11:53 +01:00
<string name="open_other_app">Open with another app</string>
2019-11-29 15:32:20 +01:00
<string name="check_redirect">Check redirect</string>
<string name="no_redirect">This URL does not redirect</string>
2019-11-29 15:51:46 +01:00
<string name="redirect_detected">%1$s \n\nredirects to\n\n %2$s</string>
2019-11-29 18:10:40 +01:00
<string name="set_user_agent">Change the user agent</string>
<string name="set_user_agent_hint">Set a custom user agent or leave blank</string>
<string name="set_user_agent_indication">Allows to customize the user agent used for api calls or with the built-in browser.</string>
2019-11-30 08:59:39 +01:00
<string name="set_utm_parameters">Remove UTM parameters</string>
<string name="set_utm_parameters_indication">The app will automatically remove UTM parameters from URLs before visiting a link.</string>
2019-11-30 16:31:24 +01:00
<string name="action_trends">Trends</string>
<string name="trending_now">Trending now</string>
<string name="talking_about">%d people talking</string>
2019-12-08 19:11:10 +01:00
<string name="twitter_accounts">Twitter accounts (via Nitter)</string>
2019-12-08 18:40:03 +01:00
<string name="list_of_twitter_accounts">Twitter usernames space separated</string>
2019-12-18 08:40:21 +01:00
<string name="identity_proofs">Identity proofs</string>
2019-12-18 09:40:44 +01:00
<string name="verified_user">Verified identity</string>
2019-12-18 14:03:56 +01:00
<string name="verified_by">Verified by %1$s (%2$s)</string>
2020-01-18 14:59:51 +01:00
<string name="remove_notification">Delete the notification</string>
<string name="display_more_options">Display more options</string>
2020-01-19 15:16:54 +01:00
<string name="pixelfed_story">It is a Pixelfed story</string>
<string name="story_indication">Upload a media, it will be automatically added to your Pixelfed story.</string>
<string name="added_to_story">Media successfully added to your story!</string>
2020-02-01 12:31:05 +01:00
<string name="action_disabled">Action disabled</string>
<string name="action_unfollow">Unfollow</string>
2020-03-11 13:46:57 +01:00
<string name="error_destination_path">Something went wrong, please check your download directory in settings.</string>
<string name="action_announcements">Announcements</string>
<string name="no_announcements">No announcements!</string>
<string name="add_reaction">Add a reaction</string>
2020-04-11 18:14:59 +02:00
<string name="set_custom_tabs_indication">Use your favourite browser inside the app. Uncheck this feature to open links externally.</string>
2020-05-16 20:01:17 +02:00
<string name="set_video_cache">Video cache in MB, zero means no cache.</string>
2020-08-09 15:42:36 +02:00
<string name="set_watermark">Watermarks</string>
<string name="set_watermark_indication">Automatically add a watermark at the bottom of pictures. The text can be customized for each account.</string>
2018-11-27 13:48:03 +01:00
</resources>