[or-cvs] pretend that we have spanish footers and navigation

arma at seul.org arma at seul.org
Wed Mar 15 21:30:52 UTC 2006


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 at seul.org

#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 at seul.org

<:
	my @navigation = (
		'index'			, 'Home',
		'overview'		, 'Overview',
		'download'		, 'Download',
		'documentation'		, 'Docs',
		'volunteer'		, 'Volunteer',
		'people'		, 'People',
		'donate'		, 'Donate!',
	);
:>



More information about the tor-commits mailing list