mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
1854d7d668
Signed-off-by: snipe <snipe@snipe.net>
19 lines
834 B
PHP
19 lines
834 B
PHP
<?php
|
|
|
|
return array(
|
|
'actions' => 'Дії',
|
|
'add' => 'Додати новий',
|
|
'cancel' => 'Скасувати',
|
|
'checkin_and_delete' => 'Прийняти та видалити користувача',
|
|
'delete' => 'Видалити',
|
|
'edit' => 'Редагувати',
|
|
'restore' => 'Відновити',
|
|
'request' => 'Запит',
|
|
'submit' => 'Зберегти',
|
|
'upload' => 'Upload',
|
|
'select_file' => 'Обрати файл...',
|
|
'select_files' => 'Select Files...',
|
|
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
|
|
'send_password_link' => 'Send Password Reset Link',
|
|
);
|