Browse Source

working on translation

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

12
static/templates/listadminlist.st

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

Loading…
Cancel
Save