67 lines
2.9 KiB
Plaintext
67 lines
2.9 KiB
Plaintext
|
<?php
|
|||
|
/* zmie<69> $www_charset w config.inc.php na:
|
|||
|
* change $www_charset in config.inc.php to:
|
|||
|
* iso-8859-2
|
|||
|
*/
|
|||
|
$text_header["from"]="<b>Od:</b> ";
|
|||
|
$text_header["subject"]="<b>Temat:</b> ";
|
|||
|
$text_header["newsgroups"]="<b>Grupa:</b> ";
|
|||
|
$text_header["followup"]="<b>Odpowiedz do:</b> ";
|
|||
|
$text_header["organization"]="<b>Organizacja:</b> ";
|
|||
|
$text_header["date"]="<b>Data:</b> ";
|
|||
|
$text_header["message-id"]="<b>Message-ID:</b> ";
|
|||
|
$text_header["references"]="<b>Referencje:</b> ";
|
|||
|
$text_header["user-agent"]="<b>Czytnik:</b> ";
|
|||
|
$text_header["date_format"]="j.m.Y H:i:s";
|
|||
|
$text_header["attachments"]="<b>Za<5A><61>czniki:</b> ";
|
|||
|
|
|||
|
$text_index["newsgroup_not_avaiable"]="Niedost<73>pna";
|
|||
|
|
|||
|
$text_thread["no_articles"]="<p><b>Brak artyku<6B><75>w</b></p>";
|
|||
|
$text_thread["button_write"]="Napisz";
|
|||
|
$text_thread["button_grouplist"]="Lista grup";
|
|||
|
$text_thread["button_top"]="Z powrotem na pocz<63>tek";
|
|||
|
$text_thread["date"]="<b>Data</b>";
|
|||
|
$text_thread["subject"]="<b>Temat</b>";
|
|||
|
$text_thread["author"]="<b>Autor</b>";
|
|||
|
$text_thread["no_such_group"]="Nie ma takiej grupy.";
|
|||
|
|
|||
|
$text_groups["newsgroup"]="<b>Grupa</b>";
|
|||
|
$text_groups["description"]="<b>Opis</b>";
|
|||
|
|
|||
|
$text_article["button_answer"]="Odpowiedz";
|
|||
|
$text_article["button_rawview"]="<22>r<EFBFBD>d<EFBFBD>o wiadomo<6D>ci";
|
|||
|
$text_article["block-xnoarchive"]="Administrator strony zdecydowa<77>, <20>e
|
|||
|
wiadomo<EFBFBD>ci, kt<6B>rych autor nie chcia<69>, aby by<62>y archiwizowane, nie b<>d<EFBFBD>
|
|||
|
udost<EFBFBD>pniane. Wiadomo<6D><6F> nie mo<6D>e zost<73> wy<77>wietlona.";
|
|||
|
|
|||
|
$text_post["name"]="Twoje Nazwisko:";
|
|||
|
$text_post["email"]="Tw<54>j E-Mail:";
|
|||
|
$text_post["missing_message"]="Musisz wpisa<73> tre<72><65> wiadomo<6D>ci.";
|
|||
|
$text_post["missing_email"]="Musisz poda<64> sw<73>j e-mail.";
|
|||
|
$text_post["missing_name"]="Musisz wpisa<73> imi<6D> i nazwisko (a przynajmniej ksywk<77>).";
|
|||
|
$text_post["missing_subject"]="Musisz poda<64> temat wiadomo<6D>ci.";
|
|||
|
$text_post["button_post"]="Wy<57>lij";
|
|||
|
$text_post["remember"]="Zapami<6D>taj nazwisko i e-mail";
|
|||
|
$text_post["message"]="Wiadomo<6D><6F>";
|
|||
|
$text_post["group_head"]="Wy<57>lij wiadomo<6D><6F> na grup<75> ";
|
|||
|
$text_post["group_tail"]="";
|
|||
|
$text_post["followup_not_allowed"]="Nie masz uprawnie<69> do wysy<73>ania wiadomo<6D>ci na grupy:";
|
|||
|
$text_post["message_posted"]="Wiadomo<6D><6F> wys<79>ana";
|
|||
|
$text_post["message_posted2"]="Wiadomo<6D><6F> zosta<74>a wys<79>ana.";
|
|||
|
$text_post["button_back"]="Z powrotem";
|
|||
|
$text_post["button_back2"]="do";
|
|||
|
$text_post["error_newsserver"]="Serwer nie przyj<79><6A> wiadomo<6D>ci. Komunikat b<><62>du:";
|
|||
|
$text_post["error_readonly"]="Ta grupa jest tylko do odczytu";
|
|||
|
$text_post["error_wrong_email"]="Podany adres e-mail jest nieprawid<69>owy";
|
|||
|
|
|||
|
$text_error["error:"]='<font color="red">B<><42>d:</font>';
|
|||
|
$text_error["connection_failed"]="Nie uda<64>o si<73> nawi<77>zanie po<70><6F>czenia z serwerem Usenetu";
|
|||
|
$text_error["article_not_found"]="<p>Wiadomo<6D><6F> nie istnieje.</p>";
|
|||
|
$text_error["read_access_denied"]="<p>Brak uprawnie<69> do odczytu!</p>";
|
|||
|
$text_error["post_failed"]="Po<50><6F>czenie zerwane. Spr<70>buj ponownie za jaki<6B> czas.";
|
|||
|
$text_error["auth_error"]="B<>ad autoryzacji na serwerze.";
|
|||
|
$text_error["spool_error"]="B<><42>d w pliku wiadomo<6D>ci. Prosz<73> prze<7A>adowa<77> stron<6F>..";
|
|||
|
|
|||
|
?>
|