snipe-it/resources/lang/fi/admin/categories/general.php

23 lines
1.6 KiB
PHP

<?php
return array(
'about_asset_categories' => 'Lisätietoja laiteluokista',
'about_categories' => 'Laiteluokat helpottavat laitteiden organisointia. Luokkia voivat olla esimerkiksi &quot;Työasemat&quot;, &quot;Kannettavat tietokoneet&quot;, &quot;Matkapuhelimet&quot;, &quot;Tabletit&quot; jne, mutta voit toki käyttää laiteluokkia millä tahansa järkeen käyvällä tavalla. ',
'asset_categories' => 'Laiteluokat',
'category_name' => 'Luokan Nimi',
'checkin_email' => 'Send email to user on checkin.',
'clone' => 'Clone Category',
'create' => 'Uusi Luokka',
'edit' => 'Edit Category',
'eula_text' => 'Category EULA',
'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.',
'required_eula' => 'This user will be emailed a copy of the EULA',
'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
'update' => 'Päivitä Luokka',
'use_default_eula' => 'Use the <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.',
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
);