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["date_format"]="M d Y H:i:s"; |
12 |
|
|
|
13 |
|
|
$text_thread["no_articles"]="<p><b>Nema clanaka</b></p>"; |
14 |
|
|
$text_thread["button_write"]="Pisi"; |
15 |
|
|
$text_thread["button_grouplist"]="Lista grupa"; |
16 |
|
|
$text_thread["button_top"]="Na vrh"; |
17 |
|
|
$text_thread["date"]="<b>Date</b>"; |
18 |
|
|
$text_thread["subject"]="<b>Datum</b>"; |
19 |
|
|
$text_thread["author"]="<b>Autor</b>"; |
20 |
|
|
$text_thread["no_such_group"]="Takva grupa ne postoji."; |
21 |
|
|
|
22 |
|
|
$text_groups["newsgroup"]="<b>Grupa</b>"; |
23 |
|
|
$text_groups["description"]="<b>Opis</b>"; |
24 |
|
|
|
25 |
|
|
$text_article["button_answer"]="Odgovor"; |
26 |
|
|
|
27 |
|
|
$text_post["missing_message"]="Nedostaje vam poruka."; |
28 |
|
|
$text_post["missing_email"]="Nedostaje email adresa."; |
29 |
|
|
$text_post["missing_name"]="Nedostaje ime."; |
30 |
|
|
$text_post["missing_subject"]="Nedostaje subjekt."; |
31 |
|
|
$text_post["button_post"]="Salji"; |
32 |
|
|
$text_post["remember"]="Zapamti ime i email adresu"; |
33 |
|
|
$text_post["message"]="Message"; |
34 |
|
|
$text_post["group_head"]="Sastavi poruku za "; |
35 |
|
|
$text_post["group_tail"]=""; |
36 |
|
|
$text_post["followup_not_allowed"]="Nije vam dozvoljeno slanje u grupe:"; |
37 |
|
|
$text_post["message_posted"]="Poruka poslana"; |
38 |
|
|
$text_post["message_posted2"]="Poruka uspjesno poslana."; |
39 |
|
|
$text_post["button_back"]="Nazad"; |
40 |
|
|
$text_post["button_back2"]="na"; |
41 |
|
|
$text_post["error_newsserver"]="Newsserver nije prihvatio poruku:"; |
42 |
|
|
$text_post["error_readonly"]="Grupa je read-only"; |
43 |
|
|
$text_post["error_wrong_email"]="Email adresa je pogresna"; |
44 |
|
|
|
45 |
|
|
$text_error["error:"]='<font color="red">Greska:</font>'; |
46 |
|
|
$text_error["connection_failed"]="Nije uspjelo konektovanje na newsserver"; |
47 |
|
|
$text_error["article_not_found"]="<p>Clanak ne postoji.</p>"; |
48 |
|
|
$text_error["read_access_denied"]="<p>NEmate dozvolu za citanje!</p>"; |
49 |
|
|
$text_error["post_failed"]="Konekcija prekinuta. Pokusajte kasnije."; |
50 |
|
|
$text_error["auth_error"]="Autorizacija kod newsservera nije prosla."; |
51 |
|
|
$text_error["spool_error"]="Greska u spoolfile-u. Pritisnite refresh (reload) dugme."; |
52 |
|
|
|
53 |
|
|
?> |