Update strings.xml
This commit is contained in:
parent
86b91d2273
commit
1a7c16453c
|
@ -4,6 +4,7 @@
|
||||||
<string name="app_launcher_name">Klaviatura</string>
|
<string name="app_launcher_name">Klaviatura</string>
|
||||||
<string name="redirection_note">Please enable Simple Keyboard on the next screen, to make it an available keyboard. Press \'Back\' once enabled.</string>
|
<string name="redirection_note">Please enable Simple Keyboard on the next screen, to make it an available keyboard. Press \'Back\' once enabled.</string>
|
||||||
<string name="change_keyboard">Change Keyboard</string>
|
<string name="change_keyboard">Change Keyboard</string>
|
||||||
|
<!-- Clipboard -->
|
||||||
<string name="manage_clipboard_items">Manage clipboard items</string>
|
<string name="manage_clipboard_items">Manage clipboard items</string>
|
||||||
<string name="manage_clipboard_empty">Your clipboard is empty.</string>
|
<string name="manage_clipboard_empty">Your clipboard is empty.</string>
|
||||||
<string name="manage_clipboard_label">Once you copy some text, it will show up here. You can also pin clips so they won\'t disappear later.</string>
|
<string name="manage_clipboard_label">Once you copy some text, it will show up here. You can also pin clips so they won\'t disappear later.</string>
|
||||||
|
@ -20,11 +21,13 @@
|
||||||
<string name="text_pinned">Text has been pinned</string>
|
<string name="text_pinned">Text has been pinned</string>
|
||||||
<string name="export_clipboard_items">Export clipboard items</string>
|
<string name="export_clipboard_items">Export clipboard items</string>
|
||||||
<string name="import_clipboard_items">Import clipboard items</string>
|
<string name="import_clipboard_items">Import clipboard items</string>
|
||||||
|
<!-- Accessibility -->
|
||||||
<string name="keycode_delete">Delete</string>
|
<string name="keycode_delete">Delete</string>
|
||||||
<string name="keycode_mode_change">Change keyboard type</string>
|
<string name="keycode_mode_change">Change keyboard type</string>
|
||||||
<string name="keycode_shift">Shift</string>
|
<string name="keycode_shift">Shift</string>
|
||||||
<string name="keycode_enter">Enter</string>
|
<string name="keycode_enter">Enter</string>
|
||||||
<string name="keycode_space">Spacebar</string>
|
<string name="keycode_space">Spacebar</string>
|
||||||
|
<!-- Settings -->
|
||||||
<string name="show_clipboard_content">Show clipboard content if available</string>
|
<string name="show_clipboard_content">Show clipboard content if available</string>
|
||||||
<string name="show_popup">Show a popup on keypress</string>
|
<string name="show_popup">Show a popup on keypress</string>
|
||||||
<string name="vibrate_on_keypress">Vibrate on keypress</string>
|
<string name="vibrate_on_keypress">Vibrate on keypress</string>
|
||||||
|
@ -33,5 +36,10 @@
|
||||||
<string name="show_key_borders">Show key borders</string>
|
<string name="show_key_borders">Show key borders</string>
|
||||||
<string name="show_numbers_row">Show numbers on a separate row</string>
|
<string name="show_numbers_row">Show numbers on a separate row</string>
|
||||||
<string name="start_sentences_capitalized">Start sentences with a capital letter</string>
|
<string name="start_sentences_capitalized">Start sentences with a capital letter</string>
|
||||||
|
<!-- Emojis -->
|
||||||
<string name="emojis">Emojis</string>
|
<string name="emojis">Emojis</string>
|
||||||
|
<!--
|
||||||
|
Haven't found some strings? There's more at
|
||||||
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
|
-->
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in New Issue