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' => 'Hauptkategorie',
|
|
|
|
'currency' => 'Landeswährung',
|
|
|
|
);
|