summaryrefslogtreecommitdiffstats
path: root/templates/systemstatus/diskstat.html
diff options
context:
space:
mode:
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>