diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-29 09:44:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-29 09:44:13 +0200 |
commit | ea38779c851a31e07f9718c28982c89072709af6 (patch) | |
tree | 39cdcf421077443365577798d22f3560cf7c1108 /po/weechat.pot | |
parent | 193d2902852c637dfb9ac43830149848224dac10 (diff) | |
download | weechat-ea38779c851a31e07f9718c28982c89072709af6.zip |
irc: add command `/action` (closes #201, issue #1577), remove alias `action`
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index e1767a36d..62b8d3dc2 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-27 20:17+0200\n" +"POT-Creation-Date: 2023-05-29 09:34+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" @@ -5711,6 +5711,11 @@ msgstr "" #, c-format msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" + +#, c-format +msgid "" "%s%s: command \"%s\" with option \"%s\" must be executed on irc buffer " "(server, channel or private)" msgstr "" @@ -5775,11 +5780,6 @@ msgid "" msgstr "" #, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" - -#, c-format msgid "%s%s: \"%s\" command can not be executed on a server buffer" msgstr "" @@ -6027,6 +6027,18 @@ msgstr "" msgid "Notice" msgstr "" +msgid "send a CTCP action to a nick or channel" +msgstr "" + +msgid "[-server <server>] <target>[,<target>...] <text>" +msgstr "" + +msgid "" +"server: send to this server (internal name)\n" +"target: nick or channel (may be mask, '*' = current channel)\n" +" text: text to send" +msgstr "" + msgid "find information about the administrator of the server" msgstr "" @@ -6621,15 +6633,6 @@ msgstr "" msgid "send message to a nick or channel" msgstr "" -msgid "[-server <server>] <target>[,<target>...] <text>" -msgstr "" - -msgid "" -"server: send to this server (internal name)\n" -"target: nick or channel (may be mask, '*' = current channel)\n" -" text: text to send" -msgstr "" - msgid "list nicks on channels" msgstr "" @@ -8036,6 +8039,7 @@ msgid "%s%s: unknown DCC CHAT type received from %s%s%s: \"%s\"" msgstr "" #. TRANSLATORS: "Action" is an IRC CTCP "ACTION" sent with /me +#. TRANSLATORS: "Action" is an IRC CTCP "ACTION" sent with /me or /action msgid "Action" msgstr "" @@ -8043,10 +8047,6 @@ msgstr "" msgid "%sUnknown CTCP requested by %s%s%s: %s%s%s%s%s" msgstr "" -#, c-format -msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" -msgstr "" - msgid "1 if string is a valid IRC channel name for server" msgstr "" @@ -8229,6 +8229,10 @@ msgid "irc batch" msgstr "" #, c-format +msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" +msgstr "" + +#, c-format msgid "%s%s: you are not connected to server" msgstr "" |