18 lines
435 B
PHP
Executable File
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
|
|
);
|