mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
21 lines
795 B
PHP
21 lines
795 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'checkin' => 'Retorna Licença Compartilhada',
|
|
'checkout_history' => 'Histórico de Registros',
|
|
'checkout' => 'Registra Licença Compartilhada',
|
|
'edit' => 'Editar Licença',
|
|
'filetype_info' => 'Tipos permitidos são png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, e rar.',
|
|
'clone' => 'Clonar Licença',
|
|
'history_for' => 'Histórico para ',
|
|
'in_out' => 'Retorna/Registra',
|
|
'info' => 'Informações da Licença',
|
|
'license_seats' => 'Compartilhamentos de Licença',
|
|
'seat' => 'Licença Compartilhada',
|
|
'seats' => 'Licenças Compartilhadas',
|
|
'software_licenses' => 'Licenças de Software',
|
|
'user' => 'Usuário',
|
|
'view' => 'Ver Licença',
|
|
);
|