mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
19 lines
520 B
PHP
19 lines
520 B
PHP
|
<?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',
|
||
|
);
|