2018-05-02 14:32:50 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return [
|
2018-05-02 14:32:50 -07:00
|
|
|
'actions' => 'Акции',
|
|
|
|
'add' => 'Додади ново',
|
|
|
|
'cancel' => 'Откажи',
|
2022-08-08 15:29:28 -07:00
|
|
|
'checkin_and_delete' => 'Checkin All / Delete User',
|
2018-05-02 14:32:50 -07:00
|
|
|
'delete' => 'Избриши',
|
|
|
|
'edit' => 'Ажурирај',
|
|
|
|
'restore' => 'Врати',
|
2022-01-13 21:27:29 -08:00
|
|
|
'remove' => 'Remove',
|
2018-05-02 14:32:50 -07:00
|
|
|
'request' => 'Побарај',
|
|
|
|
'submit' => 'Поднеси',
|
|
|
|
'upload' => 'Прикачи',
|
2022-01-13 21:27:29 -08:00
|
|
|
'select_file' => 'Избери датотека...',
|
2018-05-21 14:54:36 -07:00
|
|
|
'select_files' => 'Избери датотека...',
|
2020-11-09 14:52:11 -08:00
|
|
|
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
|
2022-01-13 21:27:29 -08:00
|
|
|
'send_password_link' => 'Send Password Reset Link',
|
|
|
|
'go' => 'Go',
|
|
|
|
'bulk_actions' => 'Bulk Actions',
|
|
|
|
'add_maintenance' => 'Add Maintenance',
|
|
|
|
'append' => 'Append',
|
|
|
|
'new' => 'New',
|
|
|
|
];
|