Browse Source

translated post.st

lang_de
Stephan Richter 2 years ago
parent
commit
54dd9b92a0
  1. 10
      static/templates/post.st

10
static/templates/post.st

@ -10,22 +10,22 @@
«navigation()» «navigation()»
«userinfo()» «userinfo()»
«messages()» «messages()»
<h1>Widerhall Archive:</h1> <h1>Widerhall-Archiv:</h1>
<table id="post"> <table id="post">
<tr> <tr>
<th>Date</th> <th>Datum</th>
<td>«data.date»</td> <td>«data.date»</td>
</tr> </tr>
<tr> <tr>
<th>From</th> <th>Absender</th>
<td>«data.from_name»</td> <td>«data.from_name»</td>
</tr> </tr>
<tr> <tr>
<th>Subject</th> <th>Betreff</th>
<td>«data.subject»</td> <td>«data.subject»</td>
</tr> </tr>
<tr> <tr>
<th>Content</th> <th>Inhalt</th>
<td><pre>«data.text»</pre></td> <td><pre>«data.text»</pre></td>
</tr> </tr>
</table> </table>

Loading…
Cancel
Save