[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] More languages in the top right and also add them in the fo...
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@xxxxxxxxx
#use "functions.wmi"
</div>
<div class="bottom" id="bottom">
+ <p>
<i><a href="mailto:tor-webmaster@xxxxxxxxxxxxx" class="smalllink">Webmaster</a></i> -
# Id: developers.html,v 1.41 2005/08/31 20:19:16 thomass Exp
- Letzte änderung: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
+ Dernière modification : <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
-
- Zuletzt kompiliert: <: print scalar localtime(); :>
+ Dernière compilation : <: print scalar localtime(); :>
+ </p>
-<: unless (translation_current()) { :>
-<p>
-Attention: Cette tradcution peut être obsolète. La version anglaise originale est la
-<:= translation_get_masterrevision() :> alors que la version traduite est basée sur la
-<:= translation_get_basedonrevision() :>.
-<: } :>
+ <: unless (translation_current()) { :>
+ <p>
+ Attention: Cette tradcution peut être obsolète. La version anglaise originale est la
+ <:= translation_get_masterrevision() :> alors que la version traduite est basée sur la
+ <:= translation_get_basedonrevision() :>.
+ </p>
+ <: } :>
+
+ <: if (has_translations()) { :>
+ <p>
+ Cette page est aussi disponible dans les langues suivantes :
+ <: print list_translations() :>.<br>
+ Comment configurer la <a href="http://www.debian.org/intro/cn">langue par défaut du document</a>.
+ </p>
+ <: }; :>
</div>
</body>
</html>