ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/hr-HR/admin/consumables/general.php
Normal file
11
SNIPE-IT/resources/lang/hr-HR/admin/consumables/general.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'Naplata potrošnog za korisnika',
|
||||
'consumable_name' => 'Potrošni naziv',
|
||||
'create' => 'Napravite potrošni',
|
||||
'item_no' => 'Predmet broj.',
|
||||
'remaining' => 'ostali',
|
||||
'total' => 'ukupno',
|
||||
'update' => 'Ažuriraj potrošnju',
|
||||
);
|
37
SNIPE-IT/resources/lang/hr-HR/admin/consumables/message.php
Normal file
37
SNIPE-IT/resources/lang/hr-HR/admin/consumables/message.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Potrošnja ne postoji.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Potrošnja nije izrađena, pokušajte ponovo.',
|
||||
'success' => 'Potrošnja je uspješno stvorena.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Potrošnja nije ažurirana, pokušajte ponovo',
|
||||
'success' => 'Potrošni proizvodi su uspješno ažurirani.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Jeste li sigurni da želite izbrisati ovaj potrošni materijal?',
|
||||
'error' => 'Došlo je do problema s brisanjem potrošnog materijala. Molim te pokušaj ponovno.',
|
||||
'success' => 'Potrošni materijal je uspješno izbrisan.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Potrošnja nije provjerena, pokušajte ponovo',
|
||||
'success' => 'Isporuka potrošnog materijala uspješno je provjerena.',
|
||||
'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.',
|
||||
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Potrošnja nije provjerena, pokušajte ponovo',
|
||||
'success' => 'Potrošni materijal uspješno je provjeren.',
|
||||
'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Potrošni naziv',
|
||||
);
|
Reference in New Issue
Block a user