aboutsummaryrefslogtreecommitdiffstats
path: root/templates/gl/article.html
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2008-02-14 09:08:11 -0800
committerMark Sapiro <mark@msapiro.net>2008-02-14 09:08:11 -0800
commit2aee687b29f28ef20703abcbe715d1b1d8e27546 (patch)
treebb26f9761c777e3d72820bab7cd9daa3cd641e3e /templates/gl/article.html
parent2e5d927a50e5b3c7006497416506fa9fa8f8d33a (diff)
downloadmailman2-2aee687b29f28ef20703abcbe715d1b1d8e27546.tar.gz
mailman2-2aee687b29f28ef20703abcbe715d1b1d8e27546.tar.xz
mailman2-2aee687b29f28ef20703abcbe715d1b1d8e27546.zip
Added Galician translation from Frco. Javier Rial Rodrguez.
Diffstat (limited to 'templates/gl/article.html')
-rw-r--r--templates/gl/article.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/templates/gl/article.html b/templates/gl/article.html
new file mode 100644
index 00000000..34c9d552
--- /dev/null
+++ b/templates/gl/article.html
@@ -0,0 +1,48 @@
+<!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">
+ <META NAME="robots" CONTENT="index,nofollow">
+ %(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"
+ TITLE="%(subject_html)s">%(email_html)s
+ </A><BR>
+ <I>%(datestr_html)s</I>
+ <P><UL>
+ %(prev_wsubj)s
+ %(next_wsubj)s
+ <LI> <B>Mensaxes ordenadas por:</B>
+ <a href="date.html#%(sequence)s">[ data ]</a>
+ <a href="thread.html#%(sequence)s">[ f&iacute;o ]</a>
+ <a href="subject.html#%(sequence)s">[ asunto ]</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>Mensaxes ordenadas por:</B>
+ <a href="date.html#%(sequence)s">[ data ]</a>
+ <a href="thread.html#%(sequence)s">[ f&iacute;o ]</a>
+ <a href="subject.html#%(sequence)s">[ asunto ]</a>
+ <a href="author.html#%(sequence)s">[ autor ]</a>
+ </LI>
+ </UL>
+</body></html>