mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
74 lines
3.0 KiB
PHP
74 lines
3.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
'latest_ads' => 'Najnowsze ogłoszenia',
|
|
'show_all' => 'Pokaż wszystko',
|
|
'login' => [
|
|
'name' => 'Zaloguj sie',
|
|
],
|
|
'logout' => [
|
|
'name' => 'Wyloguj',
|
|
],
|
|
'profile' => 'Profil',
|
|
'email' => 'Adres e-mail',
|
|
'phone' => 'Numer telefonu',
|
|
'reset_code' => 'Zresetuj Kod',
|
|
'password_confirmation' => 'Potwierdzenie hasła',
|
|
'password' => 'Hasło',
|
|
'first_name' => 'Imię',
|
|
'last_name' => 'Nazwisko',
|
|
'remember_me' => 'Zapamiętaj mnie',
|
|
'not_a_member_yet' => 'Jeszcze nie członkiem',
|
|
'not_a_member_yet_message' => 'Zarejestruj się, aby nasi członkowie mogli korzystać z naszej specjalnej usługi',
|
|
'forgot_password' => 'Zapomniałem hasła',
|
|
'email_or_phone_number' => 'Adres e-mail lub numer telefonu',
|
|
'phone_number' => 'Numer telefonu',
|
|
|
|
// Registration instructions
|
|
'personal_registration_header' => 'Jakie są zalety członkostwa indywidualnego?',
|
|
'personal_registration_body' => 'Sprzedaj i wynajmij dom, samochód, sprzedaj swoje nieużywane przedmioty, zdobądź nowe.',
|
|
'personal_registration_list_1' => 'Opublikuj darmową reklamę,',
|
|
'personal_registration_list_2' => 'Dodaj reklamy, które Cię interesują, śledź zmiany cen po dodaniu ich do ulubionych, twórz ulubione wyszukiwania spełniające Twoje kryteria,',
|
|
'personal_registration_list_3' => 'Wysyłaj wiadomości do właścicieli reklam w witrynie.',
|
|
'register_information_note' => 'Informacje na tej stronie są brane pod uwagę ' . env('APPLICATION_DOMAIN') . ' członkostwo. Szczegółowe informacje na temat ochrony danych osobowych można znaleźć tutaj.',
|
|
|
|
// Register page
|
|
'phone_validation_error' => 'Ten numer telefonu jest używany przez innego członka.',
|
|
|
|
// Forgot Password
|
|
'create_new_password' => 'Utwórz nowe hasło',
|
|
|
|
// Login page
|
|
'or' => 'lub',
|
|
'login_with_phone_number' => 'Zaloguj się przy użyciu numeru telefonu',
|
|
'login_with_email_address' => 'Zaloguj się przy użyciu adresu e-mail',
|
|
|
|
// Share
|
|
'share_on_facebook' => 'Share on Facebook',
|
|
'share_on_twitter' => 'Share on Twitter',
|
|
|
|
// Side menu links
|
|
'company_directory' => 'Katalog firm',
|
|
'popular_ads' => 'Popularne reklamy',
|
|
'last_48_hours' => 'Ostatnie 48 godzin',
|
|
'secure_e-commerce_ads' => 'Bezpieczne reklamy e-commerce',
|
|
'sms' => 'Wyślij wiadomość tekstową (SMS)',
|
|
'mail' => 'Wyślij maila',
|
|
|
|
//Related
|
|
'related_posts' => 'Related Posts',
|
|
|
|
// Register instruction seed
|
|
'register_instructions' => 'Zarejestruj instrukcje',
|
|
'list' => 'Lista',
|
|
'instruction_description' => 'Opis instrukcji',
|
|
'instruction_list' => 'Lista instrukcji',
|
|
|
|
// Offline
|
|
'connection_problem' => 'Problem z połączeniem',
|
|
'your_internet_connection_is_broken' => 'Twoje połączenie internetowe jest zerwane,',
|
|
'we_miss_you_so_much_already' => 'już za tobą bardzo tęsknimy!',
|
|
'try_again' => 'Spróbuj ponownie',
|
|
|
|
'news_title' => 'Sectoral Developments All in :name',
|
|
]; |