Files
snipe-it/app/lang/de/admin/locations/table.php
T
2015-07-27 10:24:21 -07:00

18 lines
435 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' => 'Parent',
'currency' => 'Location Currency', // this is deprecated
);