diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 7474d3a91..0d18a5a64 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -27,6 +27,7 @@ New features:: * core: add options weechat.buffer.* to save buffer properties set by user, add option `setauto` in command `/buffer` (issue #352) * core: add parameters and key bindings to move to edges of current area with commands `/cursor go` and `/cursor move` (issue #1282) * core: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in focus data (issue #1955) + * core: add algorithms `sha512-224`, `sha512-256`, `sha3-*`, blake2b-*` and `blake2s-*` in option sec.crypt.hash_algo (issue #2008) * api: add algorithms `sha512-224`, `sha512-256`, blake2b-*` and `blake2s-*` in hash functions (issue #2008) * api: add support of path to variable and hashtable comparison in function hdata_compare (issue #1066) * api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (issue #194) diff --git a/po/cs.po b/po/cs.po index b47434bf7..4cfe2af5c 100644 --- a/po/cs.po +++ b/po/cs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-09-12 15:06+0200\n" +"POT-Creation-Date: 2023-09-13 15:09+0200\n" "PO-Revision-Date: 2023-09-06 19:13+0200\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -845,13 +845,26 @@ msgstr "Zde nejsou šifrovaná data" msgid "All encrypted data has been deleted" msgstr "Všechna šifrovaná data byla smazána" -msgid "Encrypted data has been successfully decrypted" -msgstr "Šifrovaná data byly úspěšně dešifrována" +#, c-format +msgid "" +"%sFailed to decrypt data: hash algorithm \"%s\" is not available (ligbcrypt " +"version is too old?)" +msgstr "" #, c-format -msgid "%sFailed to decrypt data (wrong passphrase?)" +msgid "" +"%sFailed to decrypt data: cipher \"%s\" is not available (ligbcrypt version " +"is too old?)" +msgstr "" + +#, fuzzy, c-format +#| msgid "%sFailed to decrypt data (wrong passphrase?)" +msgid "%sFailed to decrypt data: wrong passphrase?" msgstr "%sNepovedlo se dešifrovat data (špatné heslo?)" +msgid "Encrypted data has been successfully decrypted" +msgstr "Šifrovaná data byly úspěšně dešifrována" + #, c-format msgid "" "%sYou must decrypt data still encrypted before doing any operation on " @@ -4840,6 +4853,12 @@ msgstr "heslo pro proxy server(pozn.: obsah je vykonán, viz /help eval)" msgid "WeeChat secured data (sec.conf) | Keys: [alt-v] Toggle values" msgstr "Chráněná data WeeChatu (sec.conf) | Klávesy: [alt-v] Přepnou hodnoty" +#. TRANSLATORS: "hash algorithm not supported" +#, fuzzy +#| msgid "log not started" +msgid "not supported" +msgstr "logování nebylo spuštěno" + msgid "on" msgstr "na" @@ -4884,10 +4903,27 @@ msgid "" "secure decrypt, see /help secure)" msgstr "" +#, c-format +msgid "" +"%sOption %s.%s.%s can not be changed because there are still encrypted data" +msgstr "" + #, c-format msgid "%sPassphrase is not set, unable to decrypt data \"%s\"" msgstr "%sHeslo není nastaveno, nejde dešifrovat data \"%s\"" +#, c-format +msgid "" +"%sFailed to decrypt data \"%s\": hash algorithm \"%s\" is not available " +"(ligbcrypt version is too old?)" +msgstr "" + +#, c-format +msgid "" +"%sFailed to decrypt data \"%s\": cipher \"%s\" is not available (ligbcrypt " +"version is too old?)" +msgstr "" + #, c-format msgid "%sWrong passphrase, unable to decrypt data \"%s\"" msgstr "%sŠpatné heslo, nemohu dešifrovat údaje \"%s\"" @@ -4896,8 +4932,20 @@ msgstr "%sŠpatné heslo, nemohu dešifrovat údaje \"%s\"" msgid "*** Wrong passphrase (decrypt error: %s) ***" msgstr "*** Špatné heslo (chyba dešifrování %s) ***" +#, c-format +msgid "" +"%sFailed to encrypt data \"%s\": hash algorithm \"%s\" is not available " +"(ligbcrypt version is too old?)" +msgstr "" + +#, c-format +msgid "" +"%sFailed to encrypt data \"%s\": cipher \"%s\" is not available (ligbcrypt " +"version is too old?)" +msgstr "" + #, fuzzy, c-format -msgid "%sError encrypting data \"%s\" (%d)" +msgid "%sFailed to encrypt data \"%s\" (%d)" msgstr "%sChyba odesílání signálu %d na pid %d: %s" msgid "" @@ -4907,8 +4955,11 @@ msgstr "" "šifra použitá k šifrování dat (číslo za algoritmem je velikost klíče v " "bitech)" -msgid "hash algorithm used to check the decrypted data" -msgstr "hash algoritmus použitý ke kontrole dešifrovaných dat" +msgid "" +"hash algorithm used to check the decrypted data; some of them require a " +"specific libgcrypt version: sha3-*: libgcrypt >= 1.7.0, blake2*: libgcrypt " +">= 1.8.0, sha512-*: libgcrypt >= 1.9.4" +msgstr "" msgid "" "read the passphrase from the output of this system command (only the first " @@ -14599,3 +14650,6 @@ msgstr "%s%s: vypršel časový limit \"%s\" pro %s" #, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: nemohu se připojit\" neočekávaná chyba (%d)" + +#~ msgid "hash algorithm used to check the decrypted data" +#~ msgstr "hash algoritmus použitý ke kontrole dešifrovaných dat" diff --git a/po/de.po b/po/de.po index f41ff5122..82531547a 100644 --- a/po/de.po +++ b/po/de.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-09-12 15:06+0200\n" +"POT-Creation-Date: 2023-09-13 15:09+0200\n" "PO-Revision-Date: 2023-09-13 10:19+0200\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -872,13 +872,26 @@ msgstr "Es liegen keine verschlüsselten Daten vor" msgid "All encrypted data has been deleted" msgstr "Alle verschlüsselten Daten wurden gelöscht" -msgid "Encrypted data has been successfully decrypted" -msgstr "Die verschlüsselten Daten wurden erfolgreich entschlüsselt" +#, c-format +msgid "" +"%sFailed to decrypt data: hash algorithm \"%s\" is not available (ligbcrypt " +"version is too old?)" +msgstr "" #, c-format -msgid "%sFailed to decrypt data (wrong passphrase?)" +msgid "" +"%sFailed to decrypt data: cipher \"%s\" is not available (ligbcrypt version " +"is too old?)" +msgstr "" + +#, fuzzy, c-format +#| msgid "%sFailed to decrypt data (wrong passphrase?)" +msgid "%sFailed to decrypt data: wrong passphrase?" msgstr "%sFehler beim Entschlüsseln der Daten (falsche Passphrase?)" +msgid "Encrypted data has been successfully decrypted" +msgstr "Die verschlüsselten Daten wurden erfolgreich entschlüsselt" + #, c-format msgid "" "%sYou must decrypt data still encrypted before doing any operation on " @@ -5739,12 +5752,10 @@ msgstr "" "%sEs ist ein Fehler beim Speichern der Konfigurationsdatei \"%s\" aufgetreten" #, c-format -#| msgid "%s: server %s%s%s has been copied to %s%s%s" msgid "%sFile %s has been backed up as %s" msgstr "%sFür Datei %s wurde eine Sicherheitskopie %s erstellt" #, c-format -#| msgid "%s%s: unable to load file \"%s\"" msgid "%sError: unable to backup file %s" msgstr "%sFehler: Für die Datei %s konnte keine Sicherung geschrieben werden" @@ -6060,6 +6071,12 @@ msgstr "" "WeeChat schutzwürdigen Daten (sec.conf) | Tastenbefehle: [alt-v] Werte " "umschalten" +#. TRANSLATORS: "hash algorithm not supported" +#, fuzzy +#| msgid "log not started" +msgid "not supported" +msgstr "Protokollierung wurde nicht gestartet" + msgid "on" msgstr "an" @@ -6109,12 +6126,29 @@ msgstr "" "%sDie Datei sec.conf kann nicht erneut geladen werden, da noch " "verschlüsselte Daten vorliegen (nutze /secure decrypt, siehe /help secure)" +#, c-format +msgid "" +"%sOption %s.%s.%s can not be changed because there are still encrypted data" +msgstr "" + #, c-format msgid "%sPassphrase is not set, unable to decrypt data \"%s\"" msgstr "" "%sPassphrase wurde nicht angegeben, Variable \"%s\" kann nicht entschlüsselt " "werden" +#, c-format +msgid "" +"%sFailed to decrypt data \"%s\": hash algorithm \"%s\" is not available " +"(ligbcrypt version is too old?)" +msgstr "" + +#, c-format +msgid "" +"%sFailed to decrypt data \"%s\": cipher \"%s\" is not available (ligbcrypt " +"version is too old?)" +msgstr "" + #, c-format msgid "%sWrong passphrase, unable to decrypt data \"%s\"" msgstr "" @@ -6125,7 +6159,20 @@ msgid "*** Wrong passphrase (decrypt error: %s) ***" msgstr "*** Passphrase falsch (Fehler bei Entschlüsselung: %s) ***" #, c-format -msgid "%sError encrypting data \"%s\" (%d)" +msgid "" +"%sFailed to encrypt data \"%s\": hash algorithm \"%s\" is not available " +"(ligbcrypt version is too old?)" +msgstr "" + +#, c-format +msgid "" +"%sFailed to encrypt data \"%s\": cipher \"%s\" is not available (ligbcrypt " +"version is too old?)" +msgstr "" + +#, fuzzy, c-format +#| msgid "%sError encrypting data \"%s\" (%d)" +msgid "%sFailed to encrypt data \"%s\" (%d)" msgstr "%sFehler beim Verschlüsseln von \"%s\" (%d)" msgid "" @@ -6135,8 +6182,11 @@ msgstr "" "zu nutzendes Chiffre zum Verschlüsseln von Daten (die Zahl hinter dem " "Algorithmus bestimmt die Größe des Schlüssels, in Bits)" -msgid "hash algorithm used to check the decrypted data" -msgstr "Hash-Algorithmus zur Überprüfung der verschlüsselten Daten" +msgid "" +"hash algorithm used to check the decrypted data; some of them require a " +"specific libgcrypt version: sha3-*: libgcrypt >= 1.7.0, blake2*: libgcrypt " +">= 1.8.0, sha512-*: libgcrypt >= 1.9.4" +msgstr "" msgid "" "read the passphrase from the output of this system command (only the first " @@ -16553,8 +16603,7 @@ msgstr "verwaltet Trigger, das Schweizer Armeemesser für WeeChat" msgid "" "list [-o|-ol|-i|-il] || listfull || listdefault || add|addoff|addreplace " " " -"[\"\" [\"\" [\"\" [\"\" [\"<" -"return_code>\" [\"\"]]]]]] " +"[\"\" [\"\" [\"\" [\"\" [\"\" [\"\"]]]]]] " "|| addinput [] || input|output|recreate || set