mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 15:09:40 -08:00
12 lines
203 B
PHP
12 lines
203 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'dl_csv' => 'Last ned CSV',
|
||
|
'eula_text' => 'EULA',
|
||
|
'id' => 'Id',
|
||
|
'require_acceptance' => 'Godtatt',
|
||
|
'title' => 'Tittel',
|
||
|
|
||
|
|
||
|
);
|