Files
nexusphp/lang/fr/lang_userhistory.php
2025-04-22 02:55:12 +07:00

27 lines
950 B
PHP

<?php
$lang_userhistory = array
(
'std_error' => "Erreur",
'std_permission_denied' => "Autorisation refusée",
'std_no_posts_found' => "Aucun message trouvé",
'head_posts_history' => "Historique des publications",
'text_posts_history_for' => "Historique des publications pour ",
'text_forum' => "<b>Forum :&nbsp;</b>",
'text_topic' => "<b>Rubrique :&nbsp;</b>",
'text_post' => "<b>Post :&nbsp;</b>",
'text_new' => "NOUVEAU !",
'text_last_edited' => "Dernière modification par ",
'text_at' => " à ",
'std_no_comments_found' => "Aucun commentaire trouvé",
'head_comments_history' => "Historique des commentaires",
'text_comments_history_for' => "Historique des commentaires pour ",
'text_torrent' => "<b>Torrent:&nbsp;</b>",
'text_comment' => "<b>Comment:&nbsp;",
'std_history_error' => "Erreur d'historique",
'std_unkown_action' => "Action inconnue",
'std_invalid_or_no_query' => "Requête invalide ou aucune requête."
);
?>