mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
26 lines
458 B
PHP
26 lines
458 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Advs',
|
|
],
|
|
'categories' => [
|
|
'name' => 'Kategorie',
|
|
],
|
|
'village' => [
|
|
'name' => 'Wioska',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'Pola niestandardowe',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Niestandardowe porady terenowe',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'Wartości Cf',
|
|
],
|
|
'options' => [
|
|
'name' => 'Opcje',
|
|
],
|
|
];
|