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)
63 lines
1.3 KiB
PHP
63 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'title' => 'annonser',
|
|
],
|
|
'categories' => [
|
|
'title' => 'kategorier',
|
|
],
|
|
'countries' => [
|
|
'title' => 'Länder',
|
|
],
|
|
'cities' => [
|
|
'title' => 'städer',
|
|
],
|
|
'districts' => [
|
|
'title' => 'distrikt',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'stadsdelar',
|
|
],
|
|
'village' => [
|
|
'title' => 'By',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'Anpassade fält',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Anpassade fältannonser',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Cf-värden',
|
|
],
|
|
'fields' => [
|
|
'title' => 'Anpassade fält'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'Tillgångar tydliga'
|
|
],
|
|
'general' => 'Allmän',
|
|
'ads' => 'annonser',
|
|
'user' => 'Användare',
|
|
'filter' => 'Filtrera',
|
|
'create_ad' => 'Skapa annons',
|
|
'options' => [
|
|
'title' => 'alternativ',
|
|
],
|
|
'ads_image' => 'Annonsbild',
|
|
'product_options' => [
|
|
'title' => 'alternativ',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => 'Alternativvärde',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => 'Konfiguration',
|
|
],
|
|
'translations' => 'Översättningar',
|
|
'status' => [
|
|
'title' => 'Status',
|
|
],
|
|
];
|