mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
27 lines
853 B
PHP
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: </b>",
|
|
'text_topic' => "<b>Argomento: </b>",
|
|
'text_post' => "<b>Post: </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: </b>",
|
|
'text_comment' => "",
|
|
'std_history_error' => "Errore Cronologia",
|
|
'std_unkown_action' => "Azione sconosciuta",
|
|
'std_invalid_or_no_query' => "Query vuota o non valida."
|
|
);
|
|
|
|
?>
|