[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] pretend that we have spanish footers and navigation
Update of /home2/or/cvsroot/website/es
In directory moria:/home/arma/work/onion/cvs/website/es
Added Files:
foot.wmi navigation.wmi
Log Message:
pretend that we have spanish footers and navigation
--- NEW FILE: foot.wmi ---
#!/usr/bin/wml
## translation metadata
# Based-On-Revision: 1.8
# Last-Translator: arma@xxxxxxxx
#use "functions.wmi"
</div>
<div class="bottom" id="bottom">
<p>
<i><a href="<page contact>" class="smalllink">Webmaster</a></i> -
# please also translate "last modified" and "last compiled"
Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
-
Last compiled: <: print scalar localtime(); :>
</p>
# Uncomment this in your translation: (and translate it)
#####################################
# <: unless (translation_current()) { :>
# <p>
# Warning: This translation might be obsolete. The English original is at Revision
# <:= translation_get_masterrevision() :> while this translation is based on
# <:= translation_get_basedonrevision() :>.
# </p>
# <: } :>
<: if (has_translations()) { :>
<p>
This page is also available in the following languages:
<: print list_translations() :>.<br>
How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>.
</p>
<: }; :>
</div>
</body>
</html>
--- NEW FILE: navigation.wmi ---
#!/usr/bin/wml
## translation metadata
# Based-On-Revision: 1.5
# Last-Translator: arma@xxxxxxxx
<:
my @navigation = (
'index' , 'Home',
'overview' , 'Overview',
'download' , 'Download',
'documentation' , 'Docs',
'volunteer' , 'Volunteer',
'people' , 'People',
'donate' , 'Donate!',
);
:>