mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
27 lines
919 B
PHP
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: </b>",
|
|
'text_topic' => "<b>Subiect: </b>",
|
|
'text_post' => "<b>Post: </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: </b>",
|
|
'text_comment' => "<b>Comentariu: ",
|
|
'std_history_error' => "Eroare de istoric",
|
|
'std_unkown_action' => "Acțiune necunoscută",
|
|
'std_invalid_or_no_query' => "Interogare invalidă sau inexistentă."
|
|
);
|
|
|
|
?>
|