mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
d7e58a35bf
This reverts commit aad14b4d7a
.
11 lines
225 B
PHP
11 lines
225 B
PHP
<?php
|
|
|
|
return array(
|
|
'eula_text' => 'EULA',
|
|
'id' => 'ID',
|
|
'parent' => 'Överordnad',
|
|
'require_acceptance' => 'Godkännande',
|
|
'title' => 'Inventaries kategorinamn',
|
|
|
|
);
|