[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21954: {} no arabic files will build without a footer. copy the englis (website/trunk/ar)
Author: arma
Date: 2010-03-15 00:00:57 +0000 (Mon, 15 Mar 2010)
New Revision: 21954
Added:
website/trunk/ar/foot.wmi
Log:
no arabic files will build without a footer. copy the english one
for now.
Added: website/trunk/ar/foot.wmi
===================================================================
--- website/trunk/ar/foot.wmi (rev 0)
+++ website/trunk/ar/foot.wmi 2010-03-15 00:00:57 UTC (rev 21954)
@@ -0,0 +1,54 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision$
+# Translation-Priority: 1-high
+
+#use "functions.wmi"
+
+<hr />
+</div>
+ <div class="bottom" id="bottom">
+ <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc.
+ <br />
+ Content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>, unless otherwise noted.
+ </p>
+
+# Uncomment this in your translation: (and translate it)
+#####################################
+ <: unless (translation_current()) { :>
+ <p>
+ Warning: This translation might be obsolete. The English original
+ is at Revision
+ <:= translation_get_masterrevision() :> while this translation
+ is based on
+ <:= translation_get_basedonrevision() :>.
+ </p>
+ <: } :>
+
+ <: if (has_translations()) { :>
+ <p>
+ This page is also available in the following languages:
+ <: print list_translations() :>.<br />
+ How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>.
+ </p>
+ <: }; :>
+
+# Uncomment this in your translation: (and translate it)
+#####################################
+ <p>The Tor developers have not reviewed this translation for
+ accuracy and correctness. It may be out of date or wrong. The
+ official Tor website is the English version, available at <a
+ href="https://www.torproject.org/">https://www.torproject.org/</a>.
+ </p>
+
+ <p>
+ <i><a href="<page contact>" class="smalllink">Contact Us</a></i> -
+# please also translate "last modified" and "last compiled"
+ Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
+ -
+ Last compiled: <: print scalar localtime(); :>
+ </p>
+ </div>
+</body>
+</html>
Property changes on: website/trunk/ar/foot.wmi
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native