mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-01 00:47:27 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
23 lines
939 B
PHP
23 lines
939 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'asset' => 'Eiendel',
|
|
'checkin' => 'Sjekk inn',
|
|
'create' => 'Opprett lisens',
|
|
'expiration' => 'Utløpsdato',
|
|
'license_key' => 'Produktnøkkel',
|
|
'maintained' => 'Vedlikeholdt',
|
|
'name' => 'Navn programvare',
|
|
'no_depreciation' => 'Ingen avskrivning',
|
|
'purchase_order' => 'Innkjøpsordrenummer',
|
|
'reassignable' => 'Kan tildeles på ny',
|
|
'remaining_seats' => 'Gjenværende setelisenser',
|
|
'seats' => 'Setelisenser',
|
|
'termination_date' => 'Sluttdato',
|
|
'to_email' => 'Lisensiert til e-post',
|
|
'to_name' => 'Lisensiert til navn',
|
|
'update' => 'Oppdater lisens',
|
|
'checkout_help' => 'Du må sjekke ut en lisens til en maskinvare- eller person-eiendel. Du kan velge begge, men eier av eiendel må være lik den du sjekker eiendel ut til.',
|
|
];
|