mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
16 lines
559 B
PHP
16 lines
559 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'actions' => 'Actions',
|
||
|
'add' => 'Add New',
|
||
|
'cancel' => 'Cancel',
|
||
|
'checkin_and_delete' => 'Checkin & Delete User',
|
||
|
'delete' => 'Видалити',
|
||
|
'edit' => 'Редагувати',
|
||
|
'restore' => 'Відновити',
|
||
|
'request' => 'Request',
|
||
|
'submit' => 'Submit',
|
||
|
'upload' => 'Upload',
|
||
|
'select_file' => 'Select File...',
|
||
|
);
|