android-calculatorpp/android-app-core/res/values-el/text_wizard.xml

51 lines
3.2 KiB
XML
Raw Normal View History

2013-11-27 22:50:44 -05:00
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.net-->
<resources>
<string name="cpp_wizard_next">Επόμενο</string>
<string name="cpp_wizard_back">Πίσω</string>
<string name="cpp_wizard_finish">Τέλος</string>
<string name="cpp_wizard_start">Έναρξη οδηγού</string>
<string name="cpp_wizard_layout_optimized">Optimized</string>
<string name="cpp_wizard_layout_big_buttons">Μεγάλα κουμπιά</string>
<string name="cpp_wizard_mode_simple">Απλό</string>
<string name="cpp_wizard_mode_simple_description">In simple mode only basic functionality will be available from the
main screen.
Result is rounded up to 5 digits, degrees are used as the default angle units.
</string>
<string name="cpp_wizard_mode_engineer">Μηχανικός</string>
<string name="cpp_wizard_mode_engineer_description">In engineer mode special functions will be used on the main
screen.
Result is is not rounded and is presented in engineer notation, radians are used as the default angle units.
</string>
<string name="cpp_restart_wizard">Έναρξη οδηγού</string>
<string name="cpp_wizard_dragbutton_action_end">Excellent! Tap the button one more time to try again</string>
<string name="cpp_wizard_dragbutton_action_center">Tap the button below once to use 9</string>
<string name="cpp_wizard_dragbutton_action_up">Drag from the center of the button up to use %</string>
<string name="cpp_wizard_dragbutton_action_left">Drag from the center of the button to the left to use sin</string>
<string name="cpp_wizard_dragbutton_action_down">Drag from the center of the button down to use ^2</string>
<string name="cpp_wizard_welcome_title">Καλώς ήρθατε</string>
<string name="cpp_wizard_layout_title">Επιλέξτε μορφή</string>
<string name="cpp_wizard_mode_title">Επιλέξτε τρόπο</string>
<string name="cpp_wizard_onscreen_calculator_title">Calculator in a separate window</string>
<string name="cpp_wizard_dragbutton_title">Drag button basics</string>
<string name="cpp_wizard_final_title">Σχεδόν έτοιμο!</string>
<string name="cpp_wizard_final_free_and_opensource">Calculator++ is free and open-source: all the features are free
of charge and source code can be found on github.
</string>
<string name="cpp_wizard_final_ways_to_help">There are several ways how you can help to make this app better:
</string>
<string name="cpp_wizard_final_donate">Δωρεά χρημάτων</string>
<string name="cpp_wizard_final_translate">Μετάφραση</string>
<string name="cpp_wizard_final_contribute">Συμβολή πηγαίου κώδικα</string>
<string name="cpp_wizard_onscreen_description">Calculator in separate window allows you to do calculations while
using other apps on your device
</string>
<string name="cpp_wizard_onscreen_checkbox">Enable calculator in separate window (second icon will appear in the
apps list)
</string>
<string name="cpp_wizard_dragbutton_description">Drag button is an exclusive feature of Calculator++ which provides
fast access to the secondary functions
</string>
<string name="cpp_wizard_finish_confirmation">Θέλετε σίγουρα να τελειώσετε τον οδηγό;</string>
</resources>