summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/cs.po3
-rw-r--r--po/de.po40
-rw-r--r--po/es.po3
-rw-r--r--po/fr.po6
-rw-r--r--po/hu.po3
-rw-r--r--po/it.po3
-rw-r--r--po/ja.po3
-rw-r--r--po/pl.po3
-rw-r--r--po/pt.po3
-rw-r--r--po/pt_BR.po3
-rw-r--r--po/ru.po3
-rw-r--r--po/sr.po40
-rw-r--r--po/tr.po3
-rw-r--r--po/weechat.pot3
14 files changed, 102 insertions, 17 deletions
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 <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@@ -6490,7 +6490,42 @@ msgstr ""
"<completion> <alias> [<command>[;<command>...]] || del <alias> [<alias>...] "
"|| rename <alias> <new_alias>"
-#, 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 <santiago@forero.xyz>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -6184,6 +6184,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/pl.po b/po/pl.po
index 71bfea1d9..d00b0b1fa 100644
--- a/po/pl.po
+++ b/po/pl.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: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\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 <vascomalmeida@sapo.pt>\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 <ericonr@disroot.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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ć <ivan.pesic@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -6196,7 +6196,42 @@ msgstr ""
"<довршавање> <алијас> [<команда>[;<команда>...]] || del <алијас> "
"[<алијас>...] || rename <alias> <new_alias>"
-#, 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 <emir_sari@icloud.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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"