mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
a4e307c4db
Signed-off-by: snipe <snipe@snipe.net>
18 lines
1.3 KiB
PHP
18 lines
1.3 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_kits_title' => 'Um útbúnaðarlista',
|
|
'about_kits_text' => 'Útbúnaðarlistar leyfa þér að skrá marga hluti út samtímis (eignir, leyfi o. s. frv.) til notenda. Það getur verið gagnlegt þegar hópar nýrra starfsmanna fá úthlutað samskonar útbúnaði.',
|
|
'checkout' => 'Skrá út eftir útbúnaðarlista ',
|
|
'create_success' => 'Útbúnaðarlistinn var búinn til.',
|
|
'create' => 'Búa til útbúnaðarlista',
|
|
'update' => 'Breyta útbúnaðarlista',
|
|
'delete_success' => 'Útbúnaðarlistanum var eytt.',
|
|
'update_success' => 'Útbúnaðarlistanum var breytt.',
|
|
'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. ',
|
|
|
|
);
|