mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 00:24:07 -08:00
5be7dee3d3
Signed-off-by: snipe <snipe@snipe.net>
39 lines
1.6 KiB
PHP
39 lines
1.6 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'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',
|
|
'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.',
|
|
'id' => 'ID',
|
|
'inherit' => 'Preia',
|
|
'job' => 'Titlu job',
|
|
'last_login' => 'Ultima logare',
|
|
'last_name' => 'Nume',
|
|
'location' => 'Locatie',
|
|
'lock_passwords' => 'Detaliile de conectare nu pot fi modificate pe această instalare.',
|
|
'manager' => 'Manager',
|
|
'managed_locations' => 'Locații gestionate',
|
|
'name' => 'Nume',
|
|
'notes' => 'notițe',
|
|
'password_confirm' => 'Confirma parola',
|
|
'password' => 'Parola',
|
|
'phone' => 'Telefon',
|
|
'show_current' => 'Afișați utilizatorii curenți',
|
|
'show_deleted' => 'Afișați utilizatorii șterși',
|
|
'title' => 'Titlu',
|
|
'to_restore_them' => 'pentru a le restabili.',
|
|
'updateuser' => 'Actualizeaza utilizator',
|
|
'username' => 'Utilizator',
|
|
'user_deleted_text' => 'Acest utilizator a fost marcat ca șters.',
|
|
'username_note' => '(Folosit numai pentru legatura cu Active Directory, nu pentru logare.)',
|
|
'cloneuser' => 'Cloneaza utilizator',
|
|
'viewusers' => 'Vezi utilizatori',
|
|
);
|