snipe-it/resources/lang/sl/admin/licenses/general.php
snipe ddfa5776c5 Updated language strings
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>
2022-01-13 21:27:29 -08:00

22 lines
968 B
PHP

<?php
return array(
'about_licenses_title' => 'O licencah',
'about_licenses' => 'Licence se uporabljajo za sledenje programske opreme. Imajo določeno število prostih mest, ki jih je mogoče izdati posameznikom',
'checkin' => 'Prevzem licenčnih mest',
'checkout_history' => 'Zgodovina izdaje',
'checkout' => 'Izdaj licenco',
'edit' => 'Urejanje licence',
'filetype_info' => 'Dovoljene oblike datotek so png, gif, jpg, jpeg, doc, docx, pdf, txt, zip in rar.',
'clone' => 'Kloniraj licenco',
'history_for' => 'Zgodovina za ',
'in_out' => 'Vhod / izhod',
'info' => 'Informacije o licenci',
'license_seats' => 'Število licenc',
'seat' => 'Število licenc',
'seats' => 'Število licenc',
'software_licenses' => 'Licence za programsko opremo',
'user' => 'Uporabnik',
'view' => 'Ogled licence',
);