[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/se
In directory moria:/tmp/cvs-serv4587/se
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/se/foot.wmi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -d -r1.3 -r1.4
--- foot.wmi 20 Jan 2006 06:30:56 -0000 1.3
+++ foot.wmi 20 Jan 2006 20:34:09 -0000 1.4
@@ -1,27 +1,38 @@
#!/usr/bin/wml
## translation metadata
-# Based-On-Revision: 1.4
+# Based-On-Revision: 1.5
# Last-Translator: thomass@xxxxxxxx
#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
- Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
+ Senast uppdaterad: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
-
- Last compiled: <: print scalar localtime(); :>
+ Senast kompilerad: <: print scalar localtime(); :>
+ </p>
# Uncomment this in your translation: (and translate it)
#####################################
- <: unless (translation_current()) { :>
- <p>
+ <: unless (translation_current()) { :>
+ <p>
Varning: Denna översättning kan vara gammal. Det engelska originalet är revision
<:= translation_get_masterrevision() :> och denna översättning är baserad på
<:= translation_get_basedonrevision() :>.
- <: } :>
+ </p>
+ <: } :>
+
+ <: if (has_translations()) { :>
+ <p>
+ Denna sida finns även på följande språk:
+ <: print list_translations() :>.<br>
+ Så ställer du in <a href="http://www.debian.org/intro/cn">standardspråkval för dokument</a>.
+ </p>
+ <: }; :>
</div>
</body>
</html>