Files
nexusphp/lang/ro/lang_userhistory.php
2025-04-22 19:35:05 +07:00

27 lines
919 B
PHP

<?php
$lang_userhistory = array
(
'std_error' => "Eroare",
'std_permission_denied' => "Permisiune refuzată",
'std_no_posts_found' => "Nicio postare găsită",
'head_posts_history' => "Istoric postări",
'text_posts_history_for' => "Istoricul postărilor pentru ",
'text_forum' => "<b>Forum:&nbsp;</b>",
'text_topic' => "<b>Subiect:&nbsp;</b>",
'text_post' => "<b>Post:&nbsp;</b>",
'text_new' => "NOU!",
'text_last_edited' => "Ultima editare de ",
'text_at' => " la ",
'std_no_comments_found' => "Nici un comentariu găsit",
'head_comments_history' => "Istoricul comentariilor",
'text_comments_history_for' => "Istoricul comentariilor pentru ",
'text_torrent' => "<b>Torrent:&nbsp;</b>",
'text_comment' => "<b>Comentariu:&nbsp;",
'std_history_error' => "Eroare de istoric",
'std_unkown_action' => "Acțiune necunoscută",
'std_invalid_or_no_query' => "Interogare invalidă sau inexistentă."
);
?>