openclassify/addons/default/visiosoft/profile-module/resources/lang/el/setting.php
Fatih Alp 8dedb559ca
New Crowdin updates (#819)
* New translations message.php (French)

* New translations button.php (French)

* New translations button.php (Romanian)
2020-11-26 10:07:18 +03:00

47 lines
2.0 KiB
PHP
Raw Permalink 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"'
],
'register_protection_url' => [
'name' => 'Εγγραφή URL προστασίας',
],
'register_privacy_url' => [
'name' => 'Εγγραφή URL απορρήτου',
],
'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' => 'Επάγγελμα'
],
];