Files
nexusphp/lang/it/lang_userhistory.php
2026-02-01 01:26:00 +07:00

27 lines
853 B
PHP

<?php
$lang_userhistory = array
(
'std_error' => "Errore",
'std_permission_denied' => "Permesso negato",
'std_no_posts_found' => "Nessun post trovato",
'head_posts_history' => "Cronologia post",
'text_posts_history_for' => "Storico post per ",
'text_forum' => "<b>Forum:&nbsp;</b>",
'text_topic' => "<b>Argomento:&nbsp;</b>",
'text_post' => "<b>Post:&nbsp;</b>",
'text_new' => "NUOVO!",
'text_last_edited' => "Ultima modifica da ",
'text_at' => " a ",
'std_no_comments_found' => "Nessun commento trovato",
'head_comments_history' => "Cronologia commenti",
'text_comments_history_for' => "Cronologia commenti per ",
'text_torrent' => "<b>Torrent:&nbsp;</b>",
'text_comment' => "",
'std_history_error' => "Errore Cronologia",
'std_unkown_action' => "Azione sconosciuta",
'std_invalid_or_no_query' => "Query vuota o non valida."
);
?>