You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
etesync-android/app/src/main/res/values/strings.xml

445 lines
32 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2013 2015 Ricki Hirner (bitfire web engineering).
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the GNU Public License v3.0
~ which accompanies this distribution, and is available at
~ http://www.gnu.org/licenses/gpl.html
-->
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- common strings -->
<string name="app_name">EteSync</string>
<string name="account_type" translatable="false">com.etesync.syncadapter</string>
<string name="account_type_address_book" translatable="false">com.etesync.syncadapter.address_book</string>
<string name="account_title_address_book">EteSync Address book</string>
<string name="address_books_authority" translatable="false">com.etesync.syncadapter.addressbooks</string>
<string name="address_books_authority_title">Address books</string>
<string name="help">Help</string>
<string name="manage_accounts">Manage accounts</string>
<string name="please_wait">Please wait…</string>
<string name="send">Send</string>
<string name="create">Create</string>
<string name="skip">Skip</string>
<string name="retry">Retry</string>
<string name="notification_channel_crash_reports">Crash Reports</string>
<string name="notification_channel_debugging">Debugging</string>
<string name="notification_channel_general">Other important messages</string>
<string name="notification_channel_sync">Synchronization</string>
<string name="notification_channel_sync_errors">Synchronization errors</string>
<string name="notification_channel_sync_errors_desc">Errors stopping synchronization, like unexpected server replies.</string>
<string name="notification_channel_sync_warnings">Synchronization warnings</string>
<string name="notification_channel_sync_warnings_desc">Small syncing problems like dismissed changes of read-only collections</string>
<string name="notification_channel_sync_status">Status messages</string>
<string name="notification_channel_sync_status_desc">Informational status messages like the sync change summary</string>
<!-- Crash -->
<string name="crash_title">EteSync crashed!</string>
<string name="crash_message">Please send stack trace to developers.</string>
<string name="crash_email_body">If possible, please include any other relevant info such as what you did before this happened.</string>
<!-- tourguide -->
<string name="tourguide_title">Did you know?</string>
<!-- startup dialogs -->
<string name="startup_battery_optimization">Battery Optimization</string>
<string name="startup_battery_optimization_message">Turn off battery optimization to prevent Android turning off/reducing EteSync syncing after a few days.</string>
<string name="startup_battery_optimization_disable">Turn off for EteSync</string>
<string name="startup_dont_show_again">Don\'t show again</string>
<string name="startup_development_version">EteSync Preview Release</string>
<string name="startup_development_version_message">This is a development version of EteSync. Be aware that things may not work as expected. Please give us constructive feedback to improve it.</string>
<string name="startup_development_version_give_feedback">Provide feedback</string>
<string name="startup_vendor_specific_bugs">Potential Vendor Bugs</string>
<string name="startup_vendor_specific_bugs_message">Your Android device may have vendor specific bugs.\nPlease refer to the FAQ for more info..</string>
<string name="startup_vendor_specific_bugs_open_faq">Open FAQ</string>
<!-- AboutActivity -->
<string name="about_license_terms">License terms</string>
<string name="about_license_info_no_warranty">This copylefted libre software licensed GPLv3+ comes with ABSOLUTELY NO WARRANTY. Use, browse, change and share at will; with all. https://simple.wikipedia.org/wiki/GNU_General_Public_License</string>
<!-- global settings -->
<string name="logging_davdroid_file_logging">EteSync file logging ON</string>
<string name="logging_to_external_storage">Logging to external storage: %s</string>
<string name="logging_to_external_storage_warning">Turning this off deletes all logs</string>
<string name="logging_couldnt_create_file">Couldn\'t create external log file: %s</string>
<string name="logging_no_external_storage">External storage not found</string>
<!-- AccountsActivity -->
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="navigation_drawer_subtitle">Secure Sync Adapter</string>
<string name="navigation_drawer_about">About / License</string>
<string name="navigation_drawer_settings">Settings</string>
<string name="navigation_drawer_external_links">Useful links</string>
<string name="navigation_drawer_website">Website</string>
<string name="navigation_drawer_faq">FAQ</string>
<string name="navigation_drawer_guide">User Guide</string>
<string name="navigation_drawer_report_issue">Report issue</string>
<string name="navigation_drawer_contact">Contact</string>
<string name="account_list_empty">Welcome to EteSync!</string>
<string name="accounts_global_sync_disabled">System-wide automatic syncing is off</string>
<string name="accounts_global_sync_enable">Turn on</string>
<string name="accounts_showcase_add">You need to add an account in order to use EteSync. Click here to add one…</string>
<string name="accounts_missing_permissions">Missing permissions: %s</string>
<!-- Account Wizard -->
<string name="account_wizard_collections_title">Welcome to EteSync!</string>
<string name="account_wizard_collections_body">In order to start using EteSync you need to create collections to store your data. Click "Create" to create a default calendar, address book and a task list for you.</string>
<!-- Migrate v2 Wizard -->
<string name="migrate_v2_wizard_welcome_title">EteSync 2.0 Migration</string>
<string name="migrate_v2_wizard_welcome_body">This tool will help you migrate your data to EteSync 2.0. The migration doesn\'t delete any data. It only copies your data over to the new EteSync 2.0 server. This means that there is no risk of data-loss in the migration.</string>
<string name="migrate_v2_wizard_welcome_body_extra">Please make sure you have a good internet connection and enough battery as this may take a while.\nTo continue, please choose below whether you would like to signup for a new EteSync 2.0 account, or login using an existing one.</string>
<string name="migrate_v2_wizard_migrate_title">Migrating…</string>
<string name="migrate_v2_wizard_migrate_progress">Migrating collection %d/%d</string>
<string name="migrate_v2_wizard_migrate_progress_entries">Migrated entries %d/%d</string>
<string name="migrate_v2_wizard_migrate_progress_done">Your account has been migrated.\nPlease verify everything was copied over correctly, and remove your old account once done.</string>
<string name="migrate_v2_wizard_migrate_progress_done_malformed">Ignored %d malformed entries (probably safe to ignore).</string>
<!-- AccountUpdateService -->
<!-- AppSettingsActivity -->
<string name="app_settings">Settings</string>
<string name="app_settings_user_interface">User interface</string>
<string name="app_settings_notification_settings">Notification settings</string>
<string name="app_settings_notification_settings_summary">Manage notification channels and their settings</string>
<string name="app_settings_reset_hints">Reset hints</string>
<string name="app_settings_reset_hints_summary">Reactivates dismissed hints</string>
<string name="app_settings_reset_hints_success">All hints will be shown again</string>
<string name="app_settings_sync">Sync</string>
<string name="app_settings_prefer_tasksorg">Prefer Tasks.org tasks provider</string>
<string name="app_settings_prefer_tasksorg_on">Will sync tasks with Tasks.org if available</string>
<string name="app_settings_prefer_tasksorg_off">Will sync tasks with OpenTasks if available</string>
<string name="app_settings_prefer_tasksorg_snack">Remove and re-add your account if you don't see the changes right away.</string>
<string name="app_settings_connection">Connection</string>
<string name="app_settings_override_proxy">Override proxy settings</string>
<string name="app_settings_override_proxy_on">Use custom proxy settings</string>
<string name="app_settings_override_proxy_off">Use system default proxy settings</string>
<string name="app_settings_override_proxy_host">HTTP(S) proxy host name</string>
<string name="app_settings_override_proxy_port">HTTP(S) proxy port</string>
<string name="app_settings_security">Security</string>
<string name="app_settings_distrust_system_certs">Distrust system certificates</string>
<string name="app_settings_distrust_system_certs_on">System and user-added CAs won\'t be trusted</string>
<string name="app_settings_distrust_system_certs_off">System and user-added CAs will be trusted (recommended)</string>
<string name="app_settings_reset_certificates">Reset (un)trusted certificates</string>
<string name="app_settings_reset_certificates_summary">Resets trust of all custom certificates</string>
<string name="app_settings_reset_certificates_success">All custom certificates have been cleared</string>
<string name="app_settings_debug">Debugging</string>
<string name="app_settings_log_to_external_storage">Log to file</string>
<string name="app_settings_log_to_external_storage_on">Turn off to hide the notification and delete the logs</string>
<string name="app_settings_log_to_external_storage_off">Turn on to save log messages to file</string>
<string name="app_settings_log_verbose">Verbose logging</string>
<string name="app_settings_log_verbose_summary">Verbose logs may contain private info</string>
<string name="app_settings_show_debug_info">Show debug info</string>
<string name="app_settings_show_debug_info_details">View/share software and setup details</string>
<string name="app_settings_force_language">Force Language</string>
<string name="app_settings_force_language_default">Auto</string>
<string name="app_settings_change_notification">Show change notifications</string>
<!-- AccountActivity -->
<string name="account_synchronize_now">Sync now</string>
<string name="account_synchronizing_now">Syncing…</string>
<string name="account_settings">Account settings</string>
<string name="account_delete">Remove account</string>
<string name="account_show_fingerprint">Show Fingerprint</string>
<string name="account_delete_confirmation_title">Really remove account?</string>
<string name="account_delete_confirmation_text">All local copies of address books, calendars and task lists will be deleted.</string>
<string name="account_delete_collection_last_title">Can\'t delete last collection</string>
<string name="account_delete_collection_last_text">Deleting the last collection is not allowed, please create a new one if you\'d like to delete this one.</string>
<string name="account_showcase_view_collection">You can click on an item to view the collection. From there you can view the journal, import, and much more…</string>
<string name="account_click_install_tasks">Click here to install OpenTasks!</string>
<string name="account_tasks_not_showing">* Not syncing tasks (install a provider)</string>
<string name="show_fingperprint_title">My Fingerprint</string>
<!-- ViewCollection -->
<string name="change_journal_title">Change Journal</string>
<string name="tasks_not_showing">* Log is only shown if a task provider is installed.</string>
<string name="account_showcase_import">In order to import contacts and calendars into EteSync, you need to click on the menu, and choose \"Import\".</string>
<string name="account_owner">Owner: %s</string>
<string name="members_owner_only">Only the owner of this collection (%s) is allowed to view its members.</string>
<string name="not_allowed_title">Not Allowed</string>
<string name="edit_owner_only">Only the owner of this collection (%s) is allowed to edit it.</string>
<string name="edit_owner_only_anon">Only the owner of this collection is allowed to edit it.</string>
<string name="members_old_journals_not_allowed">Sharing of old-style journals is not allowed. In order to share this journal, create a new one, and copy its contents over using the \"import\" dialog. If you are experiencing any issues, please contact support.</string>
<string name="use_native_apps_title">Did you know?</string>
<string name="use_native_apps_body">EteSync integrates with your existing address book and calendar apps.\n\nPlease check out the user guide for more info.</string>
<!-- CollectionMembers -->
<string name="collection_members_title">Members</string>
<string name="collection_members_list_loading">Loading members…</string>
<string name="collection_members_list_empty">No members</string>
<string name="collection_members_add">Invite user</string>
<string name="collection_members_add_read_only">Read only</string>
<string name="collection_members_add_error">Error adding member</string>
<string name="collection_members_adding">Inviting user</string>
<string name="collection_members_add_success">Invitation sent. User will be added once the invitation has been accepted.</string>
<string name="trust_fingerprint_title">Verify security fingerprint</string>
<string name="trust_fingerprint_body">Verify %s\'s security fingerprint to ensure the encryption is secure.</string>
<string name="collection_members_error_user_not_found">Could not find the user \"%s\". Has the user set up an encryption password from one of the apps?</string>
<string name="collection_members_removing">Removing member</string>
<string name="collection_members_remove_error">Could not remove member</string>
<string name="collection_members_remove_title">Remove member</string>
<string name="collection_members_remove">Would you like to revoke %s\'s access?\nA malicious user could retain access to their encryption keys. Please refer to the FAQ for more info.</string>
<string name="collection_members_remove_admin">Removing access to admins is currently not supported.</string>
<string name="collection_members_no_access">Only admins are allowed to manage collection memberships. Would you like to leave the collection?</string>
<string name="collection_members_leave">Leave</string>
<!-- Invitations -->
<string name="invitations_title">Invitations</string>
<string name="invitations_loading">Loading invitations...</string>
<string name="invitations_list_empty">No invitations</string>
<string name="invitations_accept_reject_dialog">Would you like to accept or reject the invitation?</string>
<string name="invitations_accept">Accept</string>
<string name="invitations_reject">Reject</string>
<!-- JournalItemActivity -->
<string name="about">About</string>
<string name="journal_item_tab_main">Main</string>
<string name="journal_item_tab_revisions">Revisions</string>
<string name="journal_item_tab_raw">Raw</string>
<string name="journal_item_attendees">Attendees</string>
<string name="journal_item_reminders">Reminders</string>
<string name="journal_item_phone">Phone</string>
<string name="journal_item_email">E-mail</string>
<string name="journal_item_organization">Organization</string>
<string name="journal_item_job_description">Job Description</string>
<string name="journal_item_impp">Instant Messaging</string>
<string name="journal_item_nickname">Nickname</string>
<string name="journal_item_address">Address</string>
<string name="journal_item_note">Note</string>
<string name="journal_item_website">Website</string>
<string name="journal_item_anniversary">Anniversary</string>
<string name="journal_item_birthday">Birthday</string>
<string name="journal_item_relation">Relation</string>
<string name="journal_item_member">Member</string>
<string name="journal_item_member_count">Member Count</string>
<string name="journal_item_restore_action">Restore state</string>
<string name="journal_item_restore_dialog_body">Entry restored to previous state.</string>
<!-- PermissionsActivity -->
<string name="permissions_title">EteSync permissions</string>
<string name="permissions_calendar">Calendar permission</string>
<string name="permissions_calendar_details">Grant calendar access to sync calendar events with your local calendars.</string>
<string name="permissions_calendar_request">Request calendar permissions</string>
<string name="permissions_contacts">Contact permission</string>
<string name="permissions_contacts_details">Grant contact access to sync address books with your local contacts.</string>
<string name="permissions_contacts_request">Request contact permission</string>
<string name="permissions_opentasks">OpenTasks permission</string>
<string name="permissions_opentasks_details">Grant access to OpenTasks to sync tasks with your local task lists.</string>
<string name="permissions_opentasks_request">Request OpenTasks permission</string>
<string name="permissions_tasks_org">Tasks.org permission</string>
<string name="permissions_tasks_org_details">Grant access to Tasks.org to sync tasks with your local task lists.</string>
<string name="permissions_tasks_org_request">Request Tasks.org permission</string>
<!-- AddAccountActivity -->
<string name="login_title">Add account</string>
<string name="login_username">Username</string>
<string name="login_username_error">Enter a username of at least 6 characters using letters, digitis and ./-/_.</string>
<string name="login_email_address">E-mail</string>
<string name="login_email_address_error">Enter a valid e-mail address</string>
<string name="login_password">Password</string>
<string name="login_custom_server">EteSync Server URL</string>
<string name="login_custom_server_error">Invalid URL found, did you forget to include https://?</string>
<string name="login_toggle_advanced">Show advanced settings</string>
<string name="login_encryption_password">Encryption Password</string>
<string name="login_encryption_set_new_password">Please set your encryption password below, and make sure you got it right, as it *can\'t* be recovered if lost!</string>
<string name="login_encryption_enter_password">You are logged in as \"%s\". Please enter your encryption password to continue, or log out from the side menu.</string>
<string name="login_encryption_check_password">* Please double-check the password, as it can\'t be recovered if lost!</string>
<string name="login_encryption_extra_info">* This password is used to encrypt your data, unlike the previous one, which is used to log in.\nYou are asked to choose a separate encryption password for security reasons. For more info, please refer to the FAQ at: %s</string>
<string name="login_password_required">Password required</string>
<string name="login_login">Log In</string>
<string name="login_signup">Sign Up</string>
<string name="login_finish">Finish</string>
<string name="login_back">Back</string>
<string name="login_enter_service_details">Enter Login Details</string>
<string name="login_enter_encryption_details">Secret Encryption Password</string>
<string name="login_encryption_account_label">Account:</string>
<string name="login_service_details_description">This is your login password, *not* your encryption password!</string>
<string name="login_forgot_password">Forgot your password?</string>
<string name="login_wrong_username_or_password">Could not log in (probably wrong username or password).\nHave you registered?</string>
<string name="login_view_logs">View logs</string>
<string name="setting_up_encryption">Setting up encryption</string>
<string name="setting_up_encryption_content">Please wait, setting up encryption…</string>
<string name="account_creation_failed">Could not create account</string>
<string name="wrong_encryption_password">Wrong encryption password</string>
<string name="wrong_encryption_password_content">Could not access your account. Most likely you entered the wrong encryption password.\nPlease note that the username is case sensitive, so please also try different capitalizations, for example make the first character uppercase.\n\nError: %s</string>
<string name="signup_title">Enter Signup Details</string>
<string name="signup_password_restrictions">Password should be at least 8 characters long</string>
<!-- ChangeEncryptionPasswordActivity -->
<string name="change_encryption_password_title">Change Encryption Password</string>
<string name="change_encryption_password_new_password">New Encryption Password</string>
<string name="change_encryption_password_are_you_sure">Are you sure you would like to continue? The process can not be stopped half way or be undone, and may take a while to complete.</string>
<string name="change_encryption_password_success_title">Encryption Password Change</string>
<string name="change_encryption_password_success_body">The password has been changed.</string>
<!-- SetupUserInfoFragment -->
<string name="login_user_info_error_title">Could Not Set User Info</string>
<!-- ImportFragment -->
<string name="import_dialog_title">Import</string>
<string name="import_dialog_failed_title">Could not import data</string>
<string name="import_dialog_failed_body">Reason: %s\nReport to developers?</string>
<string name="import_dialog_loading_file">Loading file (may take a while)…</string>
<string name="import_dialog_adding_entries">Adding entries…</string>
<string name="import_dialog_success">Processed %1$d entries.\nAdded: %2$d\nChanged: %3$d\nSkipped (failed): %4$d</string>
<string name="import_permission_required">Grant access to storage before importing.</string>
<string name="import_account_top_notice">Please choose an account to import all its entries from.</string>
<string name="choose_file">Choose file</string>
<!-- AccountSettingsActivity -->
<string name="settings_title">Settings: %s</string>
<string name="settings_manage_account">Manage Account</string>
<string name="settings_account_dashboard">Account Dashboard</string>
<string name="settings_manage_account_summary">Change your payment info, plan and other account settings</string>
<string name="settings_encryption">Encryption</string>
<string name="settings_password">Login Password</string>
<string name="settings_password_summary">Use a different login password</string>
<string name="settings_enter_password">Enter your password:</string>
<string name="settings_encryption_password">Encryption Password</string>
<string name="settings_encryption_password_summary">Change your encryption password</string>
<string name="settings_enter_encryption_password">Enter your encryption password:</string>
<string name="settings_sync">Syncing</string>
<string name="settings_sync_interval">Sync interval</string>
<string name="settings_sync_summary_manually">Only manually</string>
<string name="settings_sync_summary_periodically" tools:ignore="PluralsCandidate">%s and immediately on local changes</string>
<string name="settings_sync_summary_not_available">Not available</string>
<string-array name="settings_sync_interval_seconds" translateable="false">
<item>-1</item>
<item>900</item>
<item>1800</item>
<item>3600</item>
<item>7200</item>
<item>14400</item>
<item>86400</item>
</string-array>
<string-array name="settings_sync_interval_names">
<item>Only manually</item>
<item>Every 15 minutes</item>
<item>Every 30 minutes</item>
<item>Every hour</item>
<item>Every 2 hours</item>
<item>Every 4 hours</item>
<item>Once a day</item>
</string-array>
<string name="settings_sync_wifi_only">Only sync over Wi-Fi</string>
<string name="settings_sync_wifi_only_on">Syncing is restricted to Wi-Fi connections</string>
<string name="settings_sync_wifi_only_off">Connection type is not taken into consideration</string>
<string name="settings_sync_wifi_only_ssid">Wi-Fi SSID restriction</string>
<string name="settings_sync_wifi_only_ssid_on">Will only sync over %s</string>
<string name="settings_sync_wifi_only_ssid_off">All Wi-Fi connections may be used</string>
<string name="settings_sync_wifi_only_ssid_message">Enter the name of a Wi-Fi network (SSID) if you want to restrict syncing to a network.</string>
<string name="settings_carddav">Contacts</string>
<string name="settings_caldav">Calendar</string>
<string name="settings_taskdav">Tasks</string>
<!-- collection management -->
<string name="create_addressbook">Create address book</string>
<string name="create_addressbook_display_name_hint">My Address Book</string>
<string name="create_calendar">Create calendar</string>
<string name="create_calendar_display_name_hint">My Calendar</string>
<string name="create_tasklist">Create task list</string>
<string name="create_tasklist_display_name_hint">My Task List</string>
<string name="install_tasksorg">Install Tasks.org</string>
<string name="install_opentasks">Install OpenTasks</string>
<string name="edit_collection">Edit collection</string>
<string name="create_collection_color">Set the collection\'s color</string>
<string name="create_collection_creating">Creating collection</string>
<string name="create_collection_display_name">Display name (title) of this collection:</string>
<string name="create_collection_display_name_required">Add a title</string>
<string name="create_collection_description">Description (optional):</string>
<string name="view_collection_edit">Edit</string>
<string name="view_collection_import">Import</string>
<string name="view_collection_members">Manage Members</string>
<string name="create_collection_create">Save</string>
<string name="delete_collection">Delete</string>
<string name="delete_collection_confirm_title">Are you sure?</string>
<string name="delete_collection_confirm_warning">This collection (%s) and all its data will be removed from the server.</string>
<string name="delete_collection_deleting_collection">Deleting collection</string>
<!-- JournalViewer -->
<string name="journal_entries_list_empty">The collection is empty.\n(Maybe it\'s still syncing?)</string>
<string name="journal_entries_loading">Loading changelog entries…</string>
<!-- ExceptionInfoFragment -->
<string name="exception">An error occurred.</string>
<string name="exception_httpexception">An HTTP error occurred.</string>
<string name="exception_ioexception">An I/O error occurred.</string>
<string name="exception_show_details">Show details</string>
<!-- sync errors and DebugInfoActivity -->
<string name="authority_log_provider" translatable="false">com.etesync.syncadapter.log</string>
<string name="debug_info_title">Debug info</string>
<string name="debug_info_more_data_shared">Clicking \"Share\" will open your e-mail app with the data below, as well as some additional debug info, attached. It may contain some private info.</string>
<string name="sync_error_permissions">EteSync permissions</string>
<string name="sync_error_permissions_text">Additional permissions required</string>
<string name="sync_error_generic">Sync failed (%s)</string>
<string name="sync_error_calendar">Could not sync calendar (%s)</string>
<string name="sync_error_contacts">Could not sync contacts (%s)</string>
<string name="sync_error_tasks">Fould not sync tasks (%s)</string>
<string name="sync_error">Error while %s</string>
<string name="sync_error_integrity">Integrity error while %s</string>
<string name="sync_error_http_dav">Server error while %s</string>
<string name="sync_error_unavailable">Could not connect to server while %s</string>
<string name="sync_error_local_storage">Database error while %s</string>
<string name="sync_error_journal_readonly">The journal is read-only</string>
<string name="sync_error_permission_denied">Permission denied: %s</string>
<string name="sync_phase_prepare">preparing syncing</string>
<string name="sync_phase_journals">syncronizing journals</string>
<string name="sync_phase_prepare_fetch">preparing for fetch</string>
<string name="sync_phase_prepare_local">preparing local entries</string>
<string name="sync_phase_create_local_entries">creating local entries</string>
<string name="sync_phase_fetch_entries">fetching remote entries</string>
<string name="sync_phase_apply_remote_entries">applying remote entries</string>
<string name="sync_phase_apply_local_entries">reapplying local entries</string>
<string name="sync_phase_push_entries">pushing entries</string>
<string name="sync_phase_post_processing">post processing</string>
<string name="sync_error_unauthorized">The session expired</string>
<string name="sync_error_user_inactive">Inactive user</string>
<string name="sync_successfully_calendar" formatted="false">Calendar \"%s\" modified (%s)</string>
<string name="sync_successfully_contacts" formatted="false">Contacts modified (%s)</string>
<string name="sync_successfully_tasks" formatted="false">Tasks \"%s\" modified (%s)</string>
<string name="sync_successfully_modified" formatted="false">%s modified.</string>
<string name="sync_successfully_modified_full" formatted="false">%s added.\n%s updated.\n%s deleted.</string>
<string name="sync_journal_readonly">Journal \"%s\" is read-only</string>
<string name="sync_journal_readonly_message">The journal is read-only, so all of your changes (%d) have been reverted.</string>
<!-- Calendar invites -->
<string name="sync_calendar_attendees_notification_title" formatted="false">%s</string>
<string name="sync_calendar_attendees_notification_content">Send invitations to guests?</string>
<string name="calendar_attendees_send_email_action">Send invitations</string>
<string name="sync_calendar_attendees_email_subject" formatted="false">Invitation: %s @ %s</string>
<string name="sync_calendar_attendees_email_content" formatted="false">You have been invited to the following event:\n\n%s\nWhen: %s\nWhere: %s\nAttendees: %s\n\n--\nSent by EteSync - secure, end-to-end encrypted and private data sync.\nGet it at https://www.EteSync.com</string>
<!-- cert4android -->
<string name="certificate_notification_connection_security">EteSync: Connection security</string>
<string name="trust_certificate_unknown_certificate_found">An unknown certificate was received. Would you like to trust it?</string>
<!-- WebView activity-->
<string name="loading">Loading…</string>
<string name="loading_error_title">Loading Error</string>
<string name="loading_error_content">Refresh</string>
<string name="open_url_no_activity">Could not open link, as it is not supported.</string>
<!-- Import Activity -->
<string name="import_button_file">From File</string>
<string name="import_button_local">From Account</string>
<string name="import_select_account">Select Account</string>
<!-- Event (from Etar) -->
<string name="event_info_organizer">Organizer:</string>
<!-- Notifications -->
<string name="notification_channel_name">EteSync</string>
<string name="notification_channel_description">EteSync notifications</string>
</resources>