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>
<string name= "activity_clone_name" > Clone a Git repo</string>
2014-07-26 21:57:33 +02:00
<string name= "clone_settings" > Clone</string>
<string name= "action_settings" > Settings</string>
2014-07-24 02:15:11 +02:00
<string name= "hello_world" > Hello world!</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>
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= "connection_dialog_text" > Which connection method do you prefer?</string>
<string name= "delete_dialog_text" > Are you sure you want to delete the password /"</string>
<!-- git commits -->
<string name= "initialization_commit_text" > [ANDROID PwdStore] Initialized store with keyID: </string>
2015-06-10 00:09:30 +02:00
<string name= "add_commit_text" > [ANDROID PwdStore] Add   </string>
<string name= "remove_commit_text" > [ANDROID PwdStore] Remove   </string>
<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>
<string name= "okc_progress_text" > Waiting for OpenKeychain...</string>
<string name= "clipboard_beginning_toast_text" > Password copied to clipboard, you have </string>
<string name= "clipboard_ending_toast_text" > seconds to paste it somewhere.</string>
<string name= "name_settings_toast_text" > Please set your account name in settings whenever you can</string>
<string name= "account_settings_dialog_text" > Please set your OpenKeychain account (email) in the preferences</string>
<string name= "account_settings_dialog_title" > Account name empty!</string>
<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 -->
<string name= "running_dialog_text" > Running command...</string>
<string name= "jgit_error_dialog_title" > Internal exception occurred</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= "read_only_dialog_text" > You are about to use a read-only repository, you will not be able to push to it</string>
<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>
2014-10-30 23:11:31 +01:00
2014-07-27 19:58:42 +02:00
<!-- Clone fragment -->
2014-09-06 18:14:39 +02:00
<string name= "clone_fragment_text" > Welcome to Password Store\n\n In this screen you can either create a new repository or clone your git repository onto your device.</string>
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
2014-08-07 01:10:23 +02:00
<!-- PGP Handler -->
2014-07-30 03:42:22 +02:00
<string name= "title_activity_pgp_handler" > PgpHandler</string>
2014-08-07 01:10:23 +02:00
<string name= "crypto_name_hint" > name</string>
<string name= "crypto_pass_label" > Password</string>
<string name= "crypto_extra_label" > Extra</string>
2014-08-15 13:36:14 +02:00
<!-- DECRYPT Layout -->
<string name= "crypto_category" > Category</string>
2014-10-29 02:05:20 +01:00
<string name= "action_search" > Search</string>
2014-11-01 21:23:01 +01:00
<!-- Preferences -->
<string name= "pref_git_title" > Git</string>
<string name= "pref_server_title" > Server</string>
<string name= "pref_server_hint" > server.com</string>
<string name= "pref_remote_title" > Remote location</string>
<string name= "pref_remote_hint" > path/to/repository</string>
<string name= "pref_git_username_title" > Username</string>
<string name= "pref_git_username_hint" > username</string>
2014-12-04 21:43:27 +01:00
<string name= "pref_edit_server_info" > Edit git server settings</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>
<string name= "pref_dialog_delete_msg" > Do you want to delete the current password store directory? This will not clear your configuration.</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_provider_account_title" > Set your OpenPGP account</string>
<string name= "pref_provider_account_hint" > mail@somewhere.tld</string>
<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>
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_apps_hint" > Customize autofill settings for specific apps.</string>
<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>
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>
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>
<string name= "pwgen_numerals" > Numerals</string>
<string name= "pwgen_symbols" > Symbols</string>
<string name= "pwgen_uppercase" > Uppercase</string>
<string name= "pwgen_ambiguous" > Ambiguous</string>
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>
<string name= "dialog_positive" > On my way...</string>
<string name= "dialog_negative" > Nah... later</string>
2014-10-31 15:28:09 +01:00
<string name= "dialog_oops" > Oops...</string>
<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>
<string name= "toast_password_copied" > Password copied into the clipboard</string>
2015-07-18 20:11:39 +02:00
<string name= "pwd_generate_button" > Generate</string>
2015-08-12 22:33:48 +02:00
<string name= "category_string" > "Category: "</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_fill" > Fill</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>
2014-07-24 02:15:11 +02:00
</resources>