translated post.st

This commit is contained in:
2022-04-24 09:44:56 +02:00
parent 228e02b5c8
commit 54dd9b92a0

View File

@@ -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>