summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/ad-checkconnection.html
diff options
context:
space:
mode:
authorraul2014-06-30 16:49:23 +0200
committerraul2014-06-30 16:49:23 +0200
commitcf7707220882655e454c3ab84b6111d05cc20fc4 (patch)
treed913a14421ffb869ab567bd9f684e293ce563096 /templates/sysconfig/ad-checkconnection.html
parent[i18n]creation of the lang folder (diff)
downloadslx-admin-cf7707220882655e454c3ab84b6111d05cc20fc4.tar.gz
slx-admin-cf7707220882655e454c3ab84b6111d05cc20fc4.tar.xz
slx-admin-cf7707220882655e454c3ab84b6111d05cc20fc4.zip
[i18n]added mustache tags to the templates
Diffstat (limited to 'templates/sysconfig/ad-checkconnection.html')
-rw-r--r--templates/sysconfig/ad-checkconnection.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/sysconfig/ad-checkconnection.html b/templates/sysconfig/ad-checkconnection.html
index 3a2c7a42..e321dc6e 100644
--- a/templates/sysconfig/ad-checkconnection.html
+++ b/templates/sysconfig/ad-checkconnection.html
@@ -1,5 +1,5 @@
<p>
- Die Verbindung zum angegebenen AD-Server wird nun überprüft. Bitte haben Sie einen Moment Geduld.
+ {{lang_connectionWait}}
</p>
<div id="zeug">
@@ -14,7 +14,7 @@
<input name="binddn" value="{{binddn}}" type="hidden">
<input name="bindpw" value="{{bindpw}}" type="hidden">
<input name="home" value="{{home}}" type="hidden">
- <button type="submit" class="btn btn-primary">&laquo; Zurück</button>
+ <button type="submit" class="btn btn-primary">&laquo; {{lang_back}}</button>
</form>
</div>
<div class="pull-right">
@@ -25,7 +25,7 @@
<input name="binddn" value="{{binddn}}" type="hidden">
<input name="bindpw" value="{{bindpw}}" type="hidden">
<input name="home" value="{{home}}" type="hidden">
- <button id="nextbutton" type="submit" class="btn btn-primary">Überspringen &raquo;</button>
+ <button id="nextbutton" type="submit" class="btn btn-primary">{{lang_skip}} &raquo;</button>
</form>
</div>
<script type="text/javascript">