2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
'activated' => 'Activ' ,
'allow' => 'Permite' ,
'checkedout' => 'Active' ,
'created_at' => 'Creat la' ,
'createuser' => 'Creeaza utilizator' ,
'deny' => 'Refuza' ,
'email' => 'E-mail' ,
'employee_num' => 'Nr. angajat' ,
'first_name' => 'Prenume' ,
2022-05-24 15:07:14 -07:00
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.' ,
2016-03-25 01:18:05 -07:00
'id' => 'ID' ,
'inherit' => 'Preia' ,
'job' => 'Titlu job' ,
'last_login' => 'Ultima logare' ,
'last_name' => 'Nume' ,
'location' => 'Locatie' ,
2017-10-17 18:52:20 -07:00
'lock_passwords' => 'Detaliile de conectare nu pot fi modificate pe această instalare.' ,
2016-03-25 01:18:05 -07:00
'manager' => 'Manager' ,
2017-10-17 18:52:20 -07:00
'managed_locations' => 'Locații gestionate' ,
2016-03-25 01:18:05 -07:00
'name' => 'Nume' ,
2017-10-17 18:52:20 -07:00
'notes' => 'notițe' ,
2016-03-25 01:18:05 -07:00
'password_confirm' => 'Confirma parola' ,
'password' => 'Parola' ,
'phone' => 'Telefon' ,
2017-10-17 18:52:20 -07:00
'show_current' => 'Afișați utilizatorii curenți' ,
'show_deleted' => 'Afișați utilizatorii șterși' ,
2016-03-25 01:18:05 -07:00
'title' => 'Titlu' ,
2022-01-13 21:27:29 -08:00
'to_restore_them' => 'pentru a le restabili.' ,
2016-03-25 01:18:05 -07:00
'updateuser' => 'Actualizeaza utilizator' ,
'username' => 'Utilizator' ,
2022-01-13 21:27:29 -08:00
'user_deleted_text' => 'Acest utilizator a fost marcat ca șters.' ,
2016-03-25 01:18:05 -07:00
'username_note' => '(Folosit numai pentru legatura cu Active Directory, nu pentru logare.)' ,
'cloneuser' => 'Cloneaza utilizator' ,
'viewusers' => 'Vezi utilizatori' ,
2022-01-13 21:27:29 -08:00
);