cb2ffe6b3f
Signed-off-by: snipe <snipe@snipe.net>
17 lines
711 B
PHP
17 lines
711 B
PHP
<?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',
|
|
'checkin_limit' => 'Prijavljeni znesek mora biti enak ali manjši od :assigned_qty'
|
|
);
|