From: Peter Müller Date: Fri, 8 Apr 2022 15:10:54 +0000 (+0000) Subject: installer: Update translation message X-Git-Tag: v2.27-core167~5^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f97c896359c47db448fce58d05d076eba3c3e343;p=ipfire-2.x.git installer: Update translation message Signed-off-by: Peter Müller --- diff --git a/src/installer/main.c b/src/installer/main.c index 06dd9caf5c..51e69751af 100644 --- a/src/installer/main.c +++ b/src/installer/main.c @@ -539,7 +539,7 @@ int main(int argc, char *argv[]) { } else { char reason[STRING_SIZE] = "-"; if (rc == 2) - snprintf(reason, sizeof(STRING_SIZE), _("MD5 checksum mismatch")); + snprintf(reason, sizeof(STRING_SIZE), _("BLAKE2 checksum mismatch")); snprintf(message, sizeof(message), _("The installation image could not be downloaded.\n Reason: %s\n\n%s"), diff --git a/src/installer/po/ar.po b/src/installer/po/ar.po index 9c1bc249dc..09064c5789 100644 --- a/src/installer/po/ar.po +++ b/src/installer/po/ar.po @@ -107,7 +107,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/ca.po b/src/installer/po/ca.po index 923f1da6d1..3e906f3f73 100644 --- a/src/installer/po/ca.po +++ b/src/installer/po/ca.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/cs_CZ.po b/src/installer/po/cs_CZ.po index f00b8fb47e..099bd5f268 100644 --- a/src/installer/po/cs_CZ.po +++ b/src/installer/po/cs_CZ.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/da.po b/src/installer/po/da.po index 04e8c1e8bb..29138fd7e0 100644 --- a/src/installer/po/da.po +++ b/src/installer/po/da.po @@ -107,8 +107,8 @@ msgstr "Henter installationsbillede..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" +msgstr "BLAKE2 checksum mismatch" #: main.c:513 #, c-format diff --git a/src/installer/po/de.po b/src/installer/po/de.po index 279982a5f6..2f2a7856ab 100644 --- a/src/installer/po/de.po +++ b/src/installer/po/de.po @@ -110,8 +110,8 @@ msgstr "Lade Installationsimage herunter..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "MD5-Prüfsummen stimmen nicht überein" +msgid "BLAKE2 checksum mismatch" +msgstr "BLAKE2-Prüfsummen stimmen nicht überein" #: main.c:513 #, c-format diff --git a/src/installer/po/el_GR.po b/src/installer/po/el_GR.po index 831523053a..ede86b2f60 100644 --- a/src/installer/po/el_GR.po +++ b/src/installer/po/el_GR.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/es.po b/src/installer/po/es.po index a3036c6715..280a00f1ab 100644 --- a/src/installer/po/es.po +++ b/src/installer/po/es.po @@ -108,8 +108,8 @@ msgstr "Descargando la imagen de instalación..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "Discordancia suma de verificación MD5 " +msgid "BLAKE2 checksum mismatch" +msgstr "Discordancia suma de verificación BLAKE2" #: main.c:513 #, c-format diff --git a/src/installer/po/fa.po b/src/installer/po/fa.po index 5420f9ae71..1e96546f42 100644 --- a/src/installer/po/fa.po +++ b/src/installer/po/fa.po @@ -107,8 +107,8 @@ msgstr "در حال دانلود ایمیج برای برپا سازی..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "ناهماهنگی در کنرل جمعی MD5" +msgid "BLAKE2 checksum mismatch" +msgstr "ناهماهنگی در کنرل جمعی BLAKE2" #: main.c:513 #, c-format diff --git a/src/installer/po/fr.po b/src/installer/po/fr.po index 9c6bcd60d3..aad2bc31e6 100644 --- a/src/installer/po/fr.po +++ b/src/installer/po/fr.po @@ -117,8 +117,8 @@ msgstr "Téléchargement de l'image d'installation..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "Erreur de vérification contrôle MD5" +msgid "BLAKE2 checksum mismatch" +msgstr "Erreur de vérification contrôle BLAKE2" #: main.c:513 #, c-format diff --git a/src/installer/po/hr.po b/src/installer/po/hr.po index abfec72ac4..ecd4c4884a 100644 --- a/src/installer/po/hr.po +++ b/src/installer/po/hr.po @@ -106,8 +106,8 @@ msgstr "Preuzimanje instalacijske slike" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "MD5 checksum se ne podudara" +msgid "BLAKE2 checksum mismatch" +msgstr "BLAKE2 checksum se ne podudara" #: main.c:513 #, c-format diff --git a/src/installer/po/hu.po b/src/installer/po/hu.po index c69fd4bf65..fc7e1dc66f 100644 --- a/src/installer/po/hu.po +++ b/src/installer/po/hu.po @@ -107,8 +107,8 @@ msgstr "Telepítési kép letöltése..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "MD5 ellenőrzés sikertelen" +msgid "BLAKE2 checksum mismatch" +msgstr "BLAKE2 ellenőrzés sikertelen" #: main.c:513 #, c-format diff --git a/src/installer/po/id.po b/src/installer/po/id.po index 96f3d4de21..d5809b826c 100644 --- a/src/installer/po/id.po +++ b/src/installer/po/id.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/it.po b/src/installer/po/it.po index 730ab70df7..fe5d52ee09 100644 --- a/src/installer/po/it.po +++ b/src/installer/po/it.po @@ -108,8 +108,8 @@ msgstr "Scaricamento immagine di installazione..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "Checksum MD5 non corrispondente" +msgid "BLAKE2 checksum mismatch" +msgstr "Checksum BLAKE2 non corrispondente" #: main.c:513 #, c-format diff --git a/src/installer/po/ja.po b/src/installer/po/ja.po index f45b101d8c..5008672d18 100644 --- a/src/installer/po/ja.po +++ b/src/installer/po/ja.po @@ -107,8 +107,8 @@ msgstr "インストール・イメージをダウンロードしています・ #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "MD5検査合計が不正です。" +msgid "BLAKE2 checksum mismatch" +msgstr "BLAKE2検査合計が不正です。" #: main.c:513 #, c-format diff --git a/src/installer/po/jv.po b/src/installer/po/jv.po index 0cee8b5091..b30426ae86 100644 --- a/src/installer/po/jv.po +++ b/src/installer/po/jv.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/km_KH.po b/src/installer/po/km_KH.po index a7e10a5144..772b04ad2d 100644 --- a/src/installer/po/km_KH.po +++ b/src/installer/po/km_KH.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/nl.po b/src/installer/po/nl.po index eab31aa150..8ef5619cda 100644 --- a/src/installer/po/nl.po +++ b/src/installer/po/nl.po @@ -107,8 +107,8 @@ msgstr "Bezig met downloaden van het installatie bestand..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "MD5 checksum verschil" +msgid "BLAKE2 checksum mismatch" +msgstr "BLAKE2 checksum verschil" #: main.c:513 #, c-format diff --git a/src/installer/po/pl.po b/src/installer/po/pl.po index 6a5fc1f990..70ab67ca7d 100644 --- a/src/installer/po/pl.po +++ b/src/installer/po/pl.po @@ -109,8 +109,8 @@ msgstr "Pobieranie pliku obrazu instalacji..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "Niezgodność sumy kontrolnej MD5" +msgid "BLAKE2 checksum mismatch" +msgstr "Niezgodność sumy kontrolnej BLAKE2" #: main.c:513 #, c-format diff --git a/src/installer/po/pt.po b/src/installer/po/pt.po index 8a93730624..218137bcc8 100644 --- a/src/installer/po/pt.po +++ b/src/installer/po/pt.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/pt_BR.po b/src/installer/po/pt_BR.po index f9140e5610..1c9282d642 100644 --- a/src/installer/po/pt_BR.po +++ b/src/installer/po/pt_BR.po @@ -110,8 +110,8 @@ msgstr "Baixando imagem de instalação..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "Assinatura MD5 incompatível" +msgid "BLAKE2 checksum mismatch" +msgstr "Assinatura BLAKE2 incompatível" #: main.c:513 #, c-format diff --git a/src/installer/po/pt_PT.po b/src/installer/po/pt_PT.po index 625115742c..34a82444a7 100644 --- a/src/installer/po/pt_PT.po +++ b/src/installer/po/pt_PT.po @@ -107,7 +107,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/ro.po b/src/installer/po/ro.po index 738650f7c3..14442618b2 100644 --- a/src/installer/po/ro.po +++ b/src/installer/po/ro.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/ro_RO.po b/src/installer/po/ro_RO.po index 57294a3000..4dc708a2a1 100644 --- a/src/installer/po/ro_RO.po +++ b/src/installer/po/ro_RO.po @@ -107,8 +107,8 @@ msgstr "Se descarca imaginea de instalare" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "Nepotrivire verificare MD5" +msgid "BLAKE2 checksum mismatch" +msgstr "Nepotrivire verificare BLAKE2" #: main.c:513 #, c-format diff --git a/src/installer/po/ru.po b/src/installer/po/ru.po index b11e2e9a0c..4ae486144e 100644 --- a/src/installer/po/ru.po +++ b/src/installer/po/ru.po @@ -107,8 +107,8 @@ msgstr "Скачивание образа установки..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "MD5 хеш не совпал" +msgid "BLAKE2 checksum mismatch" +msgstr "BLAKE2 хеш не совпал" #: main.c:513 #, c-format diff --git a/src/installer/po/rw.po b/src/installer/po/rw.po index 5eae4b55e9..4fe7692b32 100644 --- a/src/installer/po/rw.po +++ b/src/installer/po/rw.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/sk.po b/src/installer/po/sk.po index b285caee3c..53bdea1a31 100644 --- a/src/installer/po/sk.po +++ b/src/installer/po/sk.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/sq.po b/src/installer/po/sq.po index ef3f20d8ea..d141a8347b 100644 --- a/src/installer/po/sq.po +++ b/src/installer/po/sq.po @@ -107,7 +107,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/sr.po b/src/installer/po/sr.po index 86dd1ef3ab..05b43b2f78 100644 --- a/src/installer/po/sr.po +++ b/src/installer/po/sr.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/su.po b/src/installer/po/su.po index fd66e4e52e..fe941bfdf3 100644 --- a/src/installer/po/su.po +++ b/src/installer/po/su.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/sv.po b/src/installer/po/sv.po index 9cdc32bcb8..b81ddde048 100644 --- a/src/installer/po/sv.po +++ b/src/installer/po/sv.po @@ -107,8 +107,8 @@ msgstr "Laddar ned installationsavbild..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "MD5 kontrollsumma stämmer ej" +msgid "BLAKE2 checksum mismatch" +msgstr "BLAKE2 kontrollsumma stämmer ej" #: main.c:513 #, c-format diff --git a/src/installer/po/th.po b/src/installer/po/th.po index 2d6b33284d..026d05c03a 100644 --- a/src/installer/po/th.po +++ b/src/installer/po/th.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/tk.po b/src/installer/po/tk.po index 0bc6e8082d..5c58d4dbb5 100644 --- a/src/installer/po/tk.po +++ b/src/installer/po/tk.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/tr.po b/src/installer/po/tr.po index d66d840a2b..ea0b5a62ea 100644 --- a/src/installer/po/tr.po +++ b/src/installer/po/tr.po @@ -109,8 +109,8 @@ msgstr "Yükleme dosyası indiriliyor..." #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" -msgstr "MD5 checksum uyuşmuyor" +msgid "BLAKE2 checksum mismatch" +msgstr "BLAKE2 checksum uyuşmuyor" #: main.c:513 #, c-format diff --git a/src/installer/po/uk.po b/src/installer/po/uk.po index cd8deb10b9..0d8958f82e 100644 --- a/src/installer/po/uk.po +++ b/src/installer/po/uk.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/uz@Latn.po b/src/installer/po/uz@Latn.po index 345fb0933a..be11221d97 100644 --- a/src/installer/po/uz@Latn.po +++ b/src/installer/po/uz@Latn.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/vi.po b/src/installer/po/vi.po index 7fbce462e4..7aaa0449fe 100644 --- a/src/installer/po/vi.po +++ b/src/installer/po/vi.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513 diff --git a/src/installer/po/zh.po b/src/installer/po/zh.po index 67ed5c801c..43c2f83219 100644 --- a/src/installer/po/zh.po +++ b/src/installer/po/zh.po @@ -106,7 +106,7 @@ msgstr "" #: main.c:510 #, c-format -msgid "MD5 checksum mismatch" +msgid "BLAKE2 checksum mismatch" msgstr "" #: main.c:513