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
720 B
PHP
38 lines
720 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Advs',
|
|
],
|
|
'categories' => [
|
|
'name' => 'kategorier',
|
|
],
|
|
'village' => [
|
|
'name' => 'By',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'Anpassade fält',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Anpassat fält advs',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'Cf-värden',
|
|
],
|
|
'options' => [
|
|
'name' => 'alternativ',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'Produktalternativ',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'Alternativvärde',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'Konfiguration',
|
|
],
|
|
'status' => [
|
|
'name' => 'Status',
|
|
],
|
|
];
|