Browse Source

translation work

lang_de
Stephan Richter 2 years ago
parent
commit
0d2672bd63
  1. 10
      static/templates/archive.st

10
static/templates/archive.st

@ -5,12 +5,12 @@
«navigation()» «navigation()»
«userinfo()» «userinfo()»
«messages()» «messages()»
<h1>«data.list»&nbsp; &nbsp;List Archive</h1> <h1>«data.list»&nbsp; &nbsp;Listen-Archiv</h1>
<fieldset> <fieldset>
<legend>Subscription</legend> <legend>Abonnement</legend>
<a href="subscribe?list=«data.list»">subscribe</a> <a href="subscribe?list=«data.list»">abonnieren</a>
<a href="unsubscribe?list=«data.list»">un-subscribe</a> <a href="unsubscribe?list=«data.list»">abbestellen</a>
</fieldset> </fieldset>
«if(data.month)» «if(data.month)»
<table> <table>
@ -36,4 +36,4 @@
«endif» «endif»
«footer()» «footer()»
</body> </body>
</html> </html>

Loading…
Cancel
Save