Skip to content

Commit 1a7c164

Browse files
authored
Update strings.xml
1 parent 86b91d2 commit 1a7c164

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/src/main/res/values-ltg/strings.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<string name="app_launcher_name">Klaviatura</string>
55
<string name="redirection_note">Please enable Simple Keyboard on the next screen, to make it an available keyboard. Press \'Back\' once enabled.</string>
66
<string name="change_keyboard">Change Keyboard</string>
7+
<!-- Clipboard -->
78
<string name="manage_clipboard_items">Manage clipboard items</string>
89
<string name="manage_clipboard_empty">Your clipboard is empty.</string>
910
<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 @@
2021
<string name="text_pinned">Text has been pinned</string>
2122
<string name="export_clipboard_items">Export clipboard items</string>
2223
<string name="import_clipboard_items">Import clipboard items</string>
24+
<!-- Accessibility -->
2325
<string name="keycode_delete">Delete</string>
2426
<string name="keycode_mode_change">Change keyboard type</string>
2527
<string name="keycode_shift">Shift</string>
2628
<string name="keycode_enter">Enter</string>
2729
<string name="keycode_space">Spacebar</string>
30+
<!-- Settings -->
2831
<string name="show_clipboard_content">Show clipboard content if available</string>
2932
<string name="show_popup">Show a popup on keypress</string>
3033
<string name="vibrate_on_keypress">Vibrate on keypress</string>
@@ -33,5 +36,10 @@
3336
<string name="show_key_borders">Show key borders</string>
3437
<string name="show_numbers_row">Show numbers on a separate row</string>
3538
<string name="start_sentences_capitalized">Start sentences with a capital letter</string>
39+
<!-- Emojis -->
3640
<string name="emojis">Emojis</string>
37-
</resources>
41+
<!--
42+
Haven't found some strings? There's more at
43+
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
44+
-->
45+
</resources>

0 commit comments

Comments
 (0)