Android-Password-Store/app/src/main/res/values/strings.xml

79 lines
4.1 KiB
XML
Raw Normal View History

2014-07-24 02:15:11 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Activity names -->
<string name="app_name">Password Store</string>
<string name="activity_clone_name">Clone a Git repo</string>
<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>
<string name="dialog_delete_title">Directory already exist</string>
2014-07-24 02:15:11 +02: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>
<string name="dialog_delete">Delete directory</string>
<string name="dialog_do_not_delete">Cancel</string>
<string name="title_activity_git_clone">Clone repository</string>
2014-10-30 23:11:31 +01:00
<!-- Password Store -->
<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>
<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>
<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-30 23:11:31 +01: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>
<string name="clone">Clone existing</string>
<string name="initialize">Create new</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>
<string name="server_path">Repo path</string>
<string name="server_path_hint">/path/to/pass</string>
<string name="server_user">Username</string>
<string name="server_user_hint">git_username</string>
<string name="server_resulting_url">Resulting URL</string>
<string name="connection_mode">Authentication Mode</string>
<string name="warn_malformed_url_port">When using custom ports, provide an absolute path (starts with "/")</string>
<!-- PGP Handler -->
<string name="title_activity_pgp_handler">PgpHandler</string>
<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-10-30 23:11:31 +01:00
<!-- Misc -->
<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-07-28 23:48:08 +02:00
2014-07-24 02:15:11 +02:00
</resources>