37 lines
1.4 KiB
PHP
Executable File
37 lines
1.4 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'activated' => 'Aktywny',
|
|
'allow' => 'Allow',
|
|
'checkedout' => 'Assets',
|
|
'created_at' => 'Created',
|
|
'createuser' => 'Dodaj Użytkownika',
|
|
'deny' => 'Deny',
|
|
'email' => 'E-mail',
|
|
'employee_num' => 'Employee No.',
|
|
'first_name' => 'Imię',
|
|
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.',
|
|
'id' => 'ID',
|
|
'inherit' => 'Inherit',
|
|
'job' => 'Job Title',
|
|
'last_login' => 'Ostatnie logowanie',
|
|
'last_name' => 'Nazwisko',
|
|
'location' => 'Lokalizacja',
|
|
'lock_passwords' => 'Login details cannot be changed on this installation.',
|
|
'manager' => 'Kierownik',
|
|
'name' => 'Nazwa',
|
|
'notes' => 'Uwagi',
|
|
'password_confirm' => 'Potwierdź hasło',
|
|
'password' => 'Hasło',
|
|
'phone' => 'Telefon',
|
|
'show_current' => 'Show Current Users',
|
|
'show_deleted' => 'Show Deleted Users',
|
|
'title' => 'Title',
|
|
'updateuser' => 'Update User',
|
|
'username' => 'Nazwa użytkownika',
|
|
'username_note' => '(This is used for Active Directory binding only, not for login.)',
|
|
'cloneuser' => 'Kopiuj Użytkownika',
|
|
'viewusers' => 'Przeglądaj użytkowników',
|
|
);
|