mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
12 lines
235 B
PHP
12 lines
235 B
PHP
<?php
|
|
|
|
return array(
|
|
'dl_csv' => 'CSV downloaden',
|
|
'eula_text' => 'Gebruikersovereenkomst',
|
|
'id' => 'ID',
|
|
'require_acceptance' => 'Acceptatie',
|
|
'title' => 'Accessoire Naam',
|
|
|
|
|
|
);
|