mirror of
https://github.com/torproject/webwml.git
synced 2025-03-09 04:41:06 +00:00
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
#!/usr/bin/wml
|
|
|
|
## translation metadata
|
|
# Based-On-Revision: 1.8
|
|
# Last-Translator: peter@palfrader.org
|
|
|
|
#use "functions.wmi"
|
|
|
|
</div>
|
|
<div class="bottom" id="bottom">
|
|
<p>
|
|
<i><a href="<page contact>" class="smalllink">Webmaster</a></i> -
|
|
Letzte änderung: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
|
|
-
|
|
Zuletzt kompiliert: <: print scalar localtime(); :>
|
|
</p>
|
|
|
|
<: unless (translation_current()) { :>
|
|
<p>
|
|
Achtung: Diese Übersetzung ist möglicherweise veraltet. Das englische Original ist auf
|
|
Revision <:= translation_get_masterrevision() :> während diese Übersetzung auf
|
|
<:= translation_get_basedonrevision() :> basiert.
|
|
</p>
|
|
<: } :>
|
|
|
|
<: if (has_translations()) { :>
|
|
<p>
|
|
Diese Seite gibt es auch in den folgenden Sprachen:
|
|
<: print list_translations() :>.<br>
|
|
Wie stellt man <a href="http://www.debian.org/intro/cn#howtoset">die Standardsprache</a> ein.
|
|
</p>
|
|
<: }; :>
|
|
</div>
|
|
</body>
|
|
</html>
|