2018-02-20 14:37:22 -08:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2018-02-20 14:37:22 -08:00
|
|
|
|
|
|
|
'does_not_exist' => 'Potrošni material ne obstaja.',
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'create' => array(
|
2018-02-20 14:37:22 -08:00
|
|
|
'error' => 'Potrošni material ni bil ustvarjen, poskusite znova.',
|
2022-01-13 21:27:29 -08:00
|
|
|
'success' => 'Potrošni material uspešno ustvarjen.'
|
|
|
|
),
|
2018-02-20 14:37:22 -08:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'update' => array(
|
2018-02-20 14:37:22 -08:00
|
|
|
'error' => 'Potrošni material ni bil posodobljen, poskusite znova',
|
2022-01-13 21:27:29 -08:00
|
|
|
'success' => 'Potrošni material uspešno posodobljen.'
|
|
|
|
),
|
2018-02-20 14:37:22 -08:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'delete' => array(
|
2018-02-20 14:37:22 -08:00
|
|
|
'confirm' => 'Ali ste prepričani, da želite izbrisati ta potrošni material?',
|
|
|
|
'error' => 'Prišlo je do težave z brisanjem potrošnega materiala. Prosim poskusite ponovno.',
|
2022-01-13 21:27:29 -08:00
|
|
|
'success' => 'Potrošni material je bil uspešno izbrisan.'
|
|
|
|
),
|
2018-02-20 14:37:22 -08:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'checkout' => array(
|
2018-02-20 14:37:22 -08:00
|
|
|
'error' => 'Potrošni material ni bil izdan, poskusite znova',
|
|
|
|
'success' => 'Potrošni material uspešno izdan.',
|
2023-06-13 09:12:01 -07:00
|
|
|
'user_does_not_exist' => 'Ta uporabnik ni veljaven. Prosim poskusite ponovno.',
|
|
|
|
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
2022-01-13 21:27:29 -08:00
|
|
|
),
|
2018-02-20 14:37:22 -08:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'checkin' => array(
|
2018-02-20 14:37:22 -08:00
|
|
|
'error' => 'Potrošni material ni bil prevzet, poskusite znova',
|
|
|
|
'success' => 'Potrošni material uspešno prevzet.',
|
2022-01-13 21:27:29 -08:00
|
|
|
'user_does_not_exist' => 'Ta uporabnik ni veljaven. Prosim poskusite ponovno.'
|
|
|
|
)
|
2018-02-20 14:37:22 -08:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
|
|
|
|
);
|