diff options
author | Manuel Bentele | 2021-08-05 11:52:54 +0200 |
---|---|---|
committer | Manuel Bentele | 2021-08-05 11:52:54 +0200 |
commit | b903dff254894a761c16a8ee78868f346c874922 (patch) | |
tree | a57cc29728dfd8626fe90ccc09a2f88b66ac9b24 /dozentenmodul | |
parent | [client] Do not print compression warning for QCOW2 images (diff) | |
download | tutor-module-b903dff254894a761c16a8ee78868f346c874922.tar.gz tutor-module-b903dff254894a761c16a8ee78868f346c874922.tar.xz tutor-module-b903dff254894a761c16a8ee78868f346c874922.zip |
[client] Escape '=' in HTML translation text to fix URL null pointer
Diffstat (limited to 'dozentenmodul')
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 |