55 lines
2.4 KiB
Plaintext
55 lines
2.4 KiB
Plaintext
|
<?php
|
|||
|
$text_header["from"]="<b>De:</b> ";
|
|||
|
$text_header["subject"]="<b>Sujet:</b> ";
|
|||
|
$text_header["newsgroups"]="<b>Groupes:</b> ";
|
|||
|
$text_header["followup"]="<b>Suivi-<2D>:</b> ";
|
|||
|
$text_header["organization"]="<b>Organisation:</b> ";
|
|||
|
$text_header["date"]="<b>Date:</b> ";
|
|||
|
$text_header["message-id"]="<b>Message-ID:</b> ";
|
|||
|
$text_header["references"]="<b>References:</b> ";
|
|||
|
$text_header["user-agent"]="<b>User-Agent:</b> ";
|
|||
|
$text_header["date_format"]="d. M Y, H:i:s";
|
|||
|
|
|||
|
$text_thread["no_articles"]="<p><b>Pas d'articles</b></p>";
|
|||
|
$text_thread["button_write"]="Poster";
|
|||
|
$text_thread["button_grouplist"]="Liste des Groupes";
|
|||
|
$text_thread["button_top"]="Haut de page";
|
|||
|
$text_thread["date"]="<b>Date</b>";
|
|||
|
$text_thread["subject"]="<b>Sujet</b>";
|
|||
|
$text_thread["author"]="<b>Auteur</b>";
|
|||
|
$text_thread["no_such_group"]="Aucun groupe.";
|
|||
|
|
|||
|
$text_groups["newsgroup"]="<b>Groupe</b>";
|
|||
|
$text_groups["description"]="<b>Description</b>";
|
|||
|
|
|||
|
$text_article["button_answer"]="R<>pondre";
|
|||
|
|
|||
|
$text_error["error:"]='<font color="red">Erreur:</font>';
|
|||
|
$text_error["connection_failed"]="La connexion au serveur de news a <20>chou<6F>";
|
|||
|
$text_error["article_not_found"]="<p>L'article n'existe pas.</p>";
|
|||
|
$text_error["read_access_denied"]="<p>Lecture non autoris<69>e!</p>";
|
|||
|
$text_error["post_failed"]="Le serveur de news ne r<>pond pas. R<>essayez plus tard.";
|
|||
|
$text_error["auth_error"]="L'authentification aupr<70>s du serveur de news a <20>chou<6F>.";
|
|||
|
$text_error["spool_error"]="Erreur dans le fichier de spool. Rechargez la page.";
|
|||
|
|
|||
|
$text_post["missing_message"]="Vous devez inclure du texte dans votre message.";
|
|||
|
$text_post["missing_email"]="Vous devez pr<70>ciser une adresse email.";
|
|||
|
$text_post["missing_name"]="Vous devez pr<70>ciser un nom ou au moins un surnom.";
|
|||
|
$text_post["missing_subject"]="Vous devez pr<70>ciser un sujet.";
|
|||
|
$text_post["button_post"]="Poster";
|
|||
|
$text_post["remember"]="Retenir le nom et l'adresse email";
|
|||
|
$text_post["message"]="Message";
|
|||
|
$text_post["group_head"]="R<>diger un article pour ";
|
|||
|
$text_post["group_tail"]="";
|
|||
|
$text_post["followup_not_allowed"]="Vous n'<27>tes pas autoris<69> <20> poster dans les groupes :";
|
|||
|
$text_post["message_posted"]="Article post<73>";
|
|||
|
$text_post["message_posted2"]="L'article a <20>t<EFBFBD> post<73> avec succ<63>s.";
|
|||
|
$text_post["button_back"]="Retour";
|
|||
|
$text_post["button_back2"]="<22>";
|
|||
|
$text_post["error_newsserver"]="Le serveur de news n'accepte pas l'article :";
|
|||
|
$text_post["error_readonly"]="Le groupe est prot<6F>g<EFBFBD> en <20>criture";
|
|||
|
$text_post["error_wrong_email"]="L'adresse email est invalide";
|
|||
|
|
|||
|
|
|||
|
?>
|