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/emptyarchive.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/emptyarchive.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/ro/emptyarchive.html b/templates/ro/emptyarchive.html new file mode 100644 index 00000000..e7d803a6 --- /dev/null +++ b/templates/ro/emptyarchive.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Arhivele %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Arhivele %(listname)s</h1> + <p> + Încă nu au fost publicate mesaje pe această listă, astfel încât arhivele sunt + goale în acest moment. Puteți însă obține <a href="%(listinfo)s">mai multe detalii + despre această listă</a>. + </p> + </BODY> + </HTML> |