diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-11 21:48:31 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-11 21:48:31 +0100 |
commit | e4e6fde80fa6134cb12060165de3626fe5896243 (patch) | |
tree | 0b8a1a7876723e52cf8f145a1a2bf570bcb0a718 /po/ru.po | |
parent | e0ec8da76a891f3d6d7cca6f6170d70908f0dcd8 (diff) | |
download | weechat-e4e6fde80fa6134cb12060165de3626fe5896243.zip |
core: add option `-s` in command `/command` to execute multiple commands separated by semicolons
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2024-02-11 08:54+0100\n" +"POT-Creation-Date: 2024-02-11 21:44+0100\n" "PO-Revision-Date: 2023-11-29 09:59+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1481,7 +1481,7 @@ msgstr "" #. TRANSLATORS: only text between angle brackets (eg: "<name>") must be translated #, fuzzy -msgid "[-buffer <name>] <plugin> <command>" +msgid "[-buffer <name>] <plugin> <command> || -s <command>[;<command>...]" msgstr "Команды Plugin'ов:\n" #, fuzzy @@ -1502,6 +1502,12 @@ msgid "" "beginning of command)" msgstr "" +#, fuzzy +msgid "" +"raw[-s]: execute one or multiple commands separated by semicolons (the " +"semicolon can be escaped with \"\\;\")" +msgstr "ник, используемый на IRC сервере" + msgid "" "free movement of cursor on screen to execute actions on specific areas of " "screen" |