mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations button.php (Serbian (Latin)) * New translations input.php (Serbian (Latin)) * New translations addon.php (Serbian (Latin)) * New translations validation.php (Serbian (Latin)) * New translations message.php (Serbian (Latin)) * New translations field.php (Serbian (Latin)) * New translations setting.php (Serbian (Latin))
44 lines
774 B
PHP
44 lines
774 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'Naziv'
|
|
],
|
|
'slug' => [
|
|
'name' => 'Slug'
|
|
],
|
|
'city' => [
|
|
'name' => 'Grad'
|
|
],
|
|
'country' => [
|
|
'name' => 'Država'
|
|
],
|
|
'district' => [
|
|
'name' => 'Deo grad'
|
|
],
|
|
'order' => [
|
|
'name' => 'Redosled sortiranja'
|
|
],
|
|
'neighborhood' => [
|
|
'name' => 'Susedstvo'
|
|
],
|
|
'village' => [
|
|
'name' => 'Selo'
|
|
],
|
|
'description' => [
|
|
'name' => 'Opis'
|
|
],
|
|
'pick_option' => [
|
|
'name' => 'Izaberi opciju',
|
|
],
|
|
'address' => [
|
|
'name' => 'Adresa',
|
|
],
|
|
'selected' => 'Odabrano',
|
|
'choose_an_option' => 'Odaberite Opciju...',
|
|
'abv' => [
|
|
'name' => 'Skraćenica',
|
|
],
|
|
'location' => 'Lokacija',
|
|
];
|