mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
406 B
PHP
17 lines
406 B
PHP
<?php
|
|
|
|
return [
|
|
'help' => 'Pomoć',
|
|
'search' => 'Pronađi',
|
|
'logout' => 'Odjavite se',
|
|
'view_site' => 'Pogledaj sajt',
|
|
'title' => 'Control panel',
|
|
'search_placeholder' => 'Otkucajte za pretragu',
|
|
|
|
// Users Module
|
|
'search_by_gsm_number' => 'Pretražite po broju telefona',
|
|
|
|
// Adv Export
|
|
'choose_file_type' => 'Choose File Type For Export',
|
|
];
|