openclassify/addons/default/visiosoft/profile-module/resources/lang/fr/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' => 'Afficher l\'onglet Mes annonces',
],
'upload_avatar' => [
'name' => 'Téléchargement d\'avatar',
],
'show_tax_office' => [
'name' => 'Afficher le champ du bureau des impôts',
],
'show_checkbox_terms_on_register' => [
'name' => 'Afficher les conditions de la case à cocher lors de l\'inscription',
'instructions' => 'Afficher les "Conditions d\'acceptation", "Loi de protection", "Conditions de confidentialité", "SMS et e-mails" sur le formulaire d\'inscription'
],
'register_protection_url' => [
'name' => 'Enregistrer l\'URL de protection',
],
'register_privacy_url' => [
'name' => 'Enregistrer l\'URL de confidentialité',
],
'show_education_profession' => [
'name' => 'Afficher les champs de formation et de profession',
'instructions' => 'Afficher les éléments "Formation", "État de la formation" et "Profession" sur la page de modification du profil'
],
'google_captcha_site_key' => [
'name' => 'Clé de site Google Captcha',
],
'google_captcha_secret_key' => [
'name' => 'Clé secrète Google Captcha',
],
'score_threshold' => [
'name' => 'Seuil de score',
'instructions' => 'Une valeur comprise entre 0 et 1. Plus le seuil est élevé, plus ReCaptcha est strict pour essayer de déterminer si un utilisateur est un bot ou non.',
],
'education' => [
'name' => 'Éducation'
],
'state_of_education' => [
'name' => 'État de l\'éducation'
],
'profession' => [
'name' => 'Profession'
],
'hide_register_type_profile' => [
'name' => 'Masquer le type de registre dans la page de profil',
'instructions' => 'Masque le champ de type de registre dans la page de modification de profil.',
],
'required_district' => [
'name' => 'District obligatoire'
],
];