Files
snipe-it/app/lang/de/admin/locations/table.php
T
2015-08-11 13:39:09 -07:00

18 lines
440 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',
'parent' => 'Hauptkategorie',
'currency' => 'Landeswährung', // this is deprecated
);