Update strings.xml

This commit is contained in:
Tibor Kaputa 2022-01-24 18:56:29 +01:00 committed by GitHub
parent e8cc13060a
commit 66a616ea65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 7 deletions

View File

@ -1,13 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_title">Paprasta klaviatūra</string>
<string name="change_keyboard">Keisti klaviatūrą</string>
<string name="clear_clipboard_data">Išvalyti iškarpinės duomenis</string>
<string name="keycode_delete"></string>
<string name="show_clipboard_content">Jei prieinama, rodyti iškarpinės turinį</string>
<string name="app_short_description">Paprasta klaviatūra, skirta įterpti visokio tipo tekstus, simbolius ir skaičius</string>
<string name="app_name">Paprasta klaviatūra</string>
<string name="app_launcher_name">Klaviatūra</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">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>
<!-- Accessibility -->
<string name="keycode_delete">Delete</string>
<string name="keycode_mode_change">Keisti klaviatūros tipą</string>
</resources>
<string name="keycode_shift">Shift</string>
<string name="keycode_enter">Enter</string>
<!-- Settings -->
<string name="show_clipboard_content">Jei prieinama, rodyti iškarpinės turinį</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>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Paprasta klaviatūra, skirta įterpti visokio tipo tekstus, simbolius ir skaičius</string>
<string name="app_long_description">
A quick lightweight keyboard app that helps chatting with your friends, or inserting any other texts, numbers or symbols.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>