19 lines
911 B
PHP
Executable File
19 lines
911 B
PHP
Executable File
<?php
|
|
|
|
|
|
return array(
|
|
|
|
'assets_user' => 'Eiendeler tildelt :name',
|
|
'clone' => 'Klon bruker',
|
|
'contact_user' => 'Kontakt :navn',
|
|
'edit' => 'Rediger bruker',
|
|
'filetype_info' => 'Gyldige filtyper er png, gif, jpg, jpeg, doc docx, pdf, txt, zip og rar.',
|
|
'history_user' => 'Historikk for :name',
|
|
'last_login' => 'Siste innlogging',
|
|
'ldap_config_text' => 'LDAP configuration settings can be found in the app/config folder in a file called ldap.php. The selected location will be set for all imported users. You will need to have at least one location set to use this feature.',
|
|
'ldap_text' => 'Kople til LDAP og opprett brukere. Passord blir automatisk generert.',
|
|
'software_user' => 'Programvare utsjekket til :name',
|
|
'view_user' => 'Vis bruker :name',
|
|
'usercsv' => 'CSV-fil',
|
|
);
|