openclassify/addons/default/visiosoft/profile-module/resources/lang/it/setting.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

54 lines
1.9 KiB
PHP

<?php
return [
'show_my_ads' => [
'name' => 'Mostra la scheda I miei annunci',
],
'upload_avatar' => [
'name' => 'Caricamento avatar',
],
'show_tax_office' => [
'name' => 'Mostra campo Ufficio delle imposte',
],
'show_checkbox_terms_on_register' => [
'name' => 'Mostra i termini della casella di controllo al momento della registrazione',
'instructions' => 'Mostra il "termine di accettazione", "legge di protezione", "termine di privacy", "sms ed email" nel modulo di registrazione'
],
'register_protection_url' => [
'name' => 'Registrare l\'URL di protezione',
],
'register_privacy_url' => [
'name' => 'Registra URL privacy',
],
'show_education_profession' => [
'name' => 'Mostra campi di istruzione e professione',
'instructions' => 'Mostra "Istruzione", "Stato di istruzione" e "Professione" nella pagina di modifica del profilo'
],
'google_captcha_site_key' => [
'name' => 'Chiave del sito Google Captcha',
],
'google_captcha_secret_key' => [
'name' => 'Chiave segreta di Google Captcha',
],
'score_threshold' => [
'name' => 'Soglia del punteggio',
'instructions' => 'Un valore compreso tra 0 e 1. Maggiore è la soglia, più rigoroso è ReCaptcha nel tentativo di determinare se un utente è un bot o meno.',
],
'education' => [
'name' => 'Formazione scolastica'
],
'state_of_education' => [
'name' => 'Stato dell\'istruzione'
],
'profession' => [
'name' => 'Professione'
],
'hide_register_type_profile' => [
'name' => 'Nascondi il tipo di registro nella pagina del profilo',
'instructions' => 'Nasconde il campo del tipo di registro nella pagina di modifica del profilo.',
],
'required_district' => [
'name' => 'Distretto richiesto'
],
];