mirror of
https://github.com/torproject/webwml.git
synced 2025-03-06 17:27:18 +00:00
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
#!/usr/bin/wml
|
|
|
|
## translation metadata
|
|
# Revision: $Revision$
|
|
|
|
#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>
|