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.8 KiB
PHP
51 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'show_my_ads' => [
|
|
'name' => 'Trego Reklamat e mia Tab',
|
|
],
|
|
'upload_avatar' => [
|
|
'name' => 'Foto e Profilit',
|
|
],
|
|
'show_tax_office' => [
|
|
'name' => 'Trego Fushën e Zyrës së Taksave',
|
|
],
|
|
'show_checkbox_terms_on_register' => [
|
|
'name' => 'Trego Kushtet e Kutisë së Regjistrimit',
|
|
'instructions' => 'Shfaqni "Prano termin", "ligjin e mbrojtjes", "termin e privatësisë", "sms & email" në formularin e regjistrimit'
|
|
],
|
|
'register_protection_url' => [
|
|
'name' => 'Regjistro URL-në e Mbrojtjes',
|
|
],
|
|
'register_privacy_url' => [
|
|
'name' => 'Regjistro URL-në e privatësisë',
|
|
],
|
|
'show_education_profession' => [
|
|
'name' => 'Tregoni Fushat e Edukimit dhe Profesionit',
|
|
'instructions' => 'Shfaqni "Edukimin", "Gjendjen e Arsimit" dhe "Profesionin" në faqen e redaktimit të profilit'
|
|
],
|
|
'google_captcha_site_key' => [
|
|
'name' => 'Çelësi i faqes Google Captcha',
|
|
],
|
|
'google_captcha_secret_key' => [
|
|
'name' => 'Çelësi sekret i Google Captcha',
|
|
],
|
|
'score_threshold' => [
|
|
'name' => 'Pragu i Rezultateve',
|
|
'instructions' => 'Një vlerë ndërmjet 0 dhe 1. Sa më i lartë pragu, aq më i rreptë është ReCaptcha në përpjekjen për të përcaktuar nëse një përdorues është bot apo jo.',
|
|
],
|
|
'education' => [
|
|
'name' => 'Arsimi'
|
|
],
|
|
'state_of_education' => [
|
|
'name' => 'Shteti i Arsimit'
|
|
],
|
|
'profession' => [
|
|
'name' => 'Profesioni'
|
|
],
|
|
'hide_register_type_profile' => [
|
|
'name' => 'Fshih llojin e regjistrimit në faqen e profilit',
|
|
'instructions' => 'Fsheh fushën e llojit të regjistrit në faqen e redaktimit të profilit.',
|
|
],
|
|
];
|