2014-07-24 02:15:11 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources >
2014-08-06 18:25:47 +02:00
<!-- Activity names -->
<string name= "app_name" > Password Store</string>
2014-07-26 21:57:33 +02:00
<string name= "action_settings" > Settings</string>
2014-07-26 21:44:25 +02:00
<string name= "dialog_delete_title" > Directory already exist</string>
2015-11-22 14:19:06 +01:00
<string name= "dialog_delete_msg" > Target directory already exist. Current version support only a single store. Do you want to delete the current password store directory:</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>
2017-05-28 18:55:59 +02:00
<string name= "title_activity_git_config" translatable= "false" > Git Configurations</string>
2017-04-27 18:12:50 +02:00
2014-10-30 23:11:31 +01:00
<!-- Password Store -->
2014-10-31 12:37:52 +01:00
<string name= "creation_dialog_text" > Please clone or create a new repository below before trying to add a password or any synchronization operation.</string>
2014-10-30 23:11:31 +01:00
<string name= "store_git" > /store/.git</string>
2014-10-31 12:37:52 +01:00
<string name= "key_dialog_text" > You have to select your "PGP-Key ID" before initializing the repository</string>
<string name= "delete_dialog_text" > Are you sure you want to delete the password /"</string>
2017-07-25 15:23:50 +02:00
<string name= "move" > Move</string>
<string name= "edit" > Edit</string>
<string name= "delete" > Delete</string>
2014-10-31 12:37:52 +01:00
<!-- git commits -->
2015-06-10 00:09:30 +02:00
<string name= "add_commit_text" > [ANDROID PwdStore] Add   </string>
2016-07-02 19:30:59 +02:00
<string name= "edit_commit_text" > [ANDROID PwdStore] Edit   </string>
2015-06-10 00:09:30 +02:00
<string name= "from_store" >   from store.</string>
2014-10-31 14:54:38 +01:00
<!-- PGPHandler -->
<string name= "provider_toast_text" > No OpenPGP Provider selected!</string>
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>
<string name= "clipboard_username_toast_text" > Username copied to clipboard</string>
2014-10-31 14:54:38 +01:00
<string name= "file_toast_text" > Please provide a file name</string>
<string name= "empty_toast_text" > You cannot use an empty password or empty extra content</string>
2014-10-31 15:13:17 +01:00
<!-- Git Async Task -->
2017-07-16 16:38:30 +02:00
<string name= "running_dialog_text" > Running command…</string>
2016-12-11 16:57:17 +01:00
<string name= "jgit_error_dialog_title" > An error occurred during a Git operation</string>
2014-12-17 22:55:45 +01:00
<string name= "jgit_error_dialog_text" > Message from jgit: \n</string>
2014-10-31 15:28:09 +01:00
<!-- Git Handler -->
<string name= "forget_username_dialog_text" > Did you forget to specify a username?</string>
<string name= "set_information_dialog_text" > You have to set the information about the server before synchronizing with the server</string>
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>
<string name= "passphrase_dialog_text" > Please provide the passphrase for your SSH key. Leave it empty if there is no passphrase.</string>
<string name= "password_dialog_text" > Please provide the password for this repository</string>
2017-04-27 18:12:50 +02:00
2014-07-27 19:58:42 +02:00
<!-- Clone fragment -->
2016-04-25 22:56:27 +02:00
<string name= "clone" > Clone from server</string>
<string name= "initialize" > Use local directory</string>
2014-09-30 00:46:58 +02:00
<string name= "server_name" > Server</string>
<string name= "server_protocol" > Protocol</string>
<string name= "server_url" > Server URL</string>
<string name= "server_url_hint" > server.com</string>
<string name= "server_port_hint" > 22</string>
2014-11-23 11:51:57 +01:00
<string name= "default_ssh_port" > 22</string>
<string name= "default_https_port" > 443</string>
2014-09-30 00:46:58 +02:00
<string name= "server_path" > Repo path</string>
2014-11-16 10:23:39 +01:00
<string name= "server_path_hint" > path/to/pass</string>
2014-09-30 00:46:58 +02:00
<string name= "server_user" > Username</string>
<string name= "server_user_hint" > git_username</string>
<string name= "server_resulting_url" > Resulting URL</string>
2014-10-01 23:20:51 +02:00
<string name= "connection_mode" > Authentication Mode</string>
<string name= "warn_malformed_url_port" > When using custom ports, provide an absolute path (starts with "/")</string>
2014-07-27 04:33:08 +02:00
2017-04-27 18:12:50 +02:00
<!-- Git Config fragment -->
2017-05-28 18:55:59 +02:00
<string name= "git_config" translatable= "false" > Git config</string>
<string name= "git_user_name" translatable= "false" > Username</string>
<string name= "git_user_name_hint" translatable= "false" > User name</string>
<string name= "git_user_email" translatable= "false" > Email</string>
<string name= "git_user_email_hint" translatable= "false" > email</string>
2017-04-27 18:12:50 +02:00
<string name= "invalid_email_dialog_text" > Please enter a valid email address</string>
2017-07-25 15:23:50 +02:00
<string name= "clone_button" > Clone!</string>
2017-04-27 18:12:50 +02:00
2014-08-07 01:10:23 +02:00
<!-- PGP Handler -->
<string name= "crypto_name_hint" > name</string>
<string name= "crypto_pass_label" > Password</string>
<string name= "crypto_extra_label" > Extra</string>
2017-07-25 15:23:50 +02:00
<string name= "crypto_select" > Select</string>
<string name= "crypto_cancel" > Cancel</string>
<string name= "crypto_save" > Save</string>
2014-08-07 01:10:23 +02: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>
2017-07-16 16:38:30 +02:00
<string name= "password" > Password:</string>
<string name= "extra_content" > Extra content:</string>
2017-07-22 12:09:34 +02:00
<string name= "username" > Username:</string>
<string name= "edit_password" > Edit password</string>
<string name= "copy_password" > Copy password</string>
<string name= "copy_username" > Copy username</string>
<string name= "share_as_plaintext" > Share as plaintext</string>
2014-11-01 21:23:01 +01:00
<!-- Preferences -->
<string name= "pref_git_title" > Git</string>
2014-12-04 21:43:27 +01:00
<string name= "pref_edit_server_info" > Edit git server settings</string>
2017-04-27 18:12:50 +02:00
<string name= "pref_edit_git_config" > Edit git config</string>
2015-07-16 09:16:25 +02:00
<string name= "pref_ssh_title" > Import SSH key</string>
<string name= "pref_ssh_keygen_title" > Generate SSH key pair</string>
<string name= "pref_ssh_see_key_title" > View generated public SSH key</string>
2014-12-06 01:19:56 +01:00
<string name= "pref_git_delete_repo" > Delete repository</string>
<string name= "pref_dialog_delete_title" > Clear repository</string>
2014-11-01 21:23:01 +01:00
<string name= "pref_crypto_title" > Crypto</string>
2015-05-31 23:15:41 +02:00
<string name= "pref_provider_title" > Select OpenPGP Provider</string>
2014-11-01 21:23:01 +01:00
<string name= "pref_key_title" > Select OpenPGP Key id</string>
<string name= "pref_general_title" > General</string>
<string name= "pref_password_title" > Password Show Time</string>
<string name= "pref_password_dialog_title" > Set the time you want the password to be in clipboard</string>
<string name= "pref_copy_title" > Automatically Copy Password</string>
<string name= "pref_copy_dialog_title" > Automatically copy the password to the clipboard after decryption was successful.</string>
2015-12-30 07:18:42 +01:00
<string name= "ssh_key_success_dialog_title" > SSH-key imported</string>
2014-11-04 22:23:47 +01:00
<string name= "ssh_key_error_dialog_title" > Error while trying to import the ssh-key</string>
2014-12-06 18:03:43 +01:00
<string name= "ssh_key_error_dialog_text" > Message : \n</string>
<string name= "pref_recursive_filter" > Recursive filtering</string>
<string name= "pref_recursive_filter_hint" > Recursively find passwords of the current directory.</string>
2017-01-02 19:32:36 +01:00
<string name= "pref_autofill_title" > Autofill</string>
2015-08-14 22:51:39 +02:00
<string name= "pref_autofill_enable_title" > Enable autofill</string>
2015-08-16 21:01:32 +02:00
<string name= "pref_autofill_enable_msg" > Tap OK to go to Accessibility settings. There, tap Password Store under Services then tap the switch in the top right to turn it on or off.</string>
<string name= "pref_autofill_enable_msg2" > Once the service is on, a dialog will appear when you click on a password field in an app if a matching password for the app exists.</string>
<string name= "pref_autofill_enable_msg3" > Password Store attempts to match apps with passwords automatically. You can change this default setting and also matching settings per-app.</string>
2015-12-30 07:18:42 +01:00
<string name= "pref_autofill_apps_title" > App and website settings</string>
2015-08-14 22:51:39 +02:00
<string name= "pref_autofill_default_title" > Automatically match by default</string>
<string name= "pref_autofill_default_hint" > Default to \'Automatically match\' for apps without custom settings. Otherwise, \'Never match.\'</string>
2015-12-30 07:18:42 +01:00
<string name= "pref_autofill_always_title" > Always show dialog</string>
2017-01-02 19:32:36 +01:00
<string name= "pref_misc_title" > Misc</string>
2015-08-14 22:51:39 +02:00
<string name= "pref_clear_clipboard_title" > Clear clipboard 20 times</string>
2015-07-21 22:10:55 +02:00
<string name= "pref_clear_clipboard_hint" > Store nonsense in the clipboard 20 times instead of just once. Useful on Samsung phones that feature clipboard history.</string>
2016-06-10 13:36:06 +02:00
<string name= "pref_git_delete_repo_summary" > Deletes local (hidden) repository</string>
<string name= "pref_external_repository" > External repository</string>
<string name= "pref_external_repository_summary" > Use an external password repository</string>
<string name= "pref_select_external_repository" > Select external repository</string>
2017-07-25 15:23:50 +02:00
<string name= "prefs_use_default_file_picker" > Use default file picker</string>
<string name= "prefs_clear_after_copy_title" > Automatically clear the clipboard after copy</string>
<string name= "prefs_clear_after_copy_summary" > After an automatic copy or a manual copy of the password, the clipboard will be automatically cleared.</string>
<string name= "prefs_export_passwords_title" > Export Passwords</string>
<string name= "prefs_export_passwords_summary" > Exports the encrypted passwords to an external directory</string>
<string name= "prefs_version" > Version</string>
2014-11-01 21:23:01 +01:00
2015-07-11 18:22:56 +02:00
<!-- pwgen fragment -->
<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>
<string name= "pwgen_ambiguous" > Ambiguous</string>
2017-01-02 16:21:23 +01:00
<string name= "pwgen_pronounceable" > Pronounceable</string>
2015-07-11 18:22:56 +02:00
2015-07-15 04:43:54 +02:00
<!-- ssh keygen fragment -->
2015-07-18 04:19:18 +02:00
<string name= "ssh_keygen_length" > Length</string>
<string name= "ssh_keygen_passphrase" > Passphrase</string>
<string name= "ssh_keygen_comment" > Comment</string>
<string name= "ssh_keygen_generate" > Generate</string>
2015-07-15 04:43:54 +02:00
<string name= "ssh_keygen_copy" > Copy</string>
<string name= "ssh_keygen_tip" > Provide this public key to your Git server.</string>
2015-07-18 20:14:00 +02:00
<string name= "ssh_keygen_show_passphrase" > Show passphrase</string>
2015-07-15 04:43:54 +02: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>
2017-07-16 16:38:30 +02:00
<string name= "dialog_positive" > On my way…</string>
<string name= "dialog_negative" > Nah… later</string>
<string name= "dialog_oops" > Oops…</string>
2014-10-31 15:28:09 +01:00
<string name= "dialog_cancel" > Cancel</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>
2015-06-17 21:18:26 +02:00
<string name= "show_password_pref_title" > Show the password</string>
<string name= "show_password_pref_summary" > Control the visibility of the passwords once decrypted, this does not disable the password copy</string>
2017-07-16 16:41:47 +02:00
<string name= "show_extra_content_pref_title" > Show extra content</string>
<string name= "show_extra_content_pref_summary" > Control the visibility of the extra content once decrypted</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= "no_repo_selected" > No external repository selected</string>
<string name= "send_plaintext_password_to" > Send password as plaintext using…</string>
<string name= "show_password" > Show password</string>
<string name= "repository_uri" > Repository URI</string>
2014-07-28 23:48:08 +02:00
2015-07-28 09:11:02 +02:00
<!-- Autofill -->
2015-08-14 22:51:39 +02:00
<string name= "autofill_description" > Autofills password fields in apps. Only works for Android versions 4.3 and up. Does not rely on the clipboard for Android versions 5.0 and up.</string>
<string name= "autofill_apps_default" > Use default setting</string>
<string name= "autofill_apps_first" > Automatically match</string>
2015-12-30 06:22:53 +01:00
<string name= "autofill_apps_match_ellipsis" > Match with…</string>
2015-12-30 06:15:08 +01:00
<string name= "autofill_apps_match" > Match with</string>
2015-08-14 22:51:39 +02:00
<string name= "autofill_apps_never" > Never match</string>
2015-12-31 10:28:42 +01:00
<string name= "autofill_apps_delete" > Delete</string>
2017-07-16 16:38:30 +02:00
<string name= "autofill_pick" > Pick…</string>
<string name= "autofill_pick_and_match" > Pick and match…</string>
2017-07-26 09:04:45 +02:00
<string name= "autofill_paste" > Paste</string>
<string name= "autofill_paste_username" > Paste username?\n\n%s</string>
<string name= "autofill_toast_username" > Select an editable field to past the username.\nUsername is available for %d seconds.</string>
2014-07-24 02:15:11 +02:00
</resources>