diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-07-20 22:39:28 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-07-20 22:39:28 +0200 |
commit | 84e30438d42c1726d506b6ca93feaf7c854ec303 (patch) | |
tree | f91e9405d889f59f9416367f305f003c8c8914c0 /po/pl.po | |
parent | ee3a4a1fc01815c64354d1c793fc5330a079b2d9 (diff) | |
download | weechat-84e30438d42c1726d506b6ca93feaf7c854ec303.zip |
irc: allow to send text on buffers with commands /allchan, /allpv and /allserv
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 39 |
1 files changed, 21 insertions, 18 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-07-20 22:16+0200\n" +"POT-Creation-Date: 2020-07-20 22:25+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -5521,7 +5521,7 @@ msgstr "" "list [<alias>] || add <alias> [<komenda>[;<komenda>...]] || addcompletion " "<dopełnienie> <alias> [<komenda>[;<komenda>...]] || del <alias> [<alias>...]" -#, no-c-format +#, fuzzy, no-c-format msgid "" " list: list aliases (without argument, this list is displayed)\n" " add: add an alias\n" @@ -5550,7 +5550,7 @@ msgid "" " 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 msg * hello\n" +" /alias add hello /allchan -exclude=#weechat hello\n" " alias /forcejoin to send IRC command \"forcejoin\" with completion of /" "sajoin:\n" " /alias addcompletion %%sajoin forcejoin /quote forcejoin" @@ -7657,7 +7657,8 @@ msgid "" " -current: execute command for channels of current server only\n" " -exclude: exclude some channels (wildcard \"*\" is allowed)\n" " -include: include only some channels (wildcard \"*\" is allowed)\n" -" command: command to execute\n" +" command: command to execute (or text to send to buffer if command does not " +"start with '/')\n" "\n" "Command and arguments are evaluated (see /help eval), the following " "variables are replaced:\n" @@ -7669,14 +7670,14 @@ msgid "" "\n" "Examples:\n" " execute '/me is testing' on all channels:\n" -" /allchan me is testing\n" +" /allchan /me is testing\n" " say 'hello' everywhere but not on #weechat:\n" -" /allchan -exclude=#weechat msg * hello\n" +" /allchan -exclude=#weechat hello\n" " say 'hello' everywhere but not on #weechat and channels beginning with " "#linux:\n" -" /allchan -exclude=#weechat,#linux* msg * hello\n" +" /allchan -exclude=#weechat,#linux* hello\n" " say 'hello' on all channels beginning with #linux:\n" -" /allchan -include=#linux* msg * hello" +" /allchan -include=#linux* hello" msgstr "" " -current: wykonuje komendę tylko na kanałach obecnego serwera\n" " -exclude: wyklucza niektóre kanały (wildcard \"*\" jest dozwolony)\n" @@ -7714,7 +7715,8 @@ msgid "" " -current: execute command for private buffers of current server only\n" " -exclude: exclude some nicks (wildcard \"*\" is allowed)\n" " -include: include only some nicks (wildcard \"*\" is allowed)\n" -" command: command to execute\n" +" command: command to execute (or text to send to buffer if command does not " +"start with '/')\n" "\n" "Command and arguments are evaluated (see /help eval), the following " "variables are replaced:\n" @@ -7726,15 +7728,15 @@ msgid "" "\n" "Examples:\n" " execute '/me is testing' on all private buffers:\n" -" /allpv me is testing\n" +" /allpv /me is testing\n" " say 'hello' everywhere but not for nick foo:\n" -" /allpv -exclude=foo msg * hello\n" +" /allpv -exclude=foo hello\n" " say 'hello' everywhere but not for nick foo and nicks beginning with bar:\n" -" /allpv -exclude=foo,bar* msg * hello\n" +" /allpv -exclude=foo,bar* hello\n" " say 'hello' for all nicks beginning with bar:\n" -" /allpv -include=bar* msg * hello\n" +" /allpv -include=bar* hello\n" " close all private buffers:\n" -" /allpv close" +" /allpv /close" msgstr "" " -current: wykonuje komendę tylko na prywatnych buforach obecnego serwera\n" " -exclude: wyklucza niektóre nicki (wildcard \"*\" jest dozwolony)\n" @@ -7771,7 +7773,8 @@ msgstr "" msgid "" " -exclude: exclude some servers (wildcard \"*\" is allowed)\n" " -include: include only some servers (wildcard \"*\" is allowed)\n" -" command: command to execute\n" +" command: command to execute (or text to send to buffer if command does not " +"start with '/')\n" "\n" "Command and arguments are evaluated (see /help eval), the following " "variables are replaced:\n" @@ -7781,11 +7784,11 @@ msgid "" "\n" "Examples:\n" " change nick on all servers:\n" -" /allserv nick newnick\n" +" /allserv /nick newnick\n" " set away on all servers:\n" -" /allserv away I'm away\n" +" /allserv /away I'm away\n" " do a whois on my nick on all servers:\n" -" /allserv whois $nick" +" /allserv /whois $nick" msgstr "" " -exclude: wyklucza niektóre serwery (wildcard \"*\" jest dozwolony)\n" " -include: uwzględnia tylko niektóre znaki (wildcard \"*\" est dozwolony)\n" |