mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
51 lines
1.6 KiB
PHP
51 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'show_my_ads' => [
|
|
'name' => 'Visa mina annonsflikar',
|
|
],
|
|
'upload_avatar' => [
|
|
'name' => 'Avatar Upload',
|
|
],
|
|
'show_tax_office' => [
|
|
'name' => 'Visa fält för skattekontor',
|
|
],
|
|
'show_checkbox_terms_on_register' => [
|
|
'name' => 'Visa kryssrutans villkor i registret',
|
|
'instructions' => 'Visa "Acceptera term", "skyddslag", "sekretessbegrepp", "sms & e-post" på registerformuläret'
|
|
],
|
|
'register_protection_url' => [
|
|
'name' => 'Registrera skydds-URL',
|
|
],
|
|
'register_privacy_url' => [
|
|
'name' => 'Registrera integritets-URL',
|
|
],
|
|
'show_education_profession' => [
|
|
'name' => 'Visa utbildnings- och yrkesfält',
|
|
'instructions' => 'Visa "Utbildning", "Utbildningsläge" och "Yrke" på profilredigeringssidan'
|
|
],
|
|
'google_captcha_site_key' => [
|
|
'name' => 'Google Captcha-webbplatsnyckel',
|
|
],
|
|
'google_captcha_secret_key' => [
|
|
'name' => 'Google Captcha Secret Key',
|
|
],
|
|
'score_threshold' => [
|
|
'name' => 'Betygsgräns',
|
|
'instructions' => 'Ett värde mellan 0 och 1. Ju högre tröskel desto strängare är ReCaptcha i att försöka avgöra om en användare är en bot eller inte.',
|
|
],
|
|
'education' => [
|
|
'name' => 'Utbildning'
|
|
],
|
|
'state_of_education' => [
|
|
'name' => 'Utbildningsstatus'
|
|
],
|
|
'profession' => [
|
|
'name' => 'Yrke'
|
|
],
|
|
'hide_register_type_profile' => [
|
|
'name' => 'Dölj registertyp i profilsidan',
|
|
'instructions' => 'Döljer registertypfältet i profilredigeringssidan.',
|
|
],
|
|
];
|