mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
21 lines
712 B
PHP
Executable file
21 lines
712 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'checkin' => 'Primire locuri licenta',
|
|
'checkout_history' => 'Istoric predari',
|
|
'checkout' => 'Locuri licente predate',
|
|
'edit' => 'Editeaza licenta',
|
|
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
|
'clone' => 'Cloneaza licenta',
|
|
'history_for' => 'Istoric pentru ',
|
|
'in_out' => 'Predare/Primire',
|
|
'info' => 'Info licenta',
|
|
'license_seats' => 'Locuri licenta',
|
|
'seat' => 'Loc',
|
|
'seats' => 'Locuri',
|
|
'software_licenses' => 'Licente software',
|
|
'user' => 'Utilizator',
|
|
'view' => 'Vizualizeaza licenta',
|
|
);
|