2020-05-13 20:52:49 +02:00
<?xml version="1.0" encoding="utf-8"?> <!--
2021-03-09 10:15:27 +01:00
~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
2020-05-13 17:31:41 +02:00
~ SPDX-License-Identifier: GPL-3.0-only
-->
2014-07-24 02:15:11 +02:00
<resources >
2020-04-10 13:18:42 +02:00
<plurals name= "delete_title" >
<item quantity= "one" > %d item selected</item>
<item quantity= "other" > %d items selected</item>
</plurals>
2021-03-09 10:42:24 +01:00
2014-08-06 18:25:47 +02:00
<!-- Activity names -->
2019-01-02 15:30:11 +01:00
<string name= "app_name" translatable= "false" > Password Store</string>
2021-03-09 10:42:24 +01:00
2014-07-26 21:57:33 +02:00
<string name= "action_settings" > Settings</string>
2019-01-02 19:10:47 +01:00
<string name= "dialog_delete_title" > Directory already exists</string>
<string name= "dialog_delete_msg" > Target directory already exists. Current version only supports a single store. Do you want to delete the current password store directory?\n(%1$s)</string>
2014-07-24 02:15:11 +02:00
<string name= "dialog_delete" > Delete directory</string>
<string name= "dialog_do_not_delete" > Cancel</string>
2015-01-04 21:47:38 +01:00
<string name= "title_activity_git_clone" > Repository information</string>
2020-03-21 13:14:13 +01:00
<string name= "title_activity_git_config" translatable= "false" > Git configuration</string>
2020-08-28 17:31:40 +02:00
<string name= "title_activity_git_log" > Commit log</string>
2021-03-09 10:42:24 +01:00
2014-10-30 23:11:31 +01:00
<!-- Password Store -->
2020-03-21 13:14:13 +01:00
<string name= "creation_dialog_text" > Please clone or create a new repository below before trying to add a password or running any synchronization operation.</string>
2020-06-17 15:05:46 +02:00
<plurals name= "delete_dialog_text" >
<item quantity= "one" > Are you sure you want to delete the password?</item>
<item quantity= "other" > Are you sure you want to delete %d passwords?</item>
</plurals>
2020-08-15 22:46:02 +02:00
<string name= "delete_directory_progress_text" > Deleting…</string>
2017-07-25 15:23:50 +02:00
<string name= "move" > Move</string>
<string name= "edit" > Edit</string>
<string name= "delete" > Delete</string>
2019-01-01 22:47:17 +01:00
<string name= "change" > Change</string>
<string name= "use" > Use</string>
<string name= "directory_selected_title" > Directory already selected</string>
<string name= "directory_selected_message" > Do you want to use \"%1$s\"?</string>
<string name= "password_exists_title" > Password already exists!</string>
<string name= "password_exists_message" > This will overwrite %1$s with %2$s.</string>
2020-06-17 15:05:46 +02:00
<string name= "password_move_error_title" > Error while moving passwords</string>
<string name= "password_move_error_message" > Failed to move %1$s to %2$s</string>
2021-03-09 10:42:24 +01:00
2014-10-31 12:37:52 +01:00
<!-- git commits -->
2020-06-12 16:58:15 +02:00
<string name= "git_commit_add_text" > Add generated password for %1$s using Android Password Store.</string>
<string name= "git_commit_edit_text" > Edit password for %1$s using Android Password Store.</string>
2020-03-21 13:14:13 +01:00
<string name= "git_commit_remove_text" > Remove %1$s from store.</string>
<string name= "git_commit_move_text" > Rename %1$s to %2$s.</string>
2020-06-17 15:05:46 +02:00
<string name= "git_commit_move_multiple_text" > Move multiple passwords to %1$s.</string>
2020-07-23 17:59:04 +02:00
<string name= "git_commit_gpg_id" > Initialize GPG IDs in %1$s.</string>
2021-03-09 10:42:24 +01:00
2014-10-31 14:54:38 +01:00
<!-- PGPHandler -->
2017-07-22 12:09:34 +02:00
<string name= "clipboard_password_toast_text" > Password copied to clipboard, you have %d seconds to paste it somewhere.</string>
2019-01-14 00:13:11 +01:00
<string name= "clipboard_password_no_clear_toast_text" > Password copied to clipboard</string>
2020-05-31 10:12:31 +02:00
<string name= "clipboard_copied_text" > Copied to clipboard</string>
2014-10-31 14:54:38 +01:00
<string name= "file_toast_text" > Please provide a file name</string>
2020-03-25 18:13:04 +01:00
<string name= "path_toast_text" > Please provide a file path</string>
2014-10-31 14:54:38 +01:00
<string name= "empty_toast_text" > You cannot use an empty password or empty extra content</string>
2021-03-09 10:42:24 +01:00
2014-10-31 15:13:17 +01:00
<!-- Git Async Task -->
2016-12-11 16:57:17 +01:00
<string name= "jgit_error_dialog_title" > An error occurred during a Git operation</string>
2021-03-09 10:42:24 +01:00
2014-10-31 15:28:09 +01:00
<!-- Git Handler -->
2015-07-15 04:43:54 +02:00
<string name= "ssh_preferences_dialog_text" > Please import or generate your SSH key file in the preferences</string>
2014-10-31 15:28:09 +01:00
<string name= "ssh_preferences_dialog_title" > No SSH key</string>
2015-07-15 04:43:54 +02:00
<string name= "ssh_preferences_dialog_import" > Import</string>
<string name= "ssh_preferences_dialog_generate" > Generate</string>
2014-10-31 15:28:09 +01:00
<string name= "passphrase_dialog_title" > Authenticate</string>
2017-08-10 15:13:58 +02:00
<string name= "passphrase_dialog_text" > Please provide the passphrase for your SSH key</string>
2014-10-31 15:28:09 +01:00
<string name= "password_dialog_text" > Please provide the password for this repository</string>
2021-03-09 10:42:24 +01:00
2014-07-27 19:58:42 +02:00
<!-- Clone fragment -->
2020-09-15 18:23:12 +02:00
<string name= "location_dialog_create_text" > Select where do you want to create your password repository</string>
2018-12-15 01:19:04 +01:00
<string name= "location_sdcard" > SD-Card</string>
<string name= "location_hidden" > Hidden (Preferred)</string>
<string name= "external_repository_dialog_title" > Choose where to store the passwords</string>
<string name= "external_repository_dialog_text" > You must select a directory where to store your passwords. If you want to store your passwords within the hidden storage of the application, cancel this dialog and disable the \"External Repository\" option.</string>
2021-03-09 10:42:24 +01:00
2020-08-11 18:11:39 +02:00
<string name= "server_url" > Repository URL</string>
<string name= "server_branch" > Branch</string>
2021-03-09 10:42:24 +01:00
2014-10-01 23:20:51 +02:00
<string name= "connection_mode" > Authentication Mode</string>
2021-03-09 10:42:24 +01:00
2017-04-27 18:12:50 +02:00
<!-- Git Config fragment -->
2019-10-01 18:44:28 +02:00
<string name= "git_user_name_hint" > Username</string>
2019-01-02 15:30:11 +01:00
<string name= "git_user_email" > Email</string>
2017-04-27 18:12:50 +02:00
<string name= "invalid_email_dialog_text" > Please enter a valid email address</string>
2020-04-23 22:35:07 +02:00
<string name= "clone_button" > Clone</string>
2021-03-09 10:42:24 +01:00
2014-08-07 01:10:23 +02:00
<!-- PGP Handler -->
2019-10-01 18:44:28 +02:00
<string name= "crypto_name_hint" > Name</string>
2014-08-07 01:10:23 +02:00
<string name= "crypto_pass_label" > Password</string>
2019-10-01 18:44:28 +02:00
<string name= "crypto_extra_label" > Extra content</string>
2020-03-24 14:03:40 +01:00
<string name= "crypto_encrypt_username_label" > Encrypt username</string>
2017-07-25 15:23:50 +02:00
<string name= "crypto_select" > Select</string>
<string name= "crypto_save" > Save</string>
2019-09-14 09:48:18 +02:00
<string name= "crypto_save_and_copy" > Save and Copy</string>
2021-03-09 10:42:24 +01:00
2014-08-15 13:36:14 +02:00
<!-- DECRYPT Layout -->
2014-10-29 02:05:20 +01:00
<string name= "action_search" > Search</string>
2020-10-08 13:45:39 +02:00
<string name= "password" > Password</string>
<string name= "username" > Username</string>
2017-07-22 12:09:34 +02:00
<string name= "edit_password" > Edit password</string>
<string name= "copy_password" > Copy password</string>
<string name= "share_as_plaintext" > Share as plaintext</string>
2021-03-09 10:42:24 +01:00
2014-11-01 21:23:01 +01:00
<!-- Preferences -->
2021-01-12 06:49:28 +01:00
<string name= "pref_category_repository_title" > Repository</string>
<string name= "pref_edit_git_server_settings" > Edit Git server settings</string>
2020-08-28 17:31:40 +02:00
<string name= "pref_edit_git_config" > Local Git config & utilities</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_import_ssh_key_title" > Import SSH key</string>
2015-07-16 09:16:25 +02:00
<string name= "pref_ssh_keygen_title" > Generate SSH key pair</string>
<string name= "pref_ssh_see_key_title" > View generated public SSH key</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_git_delete_repo_title" > Delete repository</string>
2014-12-06 01:19:56 +01:00
<string name= "pref_dialog_delete_title" > Clear repository</string>
2020-04-25 13:23:40 +02:00
<string name= "pref_category_general_title" > General</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_category_passwords_title" > Passwords</string>
2020-04-25 13:23:40 +02:00
<string name= "pref_clipboard_timeout_title" > Password copy timeout</string>
<string name= "pref_clipboard_timeout_summary" > Set the time (in seconds) you want the password to be in clipboard. 0 means forever. Current value: %1$s</string>
2020-03-21 13:14:13 +01:00
<string name= "pref_copy_title" > Automatically copy password</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_copy_summary" > Automatically copy the password to the clipboard after decryption was successful.</string>
2020-04-16 15:04:55 +02:00
<string name= "ssh_key_import_error_not_an_ssh_key_message" > Selected file does not appear to be an SSH private key.</string>
2015-12-30 07:18:42 +01:00
<string name= "ssh_key_success_dialog_title" > SSH-key imported</string>
2020-04-16 13:51:24 +02:00
<string name= "ssh_key_error_dialog_title" > Key import error</string>
2014-12-06 18:03:43 +01:00
<string name= "ssh_key_error_dialog_text" > Message : \n</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_recursive_filter_title" > Recursive filtering</string>
<string name= "pref_recursive_filter_summary" > Recursively find passwords of the current directory.</string>
2018-08-20 11:13:38 +02:00
<string name= "pref_sort_order_title" > Password sort order</string>
2020-03-21 13:14:13 +01:00
<string name= "pref_folder_first_sort_order" > Folders first</string>
<string name= "pref_file_first_sort_order" > Files first</string>
<string name= "pref_type_independent_sort_order" > Type independent</string>
2020-08-20 13:53:34 +02:00
<string name= "pref_recently_used_sort_order" > Recently used</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_category_autofill_title" > Autofill</string>
2020-03-24 14:03:40 +01:00
<string name= "pref_autofill_enable_title" > Enable Autofill</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_category_misc_title" > Misc</string>
2021-02-02 20:55:34 +01:00
<string name= "pref_clear_clipboard_title" > Workaround clipboard history feature</string>
<string name= "pref_clear_clipboard_summary" > Enable to flood clipboard history on devices that include such a feature with consecutive numbers, flushing out any passwords</string>
2016-06-10 13:36:06 +02:00
<string name= "pref_git_delete_repo_summary" > Deletes local (hidden) repository</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_external_repository_title" > External repository</string>
2016-06-10 13:36:06 +02:00
<string name= "pref_external_repository_summary" > Use an external password repository</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_select_external_repository_title" > Select external repository</string>
<string name= "pref_select_external_repository_summary_no_repo_selected" > No external repository selected</string>
2020-03-21 13:14:13 +01:00
<string name= "prefs_export_passwords_title" > Export passwords</string>
2017-07-25 15:23:50 +02:00
<string name= "prefs_export_passwords_summary" > Exports the encrypted passwords to an external directory</string>
2021-01-12 17:12:53 +01:00
<string name= "pref_rebase_on_pull_title" > Rebase on pull</string>
<string name= "pref_rebase_on_pull_summary" > When pulling or syncing, create a merge commit with upstream changes</string>
<string name= "pref_rebase_on_pull_summary_on" > When pulling or syncing, rebase commits that are not present in the remote repository</string>
2021-03-09 10:42:24 +01:00
2019-01-02 15:00:33 +01:00
<!-- PasswordGenerator fragment -->
2018-12-15 01:19:04 +01:00
<string name= "pwgen_title" > Generate Password</string>
2015-07-11 18:22:56 +02:00
<string name= "pwgen_generate" > Generate</string>
<string name= "pwgen_include" > Include</string>
2017-01-02 16:21:23 +01:00
<string name= "pwgen_length" > Length</string>
2015-07-11 18:22:56 +02:00
<string name= "pwgen_numerals" > Numerals</string>
<string name= "pwgen_symbols" > Symbols</string>
<string name= "pwgen_uppercase" > Uppercase</string>
2019-02-03 12:22:12 +01:00
<string name= "pwgen_lowercase" > Lowercase</string>
2015-07-11 18:22:56 +02:00
<string name= "pwgen_ambiguous" > Ambiguous</string>
2017-01-02 16:21:23 +01:00
<string name= "pwgen_pronounceable" > Pronounceable</string>
2019-02-03 12:22:12 +01:00
<string name= "pwgen_no_chars_error" > No characters included</string>
<string name= "pwgen_length_too_short_error" > Length too short for selected criteria</string>
2020-06-18 12:04:33 +02:00
<string name= "pwgen_max_iterations_exceeded" > Failed to generate a password satisfying the constraints. Try to increase the length.</string>
2021-12-10 10:21:05 +01:00
<string name= "pwgen_separator" > Separator</string>
2021-03-09 10:42:24 +01:00
2021-12-10 10:21:05 +01:00
<!-- Password generator prefs -->
2021-01-12 06:49:28 +01:00
<string name= "pref_password_generator_type_title" > Password generator type</string>
2021-03-09 10:42:24 +01:00
2015-07-15 04:43:54 +02:00
<!-- ssh keygen fragment -->
2015-07-18 04:19:18 +02:00
<string name= "ssh_keygen_passphrase" > Passphrase</string>
<string name= "ssh_keygen_generate" > Generate</string>
2020-09-01 10:12:27 +02:00
<string name= "ssh_keygen_share" > Share</string>
<string name= "ssh_keygen_later" > Later</string>
<string name= "ssh_keygen_message" > %1$s\n\nProvide this public key to your Git server.</string>
2020-04-25 13:23:40 +02:00
<string name= "ssh_key_gen_generating_progress" > Generating keys…</string>
2020-09-01 10:12:27 +02:00
<string name= "ssh_keygen_require_authentication" > Protect with screen lock credential</string>
<string name= "ssh_keygen_label_rsa" > RSA</string>
<string name= "ssh_keygen_label_ecdsa" > ECDSA</string>
<string name= "ssh_keygen_label_ed25519" > Ed25519</string>
<string name= "ssh_keygen_explanation_rsa" > <b > RSA (3072 bit)</b> \nSupported by all servers, but authentication is comparatively slow.</string>
<string name= "ssh_keygen_explanation_ecdsa" > <b > ECDSA (NIST P-256)</b> \nFast authentication and supported by most servers that are still receiving updates.</string>
<string name= "ssh_keygen_explanation_ed25519" > <b > Ed25519</b> \nFast authentication, but only supported by rather modern servers.</string>
<string name= "ssh_keygen_existing_title" > SSH key</string>
<string name= "ssh_keygen_existing_message" > Replace existing SSH key? You might lose access to your server.</string>
<string name= "ssh_keygen_existing_replace" > Replace</string>
<string name= "ssh_keygen_existing_keep" > Keep</string>
2021-03-09 10:42:24 +01:00
2020-09-01 10:12:27 +02:00
<!-- SSH Android Keystore auth -->
<string name= "biometric_auth_generic_failure" > Screen lock authentication failed</string>
<string name= "biometric_prompt_title_ssh_auth" > Unlock SSH key</string>
<string name= "biometric_prompt_title_ssh_keygen" > Generate SSH key</string>
2021-03-09 10:42:24 +01:00
2014-10-30 23:11:31 +01:00
<!-- Misc -->
2014-10-31 12:37:52 +01:00
<string name= "dialog_ok" > OK</string>
<string name= "dialog_yes" > Yes</string>
<string name= "dialog_no" > No</string>
2014-10-31 15:28:09 +01:00
<string name= "dialog_cancel" > Cancel</string>
2020-06-18 14:07:26 +02:00
<string name= "dialog_skip" > Skip</string>
2015-05-31 23:15:41 +02:00
<string name= "git_sync" > Synchronize repository</string>
2015-04-19 20:27:30 +02:00
<string name= "git_pull" > Pull from remote</string>
<string name= "git_push" > Push to remote</string>
2020-08-11 23:18:54 +02:00
<string name= "git_push_up_to_date" > Everything up-to-date</string>
2020-08-28 17:31:40 +02:00
<string name= "git_log" > Show commit log</string>
2015-06-17 21:18:26 +02:00
<string name= "show_password_pref_title" > Show the password</string>
2020-04-25 13:23:40 +02:00
<string name= "show_password_pref_summary" > Control the visibility of the passwords once decrypted. This does not disable copying to clipboard.</string>
2015-07-18 20:11:39 +02:00
<string name= "pwd_generate_button" > Generate</string>
2017-07-26 09:04:45 +02:00
<string name= "refresh_list" > Refresh list</string>
<string name= "send_plaintext_password_to" > Send password as plaintext using…</string>
2017-08-02 11:15:31 +02:00
<string name= "app_icon_hint" > App icon</string>
2021-03-09 10:42:24 +01:00
2020-03-24 14:03:40 +01:00
<!-- Oreo Autofill -->
2020-11-02 20:25:37 +01:00
<string name= "oreo_autofill_select_and_fill_into" > Select entry to fill into</string>
2020-04-15 17:22:44 +02:00
<string name= "oreo_autofill_strict_domain_search" > Phishing-resistant search</string>
2020-03-24 14:03:40 +01:00
<string name= "oreo_autofill_match_with" > Match with %1$s</string>
<string name= "oreo_autofill_matches_clear_existing" > Clear existing matches</string>
2020-04-06 22:56:52 +02:00
<string name= "oreo_autofill_filter_no_results" > No results.</string>
2020-11-02 20:25:37 +01:00
<string name= "oreo_autofill_search_in_store" > Search entry</string>
2020-03-24 14:03:40 +01:00
<string name= "oreo_autofill_save_internal_error" > Save failed due to an internal error</string>
<string name= "oreo_autofill_save_app_not_supported" > This app is currently not supported</string>
<string name= "oreo_autofill_save_passwords_dont_match" > Passwords don\'t match</string>
2020-11-02 20:25:37 +01:00
<string name= "oreo_autofill_generate_password" > Create entry</string>
<string name= "oreo_autofill_fill_otp_from_sms" > Extract code from SMS</string>
2020-03-24 14:03:40 +01:00
<string name= "oreo_autofill_max_matches_reached" > Maximum number of matches (%1$d) reached; clear matches before adding new ones.</string>
<string name= "oreo_autofill_warning_publisher_header" > This app\'s publisher has changed since you first associated a Password Store entry with it:</string>
<string name= "oreo_autofill_warning_publisher_footer" > <b > The currently installed app may be trying to steal your credentials by pretending to be a trusted app.</b> \n\nTry to uninstall and reinstall the app from a trusted source, such as the Play Store, Amazon Appstore, F-Droid, or your phone manufacturer\'s store.</string>
<string name= "oreo_autofill_warning_publisher_install_time" > Installed: %1$s</string>
<string name= "oreo_autofill_warning_publisher_advanced_info_template" translatable= "false" > Package:\n%1$s\n\nHash:\n%2$s</string>
<string name= "oreo_autofill_warning_publisher_advanced_info_button" > Advanced information</string>
<string name= "oreo_autofill_warning_publisher_changed_disable_autofill_button" > Keep Autofill disabled</string>
<string name= "oreo_autofill_warning_publisher_reenable_button" > Re-enable Autofill</string>
<string name= "oreo_autofill_warning_publisher_warning_sign_description" > Warning</string>
2020-11-02 20:25:37 +01:00
<string name= "oreo_autofill_warning_publisher_dataset_summary" > Tap for details</string>
2020-03-24 14:03:40 +01:00
<string name= "oreo_autofill_warning_publisher_dataset_title" > Possible phishing attempt</string>
2020-04-14 11:43:57 +02:00
<string name= "oreo_autofill_general_fill_and_save_support" > Fill and save credentials</string>
<string name= "oreo_autofill_general_fill_support" > Fill credentials</string>
<string name= "oreo_autofill_password_fill_support" > Fill passwords</string>
<string name= "oreo_autofill_flaky_fill_support" > Fill passwords (may require restarting the browser from time to time)</string>
2020-03-24 14:03:40 +01:00
<string name= "oreo_autofill_no_support" > No support</string>
2020-03-25 18:13:04 +01:00
<string name= "oreo_autofill_preference_directory_structure" > Password file organization</string>
2020-04-14 11:43:57 +02:00
<string name= "oreo_autofill_enable_dialog_description" > Password Store can offer to fill login forms and even save credentials you enter in apps or on websites.</string>
<string name= "oreo_autofill_enable_dialog_instructions" > To enable this feature, tap OK to go to Autofill settings. There, select Password Store from the list and confirm the confirmation prompt with OK.</string>
<string name= "oreo_autofill_enable_dialog_installed_browsers" > Autofill support with installed browsers:</string>
2021-03-09 10:42:24 +01:00
2015-07-28 09:11:02 +02:00
<!-- Autofill -->
2017-07-26 00:33:34 +02:00
<string name= "ssh_key_does_not_exist" > Unable to open the ssh private key, please check that the file exists</string>
2017-07-27 01:40:16 +02:00
<string name= "new_password_title" > New password</string>
2020-04-17 20:12:48 +02:00
<string name= "clear_saved_passphrase_ssh" > Clear saved passphrase for local SSH key</string>
<string name= "clear_saved_passphrase_https" > Clear saved HTTPS password</string>
2020-05-30 19:39:17 +02:00
<string name= "git_operation_remember_passphrase" > Remember key passphrase</string>
2020-08-28 17:31:40 +02:00
<string name= "git_tools" > Utilities</string>
2019-05-15 11:22:07 +02:00
<string name= "abort_rebase" > Abort rebase and push new branch</string>
2019-10-01 18:44:28 +02:00
<string name= "reset_to_remote" > Hard reset to remote branch</string>
2020-08-28 17:31:40 +02:00
<string name= "git_head_on_branch" > On branch %1$s</string>
<string name= "git_head_detached" > HEAD detached at %1$s</string>
<string name= "git_head_missing" > Unable to locate HEAD</string>
2019-04-25 05:41:32 +02:00
<string name= "sdcard_root_warning_title" > SD-Card root selected</string>
<string name= "sdcard_root_warning_message" > You have selected the root of your sdcard for the store. This is extremely dangerous and you will lose your data as its content will, eventually, be deleted</string>
2021-01-12 06:49:28 +01:00
<string name= "sdcard_root_warning_remove_everything" > Remove everything</string>
2019-05-15 11:22:07 +02:00
<string name= "git_abort_and_push_title" > Abort and Push</string>
2019-10-02 07:30:45 +02:00
<string name= "biometric_prompt_title" > Biometric Prompt</string>
2020-04-24 11:30:33 +02:00
<string name= "biometric_auth_error_reason" > Authentication failure: %s</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_biometric_auth_title" > Enable biometric authentication</string>
<string name= "pref_biometric_auth_summary" > When enabled, Password Store will prompt you for your fingerprint when launching the app</string>
<string name= "pref_biometric_auth_summary_error" > Fingerprint hardware not accessible or missing</string>
<string name= "pref_title_openkeystore_clear_keyid" > Clear remembered OpenKeystore SSH Key ID</string>
2020-04-22 18:27:52 +02:00
<string name= "access_sdcard_text" > The store location is in your SD Card or Internal storage, but the app does not have permission to access it.</string>
2019-11-12 20:25:56 +01:00
<string name= "your_public_key" > Your public key</string>
<string name= "error_generate_ssh_key" > Error while trying to generate the ssh-key</string>
2020-08-27 10:57:55 +02:00
<string name= "pref_show_hidden_title" > Show all files and folders</string>
<string name= "pref_show_hidden_summary" > Include non-password files and directories in the password list</string>
2020-01-27 21:19:37 +01:00
<string name= "title_create_folder" > Create folder</string>
2020-06-18 14:07:26 +02:00
<string name= "title_rename_folder" > Rename folder</string>
<string name= "message_category_error_empty_field" > Category name can\'t be empty</string>
<string name= "message_category_error_category_exists" > Category name already exists</string>
2020-06-18 16:19:31 +02:00
<string name= "message_error_destination_outside_repo" > Destination must be within the repository</string>
2020-06-18 14:07:26 +02:00
<string name= "message_rename_folder" > Enter destination for %1$s</string>
2020-01-27 21:19:37 +01:00
<string name= "button_create" > Create</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_search_on_start_title" > Open search on start</string>
<string name= "pref_search_on_start_summary" > Open search bar when app is launched</string>
2020-03-05 16:35:50 +01:00
<string name= "tap_clear_clipboard" > Tap here to clear clipboard</string>
2020-04-23 22:35:07 +02:00
<string name= "clone_git_repo" > The repository must be cloned before syncing changes.</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_app_theme_title" > App theme</string>
<string name= "pref_app_theme_value_light" > Light</string>
<string name= "pref_app_theme_value_dark" > Dark</string>
<string name= "pref_app_theme_value_battery_saver" > Set by Battery Saver</string>
<string name= "pref_app_theme_value_follow_system" > System default</string>
2020-05-08 17:20:04 +02:00
<string name= "connection_mode_ssh_key" > SSH key</string>
<string name= "connection_mode_basic_authentication" > Password</string>
2020-04-17 15:06:07 +02:00
<string name= "connection_mode_openkeychain" translatable= "false" > OpenKeychain</string>
<string name= "git_server_config_save_success" > Successfully saved configuration</string>
2020-08-11 18:11:39 +02:00
<string name= "git_server_config_save_error" > The provided repository URL is not valid</string>
2020-10-18 00:32:45 +02:00
<string name= "git_server_config_save_missing_username_https" > Please specify the HTTPS username in the form https://username@example.com/…</string>
<string name= "git_server_config_save_missing_username_ssh" > Please specify the SSH username in the form username@example.com:…</string>
2020-08-26 16:21:27 +02:00
<string name= "git_server_config_save_auth_mode_mismatch" > Valid authentication modes for %1$s: %2$s</string>
2020-04-17 15:06:07 +02:00
<string name= "git_operation_wrong_passphrase" > Wrong passphrase</string>
2020-05-30 19:39:17 +02:00
<string name= "git_operation_wrong_password" > Wrong password</string>
2020-04-19 09:46:25 +02:00
<string name= "bottom_sheet_create_new_folder" > Create new folder</string>
<string name= "bottom_sheet_create_new_password" > Create new password</string>
2020-04-22 18:27:52 +02:00
<string name= "snackbar_action_grant" > Grant</string>
2020-04-25 17:04:33 +02:00
<string name= "pref_debug_logging_summary" > Enable debug logging (requires app restart)</string>
<string name= "pref_debug_logging_title" > Debug logging</string>
2020-05-11 22:13:03 +02:00
<string name= "preference_default_username_summary" > If Autofill is unable to determine a username from your password file or directory structure, it will use the value specified here</string>
<string name= "preference_default_username_title" > Default username</string>
2020-05-30 19:39:17 +02:00
<string name= "git_operation_remember_password" > Remember password</string>
<string name= "git_operation_hint_password" > Password</string>
2020-06-09 13:45:23 +02:00
<string name= "preference_custom_public_suffixes_title" > Custom domains</string>
<string name= "preference_custom_public_suffixes_summary" > Autofill will distinguish subdomains of these domains</string>
<string name= "preference_custom_public_suffixes_hint" > company.com\npersonal.com</string>
2021-03-09 10:42:24 +01:00
2020-06-12 16:58:15 +02:00
<!-- OpenKeychain errors -->
<string name= "openpgp_error_wrong_passphrase" > Incorrect passphrase</string>
<string name= "openpgp_error_no_user_ids" > No matching PGP keys found</string>
<string name= "openpgp_error_unknown" > Error from OpenKeyChain : %s</string>
2021-03-09 10:42:24 +01:00
2020-06-12 16:58:15 +02:00
<!-- Password creation failure -->
2020-06-14 11:31:43 +02:00
<string name= "password_creation_file_fail_title" > Error</string>
2020-06-12 16:58:15 +02:00
<string name= "password_creation_file_write_fail_message" > Failed to write password file to the store, please try again.</string>
2020-06-14 11:31:43 +02:00
<string name= "password_creation_file_delete_fail_message" > Failed to delete password file %1$s from the store, please delete it manually.</string>
<string name= "password_creation_duplicate_error" > File already exists, please use a different name</string>
2020-06-30 15:51:49 +02:00
<string name= "add_otp" > Add OTP</string>
<string name= "otp_import_success" > Successfully imported TOTP configuration</string>
<string name= "otp_import_failure" > Failed to import TOTP configuration</string>
2020-07-09 10:30:24 +02:00
<string name= "exporting_passwords" > Exporting passwords…</string>
2020-07-23 17:59:04 +02:00
<string name= "invalid_gpg_id" > Found .gpg-id, but it contains an invalid key ID, fingerprint or user ID</string>
2020-07-27 08:05:35 +02:00
<string name= "short_key_ids_unsupported" > A key ID in .gpg-id is too short, please use either long key IDs (16 characters) or fingerprints (40 characters)</string>
2020-07-14 08:26:47 +02:00
<string name= "invalid_filename_text" > File name must not contain \'/\', set directory above</string>
<string name= "directory_hint" > Directory</string>
2020-08-10 15:49:01 +02:00
<string name= "new_folder_set_gpg_key" > Set GPG key for directory</string>
2021-03-09 10:42:24 +01:00
2020-08-05 15:32:24 +02:00
<!-- GitException messages -->
<string name= "git_unknown_error" > Unknown error</string>
2021-01-12 17:12:53 +01:00
<string name= "git_pull_rebase_fail_error" > Pull has failed, you\'re in a detached head. Using "settings > git utils", save your changes to the remote in a new branch and resolve the conflict on your computer.</string>
<string name= "git_pull_merge_fail_error" > Merge has failed, you\'re in a conflicting state. TODO: Add a recovery method.</string>
2021-03-09 10:42:24 +01:00
2020-08-05 15:32:24 +02:00
<string name= "git_push_nff_error" > Push was rejected by remote, run pull before pushing again. You can use Synchronize rather than pull/push as it implements both</string>
<string name= "git_push_generic_error" > Push was rejected by remote, reason: %1$s</string>
<string name= "git_push_other_error" > Remote rejected non-fast-forward push. Check receive.denyNonFastForwards variable in config file of destination repository.</string>
2020-08-12 10:50:08 +02:00
<string name= "git_unknown_host" > Unknown host: %1$s</string>
2020-08-05 15:32:24 +02:00
<string name= "git_operation_running" > Running git operation…</string>
2020-09-03 10:48:14 +02:00
<string name= "git_break_out_of_detached_success" > There was a conflict when trying to rebase. Your local %1$s branch was pushed to another branch named %2$s\n Use this branch to resolve conflict on your computer</string>
<string name= "git_break_out_of_detached_unneeded" > The repository is not rebasing, no need to push to another branch</string>
2021-03-09 10:42:24 +01:00
2020-08-10 14:41:16 +02:00
<!-- OpenKeychain not installed -->
<string name= "openkeychain_not_installed_title" > OpenKeychain not installed</string>
<string name= "openkeychain_not_installed_message" > OpenKeychain is required for Password Store to function, please install it from the stores below</string>
<string name= "openkeychain_not_installed_google_play" > Google Play</string>
<string name= "play_deeplink_template" > https://play.google.com/store/apps/details?id=%1$s</string>
<string name= "openkeychain_not_installed_fdroid" > F-Droid</string>
<string name= "fdroid_deeplink_template" > https://f-droid.org/en/packages/%1$s/</string>
2021-03-09 10:42:24 +01:00
2020-08-10 15:49:01 +02:00
<!-- GPG key selection in folder creation -->
<string name= "folder_creation_err_file_exists" > A file by that name already exists</string>
<string name= "folder_creation_err_folder_exists" > A folder by that name already exists</string>
2021-03-09 10:42:24 +01:00
2020-09-15 18:23:12 +02:00
<!-- Onboarding flow -->
<string name= "repository_n_location" > Repository \nLocation</string>
<string name= "let_s_go" > Let\'s Go</string>
<string name= "select_n_repository_type" > Select \nRepository Type</string>
<string name= "select_repo_type_text" > Select if you want to create a local repo or clone a remote repo.</string>
<string name= "clone_remote_repo" > Clone Remote Repo</string>
<string name= "create_local_repo" > Create Local Repo</string>
2021-01-07 23:08:45 +01:00
<string name= "select_gpg_key_title" > Select\nGPG Key</string>
2020-10-01 17:16:21 +02:00
<string name= "select_gpg_key_message" > Select a GPG key to initialize your store with</string>
<string name= "gpg_key_select" > Select key</string>
2021-03-09 10:42:24 +01:00
2020-09-19 13:58:08 +02:00
<!-- SSH port validation -->
<string name= "ssh_scheme_needed_title" > Potentially incorrect URL</string>
<string name= "ssh_scheme_needed_message" > It appears that your URL contains a custom port, but does not specify the ssh:// scheme.\nThis can cause the port to be considered a part of your path. Press OK here to fix the URL.</string>
2020-10-21 02:42:41 +02:00
<string name= "https_scheme_with_port_title" > HTTPS URL with custom port</string>
<string name= "https_scheme_with_port_message" > It looks like you are using a HTTPS URL with a custom port. This is not supported, and will cause problems down the line. Press OK to remove the port from your URL.</string>
2021-04-03 21:51:34 +02:00
<string name= "git_scheme_disallowed_title" > Using the git:// protocol is discouraged</string>
<string name= "git_scheme_disallowed_message" > The git protocol provided by git-daemon performs no transport encryption and is unsuitable for secure operations.</string>
2021-03-09 10:42:24 +01:00
2020-10-08 13:45:39 +02:00
<!-- Proxy configuration activity -->
<string name= "proxy_hostname" > Proxy hostname</string>
<string name= "port" > Port</string>
2021-01-12 06:49:28 +01:00
<string name= "pref_edit_proxy_settings" > HTTP(S) proxy settings</string>
2020-10-08 13:45:39 +02:00
<string name= "invalid_proxy_url" > Invalid URL</string>
2020-12-07 08:48:16 +01:00
<string name= "oreo_autofill_password_fill_and_conditional_save_support" > Fill and save passwords (saving requires that no accessibility services are enabled)</string>
2020-12-10 18:17:18 +01:00
<string name= "clear_saved_host_key" > Clear saved host key</string>
<string name= "clear_saved_host_key_success" > Successfully cleared saved host key!</string>
2021-02-18 07:47:03 +01:00
<string name= "otp_import_qr_code" > Scan QR code</string>
2021-12-07 17:29:03 +01:00
<string name= "otp_import_from_file" > Choose an image</string>
2021-02-18 07:47:03 +01:00
<string name= "otp_import_manual_entry" > Enter manually</string>
<string name= "otp_import_manual_hint_secret" > Secret</string>
<string name= "otp_import_manual_hint_account" > Account</string>
2021-03-21 09:33:51 +01:00
<string name= "gpg_key_select_mandatory" > Selecting a GPG key is necessary to proceed</string>
2021-04-21 14:40:19 +02:00
<string name= "place_shortcut_on_home_screen" > Place shortcut on home screen</string>
2021-11-01 15:23:02 +01:00
<string name= "password_list_fab_content_description" > Create new password or folder</string>
2022-01-09 12:34:16 +01:00
<string name= "pgp_key_import_failed" > Failed to import PGP key</string>
<string name= "pgp_key_import_succeeded" > Successfully imported PGP key</string>
<string name= "pgp_key_import_succeeded_message" > The key ID of the imported key is given below, please review it for correctness:\n%1$s</string>
<string name= "pref_category_pgp_title" > PGP settings</string>
2022-01-13 17:43:53 +01:00
<string name= "pwgen_some_error_occurred" > Some error occurred</string>
2020-10-08 13:45:39 +02:00
2014-07-24 02:15:11 +02:00
</resources>