mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
12 lines
255 B
PHP
12 lines
255 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Actions',
|
|
'action' => 'Action',
|
|
'by' => 'Par',
|
|
'item' => 'Item',
|
|
'no_matching_records' => 'Aucun enregistrement correspondant n\'a été trouvé',
|
|
|
|
);
|