[or-cvs] More languages in the top right and also add them in the fo...

Peter Palfrader weasel at seul.org
Fri Jan 20 20:34:02 UTC 2006


Update of /home/or/cvsroot/website/de
In directory moria:/tmp/cvs-serv4587/de

Modified Files:
	foot.wmi 
Log Message:
More languages in the top right and also add them in the footer

Index: foot.wmi
===================================================================
RCS file: /home/or/cvsroot/website/de/foot.wmi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -d -r1.6 -r1.7
--- foot.wmi	23 Oct 2005 21:11:20 -0000	1.6
+++ foot.wmi	20 Jan 2006 20:33:58 -0000	1.7
@@ -1,25 +1,36 @@
 #!/usr/bin/wml
 
 ## translation metadata
-# Based-On-Revision: 1.4
+# Based-On-Revision: 1.5
 # Last-Translator: peter at palfrader.org
 
 #use "functions.wmi"
 
 </div>
   <div class="bottom" id="bottom">
+     <p>
      <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
 #     Id: developers.html,v 1.41 2005/08/31 20:19:16 thomass Exp 
       Letzte &auml;nderung: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
       -
       Zuletzt kompiliert: <: print scalar localtime(); :>
+     </p>
 
-      <: unless (translation_current()) { :>
-      <p>
+   <: unless (translation_current()) { :>
+     <p>
       Achtung: Diese &Uuml;bersetzung ist m&ouml;glicherweise veraltet.  Das englische Original ist auf
       Revision <:= translation_get_masterrevision() :> w&auml;hrend diese &Uuml;bersetzung auf
       <:= translation_get_basedonrevision() :> basiert.
-      <: } :>
+     </p>
+   <: } :>
+
+   <: if (has_translations()) {  :>
+     <p>
+       Diese Seite gibt es auch in den folgenden Sprachen:
+       <: print list_translations() :>.<br>
+       Wie stellt man <a href="http://www.debian.org/intro/cn">die Standardsprache</a> ein.
+     </p>
+   <: }; :>
   </div>
 </body>
 </html>



More information about the tor-commits mailing list