1 |
wakaba |
1.1 |
<? |
2 |
|
|
$text_header["from"]="<b>From:</b> "; |
3 |
|
|
$text_header["subject"]="<b>Subject:</b> "; |
4 |
|
|
$text_header["newsgroups"]="<b>Newsgroups:</b> "; |
5 |
|
|
$text_header["followup"]="<b>Followup:</b> "; |
6 |
|
|
$text_header["organization"]="<b>Organization:</b> "; |
7 |
|
|
$text_header["date"]="<b>Date:</b> "; |
8 |
|
|
$text_header["message-id"]="<b>Message-ID:</b> "; |
9 |
|
|
$text_header["references"]="<b>References:</b> "; |
10 |
|
|
$text_header["user-agent"]="<b>User-Agent:</b> "; |
11 |
|
|
$text_header["attachments"]="<b>Attachments:</b> "; |
12 |
|
|
$text_header["date_format"]="M d Y H:i:s"; |
13 |
|
|
|
14 |
|
|
$text_thread["no_articles"]="<p><b>No articles aviable</b></p>"; |
15 |
|
|
$text_thread["button_write"]="Write"; |
16 |
|
|
$text_thread["button_grouplist"]="Newsgroups"; |
17 |
|
|
$text_thread["button_top"]="Back to Top"; |
18 |
|
|
$text_thread["date"]="<b>Date</b>"; |
19 |
|
|
$text_thread["subject"]="<b>Subject</b>"; |
20 |
|
|
$text_thread["author"]="<b>Author</b>"; |
21 |
|
|
$text_thread["no_such_group"]="No such Group."; |
22 |
|
|
|
23 |
|
|
$text_groups["newsgroup"]="<b>Newsgroup</b>"; |
24 |
|
|
$text_groups["description"]="<b>Description</b>"; |
25 |
|
|
|
26 |
|
|
$text_article["button_answer"]="Answer"; |
27 |
|
|
|
28 |
|
|
$text_post["missing_message"]="You must include a message to post."; |
29 |
|
|
$text_post["missing_email"]="You must include an email address."; |
30 |
|
|
$text_post["missing_name"]="You must include a name or at least an alias."; |
31 |
|
|
$text_post["missing_subject"]="You must include a subject."; |
32 |
|
|
$text_post["button_post"]="Post"; |
33 |
|
|
$text_post["remember"]="Remember name and email address"; |
34 |
|
|
$text_post["message"]="Message"; |
35 |
|
|
$text_post["group_head"]="Compose article for "; |
36 |
|
|
$text_post["group_tail"]=""; |
37 |
|
|
$text_post["followup_not_allowed"]="You aren't allowed to post to the groups:"; |
38 |
|
|
$text_post["message_posted"]="Message posted"; |
39 |
|
|
$text_post["message_posted2"]="The message was successfully posted."; |
40 |
|
|
$text_post["button_back"]="Back"; |
41 |
|
|
$text_post["button_back2"]="to"; |
42 |
|
|
$text_post["error_newsserver"]="The newsserver does not accept the message:"; |
43 |
|
|
$text_post["error_readonly"]="The group is write protected"; |
44 |
|
|
$text_post["error_wrong_email"]="The email adress is wrong"; |
45 |
|
|
|
46 |
|
|
$text_error["error:"]='<font color="red">Error:</font>'; |
47 |
|
|
$text_error["connection_failed"]="The connection to the Newsserver failed"; |
48 |
|
|
$text_error["article_not_found"]="<p>The article doesn't exist.</p>"; |
49 |
|
|
$text_error["read_access_denied"]="<p>No permission to read!</p>"; |
50 |
|
|
$text_error["post_failed"]="Connection failed. Try to reload later."; |
51 |
|
|
$text_error["auth_error"]="Authentifikation at the Newsserver failed."; |
52 |
|
|
$text_error["spool_error"]="Error in spoolfile. Please reload."; |
53 |
|
|
|
54 |
|
|
?> |