diff options
| author | avalon | 2002-10-28 00:02:27 +0000 |
|---|---|---|
| committer | avalon | 2002-10-28 00:02:27 +0000 |
| commit | b59d4fdc2ade5f5f2dc9625bd19dff3821153075 (patch) | |
| tree | f038f1740820af32a8003f9d234ccafe27edddab | |
| parent | 77b1670e0c9fcb974d40178bbb8a2a95c7dc3bc9 (diff) | |
| download | mailman-b59d4fdc2ade5f5f2dc9625bd19dff3821153075.tar.gz mailman-b59d4fdc2ade5f5f2dc9625bd19dff3821153075.tar.zst mailman-b59d4fdc2ade5f5f2dc9625bd19dff3821153075.zip | |
Initial norwegian translation of this template.
| -rw-r--r-- | templates/no/archidxfoot.html | 21 | ||||
| -rw-r--r-- | templates/no/archidxhead.html | 24 | ||||
| -rw-r--r-- | templates/no/archliststart.html | 4 | ||||
| -rw-r--r-- | templates/no/archtoc.html | 19 | ||||
| -rw-r--r-- | templates/no/archtocentry.html | 12 |
5 files changed, 80 insertions, 0 deletions
diff --git a/templates/no/archidxfoot.html b/templates/no/archidxfoot.html new file mode 100644 index 000000000..4cb308f6d --- /dev/null +++ b/templates/no/archidxfoot.html @@ -0,0 +1,21 @@ + </ul> + <p> + <a name="end"><b>Dato på nyeste melding:</b></a> + <i>%(lastdate)s</i><br> + <b>Arkivert:</b> <i>%(archivedate)s</i> + <p> + <ul> + <li> <b>Meldinger sortert på:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + <li><b><a href="%(listinfo)s">Mer informasjon om denne listen... + </a></b></li> + </ul> + <p> + <hr> + <i>Dette arkivet ble generert av + Pipermail %(version)s.</i> + </BODY> +</HTML> diff --git a/templates/no/archidxhead.html b/templates/no/archidxhead.html new file mode 100644 index 000000000..311685755 --- /dev/null +++ b/templates/no/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>%(listname)s arkivet for %(archive)s sortert på %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>Arkivet for %(archive)s sortert på %(archtype)s</h1> + <ul> + <li> <b>Meldinger sortert på:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">Mer informasjon om denne listen... + </a></b></li> + </ul> + <p><b>Startdato:</b> <i>%(firstdate)s</i><br> + <b>Sluttdato:</b> <i>%(lastdate)s</i><br> + <b>Meldinger:</b> %(size)s<p> + <ul> diff --git a/templates/no/archliststart.html b/templates/no/archliststart.html new file mode 100644 index 000000000..2d89a604b --- /dev/null +++ b/templates/no/archliststart.html @@ -0,0 +1,4 @@ + <table border=3> + <tr><td>Arkiv</td> + <td>Sorter på:</td> + <td>Nedlastbar versjon</td></tr> diff --git a/templates/no/archtoc.html b/templates/no/archtoc.html new file mode 100644 index 000000000..d7d8eb01f --- /dev/null +++ b/templates/no/archtoc.html @@ -0,0 +1,19 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>%(listname)s arkivet</title> + <META NAME="robots" CONTENT="noindex,follow"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>%(listname)s arkivet </h1> + <p> + Du kan se <a href="%(listinfo)s">mer informasjon om denne listen</a> + eller du kan <a href="%(fullarch)s">laste ned hele arkivet</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> diff --git a/templates/no/archtocentry.html b/templates/no/archtocentry.html new file mode 100644 index 000000000..ef4040ed6 --- /dev/null +++ b/templates/no/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Tråd ]</a> + <A href="%(archive)s/subject.html">[ Tittel ]</a> + <A href="%(archive)s/author.html">[ Forfatter ]</a> + <A href="%(archive)s/date.html">[ Dato ]</a> + </td> + %(textlink)s + </tr> + |
