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/article.html | |
parent | 456487f17a8eb35700558ce093e1dff92057bb90 (diff) | |
download | mailman2-6cc926eb3c98e9646f923f6803fc72ec7b00bd80.tar.gz mailman2-6cc926eb3c98e9646f923f6803fc72ec7b00bd80.tar.xz mailman2-6cc926eb3c98e9646f923f6803fc72ec7b00bd80.zip |
Romanian updates from Stefaniu Criste.
Diffstat (limited to '')
-rw-r--r-- | templates/ro/article.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/templates/ro/article.html b/templates/ro/article.html new file mode 100644 index 00000000..b282feb6 --- /dev/null +++ b/templates/ro/article.html @@ -0,0 +1,49 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> %(title)s</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> + <META NAME="robots" CONTENT="index,nofollow"> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2"> + %(encoding)s + %(prev)s + %(next)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>%(subject_html)s</H1> + <B>%(author_html)s</B> + <A HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s" + TITLE="%(subject_html)s">%(email_html)s + </A><BR> + <I>%(datestr_html)s</I> + <P><UL> + %(prev_wsubj)s + %(next_wsubj)s + <LI> <B>Mesaje sortate după:</B> + <a href="date.html#%(sequence)s">[ dată ]</a> + <a href="thread.html#%(sequence)s">[ fir de discuție ]</a> + <a href="subject.html#%(sequence)s">[ subiect ]</a> + <a href="author.html#%(sequence)s">[ autor ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +%(body)s +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + %(prev_wsubj)s + %(next_wsubj)s + <LI> <B>Mesaje sortate după:</B> + <a href="date.html#%(sequence)s">[ dată ]</a> + <a href="thread.html#%(sequence)s">[ fir de discuție ]</a> + <a href="subject.html#%(sequence)s">[ subiect ]</a> + <a href="author.html#%(sequence)s">[ autor ]</a> + </LI> + </UL> + +<hr> +<a href="%(listurl)s">Mai multe informații despre lista de discuții %(listname)s</a><br> +</body></html> |