Files
KeePassDX/res/values/strings.xml
2009-07-06 20:41:05 -05:00

63 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">KeePassDroid</string>
<string name="no_keys">No entries in the database or group.</string>
<string name="FileNotFound">File not found.</string>
<string name="InvalidPassword">Invalid password or key file.</string>
<string name="pass_ok">Ok</string>
<string name="entry_title">Name: </string>
<string name="entry_user_name">User Name: </string>
<string name="entry_url">URL: </string>
<string name="entry_password">Password</string>
<string name="entry_comment">Comments: </string>
<string name="MaskedPassword">*****</string>
<string name="menu_show_password">Show Password</string>
<string name="menu_hide_password">Hide Password</string>
<string name="menu_url">Go to URL</string>
<string name="menu_copy_user">Copy User</string>
<string name="menu_copy_pass">Copy Password</string>
<string name="pass_filename">KeePass database filename:</string>
<string name="menu_homepage">Go to Homepage</string>
<string name="homepage">http://www.keepassdroid.com</string>
<string name="menu_lock">Lock Database</string>
<string name="error_nopass">A password or a keyfile is requried.</string>
<string name="entry_and_or">Enter a password and/or a key file to unlock your database:</string>
<string name="entry_keyfile">Key file (optional)</string>
<color name="blue_highlight">#0000dd</color>
<string name="group">Group</string>
<string name="current_group">Current Group: </string>
<string name="root">Root</string>
<string name="current_group_root">Current Group: Root</string>
<string name="ClearClipboard">Clipboard cleared.</string>
<string name="menu_about">About</string>
<string name="AboutText">KeePassDroid is an Android implementation of the KeePass password manager. Currently KeePassDroid can only view databases. It cannot yet create databases. For now, you will need to create a KeePass database on your PC and transfer it to your SD card.</string>
<string name="about_feedback">Feedback:</string>
<string name="about_homepage">Homepage:</string>
<string name="about_twitter">Twitter:</string>
<string name="about_ok">OK</string>
<string name="entry_created">Created: </string>
<string name="entry_modified">Modified: </string>
<string name="entry_accessed">Accessed: </string>
<string name="entry_save">Save</string>
<string name="entry_cancel">Cancel</string>
<string name="entry_confpassword">Confirm password:</string>
<string name="disclaimer_formal">KeePassDroid Copyright 2009 Brian Pellin comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under the conditions of the GPL version 2 or later.</string>
<string name="add_entry">Add Entry</string>
<string name="error_pass_match">Passwords do not match.</string>
<string name="error_title_required">A title is required.</string>
<string name="menu_search">Search</string>
<string name="search_label">Search</string>
<string name="search_hint">Entry title/description</string>
<string name="no_results">No search results</string>
<string name="hint_title">name</string>
<string name="hint_username">username</string>
<string name="hint_url">url</string>
<string name="hint_pass">password</string>
<string name="hint_conf_pass">confirm password</string>
<string name="hint_comment">comment</string>
</resources>