From 22a7e188422cd1d378497672a4dd18fb386c3509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 24 Jun 2021 17:08:52 +0200 Subject: [PATCH] irc: add support of capability "message-tags" (closes #1654) --- ChangeLog.adoc | 2 +- .../autogen_api_infos_hashtable.de.adoc | 2 +- doc/de/includes/autogen_user_commands.de.adoc | 18 +- .../autogen_api_infos_hashtable.en.adoc | 2 +- doc/en/includes/autogen_user_commands.en.adoc | 2 +- .../autogen_api_infos_hashtable.fr.adoc | 2 +- doc/fr/includes/autogen_user_commands.fr.adoc | 2 +- .../autogen_api_infos_hashtable.it.adoc | 2 +- doc/it/includes/autogen_user_commands.it.adoc | 2 +- .../autogen_api_infos_hashtable.ja.adoc | 2 +- doc/ja/includes/autogen_user_commands.ja.adoc | 2 +- .../autogen_api_infos_hashtable.pl.adoc | 2 +- doc/pl/includes/autogen_user_commands.pl.adoc | 2 +- .../autogen_api_infos_hashtable.sr.adoc | 2 +- doc/sr/includes/autogen_user_commands.sr.adoc | 2 +- po/cs.po | 129 ++++++------- po/de.po | 180 +++++++++++------- po/es.po | 129 ++++++------- po/fr.po | 160 ++++++++-------- po/hu.po | 129 ++++++------- po/it.po | 131 ++++++------- po/ja.po | 141 +++++++------- po/pl.po | 156 ++++++++------- po/pt.po | 129 ++++++------- po/pt_BR.po | 129 ++++++------- po/ru.po | 129 ++++++------- po/sr.po | 156 ++++++++------- po/tr.po | 129 ++++++------- po/weechat.pot | 123 ++++++------ src/plugins/irc/irc-command.c | 2 +- src/plugins/irc/irc-command.h | 3 +- tests/unit/plugins/irc/test-irc-protocol.cpp | 4 +- 32 files changed, 1036 insertions(+), 969 deletions(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 16bcc8b6a..aa272f741 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -22,7 +22,7 @@ New features:: * core: add option "certs" in command /debug * api: add keys/values with tags in output of irc_message_parse_to_hashtable (issue #1654) - * irc: add support of TAGMSG messages (issue #1654) + * irc: add support of capability "message-tags" and TAGMSG messages (issue #1654) * irc: enable all capabilities by default (if supported by server and WeeChat), change default value of option irc.server_default.capabilities to "*" (issue #320) * irc: add options irc.look.display_account_message and irc.look.display_extended_join (issue #320) * irc: add command /setname, add support of message and capability "setname" (issue #1653) diff --git a/doc/de/includes/autogen_api_infos_hashtable.de.adoc b/doc/de/includes/autogen_api_infos_hashtable.de.adoc index 49c89874b..e20b1f341 100644 --- a/doc/de/includes/autogen_api_infos_hashtable.de.adoc +++ b/doc/de/includes/autogen_api_infos_hashtable.de.adoc @@ -8,7 +8,7 @@ |=== | Erweiterung | Name | Beschreibung | Hashtable (Eingabe) | Hashtable (Ausgabe) -| irc | irc_message_parse | Parse eine IRC Nachricht | "message": IRC Nachricht, "server": Servername (optional) | "tags": Tags, "message_without_tags": Nachrichten ohne Tags, "nick": Nick, "user": Benutzername, "host": Host, "command": Befehl, "channel": Kanal, "arguments": Argumente (schließt Kanal ein), "text": Text (zum Beispiel eine Nachricht von einem User), "pos_command": Index der "command" Nachricht ("-1" falls "command" nicht gefunden wird), "pos_arguments": Index der "arguments" Nachricht ("-1" falls "arguments" nicht gefunden wird), "pos_channel": Index der "channel" Nachricht ("-1" falls "channel" nicht gefunden wird),"pos_text": Index für "text" Nachricht ("-1" falls "text" nicht gefunden wird) +| irc | irc_message_parse | Parse eine IRC Nachricht | "message": IRC Nachricht, "server": Servername (optional) | "tags": tags, "tag_xxx": unescaped value of tag "xxx" (one key per tag), "message_without_tags": message without the tags, "nick": nick, "user": user, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) | irc | irc_message_split | trennt eine IRC Nachricht (standardmäßig in 512 Bytes große Nachrichten) | "message": IRC Nachricht, "server": Servername (optional) | "msg1" ... "msgN": Nachrichten die versendet werden sollen (ohne abschließendes "\r\n"), "args1" ... "argsN": Argumente für Nachrichten, "count": Anzahl der Nachrichten diff --git a/doc/de/includes/autogen_user_commands.de.adoc b/doc/de/includes/autogen_user_commands.de.adoc index a06e39e04..9c0ffcc28 100644 --- a/doc/de/includes/autogen_user_commands.de.adoc +++ b/doc/de/includes/autogen_user_commands.de.adoc @@ -121,19 +121,19 @@ Ohne Angabe von Argumenten wird die Ban-Liste für den aktuellen Kanal angezeigt req|ack [ [...]] end - ls: führt alle Fähigkeiten auf die vom Server unterstützt werden - list: führt alle Fähigkeiten auf die aktuell genutzt werden - req: fordert eine Fähigkeit an - ack: bestätigt eine Fähigkeit die von Serverseite eine Bestätigung erfordert - end: beendet die Übertragung von Fähigkeiten + ls: list the capabilities supported by the server + list: list the capabilities currently enabled + req: request a capability + ack: acknowledge capabilities which require client-side acknowledgement + end: end the capability negotiation -Ohne Angaben von Argumenten werden "ls" und "list" gesendet. +Without argument, "ls" and "list" are sent. -Fähigkeiten die von WeeChat unterstützt werden: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, multi-prefix, server-time, setname, userhost-in-names.. +Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, server-time, setname, userhost-in-names. -Fähigkeiten die standardmäßig genutzt werden sollen, können mit der Option irc.server_default.capabilities gesetzt werden (oder individuell für jeden Server mit der Option irc.server.xxx.capabilities). +The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities). -Beispiele: +Examples: /cap /cap req multi-prefix away-notify ---- diff --git a/doc/en/includes/autogen_api_infos_hashtable.en.adoc b/doc/en/includes/autogen_api_infos_hashtable.en.adoc index bf8e98a98..4031ba1e9 100644 --- a/doc/en/includes/autogen_api_infos_hashtable.en.adoc +++ b/doc/en/includes/autogen_api_infos_hashtable.en.adoc @@ -8,7 +8,7 @@ |=== | Plugin | Name | Description | Hashtable (input) | Hashtable (output) -| irc | irc_message_parse | parse an IRC message | "message": IRC message, "server": server name (optional) | "tags": tags, "message_without_tags": message without the tags, "nick": nick, "user": user, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) +| irc | irc_message_parse | parse an IRC message | "message": IRC message, "server": server name (optional) | "tags": tags, "tag_xxx": unescaped value of tag "xxx" (one key per tag), "message_without_tags": message without the tags, "nick": nick, "user": user, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) | irc | irc_message_split | split an IRC message (to fit in 512 bytes by default) | "message": IRC message, "server": server name (optional) | "msg1" ... "msgN": messages to send (without final "\r\n"), "args1" ... "argsN": arguments of messages, "count": number of messages diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index 559e97c7b..774d4c192 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -129,7 +129,7 @@ Without argument, this command displays the ban list for current channel. Without argument, "ls" and "list" are sent. -Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, multi-prefix, server-time, setname, userhost-in-names. +Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, server-time, setname, userhost-in-names. The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities). diff --git a/doc/fr/includes/autogen_api_infos_hashtable.fr.adoc b/doc/fr/includes/autogen_api_infos_hashtable.fr.adoc index 92c31a0f2..fa7cdb38b 100644 --- a/doc/fr/includes/autogen_api_infos_hashtable.fr.adoc +++ b/doc/fr/includes/autogen_api_infos_hashtable.fr.adoc @@ -8,7 +8,7 @@ |=== | Extension | Nom | Description | Table de hachage (entrée) | Table de hachage (sortie) -| irc | irc_message_parse | analyse un message IRC | "message" : message IRC, "server" : nom du serveur (optionnel) | "tags" : étiquettes, "message_without_tags" : message sans les étiquettes, "nick" : pseudo, "user" : nom d'utilisateur, "host" : nom d'hôte, "command" : commande, "channel" : canal, "arguments" : paramètres (inclut le canal), "text" : texte (par exemple message utilisateur), "pos_command" : index de "command" dans le message ("-1" si "command" n'a pas été trouvé), "pos_arguments" : index de "arguments" dans le message ("-1" si "arguments" n'a pas été trouvé), "pos_channel" : index de "channel" dans le message ("-1" si "channel" n'a pas été trouvé), "pos_text" : index de "text" dans le message ("-1" si "text" n'a pas été trouvé) +| irc | irc_message_parse | analyse un message IRC | "message" : message IRC, "server" : nom du serveur (optionnel) | "tags" : étiquettes, "tag_xxx" : valeur de l'étiquette "xxx" sans échappements (une clé par étiquette), "message_without_tags" : message sans les étiquettes, "nick" : pseudo, "user" : nom d'utilisateur, "host" : nom d'hôte, "command" : commande, "channel" : canal, "arguments" : paramètres (inclut le canal), "text" : texte (par exemple message utilisateur), "pos_command" : index de "command" dans le message ("-1" si "command" n'a pas été trouvé), "pos_arguments" : index de "arguments" dans le message ("-1" si "arguments" n'a pas été trouvé), "pos_channel" : index de "channel" dans le message ("-1" si "channel" n'a pas été trouvé), "pos_text" : index de "text" dans le message ("-1" si "text" n'a pas été trouvé) | irc | irc_message_split | découper un message IRC (pour tenir dans les 512 octets par défaut) | "message" : message IRC, "server" : nom du serveur (optionnel) | "msg1" ... "msgN" : messages à envoyer (sans le "\r\n" final), "args1" ... "argsN" : paramètres des messages, "count" : nombre de messages diff --git a/doc/fr/includes/autogen_user_commands.fr.adoc b/doc/fr/includes/autogen_user_commands.fr.adoc index 311a4200b..81497c409 100644 --- a/doc/fr/includes/autogen_user_commands.fr.adoc +++ b/doc/fr/includes/autogen_user_commands.fr.adoc @@ -129,7 +129,7 @@ Sans paramètre, cette commande affiche la liste des bannissements pour le canal Sans paramètre, "ls" et "list" sont envoyés. -Les capacités supportées par WeeChat sont : account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, multi-prefix, server-time, setname, userhost-in-names. +Les capacités supportées par WeeChat sont : account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, server-time, setname, userhost-in-names. Les capacités à activer automatiquement sur les serveurs peuvent être définies dans l'option irc.server_default.capabilities (ou par serveur dans l'option irc.server.xxx.capabilities). diff --git a/doc/it/includes/autogen_api_infos_hashtable.it.adoc b/doc/it/includes/autogen_api_infos_hashtable.it.adoc index 98c644ed2..0e8d06cdd 100644 --- a/doc/it/includes/autogen_api_infos_hashtable.it.adoc +++ b/doc/it/includes/autogen_api_infos_hashtable.it.adoc @@ -8,7 +8,7 @@ |=== | Plugin | Nome | Descrizione | Tabella hash (input) | Tabella hash (output) -| irc | irc_message_parse | controlla un messaggio IRC | "message": messaggio IRC, "server": nome server (opzionale) | "tags": tags, "message_without_tags": message without the tags, "nick": nick, "user": user, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) +| irc | irc_message_parse | controlla un messaggio IRC | "message": messaggio IRC, "server": nome server (opzionale) | "tags": tags, "tag_xxx": unescaped value of tag "xxx" (one key per tag), "message_without_tags": message without the tags, "nick": nick, "user": user, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) | irc | irc_message_split | split an IRC message (to fit in 512 bytes by default) | "message": messaggio IRC, "server": nome server (opzionale) | "msg1" ... "msgN": messaggio da inviare (senza "\r\n" finale), "args1" ... "argsN": argomenti dei messaggi, "count": numero di messaggi diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc index a1a2b120e..35b86b92b 100644 --- a/doc/it/includes/autogen_user_commands.it.adoc +++ b/doc/it/includes/autogen_user_commands.it.adoc @@ -129,7 +129,7 @@ Without argument, this command displays the ban list for current channel. Without argument, "ls" and "list" are sent. -Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, multi-prefix, server-time, setname, userhost-in-names. +Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, server-time, setname, userhost-in-names. The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities). diff --git a/doc/ja/includes/autogen_api_infos_hashtable.ja.adoc b/doc/ja/includes/autogen_api_infos_hashtable.ja.adoc index 3e43a6a1c..f38a55906 100644 --- a/doc/ja/includes/autogen_api_infos_hashtable.ja.adoc +++ b/doc/ja/includes/autogen_api_infos_hashtable.ja.adoc @@ -8,7 +8,7 @@ |=== | プラグイン | 名前 | 説明 | ハッシュテーブル (入力) | ハッシュテーブル (出力) -| irc | irc_message_parse | IRC メッセージを解析 | "message": IRC メッセージ、"server": サーバ名 (任意) | "tags": tags, "message_without_tags": message without the tags, "nick": nick, "user": user, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) +| irc | irc_message_parse | IRC メッセージを解析 | "message": IRC メッセージ、"server": サーバ名 (任意) | "tags": tags, "tag_xxx": unescaped value of tag "xxx" (one key per tag), "message_without_tags": message without the tags, "nick": nick, "user": user, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) | irc | irc_message_split | IRC メッセージを分割 (デフォルトでは 512 バイト内に収まるように分割します) | "message": IRC メッセージ、"server": サーバ名 (任意) | "msg1" ... "msgN": 送信メッセージ (最後の "\r\n" は無し), "args1" ... "argsN": メッセージの引数、"count": メッセージの数 diff --git a/doc/ja/includes/autogen_user_commands.ja.adoc b/doc/ja/includes/autogen_user_commands.ja.adoc index f2cd6ac94..1d75f7ed3 100644 --- a/doc/ja/includes/autogen_user_commands.ja.adoc +++ b/doc/ja/includes/autogen_user_commands.ja.adoc @@ -129,7 +129,7 @@ channel: チャンネル名 Without argument, "ls" and "list" are sent. -Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, multi-prefix, server-time, setname, userhost-in-names. +Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, server-time, setname, userhost-in-names. The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities). diff --git a/doc/pl/includes/autogen_api_infos_hashtable.pl.adoc b/doc/pl/includes/autogen_api_infos_hashtable.pl.adoc index 4b037fcd5..06c6c48bb 100644 --- a/doc/pl/includes/autogen_api_infos_hashtable.pl.adoc +++ b/doc/pl/includes/autogen_api_infos_hashtable.pl.adoc @@ -8,7 +8,7 @@ |=== | Wtyczka | Nazwa | Opis | Hashtable (wejście) | Hashtable (wyjście) -| irc | irc_message_parse | przetwarza wiadomość IRC | "message": wiadomość IRC, "server": nazwa serwera (opcjonalne) | "tags": tagi, "message_without_tags": wiadomość bez tagów, "nick": nick, "user": użytkownik, "host": host, "command": komenda, "channel": kanał, "arguments": argumenty (razem z kanałem), "text": tekst (na przykład wiadomość użytkownika), "pos_command": indeks wiadomości "command" message ("-1" jeśli "command" nie zostało znalezione), "pos_arguments": indeks wiadomości "arguments" ("-1" jeśli "arguments" nie zostało znalezione), "pos_channel": indeks wiadomości "channel" ("-1" jeśli "channel" nie zostało znalezione), "pos_text": indeks słowa "text" ("-1" jeśli "text" nie zostało znalezione) +| irc | irc_message_parse | przetwarza wiadomość IRC | "message": wiadomość IRC, "server": nazwa serwera (opcjonalne) | "tags": tags, "tag_xxx": unescaped value of tag "xxx" (one key per tag), "message_without_tags": message without the tags, "nick": nick, "user": user, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) | irc | irc_message_split | dziel wiadomość IRC (aby zmieściła się domyślnie w 512 bajtach) | "message": wiadomość IRC, "server": nazwa serwera (opcjonalne) | "msg1" ... "msgN": wiadomości do wysłania (bez kończącego "\r\n"), "args1" ... "argsN": argumenty wiadomości, "count": ilość wiadomości diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc index 4231183f9..7bc624491 100644 --- a/doc/pl/includes/autogen_user_commands.pl.adoc +++ b/doc/pl/includes/autogen_user_commands.pl.adoc @@ -129,7 +129,7 @@ Bez podania argumentu komenda wyświetla listę banów na obecnym kanale. Without argument, "ls" and "list" are sent. -Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, multi-prefix, server-time, setname, userhost-in-names. +Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, server-time, setname, userhost-in-names. The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities). diff --git a/doc/sr/includes/autogen_api_infos_hashtable.sr.adoc b/doc/sr/includes/autogen_api_infos_hashtable.sr.adoc index 0a7e10d39..43b8ed632 100644 --- a/doc/sr/includes/autogen_api_infos_hashtable.sr.adoc +++ b/doc/sr/includes/autogen_api_infos_hashtable.sr.adoc @@ -8,7 +8,7 @@ |=== | Додатак | Име | Опис | Хеш табела (улаз) | Хеш табела (излаз) -| irc | irc_message_parse | парсирање IRC поруке | „message”: IRC порука, „server”: име сервера (није обавезно) | „tags”: ознаке, „message_without_tags”: поруке без ознака, „nick”: надимак, „user”: корисник, „host”: хост, „command”: команда, „channel”: канал, „arguments”: аргументи (укључујући channel), „text”: текст (на пример, корисничка порука), „pos_command”: индекс „command” поруке („-1” ако „command” није пронађена), „pos_arguments”: индекс „arguments” поруке („-1” ако „arguments” није пронађена), „pos_channel”: индекс „channel” поруке („-1” ако „channel” није пронађена), „pos_text”: индекс „text” поруке („-1” ако „text” није пронађена) +| irc | irc_message_parse | парсирање IRC поруке | „message”: IRC порука, „server”: име сервера (није обавезно) | "tags": tags, "tag_xxx": unescaped value of tag "xxx" (one key per tag), "message_without_tags": message without the tags, "nick": nick, "user": user, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) | irc | irc_message_split | подела IRC поруке (подразумевано тако да стане у 512 бајтова) | „message”: IRC порука, „server”: име сервера (није обавезно) | „msg1” ... „msgN”: поруке које се шаљу (без „\r\n” на крају), „args1” ... „argsN”: аргументи порука, „count”: број порука diff --git a/doc/sr/includes/autogen_user_commands.sr.adoc b/doc/sr/includes/autogen_user_commands.sr.adoc index 2031f0136..a4458e7de 100644 --- a/doc/sr/includes/autogen_user_commands.sr.adoc +++ b/doc/sr/includes/autogen_user_commands.sr.adoc @@ -129,7 +129,7 @@ Without argument, "ls" and "list" are sent. -Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, multi-prefix, server-time, setname, userhost-in-names. +Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, server-time, setname, userhost-in-names. The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities). diff --git a/po/cs.po b/po/cs.po index 339320360..bac65a189 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: 2021-06-19 18:14+0200\n" +"POT-Creation-Date: 2021-06-24 21:03+0200\n" "PO-Revision-Date: 2021-05-25 18:28+0200\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -4324,15 +4324,6 @@ msgstr "" msgid "password for proxy server (note: content is evaluated, see /help eval)" msgstr "heslo pro proxy server(pozn.: obsah je vykonán, viz /help eval)" -#, fuzzy -msgid "secured data" -msgstr "Chráněná data:" - -msgid "" -"secured data: names and values (be careful: the values are sensitive data: " -"do NOT print/log them anywhere)" -msgstr "" - 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" @@ -4355,6 +4346,15 @@ msgstr "" msgid "No secured data set" msgstr "Nenastavena chráněná data" +#, fuzzy +msgid "secured data" +msgstr "Chráněná data:" + +msgid "" +"secured data: names and values (be careful: the values are sensitive data: " +"do NOT print/log them anywhere)" +msgstr "" + msgid "Please enter your passphrase to decrypt the data secured by WeeChat:" msgstr "Prosím vložte heslo k dešifrování dat chráněných WeeChatem:" @@ -5267,6 +5267,9 @@ msgstr "" "charset: nová znaková sada pro aktuální buffer\n" " reset: resetovat znakové sady aktuálního bufferu" +msgid "Executed commands" +msgstr "Vykonané příkazy" + msgid "Execution of external commands in WeeChat" msgstr "Spouštění externích příkazů v WeeChatu" @@ -5278,9 +5281,6 @@ msgstr "%s: konec příkazu %d (\"%s\"), návratový kód: %d" msgid "%s: unexpected end of command %ld (\"%s\")" msgstr "%s: neočekávaný konec příkazu %d (\"%s\")" -msgid "Executed commands" -msgstr "Vykonané příkazy" - msgid "No command is running" msgstr "Neběží žádný příkaz" @@ -5574,6 +5574,9 @@ msgid "" "format, (q)=close buffer" msgstr "" +msgid "Fast set of WeeChat and plugins options" +msgstr "" + #, c-format msgid "%s%s: there are no options displayed, unable to export." msgstr "" @@ -6130,9 +6133,6 @@ msgstr "jméno serveru (zástupný znak \"*\" je povolen) (volitelný)" msgid "fset options" msgstr "seznam konfiguračních možností" -msgid "Fast set of WeeChat and plugins options" -msgstr "" - #, fuzzy, c-format msgid "%s%s: script \"%s\" already registered (register ignored)" msgstr "%s%s: server \"%s\" již existuje, nemohu jej vytvořít!" @@ -6754,8 +6754,8 @@ msgid "" "Without argument, \"ls\" and \"list\" are sent.\n" "\n" "Capabilities supported by WeeChat are: account-notify, away-notify, cap-" -"notify, chghost, extended-join, invite-notify, multi-prefix, server-time, " -"setname, userhost-in-names.\n" +"notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, " +"server-time, setname, userhost-in-names.\n" "\n" "The capabilities to automatically enable on servers can be set in option irc." "server_default.capabilities (or by server in option irc.server.xxx." @@ -8933,11 +8933,12 @@ msgstr "\"message\": IRC zpráva, \"server\": jméno serveru (volitelné)" #. TRANSLATORS: please do not translate key names (enclosed by quotes) msgid "" -"\"tags\": tags, \"message_without_tags\": message without the tags, \"nick" -"\": nick, \"user\": user, \"host\": host, \"command\": command, \"channel\": " -"channel, \"arguments\": arguments (includes channel), \"text\": text (for " -"example user message), \"pos_command\": index of \"command\" message (\"-1\" " -"if \"command\" was not found), \"pos_arguments\": index of \"arguments\" " +"\"tags\": tags, \"tag_xxx\": unescaped value of tag \"xxx\" (one key per " +"tag), \"message_without_tags\": message without the tags, \"nick\": nick, " +"\"user\": user, \"host\": host, \"command\": command, \"channel\": channel, " +"\"arguments\": arguments (includes channel), \"text\": text (for example " +"user message), \"pos_command\": index of \"command\" message (\"-1\" if " +"\"command\" was not found), \"pos_arguments\": index of \"arguments\" " "message (\"-1\" if \"arguments\" was not found), \"pos_channel\": index of " "\"channel\" message (\"-1\" if \"channel\" was not found), \"pos_text\": " "index of \"text\" message (\"-1\" if \"text\" was not found)" @@ -9879,30 +9880,6 @@ msgstr "%s%s: připojuji se znovu k serveru..." msgid "%s%s: disconnected from server" msgstr "%s%s: odpojen od serveru" -#, c-format -msgid "%s%s: exception: %s" -msgstr "%s%s: vyjímka: %s" - -#, c-format -msgid "%s%s: unable to run function \"%s\"" -msgstr "%s%s: nemůžu spustit funkci \"%s\"" - -#, c-format -msgid "%s%s: unable to create new sub-interpreter" -msgstr "%s%s: nemohu vytvořit nový pod-interpreter" - -#, c-format -msgid "%s%s: unable to load file \"%s\"" -msgstr "%s%s: nemůžu načíst soubor \"%s\"" - -#, c-format -msgid "%s%s: unable to execute file \"%s\"" -msgstr "%s%s: nemůžu spustit soubor \"%s\"" - -#, fuzzy, c-format -msgid "%sCommand \"/%s eval\" is not yet implemented" -msgstr "%sBarva \"%s\" není definovávána v paletě" - #, c-format msgid "%s===\t%s========== End of backlog (%d lines) ==========" msgstr "%s===\t%s========== konec backlogu (%d řádků) ==========" @@ -10143,6 +10120,14 @@ msgstr "ukazatel logeru (volitelné)" msgid "Support of lua scripts" msgstr "podpora skriptů v lua" +#, c-format +msgid "%s%s: unable to run function \"%s\"" +msgstr "%s%s: nemůžu spustit funkci \"%s\"" + +#, c-format +msgid "%s%s: unable to create new sub-interpreter" +msgstr "%s%s: nemohu vytvořit nový pod-interpreter" + #, c-format msgid "%s%s: unable to redirect stdout and stderr" msgstr "%s%s: nemohu přesměrovat stdout a stderr" @@ -10151,10 +10136,18 @@ msgstr "%s%s: nemohu přesměrovat stdout a stderr" msgid "%s%s: unable to load source code" msgstr "%s%s: nemůžu načíst soubor \"%s\"" +#, c-format +msgid "%s%s: unable to load file \"%s\"" +msgstr "%s%s: nemůžu načíst soubor \"%s\"" + #, fuzzy, c-format msgid "%s%s: unable to execute source code" msgstr "%s%s: nemůžu spustit soubor \"%s\"" +#, c-format +msgid "%s%s: unable to execute file \"%s\"" +msgstr "%s%s: nemůžu spustit soubor \"%s\"" + msgid "Support of perl scripts" msgstr "Podpora skriptů v perlu" @@ -10182,6 +10175,10 @@ msgstr "%s%s: nemohu inicializovat %s" msgid "Support of PHP scripts" msgstr "podpora skriptů v lua" +#, fuzzy, c-format +msgid "%sCommand \"/%s eval\" is not yet implemented" +msgstr "%sBarva \"%s\" není definovávána v paletě" + msgid "bar" msgstr "bar" @@ -10640,19 +10637,6 @@ msgstr "Pluginy odebrány" msgid "description of plugin option" msgstr "popis volby pluginu" -msgid "" -"check the license of scripts when they are loaded: if the license is " -"different from the plugin license, a warning is displayed" -msgstr "" - -#, c-format -msgid "" -"keep context between two calls to the source code evaluation (option \"eval" -"\" of script command or info \"%s_eval\"); a hidden script is used to eval " -"script code; if this option is disabled, this hidden script is unloaded " -"after each eval: this uses less memory, but is slower" -msgstr "" - msgid "list/load/unload scripts" msgstr "seznam/načíst/odebrat skirpty" @@ -10778,6 +10762,19 @@ msgstr " (žádný)" msgid "%s: scripts unloaded" msgstr "%s: skripty odebrány" +msgid "" +"check the license of scripts when they are loaded: if the license is " +"different from the plugin license, a warning is displayed" +msgstr "" + +#, c-format +msgid "" +"keep context between two calls to the source code evaluation (option \"eval" +"\" of script command or info \"%s_eval\"); a hidden script is used to eval " +"script code; if this option is disabled, this hidden script is unloaded " +"after each eval: this uses less memory, but is slower" +msgstr "" + #, c-format msgid "" "%s%s: unable to call function \"%s\", script is not initialized (script: %s)" @@ -12341,6 +12338,10 @@ msgstr "%s%s: nemohu vytvořit nový interpretr" msgid "%s%s: error occurred while parsing file \"%s\": %s" msgstr "%s%s: nastala chyba během parsováni souboru \"%s\": %s" +#, c-format +msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" +msgstr "" + msgid "" "Text replacement and command execution on events triggered by WeeChat/plugins" msgstr "" @@ -12353,10 +12354,6 @@ msgstr "%sChyba: nemohu přejmenovat filter \"%s\" na \"%s\"" msgid "%s%s: invalid regular expression in trigger: \"%s\"" msgstr "%s%s: \"%s\" není validní regulární výraz (%s)" -#, c-format -msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" -msgstr "" - msgid "no variable" msgstr "není proměnná" @@ -13208,6 +13205,10 @@ msgstr "%s%s: vypršel časový limit \"%s\" pro %s" msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: nemohu se připojit\" neočekávaná chyba (%d)" +#, c-format +#~ msgid "%s%s: exception: %s" +#~ msgstr "%s%s: vyjímka: %s" + #, c-format #~ msgid "" #~ "%s%s: error building answer for SASL authentication, using mechanism \"%s" diff --git a/po/de.po b/po/de.po index 286690cfb..54d453861 100644 --- a/po/de.po +++ b/po/de.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-06-19 18:14+0200\n" +"POT-Creation-Date: 2021-06-24 21:03+0200\n" "PO-Revision-Date: 2021-06-19 18:42+0200\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -5335,16 +5335,6 @@ msgid "password for proxy server (note: content is evaluated, see /help eval)" msgstr "" "Passwort für Proxy Server (Hinweis: Inhalt wird evaluiert, siehe /help eval)" -msgid "secured data" -msgstr "schutzwürdige Daten" - -msgid "" -"secured data: names and values (be careful: the values are sensitive data: " -"do NOT print/log them anywhere)" -msgstr "" -"schutzwürdige Daten: Namen und Werte (Vorsicht: Dies sind vertrauliche " -"Daten: drucken oder protokollieren Sie diese NICHT)" - msgid "WeeChat secured data (sec.conf) | Keys: [alt-v] Toggle values" msgstr "" "WeeChat schutzwürdigen Daten (sec.conf) | Tastenbefehle: [alt-v] Werte " @@ -5370,6 +5360,16 @@ msgstr "" msgid "No secured data set" msgstr "Keine schutzwürdigen Daten definiert" +msgid "secured data" +msgstr "schutzwürdige Daten" + +msgid "" +"secured data: names and values (be careful: the values are sensitive data: " +"do NOT print/log them anywhere)" +msgstr "" +"schutzwürdige Daten: Namen und Werte (Vorsicht: Dies sind vertrauliche " +"Daten: drucken oder protokollieren Sie diese NICHT)" + msgid "Please enter your passphrase to decrypt the data secured by WeeChat:" msgstr "" "Bitte gebe die Passphrase ein um die durch WeeChat geschützten Daten zu " @@ -6497,6 +6497,9 @@ msgstr "" "charset: wähle neuen Zeichensatz für aktuellen Buffer\n" " reset: setze im aktuellen Buffer den Zeichensatz zurück" +msgid "Executed commands" +msgstr "Ausgeführte Befehle" + msgid "Execution of external commands in WeeChat" msgstr "Ausführung externer Befehle in WeeChat" @@ -6508,9 +6511,6 @@ msgstr "%s: Befehl %ld (\"%s\") wurde beendet, Rückgabewert: %d" msgid "%s: unexpected end of command %ld (\"%s\")" msgstr "%s: unerwartetes Ende des Befehls %ld (\"%s\")" -msgid "Executed commands" -msgstr "Ausgeführte Befehle" - msgid "No command is running" msgstr "Es wird im Moment kein Befehl ausgeführt" @@ -6951,6 +6951,9 @@ msgstr "" "Beschreibung für Erweiterungen , alt+v(v)=Hilfe-Bar aus/ausschalten, ctrl" "+X(x)=Format umschalten, (q)=Buffer schließen" +msgid "Fast set of WeeChat and plugins options" +msgstr "Optionen von WeeChat und Erweiterungen schnell anpassen" + #, c-format msgid "%s%s: there are no options displayed, unable to export." msgstr "" @@ -7723,9 +7726,6 @@ msgstr "" msgid "fset options" msgstr "fset Optionen" -msgid "Fast set of WeeChat and plugins options" -msgstr "Optionen von WeeChat und Erweiterungen schnell anpassen" - #, c-format msgid "%s%s: script \"%s\" already registered (register ignored)" msgstr "" @@ -8395,6 +8395,28 @@ msgstr "Aushandlung der Clientfähigkeit" msgid "ls || list || req|ack [ [...]] || end" msgstr "ls || list || req|ack [ [...]] || end" +#, fuzzy +#| msgid "" +#| " ls: list the capabilities supported by the server\n" +#| " list: list the capabilities currently enabled\n" +#| " req: request a capability\n" +#| " ack: acknowledge capabilities which require client-side " +#| "acknowledgement\n" +#| " end: end the capability negotiation\n" +#| "\n" +#| "Without argument, \"ls\" and \"list\" are sent.\n" +#| "\n" +#| "Capabilities supported by WeeChat are: account-notify, away-notify, cap-" +#| "notify, chghost, extended-join, invite-notify, multi-prefix, server-time, " +#| "setname, userhost-in-names.\n" +#| "\n" +#| "The capabilities to automatically enable on servers can be set in option " +#| "irc.server_default.capabilities (or by server in option irc.server.xxx." +#| "capabilities).\n" +#| "\n" +#| "Examples:\n" +#| " /cap\n" +#| " /cap req multi-prefix away-notify" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" @@ -8405,8 +8427,8 @@ msgid "" "Without argument, \"ls\" and \"list\" are sent.\n" "\n" "Capabilities supported by WeeChat are: account-notify, away-notify, cap-" -"notify, chghost, extended-join, invite-notify, multi-prefix, server-time, " -"setname, userhost-in-names.\n" +"notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, " +"server-time, setname, userhost-in-names.\n" "\n" "The capabilities to automatically enable on servers can be set in option irc." "server_default.capabilities (or by server in option irc.server.xxx." @@ -11006,12 +11028,24 @@ msgid "\"message\": IRC message, \"server\": server name (optional)" msgstr "\"message\": IRC Nachricht, \"server\": Servername (optional)" #. TRANSLATORS: please do not translate key names (enclosed by quotes) +#, fuzzy +#| msgid "" +#| "\"tags\": tags, \"message_without_tags\": message without the tags, \"nick" +#| "\": nick, \"user\": user, \"host\": host, \"command\": command, \"channel" +#| "\": channel, \"arguments\": arguments (includes channel), \"text\": text " +#| "(for example user message), \"pos_command\": index of \"command\" message " +#| "(\"-1\" if \"command\" was not found), \"pos_arguments\": index of " +#| "\"arguments\" message (\"-1\" if \"arguments\" was not found), " +#| "\"pos_channel\": index of \"channel\" message (\"-1\" if \"channel\" was " +#| "not found), \"pos_text\": index of \"text\" message (\"-1\" if \"text\" " +#| "was not found)" msgid "" -"\"tags\": tags, \"message_without_tags\": message without the tags, \"nick" -"\": nick, \"user\": user, \"host\": host, \"command\": command, \"channel\": " -"channel, \"arguments\": arguments (includes channel), \"text\": text (for " -"example user message), \"pos_command\": index of \"command\" message (\"-1\" " -"if \"command\" was not found), \"pos_arguments\": index of \"arguments\" " +"\"tags\": tags, \"tag_xxx\": unescaped value of tag \"xxx\" (one key per " +"tag), \"message_without_tags\": message without the tags, \"nick\": nick, " +"\"user\": user, \"host\": host, \"command\": command, \"channel\": channel, " +"\"arguments\": arguments (includes channel), \"text\": text (for example " +"user message), \"pos_command\": index of \"command\" message (\"-1\" if " +"\"command\" was not found), \"pos_arguments\": index of \"arguments\" " "message (\"-1\" if \"arguments\" was not found), \"pos_channel\": index of " "\"channel\" message (\"-1\" if \"channel\" was not found), \"pos_text\": " "index of \"text\" message (\"-1\" if \"text\" was not found)" @@ -11975,30 +12009,6 @@ msgstr "%s%s: Neu verbinden zum Server..." msgid "%s%s: disconnected from server" msgstr "%s%s: vom Server getrennt" -#, c-format -msgid "%s%s: exception: %s" -msgstr "%s%s: Ausnahmefehler: %s" - -#, c-format -msgid "%s%s: unable to run function \"%s\"" -msgstr "%s%s: Kann die Funktion \"%s\" nicht ausführen" - -#, c-format -msgid "%s%s: unable to create new sub-interpreter" -msgstr "%s%s: Kann sub-Interpreter nicht erstellen" - -#, c-format -msgid "%s%s: unable to load file \"%s\"" -msgstr "%s%s: Kann die Datei \"%s\" nicht laden" - -#, c-format -msgid "%s%s: unable to execute file \"%s\"" -msgstr "%s%s: Die Datei \"%s\" kann nicht ausgeführt werden" - -#, c-format -msgid "%sCommand \"/%s eval\" is not yet implemented" -msgstr "%sBefehl \"/%s eval\" ist zur Zeit noch nicht implementiert" - #, c-format msgid "%s===\t%s========== End of backlog (%d lines) ==========" msgstr "%s===\t%s========== Ende des Verlaufspeichers (%d Zeilen) ==========" @@ -12270,6 +12280,14 @@ msgstr "Logger-Pointer (optional)" msgid "Support of lua scripts" msgstr "Unterstützung von Lua-Skripten" +#, c-format +msgid "%s%s: unable to run function \"%s\"" +msgstr "%s%s: Kann die Funktion \"%s\" nicht ausführen" + +#, c-format +msgid "%s%s: unable to create new sub-interpreter" +msgstr "%s%s: Kann sub-Interpreter nicht erstellen" + #, c-format msgid "%s%s: unable to redirect stdout and stderr" msgstr "%s%s: Weiterleitung von stdout und stderr nicht möglich" @@ -12278,10 +12296,18 @@ msgstr "%s%s: Weiterleitung von stdout und stderr nicht möglich" msgid "%s%s: unable to load source code" msgstr "%s%s: Quelltext kann nicht geladen werden" +#, c-format +msgid "%s%s: unable to load file \"%s\"" +msgstr "%s%s: Kann die Datei \"%s\" nicht laden" + #, c-format msgid "%s%s: unable to execute source code" msgstr "%s%s: Quelltext kann nicht ausgeführt werden" +#, c-format +msgid "%s%s: unable to execute file \"%s\"" +msgstr "%s%s: Die Datei \"%s\" kann nicht ausgeführt werden" + msgid "Support of perl scripts" msgstr "Unterstützung von Perl-Skripten" @@ -12308,6 +12334,10 @@ msgstr "%s%s: %s kann nicht initialisiert werden" msgid "Support of PHP scripts" msgstr "Unterstützung von PHP-Skripten" +#, c-format +msgid "%sCommand \"/%s eval\" is not yet implemented" +msgstr "%sBefehl \"/%s eval\" ist zur Zeit noch nicht implementiert" + msgid "bar" msgstr "Bar" @@ -12773,27 +12803,6 @@ msgstr "Erweiterungen wurden beendet" msgid "description of plugin option" msgstr "Beschreibung der Erweiterungsoption" -msgid "" -"check the license of scripts when they are loaded: if the license is " -"different from the plugin license, a warning is displayed" -msgstr "" -"Überprüft die Lizenz von Skripten, wenn sie geladen werden: Sollte die " -"Lizenz abweichend von der Erweiterungslizenz sein, wird eine Warnung " -"ausgegeben" - -#, c-format -msgid "" -"keep context between two calls to the source code evaluation (option \"eval" -"\" of script command or info \"%s_eval\"); a hidden script is used to eval " -"script code; if this option is disabled, this hidden script is unloaded " -"after each eval: this uses less memory, but is slower" -msgstr "" -"behält den Inhalt zwischen zwei Aufrufen bei Quellcode Evaluierung (Option " -"\"eval\" des Skript-Befehls oder Info \"%s_eval\"); ein Hintergrundskript " -"wird für die Evaluierung verwendet; wird diese Option deaktiviert, dann wird " -"das Hintergrundskript nach jeder Evaluierung entfernt: das bedeutet weniger " -"Speicherbedarf, ist aber langsamer" - msgid "list/load/unload scripts" msgstr "auflisten/installieren/beenden von Skripten" @@ -12929,6 +12938,27 @@ msgstr " (keine)" msgid "%s: scripts unloaded" msgstr "%s: Skripten beendet" +msgid "" +"check the license of scripts when they are loaded: if the license is " +"different from the plugin license, a warning is displayed" +msgstr "" +"Überprüft die Lizenz von Skripten, wenn sie geladen werden: Sollte die " +"Lizenz abweichend von der Erweiterungslizenz sein, wird eine Warnung " +"ausgegeben" + +#, c-format +msgid "" +"keep context between two calls to the source code evaluation (option \"eval" +"\" of script command or info \"%s_eval\"); a hidden script is used to eval " +"script code; if this option is disabled, this hidden script is unloaded " +"after each eval: this uses less memory, but is slower" +msgstr "" +"behält den Inhalt zwischen zwei Aufrufen bei Quellcode Evaluierung (Option " +"\"eval\" des Skript-Befehls oder Info \"%s_eval\"); ein Hintergrundskript " +"wird für die Evaluierung verwendet; wird diese Option deaktiviert, dann wird " +"das Hintergrundskript nach jeder Evaluierung entfernt: das bedeutet weniger " +"Speicherbedarf, ist aber langsamer" + #, c-format msgid "" "%s%s: unable to call function \"%s\", script is not initialized (script: %s)" @@ -14735,6 +14765,10 @@ msgstr "%s%s: Neuer Interpreter kann nicht anlegt werden" msgid "%s%s: error occurred while parsing file \"%s\": %s" msgstr "%s%s: Beim parsen der Datei \"%s\" ist ein Fehler aufgetreten: %s" +#, c-format +msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" +msgstr "Trigger Monitor (Filter: %s) | Eingabe: q=beenden, Wort=Filter" + msgid "" "Text replacement and command execution on events triggered by WeeChat/plugins" msgstr "" @@ -14751,10 +14785,6 @@ msgstr "" msgid "%s%s: invalid regular expression in trigger: \"%s\"" msgstr "%s%s: ungültiger regulärer Ausdruck in Trigger: \"%s\"" -#, c-format -msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" -msgstr "Trigger Monitor (Filter: %s) | Eingabe: q=beenden, Wort=Filter" - msgid "no variable" msgstr "keine Variable" @@ -15751,6 +15781,10 @@ msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "" "%s%s: Verbindung konnte nicht hergestellt werden: unerwarteter Fehler (%d)" +#, c-format +#~ msgid "%s%s: exception: %s" +#~ msgstr "%s%s: Ausnahmefehler: %s" + #, c-format #~ msgid "" #~ "%s%s: error building answer for SASL authentication, using mechanism \"%s" diff --git a/po/es.po b/po/es.po index 75c653b51..70d25af1d 100644 --- a/po/es.po +++ b/po/es.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-06-19 18:14+0200\n" +"POT-Creation-Date: 2021-06-24 21:03+0200\n" "PO-Revision-Date: 2021-05-25 18:28+0200\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -4514,14 +4514,6 @@ msgstr "" msgid "password for proxy server (note: content is evaluated, see /help eval)" msgstr "" -msgid "secured data" -msgstr "" - -msgid "" -"secured data: names and values (be careful: the values are sensitive data: " -"do NOT print/log them anywhere)" -msgstr "" - msgid "WeeChat secured data (sec.conf) | Keys: [alt-v] Toggle values" msgstr "" @@ -4543,6 +4535,14 @@ msgstr "" msgid "No secured data set" msgstr "" +msgid "secured data" +msgstr "" + +msgid "" +"secured data: names and values (be careful: the values are sensitive data: " +"do NOT print/log them anywhere)" +msgstr "" + msgid "Please enter your passphrase to decrypt the data secured by WeeChat:" msgstr "" @@ -5462,6 +5462,10 @@ msgstr "" "charset: charset nuevo para el buffer actual\n" " reset: reinicia el charset para el buffer actual" +#, fuzzy +msgid "Executed commands" +msgstr "comandos de weechat" + msgid "Execution of external commands in WeeChat" msgstr "" @@ -5473,10 +5477,6 @@ msgstr "" msgid "%s: unexpected end of command %ld (\"%s\")" msgstr "" -#, fuzzy -msgid "Executed commands" -msgstr "comandos de weechat" - msgid "No command is running" msgstr "" @@ -5771,6 +5771,9 @@ msgid "" "format, (q)=close buffer" msgstr "" +msgid "Fast set of WeeChat and plugins options" +msgstr "" + #, c-format msgid "%s%s: there are no options displayed, unable to export." msgstr "" @@ -6339,9 +6342,6 @@ msgstr "" msgid "fset options" msgstr "lista de opciones" -msgid "Fast set of WeeChat and plugins options" -msgstr "" - #, c-format msgid "%s%s: script \"%s\" already registered (register ignored)" msgstr "%s%s: script \"%s\" ya registrado (registro ignorado)" @@ -6966,8 +6966,8 @@ msgid "" "Without argument, \"ls\" and \"list\" are sent.\n" "\n" "Capabilities supported by WeeChat are: account-notify, away-notify, cap-" -"notify, chghost, extended-join, invite-notify, multi-prefix, server-time, " -"setname, userhost-in-names.\n" +"notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, " +"server-time, setname, userhost-in-names.\n" "\n" "The capabilities to automatically enable on servers can be set in option irc." "server_default.capabilities (or by server in option irc.server.xxx." @@ -9226,11 +9226,12 @@ msgstr "\"message\": mensaje IRC, \"server\": nombre del servidor (opcional)" #. TRANSLATORS: please do not translate key names (enclosed by quotes) #, fuzzy msgid "" -"\"tags\": tags, \"message_without_tags\": message without the tags, \"nick" -"\": nick, \"user\": user, \"host\": host, \"command\": command, \"channel\": " -"channel, \"arguments\": arguments (includes channel), \"text\": text (for " -"example user message), \"pos_command\": index of \"command\" message (\"-1\" " -"if \"command\" was not found), \"pos_arguments\": index of \"arguments\" " +"\"tags\": tags, \"tag_xxx\": unescaped value of tag \"xxx\" (one key per " +"tag), \"message_without_tags\": message without the tags, \"nick\": nick, " +"\"user\": user, \"host\": host, \"command\": command, \"channel\": channel, " +"\"arguments\": arguments (includes channel), \"text\": text (for example " +"user message), \"pos_command\": index of \"command\" message (\"-1\" if " +"\"command\" was not found), \"pos_arguments\": index of \"arguments\" " "message (\"-1\" if \"arguments\" was not found), \"pos_channel\": index of " "\"channel\" message (\"-1\" if \"channel\" was not found), \"pos_text\": " "index of \"text\" message (\"-1\" if \"text\" was not found)" @@ -10179,30 +10180,6 @@ msgstr "%s%s: reconectando al servidor..." msgid "%s%s: disconnected from server" msgstr "%s%s: desconectado del servidor" -#, fuzzy, c-format -msgid "%s%s: exception: %s" -msgstr "%s%s[%s%s%s]%s excepción %s%s" - -#, c-format -msgid "%s%s: unable to run function \"%s\"" -msgstr "%s%s: no es posible ejecutar la función \"%s\"" - -#, c-format -msgid "%s%s: unable to create new sub-interpreter" -msgstr "%s%s: no es posible crear un sub-interprete nuevo" - -#, c-format -msgid "%s%s: unable to load file \"%s\"" -msgstr "%s%s: no es posible cargar el archivo \"%s\"" - -#, c-format -msgid "%s%s: unable to execute file \"%s\"" -msgstr "%s%s: no es posible ejecutar el archivo \"%s\"" - -#, fuzzy, c-format -msgid "%sCommand \"/%s eval\" is not yet implemented" -msgstr "%sColor \"%s\" no está definido en la paleta" - #, c-format msgid "%s===\t%s========== End of backlog (%d lines) ==========" msgstr "%s===\t%s========== Fin del último registro (%d líneas) ==========" @@ -10449,6 +10426,14 @@ msgstr "puntero del registro (opcional)" msgid "Support of lua scripts" msgstr "Soporte para scripts en lua" +#, c-format +msgid "%s%s: unable to run function \"%s\"" +msgstr "%s%s: no es posible ejecutar la función \"%s\"" + +#, c-format +msgid "%s%s: unable to create new sub-interpreter" +msgstr "%s%s: no es posible crear un sub-interprete nuevo" + #, c-format msgid "%s%s: unable to redirect stdout and stderr" msgstr "%s%s: no es posible redirigir stdout y stderr" @@ -10457,10 +10442,18 @@ msgstr "%s%s: no es posible redirigir stdout y stderr" msgid "%s%s: unable to load source code" msgstr "%s%s: no es posible cargar el archivo \"%s\"" +#, c-format +msgid "%s%s: unable to load file \"%s\"" +msgstr "%s%s: no es posible cargar el archivo \"%s\"" + #, fuzzy, c-format msgid "%s%s: unable to execute source code" msgstr "%s%s: no es posible ejecutar el archivo \"%s\"" +#, c-format +msgid "%s%s: unable to execute file \"%s\"" +msgstr "%s%s: no es posible ejecutar el archivo \"%s\"" + msgid "Support of perl scripts" msgstr "Soporte para scripts en perl" @@ -10488,6 +10481,10 @@ msgstr "%s%s: no ha sido posible inicializar %s" msgid "Support of PHP scripts" msgstr "Soporte para scripts en lua" +#, fuzzy, c-format +msgid "%sCommand \"/%s eval\" is not yet implemented" +msgstr "%sColor \"%s\" no está definido en la paleta" + msgid "bar" msgstr "barra" @@ -10957,19 +10954,6 @@ msgstr "Plugins descargados" msgid "description of plugin option" msgstr "descripción de la opción del plugin" -msgid "" -"check the license of scripts when they are loaded: if the license is " -"different from the plugin license, a warning is displayed" -msgstr "" - -#, c-format -msgid "" -"keep context between two calls to the source code evaluation (option \"eval" -"\" of script command or info \"%s_eval\"); a hidden script is used to eval " -"script code; if this option is disabled, this hidden script is unloaded " -"after each eval: this uses less memory, but is slower" -msgstr "" - msgid "list/load/unload scripts" msgstr "listar/cargar/descargar scripts" @@ -11099,6 +11083,19 @@ msgstr " (ninguno)" msgid "%s: scripts unloaded" msgstr "%s: scripts descargados" +msgid "" +"check the license of scripts when they are loaded: if the license is " +"different from the plugin license, a warning is displayed" +msgstr "" + +#, c-format +msgid "" +"keep context between two calls to the source code evaluation (option \"eval" +"\" of script command or info \"%s_eval\"); a hidden script is used to eval " +"script code; if this option is disabled, this hidden script is unloaded " +"after each eval: this uses less memory, but is slower" +msgstr "" + #, c-format msgid "" "%s%s: unable to call function \"%s\", script is not initialized (script: %s)" @@ -12595,6 +12592,10 @@ msgstr "%s%s: no es posible crear un nuevo intérprete" msgid "%s%s: error occurred while parsing file \"%s\": %s" msgstr "%s%s: ocurrió un error al leer el archivo \"%s\": %s" +#, c-format +msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" +msgstr "" + msgid "" "Text replacement and command execution on events triggered by WeeChat/plugins" msgstr "" @@ -12607,10 +12608,6 @@ msgstr "%sError: no se pudo renombrar el filtro \"%s\" a \"%s\"" msgid "%s%s: invalid regular expression in trigger: \"%s\"" msgstr "%s%s: error al compilar la expresión regular \"%s\"" -#, c-format -msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" -msgstr "" - #, fuzzy msgid "no variable" msgstr "Variables" @@ -13467,6 +13464,10 @@ msgstr "%s%s: tiempo de espera máximo para \"%s\" con %s" msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: no es posible conectarse al transmisor" +#, fuzzy, c-format +#~ msgid "%s%s: exception: %s" +#~ msgstr "%s%s[%s%s%s]%s excepción %s%s" + #, c-format #~ msgid "" #~ "%s%s: error building answer for SASL authentication, using mechanism \"%s" diff --git a/po/fr.po b/po/fr.po index bde3d7012..abf078fa1 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-06-19 18:14+0200\n" -"PO-Revision-Date: 2021-06-19 18:20+0200\n" +"POT-Creation-Date: 2021-06-24 21:03+0200\n" +"PO-Revision-Date: 2021-06-24 21:04+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -5213,16 +5213,6 @@ msgstr "" "mot de passe pour le serveur proxy (note : le contenu est évalué, voir /help " "eval)" -msgid "secured data" -msgstr "données sécurisées" - -msgid "" -"secured data: names and values (be careful: the values are sensitive data: " -"do NOT print/log them anywhere)" -msgstr "" -"données sécurisées : noms et valeurs (attention : les valeurs sont des " -"données sensibles : il ne faut PAS les afficher/logger)" - msgid "WeeChat secured data (sec.conf) | Keys: [alt-v] Toggle values" msgstr "" "Données sécurisées WeeChat (sec.conf) | Touches : [alt-v] Afficher/cacher " @@ -5248,6 +5238,16 @@ msgstr "" msgid "No secured data set" msgstr "Pas de donnée sécurisée définie" +msgid "secured data" +msgstr "données sécurisées" + +msgid "" +"secured data: names and values (be careful: the values are sensitive data: " +"do NOT print/log them anywhere)" +msgstr "" +"données sécurisées : noms et valeurs (attention : les valeurs sont des " +"données sensibles : il ne faut PAS les afficher/logger)" + msgid "Please enter your passphrase to decrypt the data secured by WeeChat:" msgstr "" "Veuillez entrer votre phrase de chiffrement pour déchiffrer les données " @@ -6356,6 +6356,9 @@ msgstr "" "charset : nouveau charset pour le tampon courant\n" " reset : réinitialiser les charsets pour le tampon courant" +msgid "Executed commands" +msgstr "Commandes exécutées" + msgid "Execution of external commands in WeeChat" msgstr "Exécution de commandes externes dans WeeChat" @@ -6367,9 +6370,6 @@ msgstr "%s : fin de la commande %ld (\"%s\"), code retour : %d" msgid "%s: unexpected end of command %ld (\"%s\")" msgstr "%s : fin inattendue de la commande %ld (\"%s\")" -msgid "Executed commands" -msgstr "Commandes exécutées" - msgid "No command is running" msgstr "Aucune commande en cours d'exécution" @@ -6804,6 +6804,9 @@ msgstr "" "extensions, alt+v(v)=afficher/masquer la barre d'aide, ctrl+X(x)=basculer le " "format, (q)=fermer le tampon" +msgid "Fast set of WeeChat and plugins options" +msgstr "Définir rapidement des options de WeeChat et des extensions" + #, c-format msgid "%s%s: there are no options displayed, unable to export." msgstr "%s%s : il n'y a pas d'options affichées, impossible d'exporter." @@ -7568,9 +7571,6 @@ msgstr "nom d'option (le caractère joker \"*\" est autorisé) (optionnel)" msgid "fset options" msgstr "options fset" -msgid "Fast set of WeeChat and plugins options" -msgstr "Définir rapidement des options de WeeChat et des extensions" - #, c-format msgid "%s%s: script \"%s\" already registered (register ignored)" msgstr "%s%s : script \"%s\" déjà enregistré (register ignoré)" @@ -8242,8 +8242,8 @@ msgid "" "Without argument, \"ls\" and \"list\" are sent.\n" "\n" "Capabilities supported by WeeChat are: account-notify, away-notify, cap-" -"notify, chghost, extended-join, invite-notify, multi-prefix, server-time, " -"setname, userhost-in-names.\n" +"notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, " +"server-time, setname, userhost-in-names.\n" "\n" "The capabilities to automatically enable on servers can be set in option irc." "server_default.capabilities (or by server in option irc.server.xxx." @@ -8263,8 +8263,8 @@ msgstr "" "Sans paramètre, \"ls\" et \"list\" sont envoyés.\n" "\n" "Les capacités supportées par WeeChat sont : account-notify, away-notify, cap-" -"notify, chghost, extended-join, invite-notify, multi-prefix, server-time, " -"setname, userhost-in-names.\n" +"notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, " +"server-time, setname, userhost-in-names.\n" "\n" "Les capacités à activer automatiquement sur les serveurs peuvent être " "définies dans l'option irc.server_default.capabilities (ou par serveur dans " @@ -10768,19 +10768,21 @@ msgstr "\"message\" : message IRC, \"server\" : nom du serveur (optionnel)" #. TRANSLATORS: please do not translate key names (enclosed by quotes) msgid "" -"\"tags\": tags, \"message_without_tags\": message without the tags, \"nick" -"\": nick, \"user\": user, \"host\": host, \"command\": command, \"channel\": " -"channel, \"arguments\": arguments (includes channel), \"text\": text (for " -"example user message), \"pos_command\": index of \"command\" message (\"-1\" " -"if \"command\" was not found), \"pos_arguments\": index of \"arguments\" " +"\"tags\": tags, \"tag_xxx\": unescaped value of tag \"xxx\" (one key per " +"tag), \"message_without_tags\": message without the tags, \"nick\": nick, " +"\"user\": user, \"host\": host, \"command\": command, \"channel\": channel, " +"\"arguments\": arguments (includes channel), \"text\": text (for example " +"user message), \"pos_command\": index of \"command\" message (\"-1\" if " +"\"command\" was not found), \"pos_arguments\": index of \"arguments\" " "message (\"-1\" if \"arguments\" was not found), \"pos_channel\": index of " "\"channel\" message (\"-1\" if \"channel\" was not found), \"pos_text\": " "index of \"text\" message (\"-1\" if \"text\" was not found)" msgstr "" -"\"tags\" : étiquettes, \"message_without_tags\" : message sans les " -"étiquettes, \"nick\" : pseudo, \"user\" : nom d'utilisateur, \"host\" : nom " -"d'hôte, \"command\" : commande, \"channel\" : canal, \"arguments\" : " -"paramètres (inclut le canal), \"text\" : texte (par exemple message " +"\"tags\" : étiquettes, \"tag_xxx\" : valeur de l'étiquette \"xxx\" sans " +"échappements (une clé par étiquette), \"message_without_tags\" : message " +"sans les étiquettes, \"nick\" : pseudo, \"user\" : nom d'utilisateur, \"host" +"\" : nom d'hôte, \"command\" : commande, \"channel\" : canal, \"arguments" +"\" : paramètres (inclut le canal), \"text\" : texte (par exemple message " "utilisateur), \"pos_command\" : index de \"command\" dans le message (\"-1\" " "si \"command\" n'a pas été trouvé), \"pos_arguments\" : index de \"arguments" "\" dans le message (\"-1\" si \"arguments\" n'a pas été trouvé), " @@ -11719,30 +11721,6 @@ msgstr "%s%s : reconnexion au serveur..." msgid "%s%s: disconnected from server" msgstr "%s%s : déconnecté du serveur" -#, c-format -msgid "%s%s: exception: %s" -msgstr "%s%s : exception : %s" - -#, c-format -msgid "%s%s: unable to run function \"%s\"" -msgstr "%s%s : impossible de lancer la fonction \"%s\"" - -#, c-format -msgid "%s%s: unable to create new sub-interpreter" -msgstr "%s%s : impossible de créer le sous-interpréteur" - -#, c-format -msgid "%s%s: unable to load file \"%s\"" -msgstr "%s%s : impossible de charger le fichier \"%s\"" - -#, c-format -msgid "%s%s: unable to execute file \"%s\"" -msgstr "%s%s : impossible d'exécuter le fichier \"%s\"" - -#, c-format -msgid "%sCommand \"/%s eval\" is not yet implemented" -msgstr "%sLa commande \"/%s eval\" n'est pas implémentée" - #, c-format msgid "%s===\t%s========== End of backlog (%d lines) ==========" msgstr "%s===\t%s========== Fin de l'historique (%d lignes) ==========" @@ -12009,6 +11987,14 @@ msgstr "pointeur vers le logger (optionnel)" msgid "Support of lua scripts" msgstr "Support des scripts lua" +#, c-format +msgid "%s%s: unable to run function \"%s\"" +msgstr "%s%s : impossible de lancer la fonction \"%s\"" + +#, c-format +msgid "%s%s: unable to create new sub-interpreter" +msgstr "%s%s : impossible de créer le sous-interpréteur" + #, c-format msgid "%s%s: unable to redirect stdout and stderr" msgstr "%s%s : impossible de rediriger stdout et stderr" @@ -12017,10 +12003,18 @@ msgstr "%s%s : impossible de rediriger stdout et stderr" msgid "%s%s: unable to load source code" msgstr "%s%s : impossible de charger le code source" +#, c-format +msgid "%s%s: unable to load file \"%s\"" +msgstr "%s%s : impossible de charger le fichier \"%s\"" + #, c-format msgid "%s%s: unable to execute source code" msgstr "%s%s : impossible d'exécuter le code source" +#, c-format +msgid "%s%s: unable to execute file \"%s\"" +msgstr "%s%s : impossible d'exécuter le fichier \"%s\"" + msgid "Support of perl scripts" msgstr "Support des scripts perl" @@ -12047,6 +12041,10 @@ msgstr "%s%s : impossible d'initialiser %s" msgid "Support of PHP scripts" msgstr "Support des scripts PHP" +#, c-format +msgid "%sCommand \"/%s eval\" is not yet implemented" +msgstr "%sLa commande \"/%s eval\" n'est pas implémentée" + msgid "bar" msgstr "barre" @@ -12505,26 +12503,6 @@ msgstr "Extensions déchargées" msgid "description of plugin option" msgstr "description de l'option d'extension" -msgid "" -"check the license of scripts when they are loaded: if the license is " -"different from the plugin license, a warning is displayed" -msgstr "" -"vérifier la licence des scripts quand ils sont chargés : si la licence est " -"différente de la licence de l'extension, un avertissement est affiché" - -#, c-format -msgid "" -"keep context between two calls to the source code evaluation (option \"eval" -"\" of script command or info \"%s_eval\"); a hidden script is used to eval " -"script code; if this option is disabled, this hidden script is unloaded " -"after each eval: this uses less memory, but is slower" -msgstr "" -"garder le contexte entre deux appels à l'évaluation de code source (option " -"\"eval\" de la commande de script ou info \"%s_eval\") ; un script caché est " -"utilisé pour évaluer le code du script ; si cette option est désactivée, ce " -"script caché est déchargé après chaque eval ; cela utilise moins de mémoire, " -"mais est plus lent" - msgid "list/load/unload scripts" msgstr "lister/charger/décharger des scripts" @@ -12659,6 +12637,26 @@ msgstr " (aucun)" msgid "%s: scripts unloaded" msgstr "%s : scripts déchargés" +msgid "" +"check the license of scripts when they are loaded: if the license is " +"different from the plugin license, a warning is displayed" +msgstr "" +"vérifier la licence des scripts quand ils sont chargés : si la licence est " +"différente de la licence de l'extension, un avertissement est affiché" + +#, c-format +msgid "" +"keep context between two calls to the source code evaluation (option \"eval" +"\" of script command or info \"%s_eval\"); a hidden script is used to eval " +"script code; if this option is disabled, this hidden script is unloaded " +"after each eval: this uses less memory, but is slower" +msgstr "" +"garder le contexte entre deux appels à l'évaluation de code source (option " +"\"eval\" de la commande de script ou info \"%s_eval\") ; un script caché est " +"utilisé pour évaluer le code du script ; si cette option est désactivée, ce " +"script caché est déchargé après chaque eval ; cela utilise moins de mémoire, " +"mais est plus lent" + #, c-format msgid "" "%s%s: unable to call function \"%s\", script is not initialized (script: %s)" @@ -14430,6 +14428,10 @@ msgstr "%s%s : impossible de créer l'interpréteur" msgid "%s%s: error occurred while parsing file \"%s\": %s" msgstr "%s%s : erreur d'analyse du fichier \"%s\" : %s" +#, c-format +msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" +msgstr "Moniteur de trigger (filtre : %s) | Entrée : q=fermer, mots=filtrer" + msgid "" "Text replacement and command execution on events triggered by WeeChat/plugins" msgstr "" @@ -14446,10 +14448,6 @@ msgstr "" msgid "%s%s: invalid regular expression in trigger: \"%s\"" msgstr "%s%s : expression régulière invalide dans le trigger : \"%s\"" -#, c-format -msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" -msgstr "Moniteur de trigger (filtre : %s) | Entrée : q=fermer, mots=filtrer" - msgid "no variable" msgstr "pas de variable" @@ -15446,6 +15444,10 @@ msgstr "%s%s : délai d'attente dépassé pour \"%s\" avec %s" msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s : impossible de se connecter : erreur inattendue (%d)" +#, c-format +#~ msgid "%s%s: exception: %s" +#~ msgstr "%s%s : exception : %s" + #, c-format #~ msgid "" #~ "%s%s: error building answer for SASL authentication, using mechanism \"%s" diff --git a/po/hu.po b/po/hu.po index c9af35d9c..62c8049ac 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-06-19 18:14+0200\n" +"POT-Creation-Date: 2021-06-24 21:03+0200\n" "PO-Revision-Date: 2021-05-25 18:28+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -3950,14 +3950,6 @@ msgstr "" msgid "password for proxy server (note: content is evaluated, see /help eval)" msgstr "" -msgid "secured data" -msgstr "" - -msgid "" -"secured data: names and values (be careful: the values are sensitive data: " -"do NOT print/log them anywhere)" -msgstr "" - msgid "WeeChat secured data (sec.conf) | Keys: [alt-v] Toggle values" msgstr "" @@ -3979,6 +3971,14 @@ msgstr "" msgid "No secured data set" msgstr "" +msgid "secured data" +msgstr "" + +msgid "" +"secured data: names and values (be careful: the values are sensitive data: " +"do NOT print/log them anywhere)" +msgstr "" + msgid "Please enter your passphrase to decrypt the data secured by WeeChat:" msgstr "" @@ -4869,6 +4869,10 @@ msgid "" " reset: reset charsets for current buffer" msgstr "" +#, fuzzy +msgid "Executed commands" +msgstr "%s belső parancsok:\n" + msgid "Execution of external commands in WeeChat" msgstr "" @@ -4880,10 +4884,6 @@ msgstr "" msgid "%s: unexpected end of command %ld (\"%s\")" msgstr "" -#, fuzzy -msgid "Executed commands" -msgstr "%s belső parancsok:\n" - msgid "No command is running" msgstr "" @@ -5177,6 +5177,9 @@ msgid "" "format, (q)=close buffer" msgstr "" +msgid "Fast set of WeeChat and plugins options" +msgstr "" + #, c-format msgid "%s%s: there are no options displayed, unable to export." msgstr "" @@ -5730,9 +5733,6 @@ msgstr "" msgid "fset options" msgstr "konfigurációs paraméterek beállítása" -msgid "Fast set of WeeChat and plugins options" -msgstr "" - #, fuzzy, c-format msgid "%s%s: script \"%s\" already registered (register ignored)" msgstr "%s a \"%s\" szerver már létezik, nem hozhatja létre!\n" @@ -6300,8 +6300,8 @@ msgid "" "Without argument, \"ls\" and \"list\" are sent.\n" "\n" "Capabilities supported by WeeChat are: account-notify, away-notify, cap-" -"notify, chghost, extended-join, invite-notify, multi-prefix, server-time, " -"setname, userhost-in-names.\n" +"notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, " +"server-time, setname, userhost-in-names.\n" "\n" "The capabilities to automatically enable on servers can be set in option irc." "server_default.capabilities (or by server in option irc.server.xxx." @@ -8492,11 +8492,12 @@ msgstr "" #. TRANSLATORS: please do not translate key names (enclosed by quotes) msgid "" -"\"tags\": tags, \"message_without_tags\": message without the tags, \"nick" -"\": nick, \"user\": user, \"host\": host, \"command\": command, \"channel\": " -"channel, \"arguments\": arguments (includes channel), \"text\": text (for " -"example user message), \"pos_command\": index of \"command\" message (\"-1\" " -"if \"command\" was not found), \"pos_arguments\": index of \"arguments\" " +"\"tags\": tags, \"tag_xxx\": unescaped value of tag \"xxx\" (one key per " +"tag), \"message_without_tags\": message without the tags, \"nick\": nick, " +"\"user\": user, \"host\": host, \"command\": command, \"channel\": channel, " +"\"arguments\": arguments (includes channel), \"text\": text (for example " +"user message), \"pos_command\": index of \"command\" message (\"-1\" if " +"\"command\" was not found), \"pos_arguments\": index of \"arguments\" " "message (\"-1\" if \"arguments\" was not found), \"pos_channel\": index of " "\"channel\" message (\"-1\" if \"channel\" was not found), \"pos_text\": " "index of \"text\" message (\"-1\" if \"text\" was not found)" @@ -9425,30 +9426,6 @@ msgstr "%s: Újracsatlakozás a szerverhez...\n" msgid "%s%s: disconnected from server" msgstr "Lekapcsolódott a szerverről!\n" -#, fuzzy, c-format -msgid "%s%s: exception: %s" -msgstr "%s[%s%s%s] %s%s%s kitiltva\n" - -#, fuzzy, c-format -msgid "%s%s: unable to run function \"%s\"" -msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" - -#, fuzzy, c-format -msgid "%s%s: unable to create new sub-interpreter" -msgstr "%s nem sikerült a szervert létrehozni\n" - -#, fuzzy, c-format -msgid "%s%s: unable to load file \"%s\"" -msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" - -#, fuzzy, c-format -msgid "%s%s: unable to execute file \"%s\"" -msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" - -#, c-format -msgid "%sCommand \"/%s eval\" is not yet implemented" -msgstr "" - #, c-format msgid "%s===\t%s========== End of backlog (%d lines) ==========" msgstr "" @@ -9646,6 +9623,14 @@ msgstr "Beállítások mentése a lemezre\n" msgid "Support of lua scripts" msgstr "Aliaszok listája:\n" +#, fuzzy, c-format +msgid "%s%s: unable to run function \"%s\"" +msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" + +#, fuzzy, c-format +msgid "%s%s: unable to create new sub-interpreter" +msgstr "%s nem sikerült a szervert létrehozni\n" + #, fuzzy, c-format msgid "%s%s: unable to redirect stdout and stderr" msgstr "%s nem sikerült a szervert létrehozni\n" @@ -9654,10 +9639,18 @@ msgstr "%s nem sikerült a szervert létrehozni\n" msgid "%s%s: unable to load source code" msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" +#, fuzzy, c-format +msgid "%s%s: unable to load file \"%s\"" +msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" + #, fuzzy, c-format msgid "%s%s: unable to execute source code" msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" +#, fuzzy, c-format +msgid "%s%s: unable to execute file \"%s\"" +msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" + #, fuzzy msgid "Support of perl scripts" msgstr "Aliaszok listája:\n" @@ -9686,6 +9679,10 @@ msgstr "%s nem sikerült a modult betölteni \"%s\"\n" msgid "Support of PHP scripts" msgstr "Aliaszok listája:\n" +#, c-format +msgid "%sCommand \"/%s eval\" is not yet implemented" +msgstr "" + msgid "bar" msgstr "" @@ -10166,19 +10163,6 @@ msgstr "Betöltött modulok:\n" msgid "description of plugin option" msgstr "" -msgid "" -"check the license of scripts when they are loaded: if the license is " -"different from the plugin license, a warning is displayed" -msgstr "" - -#, c-format -msgid "" -"keep context between two calls to the source code evaluation (option \"eval" -"\" of script command or info \"%s_eval\"); a hidden script is used to eval " -"script code; if this option is disabled, this hidden script is unloaded " -"after each eval: this uses less memory, but is slower" -msgstr "" - #, fuzzy msgid "list/load/unload scripts" msgstr "modulok listázása/betöltése/eltávolítása" @@ -10302,6 +10286,19 @@ msgstr "(ismeretlen)" msgid "%s: scripts unloaded" msgstr "A \"%s\" modul eltávolítva.\n" +msgid "" +"check the license of scripts when they are loaded: if the license is " +"different from the plugin license, a warning is displayed" +msgstr "" + +#, c-format +msgid "" +"keep context between two calls to the source code evaluation (option \"eval" +"\" of script command or info \"%s_eval\"); a hidden script is used to eval " +"script code; if this option is disabled, this hidden script is unloaded " +"after each eval: this uses less memory, but is slower" +msgstr "" + #, fuzzy, c-format msgid "" "%s%s: unable to call function \"%s\", script is not initialized (script: %s)" @@ -11766,6 +11763,10 @@ msgstr "%s nem sikerült a szervert létrehozni\n" msgid "%s%s: error occurred while parsing file \"%s\": %s" msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" +#, c-format +msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" +msgstr "" + msgid "" "Text replacement and command execution on events triggered by WeeChat/plugins" msgstr "" @@ -11778,10 +11779,6 @@ msgstr "%s ismeretlen opció a \"%s\" parancsnak\n" msgid "%s%s: invalid regular expression in trigger: \"%s\"" msgstr "%s nincs elég memória az információs pult üzenethez\n" -#, c-format -msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" -msgstr "" - #, fuzzy msgid "no variable" msgstr " . típus: szám\n" @@ -12636,3 +12633,7 @@ msgstr "%s hiányzó argumentum a(z) \"%s\" opciónak\n" #, fuzzy, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s DCC: nem sikerült kapcsolódni a küldőhöz\n" + +#, fuzzy, c-format +#~ msgid "%s%s: exception: %s" +#~ msgstr "%s[%s%s%s] %s%s%s kitiltva\n" diff --git a/po/it.po b/po/it.po index a7736bbc2..f68ee63f9 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-06-19 18:14+0200\n" +"POT-Creation-Date: 2021-06-24 21:03+0200\n" "PO-Revision-Date: 2021-05-25 18:28+0200\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -4595,15 +4595,6 @@ msgstr "" "password per il server proxy (nota: il contenuto viene valutato, consultare /" "help eval)" -#, fuzzy -msgid "secured data" -msgstr "Dati sicuri:" - -msgid "" -"secured data: names and values (be careful: the values are sensitive data: " -"do NOT print/log them anywhere)" -msgstr "" - msgid "WeeChat secured data (sec.conf) | Keys: [alt-v] Toggle values" msgstr "" @@ -4626,6 +4617,15 @@ msgstr "" msgid "No secured data set" msgstr "Dati sicuri non configurati" +#, fuzzy +msgid "secured data" +msgstr "Dati sicuri:" + +msgid "" +"secured data: names and values (be careful: the values are sensitive data: " +"do NOT print/log them anywhere)" +msgstr "" + msgid "Please enter your passphrase to decrypt the data secured by WeeChat:" msgstr "" "Inserire la parola chiave per decifrare i dati messi al sicuro da WeeChat:" @@ -5590,6 +5590,10 @@ msgstr "" "set_caratteri: nuovo set di caratteri per il buffer corrente\n" " reset: resetta il set di caratteri per il buffer corrente" +#, fuzzy +msgid "Executed commands" +msgstr "comandi di weechat" + msgid "Execution of external commands in WeeChat" msgstr "" @@ -5601,10 +5605,6 @@ msgstr "" msgid "%s: unexpected end of command %ld (\"%s\")" msgstr "" -#, fuzzy -msgid "Executed commands" -msgstr "comandi di weechat" - msgid "No command is running" msgstr "" @@ -5900,6 +5900,9 @@ msgid "" "format, (q)=close buffer" msgstr "" +msgid "Fast set of WeeChat and plugins options" +msgstr "" + #, c-format msgid "%s%s: there are no options displayed, unable to export." msgstr "" @@ -6472,9 +6475,6 @@ msgstr "" msgid "fset options" msgstr "elenco delle opzioni" -msgid "Fast set of WeeChat and plugins options" -msgstr "" - #, c-format msgid "%s%s: script \"%s\" already registered (register ignored)" msgstr "%s%s: script \"%s\" già registrato (funzione register ignorata)" @@ -7099,8 +7099,8 @@ msgid "" "Without argument, \"ls\" and \"list\" are sent.\n" "\n" "Capabilities supported by WeeChat are: account-notify, away-notify, cap-" -"notify, chghost, extended-join, invite-notify, multi-prefix, server-time, " -"setname, userhost-in-names.\n" +"notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, " +"server-time, setname, userhost-in-names.\n" "\n" "The capabilities to automatically enable on servers can be set in option irc." "server_default.capabilities (or by server in option irc.server.xxx." @@ -9387,11 +9387,12 @@ msgstr "\"message\": messaggio IRC, \"server\": nome server (opzionale)" #. TRANSLATORS: please do not translate key names (enclosed by quotes) #, fuzzy msgid "" -"\"tags\": tags, \"message_without_tags\": message without the tags, \"nick" -"\": nick, \"user\": user, \"host\": host, \"command\": command, \"channel\": " -"channel, \"arguments\": arguments (includes channel), \"text\": text (for " -"example user message), \"pos_command\": index of \"command\" message (\"-1\" " -"if \"command\" was not found), \"pos_arguments\": index of \"arguments\" " +"\"tags\": tags, \"tag_xxx\": unescaped value of tag \"xxx\" (one key per " +"tag), \"message_without_tags\": message without the tags, \"nick\": nick, " +"\"user\": user, \"host\": host, \"command\": command, \"channel\": channel, " +"\"arguments\": arguments (includes channel), \"text\": text (for example " +"user message), \"pos_command\": index of \"command\" message (\"-1\" if " +"\"command\" was not found), \"pos_arguments\": index of \"arguments\" " "message (\"-1\" if \"arguments\" was not found), \"pos_channel\": index of " "\"channel\" message (\"-1\" if \"channel\" was not found), \"pos_text\": " "index of \"text\" message (\"-1\" if \"text\" was not found)" @@ -10332,30 +10333,6 @@ msgstr "%s%s: riconnessione al server..." msgid "%s%s: disconnected from server" msgstr "%s%s: disconnesso dal server" -#, fuzzy, c-format -msgid "%s%s: exception: %s" -msgstr "%s%s[%s%s%s]%s eccezione %s%s" - -#, c-format -msgid "%s%s: unable to run function \"%s\"" -msgstr "%s%s: impossibile eseguire la funzione \"%s\"" - -#, c-format -msgid "%s%s: unable to create new sub-interpreter" -msgstr "%s%s: impossibile creare un nuovo sub-interprete" - -#, c-format -msgid "%s%s: unable to load file \"%s\"" -msgstr "%s%s: impossibile caricare il file \"%s\"" - -#, c-format -msgid "%s%s: unable to execute file \"%s\"" -msgstr "%s%s: impossibile eseguire il file \"%s\"" - -#, fuzzy, c-format -msgid "%sCommand \"/%s eval\" is not yet implemented" -msgstr "%sColore \"%s\" non definito nella tavolozza" - #, c-format msgid "%s===\t%s========== End of backlog (%d lines) ==========" msgstr "%s===\t%s========== Fine della cronologia (%d righe) ==========" @@ -10603,6 +10580,14 @@ msgstr "puntatore al logger (opzionale)" msgid "Support of lua scripts" msgstr "Supporto agli script lua" +#, c-format +msgid "%s%s: unable to run function \"%s\"" +msgstr "%s%s: impossibile eseguire la funzione \"%s\"" + +#, c-format +msgid "%s%s: unable to create new sub-interpreter" +msgstr "%s%s: impossibile creare un nuovo sub-interprete" + #, c-format msgid "%s%s: unable to redirect stdout and stderr" msgstr "%s%s: impossibile reindirizzare verso stdout e stderr" @@ -10611,10 +10596,18 @@ msgstr "%s%s: impossibile reindirizzare verso stdout e stderr" msgid "%s%s: unable to load source code" msgstr "%s%s: impossibile caricare il file \"%s\"" +#, c-format +msgid "%s%s: unable to load file \"%s\"" +msgstr "%s%s: impossibile caricare il file \"%s\"" + #, fuzzy, c-format msgid "%s%s: unable to execute source code" msgstr "%s%s: impossibile eseguire il file \"%s\"" +#, c-format +msgid "%s%s: unable to execute file \"%s\"" +msgstr "%s%s: impossibile eseguire il file \"%s\"" + msgid "Support of perl scripts" msgstr "Supporto agli script perl" @@ -10642,6 +10635,10 @@ msgstr "%s%s: impossibile inizializzare %s" msgid "Support of PHP scripts" msgstr "Supporto agli script lua" +#, fuzzy, c-format +msgid "%sCommand \"/%s eval\" is not yet implemented" +msgstr "%sColore \"%s\" non definito nella tavolozza" + msgid "bar" msgstr "barra" @@ -11111,19 +11108,6 @@ msgstr "Plugin scaricati" msgid "description of plugin option" msgstr "descrizione dell'opzione del plugin" -msgid "" -"check the license of scripts when they are loaded: if the license is " -"different from the plugin license, a warning is displayed" -msgstr "" - -#, c-format -msgid "" -"keep context between two calls to the source code evaluation (option \"eval" -"\" of script command or info \"%s_eval\"); a hidden script is used to eval " -"script code; if this option is disabled, this hidden script is unloaded " -"after each eval: this uses less memory, but is slower" -msgstr "" - msgid "list/load/unload scripts" msgstr "elenca/carica/scarica script" @@ -11258,6 +11242,19 @@ msgstr " (nessuno)" msgid "%s: scripts unloaded" msgstr "%s: script scaricati" +msgid "" +"check the license of scripts when they are loaded: if the license is " +"different from the plugin license, a warning is displayed" +msgstr "" + +#, c-format +msgid "" +"keep context between two calls to the source code evaluation (option \"eval" +"\" of script command or info \"%s_eval\"); a hidden script is used to eval " +"script code; if this option is disabled, this hidden script is unloaded " +"after each eval: this uses less memory, but is slower" +msgstr "" + #, c-format msgid "" "%s%s: unable to call function \"%s\", script is not initialized (script: %s)" @@ -12783,6 +12780,10 @@ msgstr "%s%s: impossibile creare un nuovo interprete" msgid "%s%s: error occurred while parsing file \"%s\": %s" msgstr "%s%s: errore durante l'analisi del file \"%s\": %s" +#, c-format +msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" +msgstr "" + msgid "" "Text replacement and command execution on events triggered by WeeChat/plugins" msgstr "" @@ -12795,10 +12796,6 @@ msgstr "%sErrore: impossibile rinominare il filtro da \"%s\" a \"%s\"" msgid "%s%s: invalid regular expression in trigger: \"%s\"" msgstr "%s%s: errore nella compilazione dell'espressione regolare \"%s\"" -#, c-format -msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" -msgstr "" - #, fuzzy msgid "no variable" msgstr "Variabili" @@ -13650,6 +13647,10 @@ msgstr "%s%s: timeout per \"%s\" con %s" msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: impossibile connettersi al mittente" +#, fuzzy, c-format +#~ msgid "%s%s: exception: %s" +#~ msgstr "%s%s[%s%s%s]%s eccezione %s%s" + #, c-format #~ msgid "" #~ "%s%s: error building answer for SASL authentication, using mechanism \"%s" diff --git a/po/ja.po b/po/ja.po index 47ad891b2..4571db51d 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-06-19 18:14+0200\n" +"POT-Creation-Date: 2021-06-24 21:03+0200\n" "PO-Revision-Date: 2021-05-25 18:28+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese