mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
22 lines
899 B
PHP
22 lines
899 B
PHP
<?php
|
|
|
|
return array(
|
|
'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',
|
|
'checkin' => 'Checkin License Seat',
|
|
'checkout_history' => 'Checkout historia',
|
|
'checkout' => 'Checkout License Seat',
|
|
'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',
|
|
);
|