pretend that we have spanish footers and navigation
Roger Dingledine

Roger Dingledine commited on 2006-03-15 22:30:49
Zeige 2 geänderte Dateien mit 54 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,37 @@
1
+#!/usr/bin/wml
2
+
3
+## translation metadata
4
+# Based-On-Revision: 1.8
5
+# Last-Translator: arma@seul.org
6
+
7
+#use "functions.wmi"
8
+
9
+</div>
10
+  <div class="bottom" id="bottom">
11
+     <p>
12
+     <i><a href="<page contact>" class="smalllink">Webmaster</a></i> -
13
+# please also translate "last modified" and "last compiled"
14
+      Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
15
+      -
16
+      Last compiled: <: print scalar localtime(); :>
17
+     </p>
18
+# Uncomment this in your translation:  (and translate it)
19
+#####################################
20
+#   <: unless (translation_current()) { :>
21
+#     <p>
22
+#      Warning:  This translation might be obsolete.  The English original is at Revision
23
+#      <:= translation_get_masterrevision() :> while this translation is based on
24
+#      <:= translation_get_basedonrevision() :>.
25
+#     </p>
26
+#   <: } :>
27
+
28
+   <: if (has_translations()) {  :>
29
+     <p>
30
+       This page is also available in the following languages:
31
+       <: print list_translations() :>.<br>
32
+       How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>.
33
+     </p>
34
+   <: }; :>
35
+  </div>
36
+</body>
37
+</html>
... ...
@@ -0,0 +1,17 @@
1
+#!/usr/bin/wml
2
+
3
+## translation metadata
4
+# Based-On-Revision: 1.5
5
+# Last-Translator: arma@seul.org
6
+
7
+<:
8
+	my @navigation = (
9
+		'index'			, 'Home',
10
+		'overview'		, 'Overview',
11
+		'download'		, 'Download',
12
+		'documentation'		, 'Docs',
13
+		'volunteer'		, 'Volunteer',
14
+		'people'		, 'People',
15
+		'donate'		, 'Donate!',
16
+	);
17
+:>
0 18