openclassify/addons/default/visiosoft/profile-module/resources/lang/el/setting.php
Fatih Alp c0237af5a1
New Crowdin updates (#783)
* New translations setting.php (Romanian)

* New translations setting.php (Turkish)

* New translations message.php (Swedish)
2020-11-06 20:23:55 +03:00

41 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'show_my_ads' => [
'name' => 'Εμφάνιση της καρτέλας "Οι διαφημίσεις μου"',
],
'upload_avatar' => [
'name' => 'Μεταφόρτωση Avatar',
],
'show_tax_office' => [
'name' => 'Εμφάνιση πεδίου φορολογικής υπηρεσίας',
],
'show_checkbox_terms_on_register' => [
'name' => 'Εμφάνιση Όρων πλαισίου ελέγχου στο Μητρώο',
'instructions' => 'Δείξτε την ένδειξη "Αποδοχή όρου", "νόμος προστασίας", "όρος απορρήτου", "sms & email"'
],
'show_education_profession' => [
'name' => 'Εμφάνιση πεδίων εκπαίδευσης και επαγγέλματος',
'instructions' => 'Εμφάνιση των "Εκπαίδευση", "Κατάσταση Εκπαίδευσης" και "Επάγγελμα" στη σελίδα επεξεργασίας προφίλ'
],
'google_captcha_site_key' => [
'name' => 'Κλειδί ιστότοπου Google Captcha',
],
'google_captcha_secret_key' => [
'name' => 'Μυστικό κλειδί Google Captcha',
],
'score_threshold' => [
'name' => 'Όριο βαθμολογίας',
'instructions' => 'Μια τιμή μεταξύ 0 και 1. Όσο υψηλότερο είναι το όριο, τόσο πιο αυστηρό ReCaptcha προσπαθεί να προσδιορίσει εάν ένας χρήστης είναι bot ή όχι.',
],
'education' => [
'name' => 'Εκπαίδευση'
],
'state_of_education' => [
'name' => 'Κατάσταση εκπαίδευσης'
],
'profession' => [
'name' => 'Επάγγελμα'
],
];