Archived
1
0

German translation

This commit is contained in:
2015-08-13 17:23:12 +02:00
parent 65e5b02f47
commit 67c06db236
11 changed files with 57 additions and 58 deletions

View File

@@ -8,11 +8,11 @@
<form role="form" method="POST" action="ucp.php?page=login">
<div class="form-group">
<label for="InputUsername">Username</label>
<input type="text" class="form-control" id="InputUsername" name="username" placeholder="Enter username">
<input type="text" class="form-control" id="InputUsername" name="username" placeholder="Username eingeben">
</div>
<div class="form-group">
<label for="InputPassword">Password</label>
<input type="password" class="form-control" id="InputUsername" name="password" placeholder="Enter password">
<label for="InputPassword">Passwort</label>
<input type="password" class="form-control" id="InputUsername" name="password" placeholder="Passwort eingeben">
</div>
<input type="hidden" name="login">
<button type="submit" class="btn btn-default btn-block">Login</button>