From aadd0772fe8e1471025d268103f3eb450a1f5604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 10 Mar 2022 21:26:26 +0100 Subject: irc: update translations --- doc/de/includes/autogen_api_completions.de.adoc | 2 + doc/de/includes/autogen_user_commands.de.adoc | 26 ++ doc/de/includes/autogen_user_options.de.adoc | 6 + doc/en/includes/autogen_api_completions.en.adoc | 2 + doc/en/includes/autogen_user_commands.en.adoc | 26 ++ doc/en/includes/autogen_user_options.en.adoc | 6 + doc/fr/includes/autogen_api_completions.fr.adoc | 2 + doc/fr/includes/autogen_user_commands.fr.adoc | 26 ++ doc/fr/includes/autogen_user_options.fr.adoc | 6 + doc/it/includes/autogen_api_completions.it.adoc | 2 + doc/it/includes/autogen_user_commands.it.adoc | 26 ++ doc/it/includes/autogen_user_options.it.adoc | 6 + doc/ja/includes/autogen_api_completions.ja.adoc | 2 + doc/ja/includes/autogen_user_commands.ja.adoc | 26 ++ doc/ja/includes/autogen_user_options.ja.adoc | 6 + doc/pl/includes/autogen_api_completions.pl.adoc | 2 + doc/pl/includes/autogen_user_commands.pl.adoc | 26 ++ doc/pl/includes/autogen_user_options.pl.adoc | 6 + doc/sr/includes/autogen_api_completions.sr.adoc | 2 + doc/sr/includes/autogen_user_commands.sr.adoc | 26 ++ doc/sr/includes/autogen_user_options.sr.adoc | 6 + po/cs.po | 237 ++++++++----- po/de.po | 413 ++++++++++++---------- po/es.po | 302 +++++++++------- po/fr.po | 450 ++++++++++++++---------- po/hu.po | 226 +++++++----- po/it.po | 281 +++++++++------ po/ja.po | 340 ++++++++++-------- po/pl.po | 423 ++++++++++++---------- po/pt.po | 356 +++++++++++-------- po/pt_BR.po | 254 +++++++------ po/ru.po | 222 +++++++----- po/sr.po | 276 +++++++++------ po/tr.po | 367 +++++++++++-------- po/weechat.pot | 207 ++++++----- src/plugins/irc/irc-command.c | 10 +- 36 files changed, 2810 insertions(+), 1792 deletions(-) diff --git a/doc/de/includes/autogen_api_completions.de.adoc b/doc/de/includes/autogen_api_completions.de.adoc index a82d97969..929608ab1 100644 --- a/doc/de/includes/autogen_api_completions.de.adoc +++ b/doc/de/includes/autogen_api_completions.de.adoc @@ -26,6 +26,8 @@ | irc | irc_channels | Kanäle auf allen IRC Servern +| irc | irc_channels_autojoin | channels automatically joined on the current server (option "autojoin") + | irc | irc_ignores_numbers | Anzahl für festgelegte Ignorierungen | irc | irc_modelist_masks | Modelist Maske für aktuellen IRC Kanal; benötigtes Argument: modelist mode diff --git a/doc/de/includes/autogen_user_commands.de.adoc b/doc/de/includes/autogen_user_commands.de.adoc index f41f6544c..57bcb5a78 100644 --- a/doc/de/includes/autogen_user_commands.de.adoc +++ b/doc/de/includes/autogen_user_commands.de.adoc @@ -123,6 +123,32 @@ Beispiele: /auth user2 ${weechat_config_dir}/ecdsa2.pem ---- +[[command_irc_autojoin]] +* `+autojoin+`: configure the "autojoin" server option + +---- +/autojoin add [ [...]] + addraw [,...] [[,...]] + del [ [...]] + save + + add: add current channel or a list of channels (with optional keys) to the autojoin option; if you are on the channel and the key is not provided, the key is read in the channel + addraw: use the IRC raw format (same as /join command): all channels separated by commas, optional keys separated by commas + del: delete current channel or a list of channels from the autojoin option +channel: channel name + key: key for the channel + save: save currently joined channels in the autojoin option + +Examples: + /autojoin add + /autojoin add #test + /autojoin add #chan1 #chan2 + /autojoin addraw #chan1,#chan2,#chan3 key1,key2 + /autojoin del + /autojoin del #chan1 + /autojoin save +---- + [[command_irc_ban]] * `+ban+`: Nicknamen oder Hosts sperren/verbannen diff --git a/doc/de/includes/autogen_user_options.de.adoc b/doc/de/includes/autogen_user_options.de.adoc index cf91c0c45..3f5e3fffe 100644 --- a/doc/de/includes/autogen_user_options.de.adoc +++ b/doc/de/includes/autogen_user_options.de.adoc @@ -2690,6 +2690,12 @@ ** Werte: beliebige Zeichenkette ** Standardwert: `+""+` +* [[option_irc.server_default.autojoin_dynamic]] *irc.server_default.autojoin_dynamic* +** Beschreibung: pass:none[set automatically the "autojoin" option according to the channels you manually join and part with commands /join and /part] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+off+` + * [[option_irc.server_default.autoreconnect]] *irc.server_default.autoreconnect* ** Beschreibung: pass:none[Nach einer Trennung vom Server die Verbindung automatisch wiederherstellen] ** Typ: boolesch diff --git a/doc/en/includes/autogen_api_completions.en.adoc b/doc/en/includes/autogen_api_completions.en.adoc index e62f09248..c19537309 100644 --- a/doc/en/includes/autogen_api_completions.en.adoc +++ b/doc/en/includes/autogen_api_completions.en.adoc @@ -26,6 +26,8 @@ | irc | irc_channels | channels on all IRC servers +| irc | irc_channels_autojoin | channels automatically joined on the current server (option "autojoin") + | irc | irc_ignores_numbers | numbers for defined ignores | irc | irc_modelist_masks | modelist masks of current IRC channel; required argument: modelist mode diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index 39138874a..794981923 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -123,6 +123,32 @@ Examples: /auth user2 ${weechat_config_dir}/ecdsa2.pem ---- +[[command_irc_autojoin]] +* `+autojoin+`: configure the "autojoin" server option + +---- +/autojoin add [ [...]] + addraw [,...] [[,...]] + del [ [...]] + save + + add: add current channel or a list of channels (with optional keys) to the autojoin option; if you are on the channel and the key is not provided, the key is read in the channel + addraw: use the IRC raw format (same as /join command): all channels separated by commas, optional keys separated by commas + del: delete current channel or a list of channels from the autojoin option +channel: channel name + key: key for the channel + save: save currently joined channels in the autojoin option + +Examples: + /autojoin add + /autojoin add #test + /autojoin add #chan1 #chan2 + /autojoin addraw #chan1,#chan2,#chan3 key1,key2 + /autojoin del + /autojoin del #chan1 + /autojoin save +---- + [[command_irc_ban]] * `+ban+`: ban nicks or hosts diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc index a58f77c32..33b30465b 100644 --- a/doc/en/includes/autogen_user_options.en.adoc +++ b/doc/en/includes/autogen_user_options.en.adoc @@ -2690,6 +2690,12 @@ ** values: any string ** default value: `+""+` +* [[option_irc.server_default.autojoin_dynamic]] *irc.server_default.autojoin_dynamic* +** description: pass:none[set automatically the "autojoin" option according to the channels you manually join and part with commands /join and /part] +** type: boolean +** values: on, off +** default value: `+off+` + * [[option_irc.server_default.autoreconnect]] *irc.server_default.autoreconnect* ** description: pass:none[automatically reconnect to server when disconnected] ** type: boolean diff --git a/doc/fr/includes/autogen_api_completions.fr.adoc b/doc/fr/includes/autogen_api_completions.fr.adoc index 4a8292ee4..0366b8a66 100644 --- a/doc/fr/includes/autogen_api_completions.fr.adoc +++ b/doc/fr/includes/autogen_api_completions.fr.adoc @@ -26,6 +26,8 @@ | irc | irc_channels | canaux sur tous les serveurs IRC +| irc | irc_channels_autojoin | canaux automatiquement rejoints sur le serveur courant (option "autojoin") + | irc | irc_ignores_numbers | numéros pour les ignores définis | irc | irc_modelist_masks | masques de la liste de modes du canal IRC courant ; argument obligatoire : mode de la liste de modes diff --git a/doc/fr/includes/autogen_user_commands.fr.adoc b/doc/fr/includes/autogen_user_commands.fr.adoc index a4b5fb49b..be70fdaa8 100644 --- a/doc/fr/includes/autogen_user_commands.fr.adoc +++ b/doc/fr/includes/autogen_user_commands.fr.adoc @@ -123,6 +123,32 @@ Exemples : /auth utilisateur2 ${weechat_config_dir}/ecdsa2.pem ---- +[[command_irc_autojoin]] +* `+autojoin+`: configurer l'option serveur "autojoin" + +---- +/autojoin add [ [...]] + addraw [,...] [[,...]] + del [ [...]] + save + + add : ajouter le canal courant ou une liste de canaux (avec clés facultatives) dans l'option autojoin ; si vous êtes sur le canal et que la clé n'est pas fournie, la clé est lue sur ce canal + addraw : utiliser le format brut IRC (identique à la commande /join) : tous les canaux séparés par des virgules, clés facultatives séparées par des virgules + del : supprimer le canal courant ou une liste de canaux de l'option autojoin +channel : nom du canal + key : clé pour le canal + save : sauver les canaux actuellement joints dans l'option autojoin + +Exemples : + /autojoin add + /autojoin add #test + /autojoin add #chan1 #chan2 + /autojoin addraw #chan1,#chan2,#chan3 key1,key2 + /autojoin del + /autojoin del #chan1 + /autojoin save +---- + [[command_irc_ban]] * `+ban+`: bannir des pseudos ou hôtes diff --git a/doc/fr/includes/autogen_user_options.fr.adoc b/doc/fr/includes/autogen_user_options.fr.adoc index 4ca15142d..73c3b6a8c 100644 --- a/doc/fr/includes/autogen_user_options.fr.adoc +++ b/doc/fr/includes/autogen_user_options.fr.adoc @@ -2690,6 +2690,12 @@ ** valeurs: toute chaîne ** valeur par défaut: `+""+` +* [[option_irc.server_default.autojoin_dynamic]] *irc.server_default.autojoin_dynamic* +** description: pass:none[définir automatiquement l'option "autojoin" selon les canaux que vous rejoignez ou quittez manuellement avec les commandes /join et /part] +** type: booléen +** valeurs: on, off +** valeur par défaut: `+off+` + * [[option_irc.server_default.autoreconnect]] *irc.server_default.autoreconnect* ** description: pass:none[reconnexion automatique au serveur après une déconnexion] ** type: booléen diff --git a/doc/it/includes/autogen_api_completions.it.adoc b/doc/it/includes/autogen_api_completions.it.adoc index 9c04c899c..d2d5b6282 100644 --- a/doc/it/includes/autogen_api_completions.it.adoc +++ b/doc/it/includes/autogen_api_completions.it.adoc @@ -26,6 +26,8 @@ | irc | irc_channels | canali su tutti i server IRC +| irc | irc_channels_autojoin | channels automatically joined on the current server (option "autojoin") + | irc | irc_ignores_numbers | numero di ignore definiti | irc | irc_modelist_masks | modelist masks of current IRC channel; required argument: modelist mode diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc index 4c9df4d33..7967f04f4 100644 --- a/doc/it/includes/autogen_user_commands.it.adoc +++ b/doc/it/includes/autogen_user_commands.it.adoc @@ -123,6 +123,32 @@ Examples: /auth user2 ${weechat_config_dir}/ecdsa2.pem ---- +[[command_irc_autojoin]] +* `+autojoin+`: configure the "autojoin" server option + +---- +/autojoin add [ [...]] + addraw [,...] [[,...]] + del [ [...]] + save + + add: add current channel or a list of channels (with optional keys) to the autojoin option; if you are on the channel and the key is not provided, the key is read in the channel + addraw: use the IRC raw format (same as /join command): all channels separated by commas, optional keys separated by commas + del: delete current channel or a list of channels from the autojoin option +channel: channel name + key: key for the channel + save: save currently joined channels in the autojoin option + +Examples: + /autojoin add + /autojoin add #test + /autojoin add #chan1 #chan2 + /autojoin addraw #chan1,#chan2,#chan3 key1,key2 + /autojoin del + /autojoin del #chan1 + /autojoin save +---- + [[command_irc_ban]] * `+ban+`: banna nick oppure host diff --git a/doc/it/includes/autogen_user_options.it.adoc b/doc/it/includes/autogen_user_options.it.adoc index 04d557132..9457d0656 100644 --- a/doc/it/includes/autogen_user_options.it.adoc +++ b/doc/it/includes/autogen_user_options.it.adoc @@ -2690,6 +2690,12 @@ ** valori: qualsiasi stringa ** valore predefinito: `+""+` +* [[option_irc.server_default.autojoin_dynamic]] *irc.server_default.autojoin_dynamic* +** descrizione: pass:none[set automatically the "autojoin" option according to the channels you manually join and part with commands /join and /part] +** tipo: bool +** valori: on, off +** valore predefinito: `+off+` + * [[option_irc.server_default.autoreconnect]] *irc.server_default.autoreconnect* ** descrizione: pass:none[riconnette automaticamente al server alla disconnessione] ** tipo: bool diff --git a/doc/ja/includes/autogen_api_completions.ja.adoc b/doc/ja/includes/autogen_api_completions.ja.adoc index 423e4d254..9e99de8aa 100644 --- a/doc/ja/includes/autogen_api_completions.ja.adoc +++ b/doc/ja/includes/autogen_api_completions.ja.adoc @@ -26,6 +26,8 @@ | irc | irc_channels | 全ての IRC サーバのチャンネル +| irc | irc_channels_autojoin | channels automatically joined on the current server (option "autojoin") + | irc | irc_ignores_numbers | 無視エントリの数 | irc | irc_modelist_masks | 現在の IRC チャンネルのモードリストマスク; 必須の引数: modelist mode diff --git a/doc/ja/includes/autogen_user_commands.ja.adoc b/doc/ja/includes/autogen_user_commands.ja.adoc index 4c0a70dc0..af2962d98 100644 --- a/doc/ja/includes/autogen_user_commands.ja.adoc +++ b/doc/ja/includes/autogen_user_commands.ja.adoc @@ -123,6 +123,32 @@ Examples: /auth user2 ${weechat_config_dir}/ecdsa2.pem ---- +[[command_irc_autojoin]] +* `+autojoin+`: configure the "autojoin" server option + +---- +/autojoin add [ [...]] + addraw [,...] [[,...]] + del [ [...]] + save + + add: add current channel or a list of channels (with optional keys) to the autojoin option; if you are on the channel and the key is not provided, the key is read in the channel + addraw: use the IRC raw format (same as /join command): all channels separated by commas, optional keys separated by commas + del: delete current channel or a list of channels from the autojoin option +channel: channel name + key: key for the channel + save: save currently joined channels in the autojoin option + +Examples: + /autojoin add + /autojoin add #test + /autojoin add #chan1 #chan2 + /autojoin addraw #chan1,#chan2,#chan3 key1,key2 + /autojoin del + /autojoin del #chan1 + /autojoin save +---- + [[command_irc_ban]] * `+ban+`: ニックネームかホスト名を指定してバン diff --git a/doc/ja/includes/autogen_user_options.ja.adoc b/doc/ja/includes/autogen_user_options.ja.adoc index 2f07f9b74..a962d6ef8 100644 --- a/doc/ja/includes/autogen_user_options.ja.adoc +++ b/doc/ja/includes/autogen_user_options.ja.adoc @@ -2690,6 +2690,12 @@ ** 値: 未制約文字列 ** デフォルト値: `+""+` +* [[option_irc.server_default.autojoin_dynamic]] *irc.server_default.autojoin_dynamic* +** 説明: pass:none[set automatically the "autojoin" option according to the channels you manually join and part with commands /join and /part] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+off+` + * [[option_irc.server_default.autoreconnect]] *irc.server_default.autoreconnect* ** 説明: pass:none[接続が切れたときに自動的に再接続] ** タイプ: ブール diff --git a/doc/pl/includes/autogen_api_completions.pl.adoc b/doc/pl/includes/autogen_api_completions.pl.adoc index 9cf357f64..34effc213 100644 --- a/doc/pl/includes/autogen_api_completions.pl.adoc +++ b/doc/pl/includes/autogen_api_completions.pl.adoc @@ -26,6 +26,8 @@ | irc | irc_channels | kanały na wszystkich serwerach IRC +| irc | irc_channels_autojoin | channels automatically joined on the current server (option "autojoin") + | irc | irc_ignores_numbers | numery zdefiniowanych ignorów | irc | irc_modelist_masks | maski modlisty obecnego kanału IRC; wymagany argument: modelist mode diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc index c8dc05cea..f7b9b0049 100644 --- a/doc/pl/includes/autogen_user_commands.pl.adoc +++ b/doc/pl/includes/autogen_user_commands.pl.adoc @@ -123,6 +123,32 @@ Przykłady: /auth user2 ${weechat_config_dir}/ecdsa2.pem ---- +[[command_irc_autojoin]] +* `+autojoin+`: configure the "autojoin" server option + +---- +/autojoin add [ [...]] + addraw [,...] [[,...]] + del [ [...]] + save + + add: add current channel or a list of channels (with optional keys) to the autojoin option; if you are on the channel and the key is not provided, the key is read in the channel + addraw: use the IRC raw format (same as /join command): all channels separated by commas, optional keys separated by commas + del: delete current channel or a list of channels from the autojoin option +channel: channel name + key: key for the channel + save: save currently joined channels in the autojoin option + +Examples: + /autojoin add + /autojoin add #test + /autojoin add #chan1 #chan2 + /autojoin addraw #chan1,#chan2,#chan3 key1,key2 + /autojoin del + /autojoin del #chan1 + /autojoin save +---- + [[command_irc_ban]] * `+ban+`: banuje nick albo host diff --git a/doc/pl/includes/autogen_user_options.pl.adoc b/doc/pl/includes/autogen_user_options.pl.adoc index ea70ac234..a830cad65 100644 --- a/doc/pl/includes/autogen_user_options.pl.adoc +++ b/doc/pl/includes/autogen_user_options.pl.adoc @@ -2690,6 +2690,12 @@ ** wartości: dowolny ciąg ** domyślna wartość: `+""+` +* [[option_irc.server_default.autojoin_dynamic]] *irc.server_default.autojoin_dynamic* +** opis: pass:none[set automatically the "autojoin" option according to the channels you manually join and part with commands /join and /part] +** typ: bool +** wartości: on, off +** domyślna wartość: `+off+` + * [[option_irc.server_default.autoreconnect]] *irc.server_default.autoreconnect* ** opis: pass:none[automatycznie połącz się z serwerem po rozłączeniu] ** typ: bool diff --git a/doc/sr/includes/autogen_api_completions.sr.adoc b/doc/sr/includes/autogen_api_completions.sr.adoc index 238d4f342..dc4265f1c 100644 --- a/doc/sr/includes/autogen_api_completions.sr.adoc +++ b/doc/sr/includes/autogen_api_completions.sr.adoc @@ -26,6 +26,8 @@ | irc | irc_channels | канали на свим IRC серверима +| irc | irc_channels_autojoin | channels automatically joined on the current server (option "autojoin") + | irc | irc_ignores_numbers | бројеви за дефинисана игнорисања | irc | irc_modelist_masks | modelist маске текућег IRC канала; обавезни аргумент: modelist режим diff --git a/doc/sr/includes/autogen_user_commands.sr.adoc b/doc/sr/includes/autogen_user_commands.sr.adoc index 0ddb22f94..12c57a168 100644 --- a/doc/sr/includes/autogen_user_commands.sr.adoc +++ b/doc/sr/includes/autogen_user_commands.sr.adoc @@ -123,6 +123,32 @@ /auth корисник2 ${weechat_config_dir}/ecdsa2.pem ---- +[[command_irc_autojoin]] +* `+autojoin+`: configure the "autojoin" server option + +---- +/autojoin add [ [...]] + addraw [,...] [[,...]] + del [ [...]] + save + + add: add current channel or a list of channels (with optional keys) to the autojoin option; if you are on the channel and the key is not provided, the key is read in the channel + addraw: use the IRC raw format (same as /join command): all channels separated by commas, optional keys separated by commas + del: delete current channel or a list of channels from the autojoin option +channel: channel name + key: key for the channel + save: save currently joined channels in the autojoin option + +Examples: + /autojoin add + /autojoin add #test + /autojoin add #chan1 #chan2 + /autojoin addraw #chan1,#chan2,#chan3 key1,key2 + /autojoin del + /autojoin del #chan1 + /autojoin save +---- + [[command_irc_ban]] * `+ban+`: забрана надимака или хостова diff --git a/doc/sr/includes/autogen_user_options.sr.adoc b/doc/sr/includes/autogen_user_options.sr.adoc index 76add6905..2a7d8bc0b 100644 --- a/doc/sr/includes/autogen_user_options.sr.adoc +++ b/doc/sr/includes/autogen_user_options.sr.adoc @@ -2690,6 +2690,12 @@ ** вредности: било који стринг ** подразумевана вредност: `+""+` +* [[option_irc.server_default.autojoin_dynamic]] *irc.server_default.autojoin_dynamic* +** опис: pass:none[set automatically the "autojoin" option according to the channels you manually join and part with commands /join and /part] +** тип: логичка +** вредности: on, off +** подразумевана вредност: `+off+` + * [[option_irc.server_default.autoreconnect]] *irc.server_default.autoreconnect* ** опис: pass:none[аутоматско поновно повезивање са сервером када се веза прекине] ** тип: логичка diff --git a/po/cs.po b/po/cs.po index 382989db8..3e4c849ae 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: 2022-01-28 09:07+0100\n" +"POT-Creation-Date: 2022-03-10 21:21+0100\n" "PO-Revision-Date: 2022-01-28 09:35+0100\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -1455,8 +1455,8 @@ msgid "" msgstr "" msgid "" -" go: move cursor to chat area, a bar (using bar name) or coordinates \"x,y" -"\"\n" +" go: move cursor to chat area, a bar (using bar name) or coordinates \"x," +"y\"\n" "move: move cursor with direction\n" "stop: stop cursor mode\n" "\n" @@ -1617,12 +1617,12 @@ msgid "" "\"color\")\n" " 14. a modifier (format: \"modifier:name,data,string\")\n" " 15. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 16. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx" -"\" or \"base_decode:base,xxx\")\n" +" 16. a base 16/32/64 encoded/decoded string (format: \"base_encode:base," +"xxx\" or \"base_decode:base,xxx\")\n" " 17. current date/time (format: \"date\" or \"date:format\")\n" " 18. an environment variable (format: \"env:XXX\")\n" -" 19. a ternary operator (format: \"if:condition?value_if_true:value_if_false" -"\")\n" +" 19. a ternary operator (format: \"if:condition?value_if_true:" +"value_if_false\")\n" " 20. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" " 21. a random integer number (format: \"random:min,max\")\n" @@ -2184,8 +2184,8 @@ msgid "" " time: hh:mm:ss (example: 04:32:55)\n" " -tags: comma-separated list of tags (see /help filter for a list of " "tags most commonly used)\n" -" text: text to display (prefix and message must be separated by \"\\t" -"\", if text starts with \"-\", then add a \"\\\" before)\n" +" text: text to display (prefix and message must be separated by " +"\"\\t\", if text starts with \"-\", then add a \"\\\" before)\n" " -stdout: display text on stdout (escaped chars are interpreted)\n" " -stderr: display text on stderr (escaped chars are interpreted)\n" " -beep: alias of \"-stderr \\a\"\n" @@ -2403,8 +2403,8 @@ msgid "" " set a passphrase:\n" " /secure passphrase this is my passphrase\n" " use program \"pass\" to read the passphrase on startup:\n" -" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase" -"\"\n" +" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/" +"passphrase\"\n" " encrypt libera SASL password:\n" " /secure set libera mypassword\n" " /set irc.server.libera.sasl_password \"${sec.data.libera}\"\n" @@ -3127,8 +3127,8 @@ msgid "" "time format for each line displayed in buffers (see man strftime for date/" "time specifiers) (note: content is evaluated, so you can use colors with " "format \"${color:xxx}\", see /help eval); for example time using grayscale " -"(requires support of 256 colors): \"${color:252}%H${color:245}%M" -"${color:240}%S\"" +"(requires support of 256 colors): " +"\"${color:252}%H${color:245}%M${color:240}%S\"" msgstr "" "formát času zobrazeného na každém řádku v bufferu (viz. man strftime pro " "specifikaci data/času), barvy jsou povoleny ve formátu \"${barva}\", " @@ -3239,8 +3239,8 @@ msgstr "" #, fuzzy msgid "" -"if set, /upgrade command must be confirmed with extra argument \"-yes" -"\" (see /help upgrade)" +"if set, /upgrade command must be confirmed with extra argument \"-" +"yes\" (see /help upgrade)" msgstr "" "pokud je nastaveno musí být příkaz /quit potvrzen speciálním argumentem \"-" "yes\" (viz /help quit)" @@ -3288,8 +3288,8 @@ msgstr "" msgid "" "comma separated list of words to highlight; case insensitive comparison (use " "\"(?-i)\" at beginning of words to make them case sensitive), words may " -"begin or end with \"*\" for partial match; example: \"test,(?-i)*toto*,flash*" -"\"" +"begin or end with \"*\" for partial match; example: \"test,(?-i)*toto*," +"flash*\"" msgstr "" "čárkou oddělený seznam slov pro zvýraznění (neporovnává se velikost písmen, " "slova mohou začínat nebo končit \"*\" pro částečnou schodu)" @@ -3537,8 +3537,8 @@ msgstr "" msgid "" "enable terminal \"bracketed paste mode\" (not supported in all terminals/" "multiplexers): in this mode, pasted text is bracketed with control sequences " -"so that WeeChat can differentiate pasted text from typed-in text (\"ESC[200~" -"\", followed by the pasted text, followed by \"ESC[201~\")" +"so that WeeChat can differentiate pasted text from typed-in text " +"(\"ESC[200~\", followed by the pasted text, followed by \"ESC[201~\")" msgstr "" msgid "" @@ -4710,15 +4710,15 @@ msgid "bar position (bottom, top, left, right)" msgstr "pozice pole (bottom, top, left, right)" msgid "" -"bar filling direction (\"horizontal\" (from left to right) or \"vertical" -"\" (from top to bottom)) when bar position is top or bottom" +"bar filling direction (\"horizontal\" (from left to right) or " +"\"vertical\" (from top to bottom)) when bar position is top or bottom" msgstr "" "směr plnění pole (\"horizontal\" (z leva do prava) nebo \"vertical\" (z hora " "dolů)) když je pozice pole nahoře nebo dole" msgid "" -"bar filling direction (\"horizontal\" (from left to right) or \"vertical" -"\" (from top to bottom)) when bar position is left or right" +"bar filling direction (\"horizontal\" (from left to right) or " +"\"vertical\" (from top to bottom)) when bar position is left or right" msgstr "" "směr plnění pole (\"horizontal\" (z leva do prava) nebo \"vertical\" (z hora " "dolů)) když je pozice pole vlevo nebo vpravo" @@ -5168,9 +5168,9 @@ msgid "" msgstr "" msgid "" -"number of buflist bar items that can be used; the item names are: \"buflist" -"\", \"buflist2\", \"buflist3\"; be careful, using more than one bar item " -"slows down the display of buffers list" +"number of buflist bar items that can be used; the item names are: " +"\"buflist\", \"buflist2\", \"buflist3\"; be careful, using more than one bar " +"item slows down the display of buffers list" msgstr "" msgid "" @@ -5624,11 +5624,11 @@ msgstr "popis" #, c-format msgid "" -"%s%d%s/%s%d%s%s | Filter: %s%s%s | Sort: %s%s%s | Key(input): alt" -"+space=toggle boolean, alt+'-'(-)=subtract 1 or set, alt+'+'(+)=add 1 or " +"%s%d%s/%s%d%s%s | Filter: %s%s%s | Sort: %s%s%s | Key(input): " +"alt+space=toggle boolean, alt+'-'(-)=subtract 1 or set, alt+'+'(+)=add 1 or " "append, alt+f,alt+r(r)=reset, alt+f,alt+u(u)=unset, alt+enter(s)=set, alt+f," -"alt+n(n)=set new value, alt+f,alt+a(a)=append, alt+','=mark/unmark, shift" -"+down=mark and move down, shift+up=move up and mark, ($)=refresh, ($" +"alt+n(n)=set new value, alt+f,alt+a(a)=append, alt+','=mark/unmark, " +"shift+down=mark and move down, shift+up=move up and mark, ($)=refresh, ($" "$)=unmark/refresh, (m)=mark matching options, (u)=unmark matching options, " "alt+p(p)=toggle plugins desc, alt+v(v)=toggle help bar, ctrl+X(x)=switch " "format, (q)=close buffer" @@ -6344,6 +6344,18 @@ msgstr "" msgid "%s%s: SASL is not supported by the server" msgstr "%s%s: nejste připojen k serveru" +#, c-format +msgid "%s%s: \"%s\" command can only be executed in a channel buffer" +msgstr "%s%s: \"%s\" příkaz může být spuštěn pouze v bufferu kanálu" + +#, fuzzy, c-format +msgid "Autojoin changed from \"%s\" to \"%s\"" +msgstr "%s%s%s%s změnil téma pro %s%s%s na \"%s%s%s\"" + +#, c-format +msgid "Autojoin changed from empty value to \"%s\"" +msgstr "" + #, c-format msgid "%s: future away: %s" msgstr "%s: Budoucí zpráva o nepřítomnosit: %s" @@ -6352,10 +6364,6 @@ msgstr "%s: Budoucí zpráva o nepřítomnosit: %s" msgid "%s: future away removed" msgstr "%s: Budoucí zpráva o nepřítomnosti odebrána" -#, c-format -msgid "%s%s: \"%s\" command can only be executed in a channel buffer" -msgstr "%s%s: \"%s\" příkaz může být spuštěn pouze v bufferu kanálu" - #, c-format msgid "%s%s: already connected to server \"%s\"!" msgstr "%s%s: již připojený k serveru \"%s\"!" @@ -6382,8 +6390,8 @@ msgstr "" #, c-format msgid "" -"%s%s: if you want to add a standard server, use the command \"/server add" -"\" (see /help server); if you really want to add a temporary server (NOT " +"%s%s: if you want to add a standard server, use the command \"/server " +"add\" (see /help server); if you really want to add a temporary server (NOT " "SAVED), turn on the option irc.look.temporary_servers" msgstr "" @@ -6822,6 +6830,38 @@ msgid "" " /auth user2 ${weechat_config_dir}/ecdsa2.pem" msgstr "" +#, fuzzy +#| msgid "configuration options" +msgid "configure the \"autojoin\" server option" +msgstr "konfigurační nastavení" + +msgid "" +"add [ [...]] || addraw [,...] " +"[[,...]] || del [ [...]] || save" +msgstr "" + +msgid "" +" add: add current channel or a list of channels (with optional keys) to " +"the autojoin option; if you are on the channel and the key is not provided, " +"the key is read in the channel\n" +" addraw: use the IRC raw format (same as /join command): all channels " +"separated by commas, optional keys separated by commas\n" +" del: delete current channel or a list of channels from the autojoin " +"option\n" +"channel: channel name\n" +" key: key for the channel\n" +" save: save currently joined channels in the autojoin option\n" +"\n" +"Examples:\n" +" /autojoin add\n" +" /autojoin add #test\n" +" /autojoin add #chan1 #chan2\n" +" /autojoin addraw #chan1,#chan2,#chan3 key1,key2\n" +" /autojoin del\n" +" /autojoin del #chan1\n" +" /autojoin save" +msgstr "" + msgid "ban nicks or hosts" msgstr "zakázat přezdívky nebo hosty" @@ -7657,9 +7697,9 @@ msgid "" "sent (message sent), modified (message modified by a modifier), redirected " "(message redirected)\n" " m:xxx show only IRC command \"xxx\"\n" -" c:xxx show only messages matching the evaluated condition \"xxx" -"\", using following variables: output of function irc_message_parse (like " -"nick, command, channel, text, etc., see function info_get_hashtable in " +" c:xxx show only messages matching the evaluated condition " +"\"xxx\", using following variables: output of function irc_message_parse " +"(like nick, command, channel, text, etc., see function info_get_hashtable in " "plugin API reference for the list of all variables), date (format: \"yyyy-mm-" "dd hh:mm:ss\"), server, recv, sent, modified, redirected\n" "\n" @@ -7971,6 +8011,16 @@ msgstr "téma hovoru na aktuálním IRC kanálu" msgid "channels on all IRC servers" msgstr "kanály na všech IRC serverech" +#, fuzzy +#| msgid "" +#| "auto switch to channel buffer when it is auto joined (with server option " +#| "\"autojoin\")" +msgid "" +"channels automatically joined on the current server (option \"autojoin\")" +msgstr "" +"automaticky zobrazit buffer kanálu, když je kanál automaticky připojen " +"(pomocí \"autojoin\" volby serveru)" + msgid "privates on all IRC servers" msgstr "soukromé rozhovory na všech IRC serverech" @@ -8102,8 +8152,8 @@ msgid "" msgstr "" "řetězec s přioritami pro gnutls (viz. dokumentace pro funkci " "gnutls_priority_init v manuálu gnutls pro syntaxi, běžné řetězce jsou: " -"\"PERFORMANCE\", \"NORMAL\", \"SECURE128\", \"SECURE256\", \"EXPORT\", \"NONE" -"\")" +"\"PERFORMANCE\", \"NORMAL\", \"SECURE128\", \"SECURE256\", \"EXPORT\", " +"\"NONE\")" msgid "size of the key used during the Diffie-Hellman Key Exchange" msgstr "velikost klíče použitého při použití výměny klíčů Diffie Hellman" @@ -8241,8 +8291,8 @@ msgstr "" #, fuzzy msgid "" "user mode(s) to set after connection to server and before executing command " -"and the auto-join of channels; examples: \"+R\" (to set mode \"R\"), \"+R-i" -"\" (to set mode \"R\" and remove \"i\"); see /help mode for the complete " +"and the auto-join of channels; examples: \"+R\" (to set mode \"R\"), \"+R-" +"i\" (to set mode \"R\" and remove \"i\"); see /help mode for the complete " "mode syntax (note: content is evaluated, see /help eval; server options are " "evaluated with ${irc_server.xxx} and ${server} is replaced by the server " "name)" @@ -8283,10 +8333,15 @@ msgid "" "name)" msgstr "" +msgid "" +"set automatically the \"autojoin\" option according to the channels you " +"manually join and part with commands /join and /part" +msgstr "" + msgid "" "automatically rejoin channels after kick; you can define a buffer local " -"variable on a channel to override this value (name of variable: \"autorejoin" -"\", value: \"on\" or \"off\")" +"variable on a channel to override this value (name of variable: " +"\"autorejoin\", value: \"on\" or \"off\")" msgstr "" msgid "delay (in seconds) before autorejoin (after kick)" @@ -8509,8 +8564,8 @@ msgid "" "sensitive; special variables $nick, $channel and $server are replaced by " "their values), these words are added to buffer property \"highlight_words\" " "only when buffer is created (it does not affect current buffers), an empty " -"string disables default highlight on nick, examples: \"$nick\", \"(?-i)$nick" -"\"" +"string disables default highlight on nick, examples: \"$nick\", \"(?-" +"i)$nick\"" msgstr "" msgid "" @@ -8519,8 +8574,8 @@ msgid "" "sensitive; special variables $nick, $channel and $server are replaced by " "their values), these words are added to buffer property \"highlight_words\" " "only when buffer is created (it does not affect current buffers), an empty " -"string disables default highlight on nick, examples: \"$nick\", \"(?-i)$nick" -"\"" +"string disables default highlight on nick, examples: \"$nick\", \"(?-" +"i)$nick\"" msgstr "" msgid "" @@ -8529,8 +8584,8 @@ msgid "" "sensitive; special variables $nick, $channel and $server are replaced by " "their values), these words are added to buffer property \"highlight_words\" " "only when buffer is created (it does not affect current buffers), an empty " -"string disables default highlight on nick, examples: \"$nick\", \"(?-i)$nick" -"\"" +"string disables default highlight on nick, examples: \"$nick\", \"(?-" +"i)$nick\"" msgstr "" msgid "" @@ -8872,9 +8927,9 @@ msgstr "" msgid "" "default ban mask for commands /ban, /unban and /kickban; variables $nick, " "$user, $ident and $host are replaced by their values (extracted from \"nick!" -"user@host\"); $ident is the same as $user if $user does not start with \"~" -"\", otherwise it is set to \"*\"; this default mask is used only if WeeChat " -"knows the host for the nick" +"user@host\"); $ident is the same as $user if $user does not start with " +"\"~\", otherwise it is set to \"*\"; this default mask is used only if " +"WeeChat knows the host for the nick" msgstr "" msgid "when off, colors codes are ignored in incoming messages" @@ -9006,8 +9061,8 @@ msgid "IRC host (like `:nick!name@server.com`)" msgstr "IRC host (jako `:nick!name@server.com`)" msgid "" -"get nick color code (*deprecated* since version 1.5, replaced by \"nick_color" -"\")" +"get nick color code (*deprecated* since version 1.5, replaced by " +"\"nick_color\")" msgstr "" msgid "nickname" @@ -9053,11 +9108,11 @@ msgid "" "\"arguments\": arguments (includes channel), \"text\": text (for example " "user message), \"param1\" ... \"paramN\": parsed command parameters, " "\"num_params\": number of parsed command parameters, \"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)" +"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 "" #, fuzzy @@ -9437,8 +9492,8 @@ msgstr[2] "hodin" msgid "" "%s%s[%s%s%s]%s idle: %s%02d %s%s %s%02d %s%s %s%02d %s%s, signon at: %s%s" msgstr "" -"%s%s[%s%s%s]%s nečinný: %s%02d %s%s %s%02d %s%s %s%02d %s%s, přihlášen v: %s" -"%s" +"%s%s[%s%s%s]%s nečinný: %s%02d %s%s %s%02d %s%s %s%02d %s%s, přihlášen v: " +"%s%s" #, c-format msgid "%sMode %s%s %s[%s%s%s]" @@ -9637,8 +9692,8 @@ msgid "" "%s%s: too few parameters received in command \"%s\" (received: %d, expected: " "at least %d)" msgstr "" -"%s%s: přijato příliš málo argumentů od IRC serveru pro příkaz \"%s" -"\" (obdrženo: %d argumentů, očekáváno: alespoň %d)" +"%s%s: přijato příliš málo argumentů od IRC serveru pro příkaz " +"\"%s\" (obdrženo: %d argumentů, očekáváno: alespoň %d)" #, fuzzy, c-format #| msgid "%s%s: \"%s\" command received without host" @@ -10725,8 +10780,8 @@ msgid "" "%sAPI mismatch for plugin \"%s\" (current API: \"%s\", plugin API: \"%s\"), " "failed to load" msgstr "" -"%sChyba: chyba API v pluginu \"%s\" (aktuální API: \"%s\", API pluginu: \"%s" -"\"), načtení selhalo" +"%sChyba: chyba API v pluginu \"%s\" (aktuální API: \"%s\", API pluginu: " +"\"%s\"), načtení selhalo" #, fuzzy, c-format msgid "%sUnable to load plugin \"%s\": a plugin with same name already exists" @@ -10888,9 +10943,9 @@ 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 " +"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 "" @@ -11346,9 +11401,9 @@ msgstr "" msgid "" "comma separated list of hash algorithms used for password authentication in " "weechat protocol, among these values: \"plain\" (password in plain text, not " -"hashed), \"sha256\", \"sha512\", \"pbkdf2+sha256\", \"pbkdf2+sha512\"), \"*" -"\" means all algorithms, a name beginning with \"!\" is a negative value to " -"prevent an algorithm from being used, wildcard \"*\" is allowed in names " +"hashed), \"sha256\", \"sha512\", \"pbkdf2+sha256\", \"pbkdf2+sha512\"), " +"\"*\" means all algorithms, a name beginning with \"!\" is a negative value " +"to prevent an algorithm from being used, wildcard \"*\" is allowed in names " "(examples: \"*\", \"pbkdf2*\", \"*,!plain\")" msgstr "" "čárkou rozdělený seznam pluginů pro automatické načtení při spuštění \"*\" " @@ -11412,8 +11467,8 @@ msgstr "zobrazovat hosta ve zprávách o odchodu/ukončení" msgid "" "comma-separated list of messages tags which are displayed in backlog per IRC " -"channel (supported tags: \"irc_join\", \"irc_part\", \"irc_quit\", \"irc_nick" -"\", \"irc_privmsg\"), \"*\" = all supported tags" +"channel (supported tags: \"irc_join\", \"irc_part\", \"irc_quit\", " +"\"irc_nick\", \"irc_privmsg\"), \"*\" = all supported tags" msgstr "" msgid "" @@ -11585,11 +11640,11 @@ msgstr "%s%s: selhalo parsování příkazu \"%s\" (prosím oznamte to vývojár #, fuzzy, c-format msgid "" -"%s%s: too few arguments received from client %s%s%s for command \"%s" -"\" (received: %d arguments, expected: at least %d)" +"%s%s: too few arguments received from client %s%s%s for command " +"\"%s\" (received: %d arguments, expected: at least %d)" msgstr "" -"%s%s: přijato příliš málo argumentů od IRC serveru pro příkaz \"%s" -"\" (obdrženo: %d argumentů, očekáváno: alespoň %d)" +"%s%s: přijato příliš málo argumentů od IRC serveru pro příkaz " +"\"%s\" (obdrženo: %d argumentů, očekáváno: alespoň %d)" msgid "Support of ruby scripts" msgstr "Podpora skriptů v ruby" @@ -12638,12 +12693,12 @@ msgstr "" msgid "" "list|listfull|listdefault || add|addoff|addreplace " -"[\"\" [\"\" [\"\" [\"" -"\" [\"\" [\"\"]]]]]] || addinput [] || input|" -"output|recreate || set