aboutsummaryrefslogtreecommitdiffstats
path: root/templates/pl
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2016-02-15 11:51:52 -0800
committerMark Sapiro <mark@msapiro.net>2016-02-15 11:51:52 -0800
commit4825d38d285bc8dc6b11ec61040c7909e70eccc2 (patch)
treed6c592aa94e0f9a0a0e969805c269e21e680aa0d /templates/pl
parent5e01e0057771ea326bafbfe00fa24a881b5e37be (diff)
downloadmailman2-4825d38d285bc8dc6b11ec61040c7909e70eccc2.tar.gz
mailman2-4825d38d285bc8dc6b11ec61040c7909e70eccc2.tar.xz
mailman2-4825d38d285bc8dc6b11ec61040c7909e70eccc2.zip
The Polish translation has been updated by Stefan Plewako.
Diffstat (limited to 'templates/pl')
-rw-r--r--templates/pl/admindbdetails.html65
-rw-r--r--templates/pl/admindbpreamble.html10
-rw-r--r--templates/pl/admindbsummary.html14
-rwxr-xr-xtemplates/pl/admlogin.html2
-rw-r--r--templates/pl/convert.txt34
-rw-r--r--templates/pl/listinfo.html6
-rw-r--r--templates/pl/options.html56
-rwxr-xr-xtemplates/pl/private.html4
-rw-r--r--templates/pl/roster.html2
9 files changed, 34 insertions, 159 deletions
diff --git a/templates/pl/admindbdetails.html b/templates/pl/admindbdetails.html
deleted file mode 100644
index d97fcec1..00000000
--- a/templates/pl/admindbdetails.html
+++ /dev/null
@@ -1,65 +0,0 @@
-The administrative requests are displayed in one of two ways, on a <a
-href="%(summaryurl)s">summary page</a>, and on a <em>details</em>
-page. The summary page contains pending subscription and
-unsubscription requests, as well as postings being held for your
-approval, grouped by sender email address. The details page contains
-a more detailed view of each held message, including the all the
-message's headers and an excerpt of the message body.
-
-<p>On all the pages, the following actions are available:
-
-<ul>
-<li><b>Defer</b> -- Defer your decision until later. No action is
- taken now for this pending administrative request, but for held
- postings, you can still forward or preserve the message (see
- below).
-
-<li><b>Accept/Approve</b> -- Accept the message, sending it on to the list.
- For membership requests, approve the change in membership status.
-
-<li><b>Reject</b> -- Reject the message, sending a rejection notice to
- the sender, and discarding the original message. For membership
- requests, reject the change in membership status. In either case,
- you should add a reason for the rejection in the accompanying text
- box.
-
-<li><b>Discard</b> -- Throw away the original message, without sending
- a rejection notice. For membership requests, this simply discards
- the request without notice to the person making the request. This
- is usually the action you want to take for known spam.
-</ul>
-
-<p>For held messages, turn on the <b>Preserve</b> option if you want
-to save a copy of the message for the site administrator. This is
-useful for abusive messages that you want to discard, but need to keep
-a record of for later inspection.
-
-<p>Turn on the <b>Forward to</b> option, and fill in the forwarding
-address if you want to forward the message to someone else not on the
-list. To edit a held message before it is sent on to the list, you
-should forward the message to yourself (or the list owners), and
-discard the original message. Then, when the message shows up in your
-mailbox, make your edits and resend the message to the list, including
-an <tt>Approved:</tt> header with the list password as its value. It
-is proper netiquette in this case to include a note in the resent
-message, explaining that you have modified the text.
-
-<p>If the sender is a list member who is being moderated, you can
-optionally clear their moderation flag. This is useful when your list
-is configured to put new members on probation, and you've decided that
-this member can be trusted to post to the list without approval.
-
-<p>If the sender is not a list member, you can add the email address to
-a <em>sender filter</em>. Sender filters are described on the <a
-href="%(filterurl)s">sender filter privacy page</a>, and may be one of
-<b>auto-accept</b> (Accepts), <b>auto-hold</b> (Holds),
-<b>auto-reject</b> (Rejects), or <b>auto-discard</b> (Discards). This
-option will not be available if the address is already on one of the
-sender filters.
-
-<p>When you're finished, click on the <em>Submit All Data</em> button
-at the top or bottom of the page. This button will submit all
-selected actions for all administrative requests that you've made a
-decision for.
-
-<p><a href="%(summaryurl)s">Return to the summary page</a>.
diff --git a/templates/pl/admindbpreamble.html b/templates/pl/admindbpreamble.html
deleted file mode 100644
index 659b77e7..00000000
--- a/templates/pl/admindbpreamble.html
+++ /dev/null
@@ -1,10 +0,0 @@
-This page contains a subset of the <em>%(listname)s</em> mailing list
-postings that are being held for your approval. It currently shows
-%(description)s
-
-<p>For each administrative request, please select the action to take,
-clicking on the <b>Submit All Data</b> when finished. More detailed
-instructions are available <a href="%(detailsurl)s">here</a>.
-
-<p>You can also <a href="%(summaryurl)s">view a summary</a> of all
-pending requests.
diff --git a/templates/pl/admindbsummary.html b/templates/pl/admindbsummary.html
deleted file mode 100644
index 20ffef58..00000000
--- a/templates/pl/admindbsummary.html
+++ /dev/null
@@ -1,14 +0,0 @@
-This page contains a summary of the current set of administrative
-requests requiring your approval for the
-<a href="%(adminurl)s"><em>%(listname)s</em> mailing list</a>.
-First, you will find the list of pending
-subscription and unsubscription requests, if any, followed by any
-postings being held for your approval.
-
-<p>For each administrative request, please select the action to take,
-clicking on the <b>Submit All Data</b> button when finished.
-<a href="%(detailsurl)s">More detailed instructions</a> are also
-available.
-
-<p>You can also <a href="%(viewallurl)s">view the details</a> of all
-held postings.
diff --git a/templates/pl/admlogin.html b/templates/pl/admlogin.html
index 3cc12c45..72727873 100755
--- a/templates/pl/admlogin.html
+++ b/templates/pl/admlogin.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>Uwierzytelnienie %(who)s %(listname)s</title>
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-2">
+<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
<script>function sf(){document.f.adminpw.focus();}</script>
</head>
<body bgcolor="#ffffff" onLoad="sf()">
diff --git a/templates/pl/convert.txt b/templates/pl/convert.txt
deleted file mode 100644
index ae17a79e..00000000
--- a/templates/pl/convert.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-The %(listname)s mailing list has just undergone a big change. It is
-running on a new mailing list package called "Mailman". This will
-hopefully solve a lot of problems that administering this list has
-presented.
-
-How does this affect you?
-
-1) Mail intended for the whole list should be sent to: %(listaddr)s.
-
-2) You have been given an arbitrary password to prevent others from
-unsubscribing you without your knowledge. It will be mailed to you in
-a separate email, which you may have already received. Don't worry if
-you forget this password; a reminder will be sent to you via email
-every month.
-
-3) If you have World Wide Web access, you can use it any time to
-unsubscribe from this list, to switch to and from digest mode, to
-check back issues of the list (which will be available after the list
-has been getting posts for a day or so), etc. The Web address for
-these resources is:
-
- %(listinfo_url)s
-
-4) If you do not have WWW access, you can do these same things via
-email. Send mail to %(requestaddr)s with a subject or body containing
-just the word "help" (without the quotes). You will receive an
-automated reply giving you further directions.
-
-Please address any questions or problems with this new setup to:
-%(adminaddr)s.
-
-This message was auto-generated by Mailman %(version)s. For more
-information on the Mailman software, visit the Mailman homepage at
-http://www.list.org/
diff --git a/templates/pl/listinfo.html b/templates/pl/listinfo.html
index 755ef776..c972dd4b 100644
--- a/templates/pl/listinfo.html
+++ b/templates/pl/listinfo.html
@@ -47,7 +47,7 @@
</TR>
<tr>
<td colspan="2">
- Wiadomo�ci do wszystkich prenumerator�w listy wysy�aj na adres:
+ Wiadomo�ci do wszystkich prenumerator&oacute;w listy wysy�aj na adres:
<A HREF="mailto:<MM-Posting-Addr>"><MM-Posting-Addr></A>.
<p>Mo�esz zapisa� si� na list� lub zmieni� opcje prenumeraty korzystaj�c z poni�szych sekcji.
@@ -80,7 +80,7 @@
<TR>
<TD COLSPAN="3"><FONT SIZE=-1>Wprowad� has�o.
- <b>Nie u�ywaj has�a</b>, kt�re wykorzystujesz np. do logowania do konta bankowego.
+ <b>Nie u�ywaj has�a</b>, kt&oacute;re wykorzystujesz np. do logowania do konta bankowego.
<br><br>Je�eli nie podasz has�a, system przydzieli Ci
je automatycznie. Zostanie ono przes�ane razem z wiadomo�ci�
@@ -124,7 +124,7 @@
<TR>
<TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0">
<a name="subscribers">
- <B><FONT COLOR="#000000">Sekcja dla prenumerator�w listy <MM-List-Name></FONT></B></a>
+ <B><FONT COLOR="#000000">Sekcja dla prenumerator&oacute;w listy <MM-List-Name></FONT></B></a>
</TD>
</TR>
<tr>
diff --git a/templates/pl/options.html b/templates/pl/options.html
index 5300165a..f150ba6c 100644
--- a/templates/pl/options.html
+++ b/templates/pl/options.html
@@ -41,15 +41,15 @@
<tr><td colspan="2">
Mo�esz zmieni� adres u�ywany do prenumeraty listy
wype�niaj�c po prostu poni�sze pola. Na nowy adres zostanie wys�ana
- wiadomo��, kt�ra b�dzie jeszcze wymaga�a Twojego potwierdzenia.
+ wiadomo��, kt&oacute;ra b�dzie jeszcze wymaga�a Twojego potwierdzenia.
<p>Potwierdzenie nale�y odes�a� w ci�gu <mm-pending-days>.
- <p>Mo�esz r�wnie� doda� lub zmieni� swoje Imi� i Nazwisko
+ <p>Mo�esz r&oacute;wnie� doda� lub zmieni� swoje Imi� i Nazwisko
(np.. <em>Jan Kowalski</em>).
<p>Zaznaczenie opcji <em>Zmiana globalna</em> spowoduje, �e zmiany
- te b�d� dotyczy� wszystkich list na serwerze <mm-host>, na kt�re jeste� zapisany.
+ te b�d� dotyczy� wszystkich list na serwerze <mm-host>, na kt&oacute;re jeste� zapisany.
</td></tr>
<tr><td><center>
@@ -82,7 +82,7 @@
<B>Wypisanie si� z listy <MM-List-Name></B></td>
<TD WIDTH="50%" BGCOLOR="#FFF0D0"><FONT COLOR="#000000">
- <B>Pozosta�e listy, kt�re subskrybujesz na serwerze <MM-Host></B>
+ <B>Pozosta�e listy, kt&oacute;re subskrybujesz na serwerze <MM-Host></B>
</FONT></TD></TR>
<tr><td>
@@ -93,7 +93,7 @@
<center><MM-Unsubscribe-Button></center></td>
<td>
Mo�esz zobaczy� list� wszystkich list na serwerze
- <mm-host>, na kt�re jeste� zapisany.
+ <mm-host>, na kt&oacute;re jeste� zapisany.
Zaloguj si�, je�li chcesz zmieni� co� w opcjach dotycz�cych innej
listy.
@@ -112,7 +112,7 @@
<center>
<h3>Zapomnia�e� has�a?</h3>
</center>
- Kliknij poni�szy przycisk, a has�o zostanie wys�ane na Tw�j adres
+ Kliknij poni�szy przycisk, a has�o zostanie wys�ane na Tw&oacute;j adres
email.
<p><MM-Umbrella-Notice>
<center>
@@ -151,9 +151,9 @@
<p>
<i><strong>Warto�ci zaznaczone to aktualne ustawienia prenumeraty.</strong></i>
-<p>Zauwa�, �e niekt�re opcje maj� znacznik <em>Zmiana globalna</em>.
+<p>Zauwa�, �e niekt&oacute;re opcje maj� znacznik <em>Zmiana globalna</em>.
Jego zaznaczenie spowoduje, �e zmiana danej opcji odnosi� si� b�dzie do
-wszystkich list na serwerze <mm-host>, kt�re prenumerujesz.
+wszystkich list na serwerze <mm-host>, kt&oacute;re prenumerujesz.
Kliknij przycisk <em>Poka� moje pozosta�e subskrypcje</em>, je�li
nie jeste� pewien na jakie listy jeste� zapisany.
<p>
@@ -172,7 +172,6 @@ nie jeste� pewien na jakie listy jeste� zapisany.
<mm-global-deliver-button><i>Zmiana&nbsp;globalna</i>
</td></tr>
-<!--Start-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong>Tryb Paczek</strong><p>
@@ -190,18 +189,17 @@ nie jeste� pewien na jakie listy jeste� zapisany.
<strong>Paczki w formie MIME czy Czystego Tekstu?</strong><p>
Okre�l, w jakiej formie maj� by� dostarczane wiadomo�ci w trybie
paczek. Najcz�stszym wyborem jest MIME.
- Stare programy pocztowe mog� nie obs�ugiwa� za��cznik�w MIME, wtedy
+ Stare programy pocztowe mog� nie obs�ugiwa� za��cznik&oacute;w MIME, wtedy
wybierz opcj� na Czysty Tekst.
</td><td bgcolor="#cccccc">
<MM-Mime-Digests-Button>MIME<br>
<MM-Plain-Digests-Button>Czysty Tekst<p>
<mm-global-mime-button><i>Zmiana&nbsp;globalna</i>
</td></tr>
-<!--End-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong>Czy chcesz otrzymywa� wys�ane przez siebie wiadomo�ci?</strong><p>
- Mo�esz dostawa� kopi� ka�dej wiadomo�ci, kt�r� wysy�asz na list�.
+ Mo�esz dostawa� kopi� ka�dej wiadomo�ci, kt&oacute;r� wysy�asz na list�.
Je�li tego nie chcesz, ustaw t� opcj� na <em>Nie</em>.
</td><td bgcolor="#cccccc">
<mm-dont-receive-own-mail-button>Nie<br>
@@ -220,12 +218,12 @@ nie jeste� pewien na jakie listy jeste� zapisany.
<tr><td bgcolor="#cccccc">
<strong>Czy chcesz dostawa� przypomnienia has�a?</strong><p>
Raz w miesi�cu rozsy�ane s� przypomnienia do wszystkich
- subskrybent�w. Przypomnienie zawiera has�a i podstawowe informacje o
- wszystkich listach, na kt�re jeste� zapisany na tym serwerze.
+ subskrybent&oacute;w. Przypomnienie zawiera has�a i podstawowe informacje o
+ wszystkich listach, na kt&oacute;re jeste� zapisany na tym serwerze.
Mo�esz wy��czy�
przypomnienie has�a dla ka�dej z list osobno, zaznaczaj�c opcje
<em>Nie</em>. Zrezygnowanie z przypomnienia dla wszystkich list
- spowoduje, �e w og�le nie dostaniesz wiadomo�ci z przypomnieniem.
+ spowoduje, �e w og&oacute;le nie dostaniesz wiadomo�ci z przypomnieniem.
</td><td bgcolor="#cccccc">
<mm-dont-get-password-reminder-button>Nie<br>
<mm-get-password-reminder-button>Tak<p>
@@ -234,10 +232,10 @@ nie jeste� pewien na jakie listy jeste� zapisany.
<tr><TD BGCOLOR="#cccccc">
<strong>Czy chcesz by� niewidocznym cz�onkiem listy?</strong><p>
- Normalnie Tw�j adres jest widoczny dla ogl�daj�cych list�
- sybskrybent�w (adres jest dodatkowo zniekszta�cony, �eby utrudni�
- �ycie spamerom). Je�li nie chcesz, �eby Tw�j adres pojawia� si� na
- li�cie os�b zapisanych, zaznacz <em>Tak</em>.
+ Normalnie Tw&oacute;j adres jest widoczny dla ogl�daj�cych list�
+ sybskrybent&oacute;w (adres jest dodatkowo zniekszta�cony, �eby utrudni�
+ �ycie spamerom). Je�li nie chcesz, �eby Tw&oacute;j adres pojawia� si� na
+ li�cie os&oacute;b zapisanych, zaznacz <em>Tak</em>.
</td><td bgcolor="#cccccc">
<MM-Public-Subscription-Button>Nie<br>
<MM-Hide-Subscription-Button>Tak
@@ -252,12 +250,12 @@ nie jeste� pewien na jakie listy jeste� zapisany.
<tr><td bgcolor="#cccccc">
<strong>Jakie kategorie tematyczne Ci� interesuj�?
</strong><p>
- Zaznaczaj�c jeden lub wi�cej temat�w, mo�esz filtrowa�
+ Zaznaczaj�c jeden lub wi�cej temat&oacute;w, mo�esz filtrowa�
wiadomo�ci z listy, a wi�c otrzymywa� tylko cz��
- ruchu. B�dziesz dostawa� tylko wiadomo�ci, kt�re pasuj�
- do kt�rego� z temat�w.
+ ruchu. B�dziesz dostawa� tylko wiadomo�ci, kt&oacute;re pasuj�
+ do kt&oacute;rego� z temat&oacute;w.
- <p>Je�li wiadomo�� nie pasuje do �adnego z temat�w, to
+ <p>Je�li wiadomo�� nie pasuje do �adnego z temat&oacute;w, to
czy j� dostaniesz zale�y od nast�pnej opcji. Je�eli nie
zaznaczysz �adnego tematu, b�dziesz otrzymywa� wszystkie
wiadomo�ci wysy�ane na list� dyskusyjn�.
@@ -266,19 +264,19 @@ nie jeste� pewien na jakie listy jeste� zapisany.
</td></tr>
<tr><td bgcolor="#cccccc">
- <strong>Czy chcesz dostawa� wiadomo�ci, kt�re nie pasuj�
+ <strong>Czy chcesz dostawa� wiadomo�ci, kt&oacute;re nie pasuj�
do �adnej kategorii tematycznej?
</strong><p>
Ta opcja ma znaczenie tylko, je�li wybra�e� co najmniej
jedn� kategori� tematyczn� z poprzedniej opcji. Opisuje
na zachowanie w przypadku, gdy wiadomo�� nie pasuje
- do �adnego ze zdefiniowanych temat�w. Wybranie
+ do �adnego ze zdefiniowanych temat&oacute;w. Wybranie
<em>Nie</em> oznacza, �e nie b�dziesz dostawa� wiadomo�ci
nie pasuj�cych do �adnego tematu, a <em>Tak</em>, �e
b�dziesz dostawa� te pozosta�e wiadomo�ci.
- <p>Nie wybranie �adnego z temat�w z poprzedniej opcji
+ <p>Nie wybranie �adnego z temat&oacute;w z poprzedniej opcji
oznacza, �e b�dziesz otrzymywa� wszystkie wiadomo�ci.
</td><td bgcolor="#cccccc">
<mm-suppress-nonmatching-topics>Nie<br>
@@ -286,19 +284,19 @@ nie jeste� pewien na jakie listy jeste� zapisany.
</td></tr>
<tr><td bgcolor="#cccccc">
- <strong>Unika� podw�jnych kopii wiadomo�ci?</strong><p>
+ <strong>Unika� podw&oacute;jnych kopii wiadomo�ci?</strong><p>
Po zaznaczeniu tej opcji Mailman b�dzie analizowa�
pola <tt>To:</tt> i <tt>Cc:</tt> i na tej podstawie nie
b�dzie wysy�a� do Ciebie kopii, je�li jeste� ju� jej
adresatem.
Odpowied� <em>Tak</em> oznacza, �e chcesz unika�
- dostawania tego samego listu w dw�ch kopiach.
+ dostawania tego samego listu w dw&oacute;ch kopiach.
Przy <em>Nie</em> mo�esz dostawa� wielokrotne kopie.
<p>Je�eli lista ma w��czon� personalizacj�
wiadomo�ci, a ty wybierzesz dostawanie kopii, Mailman
- doda pole <tt>X-Mailman-Copy: yes</tt> do nag��wka ka�dej
+ doda pole <tt>X-Mailman-Copy: yes</tt> do nag�&oacute;wka ka�dej
kopii.
</td><td bgcolor="#cccccc">
diff --git a/templates/pl/private.html b/templates/pl/private.html
index 408a48b3..101f3fb2 100755
--- a/templates/pl/private.html
+++ b/templates/pl/private.html
@@ -33,8 +33,8 @@
<p>Ciasteczka sesji s� u�ywane przez interfejs administracyjny Mailmana,
aby nie by�o potrzeby osobnego uwierzytelniania ka�dej operacji administracyjnej.
Ciasteczko automatycznie wyga�nie po zamkni�ciu (sesji) przegl�darki.
- Mo�na je r�wnie� usun�� korzystaj�c z odno�nika <em>Wyloguj</em> w sekcji <em>Inne czynno�ci administracyjne</em>
- (kt�ra zostanie wy�wietlona po udanym zalogowaniu).
+ Mo�na je r&oacute;wnie� usun�� korzystaj�c z odno�nika <em>Wyloguj</em> w sekcji <em>Inne czynno�ci administracyjne</em>
+ (kt&oacute;ra zostanie wy�wietlona po udanym zalogowaniu).
<p>
<table width="100%%" border="0" cellspacing="4" cellpadding="5">
<tr>
diff --git a/templates/pl/roster.html b/templates/pl/roster.html
index 7be86455..e248b6e6 100644
--- a/templates/pl/roster.html
+++ b/templates/pl/roster.html
@@ -20,7 +20,7 @@
<P align = "right"> <MM-lang-form-start><MM-displang-box>
<MM-list-langs><MM-form-end></p>
- <P>Kliknij na sw�j adres, �eby wej�� na stron� z opcjami
+ <P>Kliknij na sw&oacute;j adres, �eby wej�� na stron� z opcjami
subskrypcji.
<br><I>(Na adresy pisane kursyw� nie s� wysy�ane listy)</I></P>
</TD>