diff options
author | bwarsaw <> | 2003-12-13 16:35:54 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-12-13 16:35:54 +0000 |
commit | 6cc926eb3c98e9646f923f6803fc72ec7b00bd80 (patch) | |
tree | 6334e656e66c1e4613e5a016f136e8b1f296c69e /templates/ro/archidxhead.html | |
parent | 456487f17a8eb35700558ce093e1dff92057bb90 (diff) | |
download | mailman2-6cc926eb3c98e9646f923f6803fc72ec7b00bd80.tar.gz mailman2-6cc926eb3c98e9646f923f6803fc72ec7b00bd80.tar.xz mailman2-6cc926eb3c98e9646f923f6803fc72ec7b00bd80.zip |
Romanian updates from Stefaniu Criste.
Diffstat (limited to 'templates/ro/archidxhead.html')
-rw-r--r-- | templates/ro/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/ro/archidxhead.html b/templates/ro/archidxhead.html new file mode 100644 index 00000000..9c6f9bd5 --- /dev/null +++ b/templates/ro/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Arhiva %(archive)s a listei %(listname)s după %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>Arhivele %(archive)s după %(archtype)s</h1> + <ul> + <li> <b>Mesajele sunt sortate după:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + <li><b><a href="%(listinfo)s">Mai multe detalii despre această listă... + </a></b></li> + </ul> + <p><b>Începe la:</b> <i>%(firstdate)s</i><br> + <b>Se termină la:</b> <i>%(lastdate)s</i><br> + <b>Mesaje:</b> %(size)s<p> + <ul> |