snipe-it/resources/lang/de/admin/locations/table.php
2016-03-25 01:18:05 -07:00

19 lines
520 B
PHP
Executable file

<?php
return array(
'assets_rtd' => 'Asset bereit zum Herausgeben',
'assets_checkedout' => 'Zugewiesene Assets',
'id' => 'ID',
'city' => 'Stadt',
'state' => 'Bundesland',
'country' => 'Land',
'create' => 'Standort erstellen',
'update' => 'Standort aktualisieren',
'name' => 'Standortname',
'address' => 'Adresse',
'zip' => 'Postleitzahl',
'locations' => 'Standorte',
'parent' => 'Hauptkategorie',
'currency' => 'Landeswährung',
);