summaryrefslogtreecommitdiff
path: root/po/ru.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ru.po')
-rw-r--r--po/ru.po29
1 files changed, 28 insertions, 1 deletions
diff --git a/po/ru.po b/po/ru.po
index 678046016..c9d3e7ca1 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: 2014-03-19 09:28+0100\n"
+"POT-Creation-Date: 2014-03-19 19:00+0100\n"
"PO-Revision-Date: 2014-03-10 21:07+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4795,6 +4795,33 @@ msgid ""
msgstr ""
#, fuzzy
+msgid "execute a command on all private buffers of all connected servers"
+msgstr "отправить действие на все каналы всех подключенных серверов"
+
+#, fuzzy
+msgid "[-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>]"
+msgstr "[сокращение [команда [аргументы]]]"
+
+msgid ""
+" -current: execute command for private buffers of current server only\n"
+" -exclude: exclude some nicks ('*' is allowed at beginning or end of nick "
+"name, to exclude many nicks)\n"
+" command: command to execute\n"
+"arguments: arguments for command (special variables $nick, $channel and "
+"$server are replaced by their value)\n"
+"\n"
+"Examples:\n"
+" execute '/me is testing' on all private buffers:\n"
+" /allpv me is testing\n"
+" say 'hello' everywhere but not for nick foo:\n"
+" /allpv -exclude=foo msg * hello\n"
+" say 'hello' everywhere but not for nick foo and nicks beginning with bar:\n"
+" /allpv -exclude=foo,bar* msg * hello\n"
+" close all private buffers:\n"
+" /allpv close"
+msgstr ""
+
+#, fuzzy
msgid "execute a command on all connected servers"
msgstr "отправить сообщение на все каналы всех поключенных серверов"