snipe-it/resources/lang/sl/admin/components/general.php

16 lines
612 B
PHP
Raw Normal View History

2018-02-20 14:37:22 -08:00
<?php
return array(
'component_name' => 'Ime komponente',
'checkin' => 'Prevzem komponent',
'checkout' => 'Izdaja komponent',
'cost' => 'Stroški nakupa',
'create' => 'Ustvari komponento',
'edit' => 'Uredi komponento',
'date' => 'Datum nakupa',
'order' => 'Številka naročila',
'remaining' => 'Ostanek',
'total' => 'Skupaj',
'update' => 'Posodobi komponento',
);