mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
38 lines
730 B
PHP
38 lines
730 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',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'Opcje produktu',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'Wartość opcji',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'Konfiguracja',
|
|
],
|
|
'status' => [
|
|
'name' => 'Status',
|
|
],
|
|
];
|