mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations field.php (Romanian) * New translations field.php (Albanian) * New translations field.php (Bulgarian) * New translations field.php (Serbian (Latin)) * New translations field.php (Hindi) * New translations field.php (Azerbaijani) * New translations field.php (Bengali) * New translations field.php (Persian) * New translations field.php (Vietnamese) * New translations field.php (Urdu (Pakistan)) * New translations field.php (Ukrainian) * New translations field.php (Turkish) * New translations field.php (Swedish) * New translations field.php (Russian) * New translations field.php (French)
22 lines
866 B
PHP
22 lines
866 B
PHP
<?php
|
||
|
||
return [
|
||
'new_profile' => 'Нови профил',
|
||
'new_adress' => 'Нова адреса',
|
||
'show' => 'Прикажи адресу',
|
||
'update_password' => 'Ажурирај лозинку',
|
||
'update_profile' => 'Ажурирање профил',
|
||
'delete' => 'Избриши',
|
||
'extend' => 'Проширити',
|
||
'extend_all' => 'Прошири све',
|
||
'extend_unpublished' => 'Прошири Необјављено',
|
||
'edit' => 'Уредити',
|
||
'go_profile' => 'Идите на детаље о профилу',
|
||
'go_user' => 'Идите на Детаљи о кориснику',
|
||
'personal' => 'Лични',
|
||
'corporate' => 'Корпоративни',
|
||
'export' => 'Извоз',
|
||
'new_education' => 'Ново образовање',
|
||
'new_education_part' => 'Нови део образовања',
|
||
];
|