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
2020-11-09 14:52:11 -08:00
'does_not_exist' => 'Tillbehöret [:id] finns inte.' ,
2023-11-27 06:43:16 -08:00
'not_found' => 'Tillbehöret hittades inte.' ,
2016-08-25 17:43:07 -07:00
'assoc_users' => 'Detta tillbehör har för närvarande :count objekt utcheckade till användare. Checka in tillbehöret och försök igen. ' ,
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'create' => array (
2016-08-25 17:43:07 -07:00
'error' => 'Tillbehöret skapades inte, vänligen försök igen.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Tillbehöret skapades.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2016-08-25 17:43:07 -07:00
'error' => 'Tillbehöret uppdaterades inte, försök igen' ,
2022-01-13 21:27:29 -08:00
'success' => 'Tillbehöret uppdaterades.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2016-08-25 17:43:07 -07:00
'confirm' => 'Är du säker på att du vill ta bort det här tillbehöret?' ,
'error' => 'Ett problem uppstod då tillbehöret skulle tas bort. Vänligen försök igen.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Tillbehöret togs bort.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkout' => array (
2016-08-25 17:43:07 -07:00
'error' => 'Tillbehöret checkades inte ut. Vänligen försök igen' ,
'success' => 'Tillbehöret checkades ut.' ,
2023-06-13 09:12:01 -07:00
'unavailable' => 'Tillbehöret är inte tillgängligt för utcheckning. Kontrollera antal tillgängligt' ,
2024-07-19 09:47:22 -07:00
'user_does_not_exist' => 'Användaren är ogiltig. Försök igen.' ,
'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 (
2016-08-25 17:43:07 -07:00
'error' => 'Tillbehöret checkades inte in. Vänligen försök igen' ,
'success' => 'Tillbehöret checkades in.' ,
2022-01-13 21:27:29 -08:00
'user_does_not_exist' => 'Användaren är ogiltig. Försök igen.'
)
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
);