mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
39 lines
1.4 KiB
PHP
39 lines
1.4 KiB
PHP
<?php
|
|
|
|
$lang_friends = array
|
|
(
|
|
'std_error' => "Eroare",
|
|
'std_invalid_id' => "Invalid ID ",
|
|
'std_access_denied' => "Acces refuzat.",
|
|
'std_no_user_id' => "Niciun utilizator cu ID ",
|
|
'std_unknown_type' => "Tip necunoscut ",
|
|
'std_user_id' => "ID Utilizator ",
|
|
'std_already_in' => " este deja în dvs. ",
|
|
'std_list' => " listă.",
|
|
'std_delete' => "Ștergere ",
|
|
'std_delete_note' => "Sunteţi sigur că doriţi să ştergeţi un ",
|
|
'std_click' => "? Click \n",
|
|
'std_here_if_sure' => "<b>aici</b></a> dacă ești sigur.",
|
|
'std_no_friend_found' => "Nu s-a gasit niciun prieten cu ID ",
|
|
'std_no_block_found' => "Nici un bloc găsit cu ID ",
|
|
'head_personal_lists_for' => "Liste personale pentru ",
|
|
'text_personallist' => "PERSONALIZARE",
|
|
'text_friendlist' => "PRIETENĂ",
|
|
'text_friends_empty' => "<em>Nici un prieten încă</em>",
|
|
'text_neighbors_empty' => "<em>Nu Vecini deocamdată</em>",
|
|
'text_last_seen_on' => "Văzut ultima dată pe ",
|
|
'text_ago' => " acum",
|
|
'text_remove_from_friends' => "Elimină de la prieteni",
|
|
'text_send_pm' => "Trimite PM",
|
|
'text_added_you_to_friendslist' => "Te-ai adăugat la prieten",
|
|
'text_add_to_friends' => "Adaugă la prieteni",
|
|
'text_blocklist_empty' => "<em>Lista ta de utilizator blocată este goală</em>",
|
|
'text_blocked_users' => "Utilizatori blocați",
|
|
'text_find_user' => "Găsește utilizatori/răsfoiește lista de utilizatori",
|
|
'text_neighbors' => "Vecini",
|
|
'text_friend' => "prieten",
|
|
'text_block' => "bloc",
|
|
);
|
|
|
|
?>
|