snipe-it/resources/lang/sr-CS/admin/consumables/message.php

37 lines
1.2 KiB
PHP
Raw Normal View History

2018-07-18 08:55:38 -07:00
<?php
return array(
2018-07-18 08:55:38 -07:00
2018-09-28 11:54:52 -07:00
'does_not_exist' => 'Potrošni materijal ne postoji.',
2018-07-18 08:55:38 -07:00
'create' => array(
2018-09-28 11:54:52 -07:00
'error' => 'Potrošni materijal nije kreiran, pokušajte ponovo.',
'success' => 'Potrošni materijal uspešno kreiran.'
),
2018-07-18 08:55:38 -07:00
'update' => array(
2018-09-28 11:54:52 -07:00
'error' => 'Potrošni materijal nije ažuriran, pokušajte ponovo',
'success' => 'Potrošni materijal uspešno ažuriran.'
),
2018-07-18 08:55:38 -07:00
'delete' => array(
2018-09-28 11:54:52 -07:00
'confirm' => 'Da li ste sigurni da želite izbrisati ovaj potrošni materijal?',
'error' => 'Došlo je do problema s brisanjem potrošnog materijala. Molim pokušaj te ponovo.',
'success' => 'Potrošni materijal je uspešno izbrisan.'
),
2018-07-18 08:55:38 -07:00
'checkout' => array(
2018-07-18 08:55:38 -07:00
'error' => 'Consumable was not checked out, please try again',
'success' => 'Consumable checked out successfully.',
'user_does_not_exist' => 'Korisnik je nevažeći. Molim pokušaj te ponovo.'
),
2018-07-18 08:55:38 -07:00
'checkin' => array(
2018-07-18 08:55:38 -07:00
'error' => 'Consumable was not checked in, please try again',
'success' => 'Consumable checked in successfully.',
'user_does_not_exist' => 'Korisnik je nevažeći. Molim pokušaj te ponovo.'
)
2018-07-18 08:55:38 -07:00
);