mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
21 lines
974 B
PHP
21 lines
974 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_locations_title' => 'About Locations',
|
|
'about_locations' => 'Locations are used to track location information for users, assets, and other items',
|
|
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
|
'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',
|
|
);
|