summaryrefslogtreecommitdiffstats
path: root/templates/minilinux/filelist.html
diff options
context:
space:
mode:
authorraul2014-06-30 16:49:23 +0200
committerraul2014-06-30 16:49:23 +0200
commitcf7707220882655e454c3ab84b6111d05cc20fc4 (patch)
treed913a14421ffb869ab567bd9f684e293ce563096 /templates/minilinux/filelist.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/minilinux/filelist.html')
-rw-r--r--templates/minilinux/filelist.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/templates/minilinux/filelist.html b/templates/minilinux/filelist.html
index 6c9871b8..a46b6a99 100644
--- a/templates/minilinux/filelist.html
+++ b/templates/minilinux/filelist.html
@@ -6,13 +6,12 @@
<div class="panel-body" id="download-{{id}}">
{{#systemChanged}}
<p>
- Mindestens eine Komponente von <b>{{title}}</b> kann aktualisiert werden. Für einen reibungslosen Betrieb
- wird empfohlen, alle Komponenten auf dem aktuellen Stand zu halten.
+ {{lang_canUpdate1}} <b>{{title}}</b> {{lang_canUpdate2}}
</p>
- <p><span class="btn btn-primary" onclick="slxUpdateAll(this, 'download-{{id}}')">Aktualisieren</span></p>
+ <p><span class="btn btn-primary" onclick="slxUpdateAll(this, 'download-{{id}}')">{{lang_update}}</span></p>
{{/systemChanged}}
{{^systemChanged}}
- <p>Das System ist auf dem aktuellen Stand.</p>
+ <p>{{lang_systemUpdated}}</p>
{{/systemChanged}}
<ul class="list-group">
{{#files}}
@@ -20,11 +19,11 @@
<div class="row">
<div class="col-sm-2">{{name}}</div>
<div class="col-xs-2">
- {{^fileChanged}}<span class="glyphicon glyphicon-ok"></span> <b>Aktuell</b>{{/fileChanged}}
- {{#fileChanged}}<span class="glyphicon glyphicon-exclamation-sign"></span> <b>Veraltet</b>{{/fileChanged}}
+ {{^fileChanged}}<span class="glyphicon glyphicon-ok"></span> <b>{{lang_actual}}</b>{{/fileChanged}}
+ {{#fileChanged}}<span class="glyphicon glyphicon-exclamation-sign"></span> <b>{{lang_outdated}}</b>{{/fileChanged}}
</div>
<div class="col-xs-2">
- {{#fileChanged}}<span class="btn btn-primary btn-xs update-button" onclick="slxUpdate('{{uid}}', '{{id}}', '{{name}}')">Aktualisieren</span>{{/fileChanged}}
+ {{#fileChanged}}<span class="btn btn-primary btn-xs update-button" onclick="slxUpdate('{{uid}}', '{{id}}', '{{name}}')">{{lang_update}}</span>{{/fileChanged}}
</div>
</div>
{{{download}}}
@@ -35,7 +34,7 @@
</div>
{{/systems}}
{{^systems}}
- <div class="row well well-sm">Keine Konfigurationspakete gefunden!</div>
+ <div class="row well well-sm">{{lang_configurationPackageNotFound}}</div>
{{/systems}}
<script type="text/javascript">