adding a couple new strings

This commit is contained in:
tibbi
2022-01-24 23:34:30 +01:00
parent 1f8e812884
commit 1a12aa67b1
11 changed files with 55 additions and 0 deletions

View File

@@ -6,6 +6,9 @@
<string name="change_keyboard">Keisti klaviatūrą</string>
<string name="clear_clipboard_data">Išvalyti iškarpinės duomenis</string>
<string name="clear_clipboard_data_confirmation">Ar tikrai norite išvalyti iškarpinės duomenis\?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_pinned">Pinned</string>
<!-- Accessibility -->
<string name="keycode_delete">Delete</string>
<string name="keycode_mode_change">Keisti klaviatūros tipą</string>
@@ -13,6 +16,8 @@
<string name="keycode_enter">Enter</string>
<!-- Settings -->
<string name="show_clipboard_content">Jei prieinama, rodyti iškarpinės turinį</string>
<string name="show_popup">Show a popup on keypress</string>
<string name="vibrate_on_keypress">Vibrate on keypress</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Paprasta klaviatūra</string>