snipe-it/resources/lang/de/admin/locations/table.php

22 lines
1 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-01-10 17:53:06 -08:00
'about_locations_title' => 'Über Standorte',
'about_locations' => 'Standorte werden verwendet, um Standortinformationen für Benutzer, Assets und andere Elemente zu verfolgen',
2016-12-03 17:10:05 -08:00
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'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' => 'Übergeordneter Standort',
2016-12-03 17:10:05 -08:00
'currency' => 'Landeswährung',
2017-07-07 13:14:51 -07:00
'ldap_ou' => 'LDAP OU Suche',
2016-12-03 17:10:05 -08:00
);