summaryrefslogtreecommitdiffstats
path: root/templates/systemstatus/diskstat.html
diff options
context:
space:
mode:
authorraul2014-06-30 16:49:23 +0200
committerraul2014-06-30 16:49:23 +0200
commitcf7707220882655e454c3ab84b6111d05cc20fc4 (patch)
treed913a14421ffb869ab567bd9f684e293ce563096 /templates/systemstatus/diskstat.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/systemstatus/diskstat.html')
-rw-r--r--templates/systemstatus/diskstat.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/systemstatus/diskstat.html b/templates/systemstatus/diskstat.html
index 02487c0d..71ad7b9a 100644
--- a/templates/systemstatus/diskstat.html
+++ b/templates/systemstatus/diskstat.html
@@ -1,21 +1,21 @@
<div class="slx-storechart">
{{#system}}
- <b>Systempartition</b>
+ <b>{{lang_systemPartition}}</b>
<div id="circles-system"></div>
- Kapazität: {{size}}
+ {{lang_capacity}}: {{size}}
{{/system}}
{{^system}}
- <b>Fehler beim Ermitteln des verfügbaren Speichers auf der Systempartition!</b>
+ <b>{{lan_availableMemoryError}}</b>
{{/system}}
</div>
<div class="slx-storechart">
{{#store}}
- <b>VM-Speicher</b>
+ <b>{{lang_vmStore}}</b>
<div id="circles-store"></div>
- Kapazität: {{size}}
+ {{lang_capacity}}: {{size}}
{{/store}}
{{^store}}
- <b>Fehler beim Ermitteln des verfügbaren Speicherplatzes am VM-Speicherort. Bitte überprüfen Sie die Konfiguration.</b>
+ <b>{{lang_vmStoreError}}</b>
{{/store}}
</div>
<div class="clearfix"></div>
@@ -49,4 +49,4 @@
textClass: 'circles-text'
});
{{/system}}
-</script> \ No newline at end of file
+</script>