snipe-it/resources/lang/uk/button.php

19 lines
834 B
PHP
Raw Normal View History

2017-12-12 09:20:57 -08:00
<?php
return array(
2018-01-20 04:53:04 -08:00
'actions' => 'Дії',
'add' => 'Додати новий',
'cancel' => 'Скасувати',
'checkin_and_delete' => 'Прийняти та видалити користувача',
2017-12-12 09:20:57 -08:00
'delete' => 'Видалити',
'edit' => 'Редагувати',
'restore' => 'Відновити',
2018-01-20 04:53:04 -08:00
'request' => 'Запит',
'submit' => 'Зберегти',
2017-12-12 09:20:57 -08:00
'upload' => 'Upload',
2018-01-20 04:53:04 -08:00
'select_file' => 'Обрати файл...',
2018-05-02 14:32:50 -07:00
'select_files' => 'Select Files...',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
'send_password_link' => 'Send Password Reset Link',
2017-12-12 09:20:57 -08:00
);