mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
Added string for translations
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
43ad0f58b5
commit
358b0548fa
|
@ -23,7 +23,8 @@ return array(
|
||||||
'checkout' => array(
|
'checkout' => array(
|
||||||
'error' => 'Component was not checked out, please try again',
|
'error' => 'Component was not checked out, please try again',
|
||||||
'success' => 'Component checked out successfully.',
|
'success' => 'Component checked out successfully.',
|
||||||
'user_does_not_exist' => 'That user is invalid. Please try again.'
|
'user_does_not_exist' => 'That user is invalid. Please try again.',
|
||||||
|
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
Loading…
Reference in a new issue