openclassify/addons/default/visiosoft/profile-module/resources/lang/en/setting.php
2020-11-06 15:02:20 +03:00

28 lines
862 B
PHP

<?php
return [
'show_my_ads' => [
'name' => 'Show My Ads Tab',
],
'upload_avatar' => [
'name' => 'Avatar Upload',
],
'show_tax_office' => [
'name' => 'Show Tax Office Field',
],
'show_checkbox_terms_on_register' => [
'name' => 'Show Checkbox Terms on Register',
'instructions' => 'Show the "Accept term", "protection law", "privacy term", "sms & emails" on the register form'
],
'google_captcha_site_key' => [
'name' => 'Google Captcha Site Key',
],
'google_captcha_secret_key' => [
'name' => 'Google Captcha Secret Key',
],
'score_threshold' => [
'name' => 'Score Threshold',
'instructions' => 'A value between 0 and 1. The higher the threshold the more strict ReCaptcha is in trying to determine if a user is a bot or not.',
],
];