Files
snipe-it/app/lang/de/admin/locations/table.php
T
2014-12-23 14:48:43 -05:00

16 lines
345 B
PHP
Executable File

<?php
return array(
'id' => 'ID',
'city' => 'Stadt',
'state' => 'Bundesland',
'country' => 'Land',
'create' => 'Standort erstellen',
'update' => 'Standort aktualisieren',
'name' => 'Standortname',
'address' => 'Adresse',
'zip' => 'Postleitzahl',
'locations' => 'Standorte',
);