summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-29 15:22:36 +0200
committerSimon Rettberg2015-09-29 15:22:36 +0200
commit2af587476d8509ddb4d119f61424d82c49b0695e (patch)
treea0beba886c476630aec6bc68b0d477ae5f142ab2 /lang
parent[vmstore] Only save config if mounting succeeded (diff)
downloadslx-admin-2af587476d8509ddb4d119f61424d82c49b0695e.tar.gz
slx-admin-2af587476d8509ddb4d119f61424d82c49b0695e.tar.xz
slx-admin-2af587476d8509ddb4d119f61424d82c49b0695e.zip
[systemstatus] i18n of storage mount error strings
Diffstat (limited to 'lang')
-rw-r--r--lang/de/templates/systemstatus/diskstat.json4
-rw-r--r--lang/en/templates/systemstatus/diskstat.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/lang/de/templates/systemstatus/diskstat.json b/lang/de/templates/systemstatus/diskstat.json
index 2f61fd58..59706e26 100644
--- a/lang/de/templates/systemstatus/diskstat.json
+++ b/lang/de/templates/systemstatus/diskstat.json
@@ -1,6 +1,10 @@
{
"lang_capacity": "Kapazit\u00e4t",
+ "lang_foundStore": "Vorgefunden:",
"lang_free": "Frei",
+ "lang_goToStoreConf": "Zur VM-Store-Konfiguration wechseln",
+ "lang_storeMissingExpected": "VM-Store nicht eingebunden. Erwartet:",
+ "lang_storeNotConfigured": "Kein VM-Store konfiguriert!",
"lang_systemPartition": "Systempartition",
"lang_vmStore": "VM-Speicher",
"lang_vmStoreError": "Fehler beim Ermitteln des verf\u00fcgbaren Speicherplatzes am VM-Speicherort. Bitte \u00fcberpr\u00fcfen Sie die Konfiguration."
diff --git a/lang/en/templates/systemstatus/diskstat.json b/lang/en/templates/systemstatus/diskstat.json
index fafb9187..d7bedfe5 100644
--- a/lang/en/templates/systemstatus/diskstat.json
+++ b/lang/en/templates/systemstatus/diskstat.json
@@ -1,6 +1,10 @@
{
"lang_capacity": "Capacity",
+ "lang_foundStore": "Found:",
"lang_free": "Free",
+ "lang_goToStoreConf": "Go to VM store configuration",
+ "lang_storeMissingExpected": "VM store not mounted. Expected:",
+ "lang_storeNotConfigured": "No VM store configured!",
"lang_systemPartition": "System Partition",
"lang_vmStore": "VM Store",
"lang_vmStoreError": "Error when determining the available disk space on the VM location. Please check the configuration."