Files
snipe-it/app/lang/fi/admin/locations/table.php
T
2015-07-27 10:24:21 -07:00

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
);