diff options
Diffstat (limited to '')
-rw-r--r-- | templates/pl/archidxhead.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/pl/archidxhead.html b/templates/pl/archidxhead.html index 30a77527..44d9ae3c 100644 --- a/templates/pl/archidxhead.html +++ b/templates/pl/archidxhead.html @@ -1,22 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <title>Lista %(listname)s %(archive)s sortowane według %(archtype)s</title> + <title>Lista %(listname)s %(archive)s sortowane według %(archtype)s</title> <meta name="robots" content="noindex,follow"> %(encoding)s </head> <body bgcolor="#ffffff"> <a name="start"></a> - <h1>Archiwum za %(archive)s posortowane według %(archtype)s</h1> + <h1>Archiwum za %(archive)s posortowane według %(archtype)s</h1> <ul> - <li><b>Wiadomości posortowane według:</b> + <li><b>Wiadomości posortowane według:</b> %(thread_ref)s %(subject_ref)s %(author_ref)s %(date_ref)s - <li><b><a href="%(listinfo)s">Więcej informacji o liście...</a></b></li> + <li><b><a href="%(listinfo)s">Więcej informacji o liście...</a></b></li> </ul> - <p><b>Początek:</b> <i>%(firstdate)s</i><br> + <p><b>Początek:</b> <i>%(firstdate)s</i><br> <b>Koniec:</b> <i>%(lastdate)s</i><br> - <b>Liczba wiadomości:</b> %(size)s<p> + <b>Liczba wiadomości:</b> %(size)s<p> <ul> |