From b903dff254894a761c16a8ee78868f346c874922 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Thu, 5 Aug 2021 11:52:54 +0200 Subject: [client] Escape '=' in HTML translation text to fix URL null pointer --- dozentenmodul/src/main/properties/i18n/thrift.properties | 2 +- dozentenmodul/src/main/properties/i18n/thrift_de_DE.properties | 2 +- dozentenmodul/src/main/properties/i18n/thrift_tr_TR.properties | 2 +- 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=The downloaded VM ''{0}'' is a compressed \ image.
You must decompress the image before you can modify it.
The VM will \ - probably not be able to start locally!

Please read the notes under VMDK Disk Types + probably not be able to start locally!

Please read the notes under VMDK Disk Types. 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=Die heruntergeladene VM ''{0}'' ist ein komprimiertes \ Abbild.
Sie müssen das Abbild dekomprimieren, bevor Sie es verändern können.
Die VM wird lokal \ - voraussichtlich nicht startfähig sein!

Bitte lesen Sie die Hinweise unter VMDK Disk Types + voraussichtlich nicht startfähig sein!

Bitte lesen Sie die Hinweise unter VMDK Disk Types. 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=İndirilen sanal makine ''{0}'' sıkıştırılmış \ bir imaj dosyası.
İmaj dosyasını değiştirebilmek için önce açmanız gerekir.
Sanal makine muhtemelen \ - lokal olarak başlatılamayacak!

Lütfen VMDK Disk Tipleri altındaki notları okuyun. + lokal olarak başlatılamayacak!

Lütfen VMDK Disk Tipleri altındaki notları okuyun. 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 -- cgit v1.2.3-55-g7522