Files
snipe-it/app/lang/lt/admin/locations/table.php
T
2015-09-09 13:56:10 -07:00

18 lines
442 B
PHP
Executable File

<?php
return array(
'id' => 'ID',
'city' => 'Miestas',
'state' => 'Rajonas',
'country' => 'Šalis',
'create' => 'Sukurti vietovę',
'update' => 'Atnaujinti vietovę',
'name' => 'Vietovės pavadinimas',
'address' => 'Adresas',
'zip' => 'Pašto kodas',
'locations' => 'Vietovės',
'parent' => 'Pagrindinė',
'currency' => 'Vietos valiuta', // this is deprecated
);