diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-26 15:16:24 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-26 15:16:24 +0200 |
commit | 114fe22a80833eebbf6f12bced5ab62081bff1ad (patch) | |
tree | 8ab68fd6bc67ef9606bcd3c5d50a16823b028404 /po/ru.po | |
parent | 5f37c2801898c7ae2c4dbab4ce22da2274091ad6 (diff) | |
download | weechat-114fe22a80833eebbf6f12bced5ab62081bff1ad.zip |
Add new option weechat.look.confirm_quit
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.3-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-05-24 10:00+0200\n" +"POT-Creation-Date: 2010-05-26 13:16+0200\n" "PO-Revision-Date: 2010-05-20 12:22+0200\n" "Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -651,6 +651,11 @@ msgstr "команда users отключена" msgid "%sError: unable to set option \"%s\" for proxy \"%s\"" msgstr "%s неизвестный параметр для команды \"%s\"\n" +#, c-format +msgid "" +"%sYou must confirm quit command with extra argument \"-yes\" (see /help quit)" +msgstr "" + #, fuzzy, c-format msgid "Options reloaded from %s" msgstr "Настройки pluginов сохранены\n" @@ -1240,10 +1245,11 @@ msgid "quit WeeChat" msgstr "" #, fuzzy -msgid "[arguments]" +msgid "[-yes] [arguments]" msgstr "адресат тип [аргументы]" msgid "" +" -yes: required if option weechat.look.confirm_quit is enabled\n" "arguments: text sent with signal \"quit\"\n" " (for example irc plugin uses this text to send quit message to " "server)" @@ -1505,6 +1511,11 @@ msgid "" "command prefix (example: \".$\")" msgstr "" +msgid "" +"if set, /quit command must be confirmed with extra argument \"-yes\" (see /" +"help quit)" +msgstr "" + msgid "display special message when day changes" msgstr "отображать специальное сообщение при смене дня" |