summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-08-05 11:52:54 +0200
committerManuel Bentele2021-08-05 11:52:54 +0200
commitb903dff254894a761c16a8ee78868f346c874922 (patch)
treea57cc29728dfd8626fe90ccc09a2f88b66ac9b24
parent[client] Do not print compression warning for QCOW2 images (diff)
downloadtutor-module-b903dff2.tar.gz
tutor-module-b903dff2.tar.xz
tutor-module-b903dff2.zip
[client] Escape '=' in HTML translation text to fix URL null pointer
-rw-r--r--dozentenmodul/src/main/properties/i18n/thrift.properties2
-rw-r--r--dozentenmodul/src/main/properties/i18n/thrift_de_DE.properties2
-rw-r--r--dozentenmodul/src/main/properties/i18n/thrift_tr_TR.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/dozentenmodul/src/main/properties/i18n/thrift.properties b/dozentenmodul/src/main/properties/i18n/thrift.properties
index 0ddcffef..8f85cdda 100644
--- a/dozentenmodul/src/main/properties/i18n/thrift.properties
+++ b/dozentenmodul/src/main/properties/i18n/thrift.properties
@@ -36,7 +36,7 @@ ThriftActions.Message.error.destinationNotWritable=Could not prepare download: T
is not writable
ThriftActions.Message.warning.diskImageCompressed=<html>The downloaded VM ''{0}'' is a compressed \
image.<br>You must decompress the image before you can modify it.<br>The VM will \
- probably not be able to start locally!<br><br>Please read the notes under <a href="{1}">VMDK Disk Types</a>
+ probably not be able to start locally!<br><br>Please read the notes under <a href\="{1}">VMDK Disk Types</a>.</html>
ThriftActions.Message.warning.couldNotWrapVM=No vmx file could be created for the downloaded VM.\n\
You can try to manually import the image into the VMWare-Player.
ThriftActions.Message.error.getImageDetailsFailed=Error while reading the metadata
diff --git a/dozentenmodul/src/main/properties/i18n/thrift_de_DE.properties b/dozentenmodul/src/main/properties/i18n/thrift_de_DE.properties
index 340c7be0..77ebc4b4 100644
--- a/dozentenmodul/src/main/properties/i18n/thrift_de_DE.properties
+++ b/dozentenmodul/src/main/properties/i18n/thrift_de_DE.properties
@@ -36,7 +36,7 @@ ThriftActions.Message.error.destinationNotWritable=Konnte Download nicht vorbere
ist nicht beschreibbar
ThriftActions.Message.warning.diskImageCompressed=<html>Die heruntergeladene VM ''{0}'' ist ein komprimiertes \
Abbild.<br>Sie müssen das Abbild dekomprimieren, bevor Sie es verändern können.<br>Die VM wird lokal \
- voraussichtlich nicht startfähig sein!<br><br>Bitte lesen Sie die Hinweise unter <a href="{1}">VMDK Disk Types</a>
+ voraussichtlich nicht startfähig sein!<br><br>Bitte lesen Sie die Hinweise unter <a href\="{1}">VMDK Disk Types</a>.</html>
ThriftActions.Message.warning.couldNotWrapVM=Zur heruntergeladenen VM konnte keine vmx-Datei angelegt werden.\n\
Sie können versuchen, das Abbild manuell in den VMWare-Player zu importieren.
ThriftActions.Message.error.getImageDetailsFailed=Fehler beim Lesen der Metadaten
diff --git a/dozentenmodul/src/main/properties/i18n/thrift_tr_TR.properties b/dozentenmodul/src/main/properties/i18n/thrift_tr_TR.properties
index 76e244c6..d5f48293 100644
--- a/dozentenmodul/src/main/properties/i18n/thrift_tr_TR.properties
+++ b/dozentenmodul/src/main/properties/i18n/thrift_tr_TR.properties
@@ -36,7 +36,7 @@ ThriftActions.Message.error.destinationNotWritable=Ä°ndirme hazırlanamadı: SeÃ
yazılabilir değil
ThriftActions.Message.warning.diskImageCompressed=<html>İndirilen sanal makine ''{0}'' sıkıştırılmış \
bir imaj dosyası.<br>İmaj dosyasını değiştirebilmek için önce açmanız gerekir.<br>Sanal makine muhtemelen \
- lokal olarak başlatılamayacak!<br><br>Lütfen <a href="{1}">VMDK Disk Tipleri</a> altındaki notları okuyun.
+ lokal olarak başlatılamayacak!<br><br>Lütfen <a href\="{1}">VMDK Disk Tipleri</a> altındaki notları okuyun.</html>
ThriftActions.Message.warning.couldNotWrapVM=İndirilen sanal makine için hiçbir vmx dosyası oluşturulamadı.\n\
İmajı manuel olarak VMWare-Player''a aktarmayı deneyebilirsiniz.
ThriftActions.Message.error.getImageDetailsFailed=Meta veriler okunurken hata oluÅŸtu