mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
46 lines
1.1 KiB
PHP
46 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'navigation_title' => [
|
|
'name' => 'Název navigace',
|
|
],
|
|
'navigation_action' => [
|
|
'name' => 'Akce navigace',
|
|
],
|
|
'country_fields' => [
|
|
'name' => 'Země pole',
|
|
],
|
|
'date_fields' => [
|
|
'name' => 'Pole data',
|
|
],
|
|
'price_fields' => [
|
|
'name' => 'Cenová pole',
|
|
],
|
|
'breadcrumbs' => [
|
|
'name' => 'Strouhanka',
|
|
],
|
|
'ad_details' => [
|
|
'name' => 'Podrobnosti o reklamě',
|
|
],
|
|
'ad_details_tab' => [
|
|
'name' => 'Karta Podrobnosti reklamy',
|
|
],
|
|
'latest_and_view_all_btn' => [
|
|
'name' => 'Nejnovější a Zobrazit vše Btn',
|
|
],
|
|
'register_page_instruction_logo' => [
|
|
'name' => 'Zaregistrujte si logo instrukce pro stránku',
|
|
],
|
|
'register_page_alert_link' => [
|
|
'name' => 'Zaregistrovat odkaz na upozornění na stránku',
|
|
],
|
|
'style' => [
|
|
'name' => 'Styl (CSS)',
|
|
],
|
|
'home_page_sub_categories_limit' => [
|
|
'name' => 'Limit podkategorií domovské stránky',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'Stránka registrace, výchozí země pro telefon',
|
|
]
|
|
]; |