German translation
This commit is contained in:
@@ -8,38 +8,38 @@
|
||||
<div class="col-md-3">
|
||||
<ul class="nav nav-pills nav-stacked">
|
||||
<li><a href="ucp.php?page=inbox">Inbox</a></li>
|
||||
<li class="active"><a href="ucp.php?page=settings">Settings</a></li>
|
||||
<li class="active"><a href="ucp.php?page=settings">Einstellungen</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<form role="form" action="ucp.php?page=settings" method="POST">
|
||||
<div class="form-group">
|
||||
<label for="sitename">Site name</label>
|
||||
<input type="text" class="form-control" name="sitename" placeholder="3 words about your mom" value="{$site_name}">
|
||||
<label for="sitename">Seiten Name</label>
|
||||
<input type="text" class="form-control" name="sitename" placeholder="3 Worte über deiner Mutter" value="{$site_name}">
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input id="recent_check" name="recent_check" type="checkbox" onchange="a(!this.checked)"{if="$recent_public"} checked{/if}> Show recent words
|
||||
<input id="recent_check" name="recent_check" type="checkbox" onchange="a(!this.checked)"{if="$recent_public"} checked{/if}> Zeige letzte Worte
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="recent">Recent words</label>
|
||||
<label for="recent">Letzte Worte</label>
|
||||
<input type="number" class="form-control" id="recent-count" name="recent_count" value="{$recent_count}"{if="!$recent_public"} disabled{/if}>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-default" id="recent-btn">Submit</button>
|
||||
<button type="submit" class="btn btn-default" id="recent-btn">Speichern</button>
|
||||
<input type="hidden" name="action" value="generic">
|
||||
</form>
|
||||
<hr/>
|
||||
<form role="form" action="ucp.php?page=settings" method="POST">
|
||||
<div class="form-group">
|
||||
<label for="password_change">New password</label>
|
||||
<input type="password" class="form-control" name="password_change" placeholder="Password">
|
||||
<label for="password_change">Neues Passwort</label>
|
||||
<input type="password" class="form-control" name="password_change" placeholder="Passwort">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="password_verify">Repeat new password</label>
|
||||
<input type="password" class="form-control" name="password_verify" placeholder="Password">
|
||||
<label for="password_verify">Neues Passwort wiederholen</label>
|
||||
<input type="password" class="form-control" name="password_verify" placeholder="Passwort">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-default">Change password</button>
|
||||
<button type="submit" class="btn btn-default">Passwort ändern</button>
|
||||
<input type="hidden" name="action" value="password">
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user