mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
27 lines
950 B
PHP
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 : </b>",
|
|
'text_topic' => "<b>Rubrique : </b>",
|
|
'text_post' => "<b>Post : </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: </b>",
|
|
'text_comment' => "<b>Comment: ",
|
|
'std_history_error' => "Erreur d'historique",
|
|
'std_unkown_action' => "Action inconnue",
|
|
'std_invalid_or_no_query' => "Requête invalide ou aucune requête."
|
|
);
|
|
|
|
?>
|