mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
16 lines
309 B
PHP
Executable file
16 lines
309 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Veiksmai',
|
|
'add' => 'Pridėti naują',
|
|
'cancel' => 'Atšaukti',
|
|
'delete' => 'Ištrinti',
|
|
'edit' => 'Keisti',
|
|
'restore' => 'Atstatyti',
|
|
'request' => 'Užklausti',
|
|
'submit' => 'Išsaugoti',
|
|
'upload' => 'Įkelti',
|
|
|
|
);
|