working on translation
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>org.example</groupId>
|
<groupId>org.example</groupId>
|
||||||
<artifactId>Widerhall</artifactId>
|
<artifactId>Widerhall</artifactId>
|
||||||
<version>0.0.21</version>
|
<version>0.0.22</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<script src="jquery"></script>
|
<script src="jquery"></script>
|
||||||
<script src="js"></script>
|
<script src="js"></script>
|
||||||
<link rel="stylesheet" href="css" />
|
<link rel="stylesheet" href="css" />
|
||||||
@@ -14,16 +14,16 @@
|
|||||||
«listmembers()»
|
«listmembers()»
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Options for «data.list»</legend>
|
<legend>Optionen für «data.list»</legend>
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="forward_from">
|
<input type="checkbox" name="forward_from">
|
||||||
Forward using original sender
|
Ursprünglichen Absender beim Weiterleiten verwenden
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="forward_attached">
|
<input type="checkbox" name="forward_attached">
|
||||||
Append original message as attachment
|
Ursprüngliche Nachricht beim Weiterleiten als Anhang versenden
|
||||||
</label>
|
</label>
|
||||||
<button type="submit">Save</button>
|
<button type="submit">Speichern</button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|||||||
Reference in New Issue
Block a user