18 lines
427 B
PHP
Executable File
18 lines
427 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'ID',
|
|
'city' => 'By',
|
|
'state' => 'Stat',
|
|
'country' => 'Land',
|
|
'create' => 'Opprett plassering',
|
|
'update' => 'Oppdater plassering',
|
|
'name' => 'Plasseringsnavn',
|
|
'address' => 'Adresse',
|
|
'zip' => 'Postnummer',
|
|
'locations' => 'Plasseringer',
|
|
'parent' => 'Parent',
|
|
'currency' => 'Location Currency', // this is deprecated
|
|
);
|