diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-30 22:28:51 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-30 22:28:51 +0200 |
commit | 58e86f004c944030c7df57a6f6ba9a81e4b55c99 (patch) | |
tree | d4504468ae526680853fd02d2650c50529200bd9 /po/ru.po | |
parent | e791c24a2e4200a8f87d63465a1c1ed276b7f9b9 (diff) | |
download | weechat-58e86f004c944030c7df57a6f6ba9a81e4b55c99.zip |
core: use seconds as float number for delay in command /window bare <delay>
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-30 18:55+0200\n" +"POT-Creation-Date: 2014-03-30 22:25+0200\n" "PO-Revision-Date: 2014-03-24 14:23+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2120,8 +2120,8 @@ msgid "" " swap: swap buffers of two windows (with optional direction for " "target window)\n" " zoom: zoom on window\n" -" bare: toggle bare display (with optional delay in milliseconds for " -"automatic return to standard display mode)\n" +" bare: toggle bare display (with optional delay in seconds, as " +"decimal number, for automatic return to standard display mode)\n" "\n" "For splith and splitv, pct is a percentage which represents size of new " "window, computed with current window as size reference. For example 25 means " @@ -2137,7 +2137,9 @@ msgid "" " scroll to beginning of current day:\n" " /window scroll -d\n" " zoom on window #2:\n" -" /window zoom -window 2" +" /window zoom -window 2\n" +" enable bare display for 2.5 seconds:\n" +" /window bare 2.5" msgstr "" " list: перечислить открытые окна (отсутствие параметров подразумевает этот " "список)\n" |