mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations button.php (Serbian (Latin)) * New translations input.php (Serbian (Latin)) * New translations addon.php (Serbian (Latin)) * New translations validation.php (Serbian (Latin)) * New translations message.php (Serbian (Latin)) * New translations field.php (Serbian (Latin)) * New translations setting.php (Serbian (Latin))
59 lines
2.4 KiB
PHP
59 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'latest_ads' => 'Najnoviji oglasi',
|
|
'show_all' => 'Pokaži sve',
|
|
'login' => [
|
|
'name' => 'Prijavite se',
|
|
],
|
|
'logout' => [
|
|
'name' => 'Odjavite se',
|
|
],
|
|
'profile' => 'Profil',
|
|
'email' => 'Email adresa',
|
|
'phone' => 'Broj telefona',
|
|
'reset_code' => 'Kod za resetovanje',
|
|
'password_confirmation' => 'Potvrda lozinke',
|
|
'password' => 'Lozinka',
|
|
'first_name' => 'Ime',
|
|
'last_name' => 'Prezime',
|
|
'remember_me' => 'Zapamti me',
|
|
'not_a_member_yet' => 'Još niste član',
|
|
'not_a_member_yet_message' => 'Registrujte se kao naš član kako bi imali koristi od naše posebne usluge',
|
|
'forgot_password' => 'Zaboravio sam šifru',
|
|
'email_or_phone_number' => 'Email adresa ili broj telefona',
|
|
'phone_number' => 'Broj telefona',
|
|
|
|
// Registration instructions
|
|
'personal_registration_header' => 'Koje su prednosti pojedinačnog članstva? ',
|
|
'personal_registration_body' => 'Prodajte i iznajmite svoj dom, automobil, prodajte neiskorišćene stvari i nabavite nove. ',
|
|
'personal_registration_list_1' => 'Objavite besplatan oglas,',
|
|
'personal_registration_list_2' => 'Dodajte oglase koji vas zanimaju, pratite promene cena nakon što ih dodate u svoje favorite, napravite omiljene pretrage koje ispunjavaju vaše kriterijume,',
|
|
'personal_registration_list_3' => 'Pošaljite poruke vlasnicima oglasa na stranici.',
|
|
'register_information_note' => 'Informacije na ovoj stranici su uzete za ' . env('APPLICATION_DOMAIN') . ' članstvo. Detaljne informacije o zaštiti ličnih podataka možete pronaći ovde.',
|
|
|
|
// Register page
|
|
'phone_validation_error' => 'Ovaj broj telefona koristi drugi član.',
|
|
|
|
// Forgot Password
|
|
'create_new_password' => 'Kreirajte novu lozinku',
|
|
|
|
// Login page
|
|
'or' => 'ili',
|
|
'login_with_phone_number' => 'Prijavite se sa brojem telefona',
|
|
'login_with_email_address' => 'Prijavite se sa Email adresom',
|
|
|
|
// Side menu links
|
|
'company_directory' => 'Imenik preduzeća',
|
|
'popular_ads' => 'Popularni oglasi',
|
|
'last_48_hours' => 'Poslednjih 48 sati',
|
|
'secure_e-commerce_ads' => 'Sigurni oglasi za e-trgovinu',
|
|
'sms' => 'Pošaljite tekstualnu poruku (SMS)',
|
|
'mail' => 'Pošalji Email',
|
|
|
|
// Register instruction seed
|
|
'register_instructions' => 'Uputstva za registraciju',
|
|
'list' => 'Lista',
|
|
'instruction_description' => 'Opis uputstva',
|
|
'instruction_list' => 'Instrukcije',
|
|
]; |