[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:01 UTC 2006


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

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/fr/foot.wmi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- foot.wmi	21 Dec 2005 00:14:02 -0000	1.2
+++ foot.wmi	20 Jan 2006 20:33:59 -0000	1.3
@@ -1,25 +1,36 @@
 #!/usr/bin/wml
 
 ## translation metadata
-# Based-On-Revision: 1.4
+# Based-On-Revision: 1.5
 # Last-Translator: ultra.high.temperature at gmail.com
 
 #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]); }:>
+      Dernière modification&nbsp;: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
       -
-      Zuletzt kompiliert: <: print scalar localtime(); :>
+      Dernière compilation&nbsp;: <: print scalar localtime(); :>
+     </p>
 
-<: unless (translation_current()) { :>
-<p>
-Attention: Cette tradcution peut &ecirc;tre obsol&egrave;te. La version anglaise originale est la
-<:= translation_get_masterrevision() :> alors que la version traduite est bas&eacute;e sur la
-<:= translation_get_basedonrevision() :>.
-<: } :>
+   <: unless (translation_current()) { :>
+     <p>
+      Attention: Cette tradcution peut &ecirc;tre obsol&egrave;te. La version anglaise originale est la
+      <:= translation_get_masterrevision() :> alors que la version traduite est bas&eacute;e sur la
+      <:= translation_get_basedonrevision() :>.
+     </p>
+   <: } :>
+
+   <: if (has_translations()) {  :>
+     <p>
+       Cette page est aussi disponible dans les langues suivantes&nbsp;:
+       <: print list_translations() :>.<br>
+       Comment configurer la <a href="http://www.debian.org/intro/cn">langue par d&eacute;faut du document</a>.
+     </p>
+   <: }; :>
   </div>
 </body>
 </html>



More information about the tor-commits mailing list