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
732 B
PHP
38 lines
732 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Advs',
|
|
],
|
|
'categories' => [
|
|
'name' => 'Kategorî',
|
|
],
|
|
'village' => [
|
|
'name' => 'Gûnd',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'Zeviyên xwerû',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Fieldêwirmendên qada xwerû',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'Nirxên Cf',
|
|
],
|
|
'options' => [
|
|
'name' => 'Vebijarkên',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'Vebijarkên Hilberê',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'Nirxê vebijarkan',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'Veavakirina',
|
|
],
|
|
'status' => [
|
|
'name' => 'Cî',
|
|
],
|
|
];
|