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))
21 lines
621 B
PHP
21 lines
621 B
PHP
<?php
|
|
|
|
return [
|
|
'category' => [
|
|
'name' => 'Kategorija',
|
|
'option' => [
|
|
'read' => 'Može da vidi kategoriju?',
|
|
'write' => 'Može da kreira / uređuje kategoriju?',
|
|
'delete' => 'Može da obriše kategoriju?',
|
|
],
|
|
],
|
|
'placeholderforsearch' => [
|
|
'name' => 'Placeholder za pretragu',
|
|
'option' => [
|
|
'read' => 'Može da vidi placeholder za pretragu?',
|
|
'write' => 'Može da kreira / uređuje placeholder za pretragu?',
|
|
'delete' => 'Može da obriše placeholder za pretragu?',
|
|
],
|
|
],
|
|
];
|