From: Sansar Choinyambuu Date: Wed, 19 Oct 2011 09:15:48 +0000 (+0200) Subject: Modified reason strings X-Git-Tag: 4.6.2~316 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67299653e4207eaa2009cd920c1b138ba61df5e5;p=thirdparty%2Fstrongswan.git Modified reason strings --- diff --git a/src/libimcv/plugins/imv_attestation/imv_attestation_state.c b/src/libimcv/plugins/imv_attestation/imv_attestation_state.c index 498dcbf40e..3897ed5d3c 100644 --- a/src/libimcv/plugins/imv_attestation/imv_attestation_state.c +++ b/src/libimcv/plugins/imv_attestation/imv_attestation_state.c @@ -102,9 +102,9 @@ struct entry_t { * Table of multi-lingual reason string entries */ static entry_t reasons[] = { - { "en", "IMC Attestation Measurement/s of requested file didn't match" }, - { "mn", "IMC Attestation Шалгахаар тохируулсан файлуудын хэмжилтүүд таарсангүй" }, - { "de", "IMC Attestation Messung/en von angefordeten Datein stimmt nicht überein" }, + { "en", "IMC Attestation: Non-matching file measurement/s or invalid TPM Quote signature" }, + { "mn", "IMC Attestation: Файлуудын хэмжилт зөрсөн эсвэл буруу TPM Quote гарын үсэг" }, + { "de", "IMC Attestation: Falsche Datei Messung/en oder TPM Quote Unterschrift ist ungültig" }, }; METHOD(imv_state_t, get_connection_id, TNC_ConnectionID,