~xav0989/ubuntu/vivid/mailman/ubuntu-logo

« back to all changes in this revision

Viewing changes to templates/nl/archtocentry.html

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-08-11 16:06:19 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080811160619-ymr837d03w2qvnh9
Tags: 1:2.1.11-3
* Updated Catalan debconf translation, thanks David Planella Molas
  (Closes: #494110).
* Added patch 68_update_catalan to update Catalan program translation,
  thanks Jordi Mallach (Closes: #492297).
* Add a README.source file referring to quilt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
            <tr>
3
 
            <td>%(archivelabel)s:</td>
4
 
            <td>
5
 
              <A href="%(archive)s/thread.html">[ Draad ]</a>
6
 
              <A href="%(archive)s/subject.html">[ Onderwerp ]</a>
7
 
              <A href="%(archive)s/author.html">[ Auteur ]</a>
8
 
              <A href="%(archive)s/date.html">[ Datum ]</a>
9
 
            </td>
10
 
            %(textlink)s
11
 
            </tr>
12
 
 
 
1
 
 
2
            <tr>
 
3
            <td>%(archivelabel)s:</td>
 
4
            <td>
 
5
              <A href="%(archive)s/thread.html">[ Draad ]</a>
 
6
              <A href="%(archive)s/subject.html">[ Onderwerp ]</a>
 
7
              <A href="%(archive)s/author.html">[ Auteur ]</a>
 
8
              <A href="%(archive)s/date.html">[ Datum ]</a>
 
9
            </td>
 
10
            %(textlink)s
 
11
            </tr>
 
12