mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-19 21:43:30 -05:00
15 lines
342 B
PHP
15 lines
342 B
PHP
<?php
|
|
|
|
return [
|
|
'post_ad' => [
|
|
'name' => 'Přidat inzerát',
|
|
],
|
|
'login' => 'Přihlásit se',
|
|
'register' => 'Registrovat',
|
|
'continue' => 'Pokračovat',
|
|
'reset_password' => 'Obnovit heslo',
|
|
'email' => 'E-mailem',
|
|
'phone' => 'Telefon',
|
|
'show_all' => 'Ukázat vše',
|
|
'hide_all' => 'Skrýt vše',
|
|
]; |