Browse Source

working on translation

lang_de
Stephan Richter 3 years ago
parent
commit
e3369c9266
  1. 12
      static/templates/listadminlist.st

12
static/templates/listadminlist.st

@ -2,21 +2,21 @@
<legend>Liste der (bearbeitbaren) Mailing-Listen</legend> <legend>Liste der (bearbeitbaren) Mailing-Listen</legend>
<table id="listlist"> <table id="listlist">
<tr> <tr>
<th colspan="4">List</th> <th colspan="4">Liste</th>
<th colspan="3">IMAP</th> <th colspan="3">IMAP</th>
<th colspan="3">SMTP</th> <th colspan="3">SMTP</th>
</tr> </tr>
<tr> <tr>
<th>Name</th> <th>Name</th>
<th>Address</th> <th>Adresse</th>
<th>State</th> <th>Status</th>
<th>Actions</th> <th>Aktionen</th>
<th>Host</th> <th>Host</th>
<th>Port</th> <th>Port</th>
<th>User</th> <th>Benutzername</th>
<th>Host</th> <th>Host</th>
<th>Port</th> <th>Port</th>
<th>User</th> <th>Benutzername</th>
</tr> </tr>
</table> </table>
<a href="add_list">Neue Mailing-Liste anlegen</a> <a href="add_list">Neue Mailing-Liste anlegen</a>

Loading…
Cancel
Save