19 lines
934 B
PHP
Executable File
19 lines
934 B
PHP
Executable File
<?php
|
|
|
|
|
|
return array(
|
|
|
|
'assets_user' => 'Assets assigned to :name',
|
|
'clone' => 'Kopiuj Użytkownika',
|
|
'contact_user' => 'Kontakt :name',
|
|
'edit' => 'Edycja Użytkownika',
|
|
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
|
'history_user' => 'Historia',
|
|
'last_login' => 'Ostatnie logowanie',
|
|
'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' => 'Connect to LDAP and create users. Passwords will be auto-generated.',
|
|
'software_user' => 'Oprogramowanie przypisane do :name',
|
|
'view_user' => 'Zobacz Użytkownika :name',
|
|
'usercsv' => 'plik CSV',
|
|
);
|