Merge pull request #135 from spkprs/patch-1

Create values-el
This commit is contained in:
Tibor Kaputa 2019-11-13 19:07:55 +01:00 committed by GitHub
commit e1c9738228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
<resources>
<string name="app_name">Απλή Αριθμομηχανή</string>
<string name="app_launcher_name">Αριθμομηχανή</string>
<string name="scientific_calculator">Επιστημονική Αριθμομηχανή</string>
<!-- Settings -->
<string name="vibrate_on_button_press">Vibrate on button press</string>
<!-- FAQ -->
<string name="faq_1_title">How does the C (Clear) button work?</string>
<string name="faq_1_text">Tapping on it will remove one character at a time. Long pressing it will reset all fields at once.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple Calculator - Do your calculations quickly</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A calculator for your quick calculations.</string>
<string name="app_long_description">
There is no unit converter, you can copy the result or formula to clipboard by long pressing it.
The text color of the widget can be customized, as well as the color and the alpha of the background. Press the result or formula in the widget to open the app.
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
This app is just one piece of a bigger series of apps. You can find the rest of them at https://www.simplemobiletools.com
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>