2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
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',
|
2021-09-08 13:49:33 -07:00
|
|
|
'print_assigned' => 'Zugewiesene drucken',
|
|
|
|
'print_all_assigned' => 'Alles zugewiesene drucken',
|
2016-12-03 17:10:05 -08:00
|
|
|
'name' => 'Standortname',
|
|
|
|
'address' => 'Adresse',
|
|
|
|
'zip' => 'Postleitzahl',
|
|
|
|
'locations' => 'Standorte',
|
2020-12-30 12:51:09 -08:00
|
|
|
'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',
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|