mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations validation.php (Arabic) * New translations validation.php (Spanish) * New translations validation.php (French) * New translations validation.php (Romanian) * New translations validation.php (Hindi) * New translations validation.php (Bengali) * New translations validation.php (German) * New translations validation.php (Arabic) * New translations validation.php (Greek) * New translations validation.php (Romanian) * New translations validation.php (Spanish) * New translations validation.php (French * New translations validation.php (Portuguese)
60 lines
1.2 KiB
PHP
60 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'title' => 'Reklamy',
|
|
],
|
|
'categories' => [
|
|
'title' => 'Kategorie',
|
|
],
|
|
'countries' => [
|
|
'title' => 'Kraje',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Miasta',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Dzielnice',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'Okolice',
|
|
],
|
|
'village' => [
|
|
'title' => 'Wioska',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'Pola niestandardowe',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Niestandardowe reklamy polowe',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Wartości Cf',
|
|
],
|
|
'fields' => [
|
|
'title' => 'Pola niestandardowe'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'Aktywa Wyczyść'
|
|
],
|
|
'general' => 'Generał',
|
|
'ads' => 'Reklamy',
|
|
'user' => 'Użytkownik',
|
|
'filter' => 'Filtr',
|
|
'create_ad' => 'Utwórz reklamę',
|
|
'options' => [
|
|
'title' => 'Opcje',
|
|
],
|
|
'ads_image' => 'Obraz reklam',
|
|
'product_options' => [
|
|
'title' => 'Opcje',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => 'Wartość opcji',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => 'Konfiguracja',
|
|
],
|
|
'translations' => 'Tłumaczenia',
|
|
];
|