add missing resource file, improved string in keyboard settings

This commit is contained in:
Philipp Crocoll 2014-01-30 11:52:43 +01:00
parent 2d53021f78
commit 8e53848094
4 changed files with 26 additions and 4 deletions

View File

@ -727,8 +727,6 @@ containing a value of this type.
public static int kp2a_simple_keyboard_summary=0x7f0c009a;
public static int kp2a_switch_on_sendgodone=0x7f0c009d;
public static int kp2a_switch_on_sendgodone_summary=0x7f0c009e;
public static int kp2a_switch_rooted=0x7f0c009f;
public static int kp2a_switch_rooted_summary=0x7f0c00a0;
public static int kp2a_user=0x7f0c0092;
/** Label for "switch to alphabetic" key. Must be short to fit on key!
*/

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="change_entry">Select another entry</string>
<string name="open_entry">Select entry</string>
<string name="open_entry_for_app">Search for entry with "%1$s"</string>
<string name="kp2a_user">User</string>
<string name="kp2a_password">Password</string>
<string name="kp2a_prefs">Credential input settings</string>
<string name="kp2a_auto_fill">Auto-Fill enabled</string>
<string name="kp2a_auto_fill_summary">Automatically fill in text when an empty field is entered, if a Keepass2Android entry is available for the keyboard and there is a value which matches the field\'s hint text.</string>
<string name="kp2a_remember_auto_fill">Remember field hint texts</string>
<string name="kp2a_remember_auto_fill_summary">If a text field is filled by manually selecting the Keepass2Android value, remember which value was entered into the text field. The text field is later redetected by its hint text.</string>
<string name="kp2a_simple_keyboard">Simple keyboard</string>
<string name="kp2a_simple_keyboard_summary">Show the simple 1-row keyboard if an entry is available for the keyboard. If disabled, a dialog is shown when the Keepass2Android key is pressed.</string>
<string name="kp2a_lock_on_sendgodone">Lock database when done</string>
<string name="kp2a_lock_on_sendgodone_summary">When pressing the Done/Send/Go key on the simple 1-row keyboard, automatically lock the database.</string>
<string name="kp2a_switch_on_sendgodone">Switch keyboard when done</string>
<string name="kp2a_switch_on_sendgodone_summary">When pressing the Done/Send/Go key on the simple 1-row keyboard, switch the keyboard.</string>
</resources>

View File

@ -265,7 +265,7 @@
<string name="ShowKp2aKeyboardNotification_title">KP2A keyboard notification</string>
<string name="ShowKp2aKeyboardNotification_summary">Make full entry accessible through the KP2A keyboard (recommended).</string>
<string name="OpenKp2aKeyboardAutomatically_title">Switch keyboard</string>
<string name="OpenKp2aKeyboardAutomatically_summary">Open keyboard selection dialog when entry is available through KP2A keyboard after search from the browser or from the keyboard.</string>
<string name="OpenKp2aKeyboardAutomatically_summary">Open keyboard selection dialog when entry is available through KP2A keyboard after search from the browser.</string>
<string name="kp2a_switch_rooted">Auto-switch on rooted devices</string>
<string name="kp2a_switch_rooted_summary">On rooted devices, it is possible to automatically switch to the Keepass2Android keyboard (after search for an entry or by clicking the KP2A keyboard notification) and to switch back to the previous keyboard without showing the Input method picker. This also requires to install the Secure Settings app. See the KP2A documentation for more information!</string>
@ -408,10 +408,11 @@
<string name="ChangeLog_title">Change log</string>
<string name="ChangeLog_0_9_3">
<b>Version 0.9.3 preview 2</b>\n
<b>Version 0.9.3</b>\n
* New keyboard with many improvements. See settings to customize.\n
* Read-only support for kdb (Keepass 1 files). Experimental!\n
* Added SFTP support\n
* Added workaround for bug in ART (Android 4.4.2)\n
* Bug fixes\n
</string>