12 lines
297 B
PHP
Executable File
12 lines
297 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'asset' => 'Activ',
|
|
'checkin' => 'Verifica activ',
|
|
'checkout' => 'Checkout activ catre utilizator',
|
|
'clone' => 'Clone Asset',
|
|
'edit' => 'Edit Asset',
|
|
'pending' => 'Pending Asset',
|
|
'view' => 'View Asset',
|
|
);
|