no arabic files will build without a footer. copy the english one for now.
Roger Dingledine

Roger Dingledine commited on 2010-03-15 01:00:57
Zeige 1 geänderte Dateien mit 54 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,54 @@
1
+#!/usr/bin/wml
2
+
3
+## translation metadata
4
+# Revision: $Revision$
5
+# Translation-Priority: 1-high
6
+
7
+#use "functions.wmi"
8
+
9
+<hr />
10
+</div>
11
+  <div class="bottom" id="bottom">
12
+     <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc.
13
+     <br />
14
+    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.
15
+    </p>
16
+
17
+# Uncomment this in your translation:  (and translate it)
18
+#####################################
19
+   <: unless (translation_current()) { :>
20
+     <p>
21
+      Warning:  This translation might be obsolete.  The English original
22
+      is at Revision
23
+      <:= translation_get_masterrevision() :> while this translation
24
+      is based on
25
+      <:= translation_get_basedonrevision() :>.
26
+     </p>
27
+   <: } :>
28
+
29
+   <: if (has_translations()) {  :>
30
+     <p>
31
+       This page is also available in the following languages:
32
+       <: print list_translations() :>.<br />
33
+       How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>.
34
+     </p>
35
+   <: }; :>
36
+
37
+# Uncomment this in your translation: (and translate it)
38
+#####################################
39
+   <p>The Tor developers have not reviewed this translation for
40
+   accuracy and correctness. It may be out of date or wrong. The
41
+   official Tor website is the English version, available at <a
42
+   href="https://www.torproject.org/">https://www.torproject.org/</a>.
43
+   </p>
44
+
45
+     <p>
46
+     <i><a href="<page contact>" class="smalllink">Contact Us</a></i> -
47
+# please also translate "last modified" and "last compiled"
48
+      Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
49
+      -
50
+      Last compiled: <: print scalar localtime(); :>
51
+     </p>
52
+  </div>
53
+</body>
54
+</html>
0 55