18 lines
429 B
PHP
Executable File
18 lines
429 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'Tunnus',
|
|
'city' => 'Kaupunki',
|
|
'state' => 'Lääni',
|
|
'country' => 'Maa',
|
|
'create' => 'Uusi Sijainti',
|
|
'update' => 'Päivitä Sijainti',
|
|
'name' => 'Sijainnin Nimi',
|
|
'address' => 'Osoite',
|
|
'zip' => 'Postinumero',
|
|
'locations' => 'Sijainnit',
|
|
'parent' => 'Parent',
|
|
'currency' => 'Location Currency', // this is deprecated
|
|
);
|