mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
12 lines
223 B
PHP
Executable file
12 lines
223 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'asset_manufacturers' => 'Tillverkare',
|
|
'create' => 'Skapa Tillverkare',
|
|
'id' => 'ID',
|
|
'name' => 'Tillverkarens namn',
|
|
'update' => 'Uppdatera Tillverkare',
|
|
|
|
);
|