summaryrefslogtreecommitdiff
path: root/po/sr.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-05-18 11:51:25 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-05-18 11:51:25 +0200
commit6c567c813edf40f41f36e5677b86c3614dce18e8 (patch)
treee8664956a54d83552da692a0437c65559dcb3c7b /po/sr.po
parenta2b21df6aba2f3394cd59aa11bfc852826fb0376 (diff)
downloadweechat-6c567c813edf40f41f36e5677b86c3614dce18e8.zip
core: update translations
Diffstat (limited to 'po/sr.po')
-rw-r--r--po/sr.po40
1 files changed, 38 insertions, 2 deletions
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"