2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
2023-04-06 19:34:31 -07:00
'does_not_exist' => 'Dodatna oprema [:id] ne postoji.' ,
2023-11-27 06:43:16 -08:00
'not_found' => 'That accessory was not found.' ,
2017-10-17 18:52:20 -07:00
'assoc_users' => 'Ovaj pribor trenutačno ima: brojčanu stavku označenu korisnicima. Provjerite pribor i pokušajte ponovo.' ,
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'create' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Dodatak nije izrađen, pokušajte ponovo.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Dodatak je uspješno izrađen.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Dodatak nije ažuriran, pokušajte ponovo' ,
2022-01-13 21:27:29 -08:00
'success' => 'Dodatak je uspješno ažuriran.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2017-10-17 18:52:20 -07:00
'confirm' => 'Jeste li sigurni da želite izbrisati ovaj dodatak?' ,
'error' => 'Došlo je do problema s brisanjem dodatne opreme. Molim te pokušaj ponovno.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Dodatak je uspješno izbrisan.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkout' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Dodatak nije provjeren, pokušajte ponovo' ,
'success' => 'Usluga je uspješno provjerena.' ,
2023-04-06 19:34:31 -07:00
'unavailable' => 'Accessory is not available for checkout. Check quantity available' ,
2024-07-19 09:47:22 -07:00
'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.' ,
'checkout_qty' => array (
'lte' => 'There is currently only one available accessory of this type, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.|There are :number_currently_remaining total available accessories, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.' ,
),
2022-01-13 21:27:29 -08:00
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkin' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Dodatna oprema nije prijavljena, pokušajte ponovo' ,
'success' => 'Pristup je uspješno prijavljen.' ,
2022-01-13 21:27:29 -08:00
'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.'
)
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
);