snipe-it/resources/lang/de/admin/manufacturers/table.php
2016-12-03 17:10:05 -08:00

13 lines
387 B
PHP

<?php
return array(
'about_manufacturers_title' => 'About manufacturers',
'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.',
'asset_manufacturers' => 'Asset Hersteller',
'create' => 'Hersteller anlegen',
'id' => 'ID',
'name' => 'Herstellername',
'update' => 'Hersteller aktualisieren',
);