mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
17 lines
1 KiB
PHP
17 lines
1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_kits' => 'About Predefined Kits',
|
|
'checkout' => 'Checkout Kit ',
|
|
'create_success' => 'Kit was successfully created.',
|
|
'create' => 'Create Predefined Kit',
|
|
'update' => 'Update Predefined Kit',
|
|
'delete_success' => 'Kit was successfully deleted.',
|
|
'update_success' => 'Kit was successfully updated.',
|
|
'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ',
|
|
'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ',
|
|
'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ',
|
|
'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ',
|
|
|
|
);
|