diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-02-18 15:12:13 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-02-18 15:12:13 -0800 |
commit | aac6cc903cfb4577455e80b9d2e02b45f9e7c903 (patch) | |
tree | 33d78acdaa82869fefbc7e3f06c1822c80d7c25b /templates/pl/archtocentry.html | |
parent | cfb35c4f60ce5a380edbfdf352631bdf0bc7d4e7 (diff) | |
download | mailman2-aac6cc903cfb4577455e80b9d2e02b45f9e7c903.tar.gz mailman2-aac6cc903cfb4577455e80b9d2e02b45f9e7c903.tar.xz mailman2-aac6cc903cfb4577455e80b9d2e02b45f9e7c903.zip |
The Polish translation has been updated by Stefan Plewako.
Diffstat (limited to 'templates/pl/archtocentry.html')
-rw-r--r-- | templates/pl/archtocentry.html | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/templates/pl/archtocentry.html b/templates/pl/archtocentry.html index b543692a..b880e823 100644 --- a/templates/pl/archtocentry.html +++ b/templates/pl/archtocentry.html @@ -1,12 +1,9 @@ - - <tr> - <td>%(archivelabel)s:</td> - <td> - <A href="%(archive)s/thread.html">[ Wątku ]</a> - <A href="%(archive)s/subject.html">[ Tematu ]</a> - <A href="%(archive)s/author.html">[ Autora ]</a> - <A href="%(archive)s/date.html">[ Daty ]</a> - </td> - %(textlink)s - </tr> - + <tr> + <td>%(archivelabel)s:</td> + <td><a href="%(archive)s/thread.html">[ Wątku ]</a> + <a href="%(archive)s/subject.html">[ Tematu ]</a> + <a href="%(archive)s/author.html">[ Autora ]</a> + <a href="%(archive)s/date.html">[ Daty ]</a> + </td> + %(textlink)s + </tr> |