9201677805bc5d730781660b8354c2a51dc44836
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

1) #!/usr/bin/wml
2) 
3) ## translation metadata
Peter Palfrader In CVS the magic keyword is...

Peter Palfrader authored 18 years ago

4) # Revision: $Revision$
Roger Dingledine add some more translation p...

Roger Dingledine authored 16 years ago

5) # Translation-Priority: 1-high
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

6) 
Peter Palfrader also use "use warnings"

Peter Palfrader authored 18 years ago

7) #use "functions.wmi"
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

8) 
9) </div>
10)   <div class="bottom" id="bottom">
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

11)      <p>
Roger Dingledine link to contact people rath...

Roger Dingledine authored 18 years ago

12)      <i><a href="<page contact>" class="smalllink">Webmaster</a></i> -
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

13) # please also translate "last modified" and "last compiled"
Peter Palfrader also use "use warnings"

Peter Palfrader authored 18 years ago

14)       Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

15)       -
16)       Last compiled: <: print scalar localtime(); :>
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

17)      </p>
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 16 years ago

18)      <p>"Tor" and the "Onion Logo" are <a href="<page
Andrew Lewman we can now say these are re...

Andrew Lewman authored 15 years ago

19)      trademark-faq>">registered trademarks</a> of The Tor Project, Inc.
Roger Dingledine right-justify the trademark...

Roger Dingledine authored 16 years ago

20)      </p>
Roger Dingledine jan's commit reminded me to...

Roger Dingledine authored 16 years ago

21) 
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

22) # Uncomment this in your translation:  (and translate it)
23) #####################################
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

24) #   <: unless (translation_current()) { :>
25) #     <p>
Roger Dingledine jan's commit reminded me to...

Roger Dingledine authored 16 years ago

26) #      Warning:  This translation might be obsolete.  The English original
27) #      is at Revision
28) #      <:= translation_get_masterrevision() :> while this translation
29) #      is based on
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

30) #      <:= translation_get_basedonrevision() :>.
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

31) #     </p>
32) #   <: } :>
33) 
34)    <: if (has_translations()) {  :>
35)      <p>
36)        This page is also available in the following languages:
Roger Dingledine make our xhtml a bit more c...

Roger Dingledine authored 15 years ago

37)        <: print list_translations() :>.<br />
Peter Palfrader link #howtoset on http://ww...

Peter Palfrader authored 18 years ago

38)        How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>.
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

39)      </p>
40)    <: }; :>
Roger Dingledine jan's commit reminded me to...

Roger Dingledine authored 16 years ago

41) 
42) # Uncomment this in your translation: (and translate it)
43) #####################################
44) #   <p>The Tor developers have not reviewed this translation for
45) #   accuracy and correctness. It may be out of date or wrong. The
46) #   official Tor website is the English version, available at <a
47) #   href="https://www.torproject.org/">https://www.torproject.org/</a>.
48) #   </p>
49)