snipe-it/resources/lang/sv-SE/admin/licenses/general.php

22 lines
899 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-10-17 18:52:20 -07:00
'about_licenses_title' => 'Om licenser',
'about_licenses' => 'Licenser används för att spåra programvara. De har ett visst antal platser som kan checkas ut till individer',
2016-03-25 01:18:05 -07:00
'checkin' => 'Checkin License Seat',
2017-10-17 18:52:20 -07:00
'checkout_history' => 'Checkout historia',
2016-03-25 01:18:05 -07:00
'checkout' => 'Checkout License Seat',
2017-10-17 18:52:20 -07:00
'edit' => 'Redigera licens',
'filetype_info' => 'Tillåtna filtyper är png, gif, jpg, jpeg, doc, docx, pdf, txt, zip och rar.',
'clone' => 'Klonlicens',
'history_for' => 'Historia för',
'in_out' => 'In ut',
'info' => 'Licensinfo',
'license_seats' => 'Licenssäten',
'seat' => 'Sittplats',
'seats' => 'Säten',
'software_licenses' => 'Programvarulicenser',
'user' => 'Användare',
'view' => 'Visa licens',
);