diff options
Diffstat (limited to 'templates/ro/emptyarchive.html')
-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> |