diff --git a/po/cs.po b/po/cs.po index d7561a10f..3c0b25061 100644 --- a/po/cs.po +++ b/po/cs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-05-18 09:49+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" "PO-Revision-Date: 2023-05-01 20:23+0200\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -5292,6 +5292,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n" diff --git a/po/de.po b/po/de.po index 37bcdfea7..af6e35979 100644 --- a/po/de.po +++ b/po/de.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-05-18 09:49+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" "PO-Revision-Date: 2023-05-14 15:49+0200\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -6490,7 +6490,42 @@ msgstr "" " [[;...]] || del [...] " "|| rename " -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| " list: list aliases (without argument, this list is displayed)\n" +#| " add: add an alias\n" +#| "addcompletion: add an alias with a custom completion\n" +#| " del: delete an alias\n" +#| " rename: rename an alias\n" +#| " completion: completion for alias: by default completion is done with " +#| "target command\n" +#| " note: you can use %%command to use completion of an " +#| "existing command\n" +#| " alias: name of alias\n" +#| " command: command name with arguments (many commands can be " +#| "separated by semicolons)\n" +#| "\n" +#| "Note: in command, special variables are replaced:\n" +#| " $n: argument 'n' (between 1 and 9)\n" +#| " $-m: arguments from 1 to 'm'\n" +#| " $n-: arguments from 'n' to last\n" +#| " $n-m: arguments from 'n' to 'm'\n" +#| " $*: all arguments\n" +#| " $~: last argument\n" +#| " $var: where \"var\" is a local variable of buffer (see /buffer " +#| "listvar)\n" +#| " examples: $nick, $channel, $server, $plugin, $name\n" +#| "\n" +#| "Examples:\n" +#| " alias /split to split window horizontally:\n" +#| " /alias add split /window splith\n" +#| " alias /hello to say \"hello\" on all channels but not on #weechat:\n" +#| " /alias add hello /allchan -exclude=#weechat hello\n" +#| " rename alias \"hello\" to \"Hello\":\n" +#| " /alias rename hello Hello\n" +#| " alias /forcejoin to send IRC command \"forcejoin\" with completion of /" +#| "sajoin:\n" +#| " /alias addcompletion %%sajoin forcejoin /quote forcejoin" msgid "" " list: list aliases (without argument, this list is displayed)\n" " add: add an alias\n" @@ -6511,6 +6546,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n" diff --git a/po/es.po b/po/es.po index 2c9a65fba..817f9af93 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: 2023-05-18 09:49+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" "PO-Revision-Date: 2023-05-01 20:23+0200\n" "Last-Translator: Santiago Forero \n" "Language-Team: weechat-dev \n" @@ -5909,6 +5909,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n" diff --git a/po/fr.po b/po/fr.po index 9d6b99df6..2c4d216ac 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: 2023-05-18 09:49+0200\n" -"PO-Revision-Date: 2023-05-18 09:50+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" +"PO-Revision-Date: 2023-05-18 11:51+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -6377,6 +6377,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n" @@ -6413,6 +6414,7 @@ msgstr "" " $n- : paramètres de 'n' au dernier\n" " $n-m : paramètres de 'n' à 'm'\n" " $* : tous les paramètres\n" +" $& : tous les paramètres, avec \" remplacés par \\\"\n" " $~ : le dernier paramètre\n" " $var : où \"var\" est une variable locale du tampon (voir /buffer " "listvar)\n" diff --git a/po/hu.po b/po/hu.po index ac447f9ff..78873ecf1 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: 2023-05-18 09:49+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" "PO-Revision-Date: 2023-05-01 20:23+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -4826,6 +4826,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n" diff --git a/po/it.po b/po/it.po index 21cbaa088..991f0d260 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: 2023-05-18 09:49+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" "PO-Revision-Date: 2023-05-01 20:23+0200\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -5569,6 +5569,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n" diff --git a/po/ja.po b/po/ja.po index 830ad38c1..3cde5832c 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: 2023-05-18 09:49+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" "PO-Revision-Date: 2023-05-01 20:23+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" "Language-Team: Polish \n" @@ -6677,6 +6677,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n" diff --git a/po/pt.po b/po/pt.po index beba58e62..0ebf24c84 100644 --- a/po/pt.po +++ b/po/pt.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-05-18 09:49+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" "PO-Revision-Date: 2023-05-01 20:23+0200\n" "Last-Translator: Vasco Almeida \n" "Language-Team: Portuguese <>\n" @@ -6231,6 +6231,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 42713ef71..4ea7e03b5 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-05-18 09:49+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" "PO-Revision-Date: 2023-05-01 20:23+0200\n" "Last-Translator: Érico Nogueira \n" "Language-Team: weechat-dev \n" @@ -5536,6 +5536,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n" diff --git a/po/ru.po b/po/ru.po index fc9520e55..620cf6ff4 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-05-18 09:49+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" "PO-Revision-Date: 2023-05-01 20:23+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -4864,6 +4864,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n" diff --git a/po/sr.po b/po/sr.po index b4fef3e64..65b3bb1c7 100644 --- a/po/sr.po +++ b/po/sr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-05-18 09:49+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" "PO-Revision-Date: 2023-05-14 15:29+0200\n" "Last-Translator: Ivan Pešić \n" "Language-Team: weechat-dev \n" @@ -6196,7 +6196,42 @@ msgstr "" "<довршавање> <алијас> [<команда>[;<команда>...]] || del <алијас> " "[<алијас>...] || rename " -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| " list: list aliases (without argument, this list is displayed)\n" +#| " add: add an alias\n" +#| "addcompletion: add an alias with a custom completion\n" +#| " del: delete an alias\n" +#| " rename: rename an alias\n" +#| " completion: completion for alias: by default completion is done with " +#| "target command\n" +#| " note: you can use %%command to use completion of an " +#| "existing command\n" +#| " alias: name of alias\n" +#| " command: command name with arguments (many commands can be " +#| "separated by semicolons)\n" +#| "\n" +#| "Note: in command, special variables are replaced:\n" +#| " $n: argument 'n' (between 1 and 9)\n" +#| " $-m: arguments from 1 to 'm'\n" +#| " $n-: arguments from 'n' to last\n" +#| " $n-m: arguments from 'n' to 'm'\n" +#| " $*: all arguments\n" +#| " $~: last argument\n" +#| " $var: where \"var\" is a local variable of buffer (see /buffer " +#| "listvar)\n" +#| " examples: $nick, $channel, $server, $plugin, $name\n" +#| "\n" +#| "Examples:\n" +#| " alias /split to split window horizontally:\n" +#| " /alias add split /window splith\n" +#| " alias /hello to say \"hello\" on all channels but not on #weechat:\n" +#| " /alias add hello /allchan -exclude=#weechat hello\n" +#| " rename alias \"hello\" to \"Hello\":\n" +#| " /alias rename hello Hello\n" +#| " alias /forcejoin to send IRC command \"forcejoin\" with completion of /" +#| "sajoin:\n" +#| " /alias addcompletion %%sajoin forcejoin /quote forcejoin" msgid "" " list: list aliases (without argument, this list is displayed)\n" " add: add an alias\n" @@ -6217,6 +6252,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n" diff --git a/po/tr.po b/po/tr.po index d63b2ee34..b8d9877be 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-05-18 09:49+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" "PO-Revision-Date: 2023-05-01 20:23+0200\n" "Last-Translator: Emir SARI \n" "Language-Team: weechat-dev \n" @@ -6301,6 +6301,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n" diff --git a/po/weechat.pot b/po/weechat.pot index fc67c62fb..50ebdae25 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-05-18 09:49+0200\n" +"POT-Creation-Date: 2023-05-18 11:42+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -4435,6 +4435,7 @@ msgid "" " $n-: arguments from 'n' to last\n" " $n-m: arguments from 'n' to 'm'\n" " $*: all arguments\n" +" $&: all arguments, with \" replaced by \\\"\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " "listvar)\n"