2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2016-03-28 21:50:00 -07:00
|
|
|
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
2016-03-25 01:18:05 -07:00
|
|
|
'assets_checkedout' => 'Assets Assigned',
|
|
|
|
'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' => 'Ylempi kategoria',
|
|
|
|
'currency' => 'Valuutta',
|
|
|
|
);
|