mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
* 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)
54 lines
1.7 KiB
PHP
54 lines
1.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
'show_my_ads' => [
|
|
'name' => 'Wys my advertensie-oortjie',
|
|
],
|
|
'upload_avatar' => [
|
|
'name' => 'Avatar oplaai',
|
|
],
|
|
'show_tax_office' => [
|
|
'name' => 'Toon belastingkantoorveld',
|
|
],
|
|
'show_checkbox_terms_on_register' => [
|
|
'name' => 'Wys Checkbox-bepalings in die register',
|
|
'instructions' => 'Toon die "Aanvaar term", "beskermingswet", "privaatheidsterm", "sms en e-pos" op die registervorm'
|
|
],
|
|
'register_protection_url' => [
|
|
'name' => 'Registreer beskermings-URL',
|
|
],
|
|
'register_privacy_url' => [
|
|
'name' => 'Registreer privaatheids-URL',
|
|
],
|
|
'show_education_profession' => [
|
|
'name' => 'Toon onderwys- en beroepsveld',
|
|
'instructions' => 'Toon die "Onderwys", "Toestand van Onderwys" en "Beroep" op die profielbewerkingsbladsy'
|
|
],
|
|
'google_captcha_site_key' => [
|
|
'name' => 'Google Captcha-werfsleutel',
|
|
],
|
|
'google_captcha_secret_key' => [
|
|
'name' => 'Google Captcha geheime sleutel',
|
|
],
|
|
'score_threshold' => [
|
|
'name' => 'Tellingdrempel',
|
|
'instructions' => '\'N Waarde tussen 0 en 1. Hoe hoër die drempel, hoe strenger is ReCaptcha om te probeer bepaal of \'n gebruiker \'n bot is of nie.',
|
|
],
|
|
'education' => [
|
|
'name' => 'Onderwys'
|
|
],
|
|
'state_of_education' => [
|
|
'name' => 'Toestand van Onderwys'
|
|
],
|
|
'profession' => [
|
|
'name' => 'Beroep'
|
|
],
|
|
'hide_register_type_profile' => [
|
|
'name' => 'Versteek die tipe register in die profielblad',
|
|
'instructions' => 'Versteek die veld van die registertipe op die profielbewerkingsbladsy.',
|
|
],
|
|
'required_district' => [
|
|
'name' => 'Vereiste distrik'
|
|
],
|
|
];
|