diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-16 13:40:08 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-16 13:40:08 +0200 |
commit | dba94f0c5d8bb862087e5c84ead187751e17ac1b (patch) | |
tree | db190b1346f06823ccd37cee7f6e876fda7ad340 /po/ru.po | |
parent | d2f49755c75ef0790d6de19ba0dc3c618b8b8e55 (diff) | |
download | weechat-dba94f0c5d8bb862087e5c84ead187751e17ac1b.zip |
core: add color in /buffer output for notification level, update translations (issue #1505)
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -407,7 +407,7 @@ msgid "Buffers list:" msgstr "Список буферов:" #, fuzzy, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr "%s%s %s(%s%s%s)%s вышел" #, c-format @@ -433,6 +433,10 @@ msgid "%sError: WeeChat main buffer can't be closed" msgstr "%sОшибка: нельзя закрыть основной буфер WeeChat" #, fuzzy, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "Тема канала %s%s%s: " + +#, fuzzy, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%s неизвестный параметр для команды \"%s\"\n" @@ -1232,8 +1236,8 @@ msgid "" "<number>|<name> || unmerge [<number>|-all] || hide [<number>|<name>|-all " "[<number>|<name>...]] || unhide [<number>|<name>|-all [<number>|<name>...]] " "|| renumber [<number1> [<number2> [<start>]]] || close [<n1>[-<n2>]|" -"<name>...] || notify <level> || localvar [<number>|<name>] || set <property> " -"[<value>] || get <property> || <number>|-|+|<name>" +"<name>...] || notify [<level>] || localvar [<number>|<name>] || set " +"<property> [<value>] || get <property> || <number>|-|+|<name>" msgstr "" #, fuzzy @@ -1257,8 +1261,8 @@ msgid "" "renumber: renumber buffers (works only if option weechat.look." "buffer_auto_renumber is off)\n" " close: close buffer (number/range or name is optional)\n" -" notify: set notify level for current buffer: this level determines whether " -"buffer will be added to hotlist or not:\n" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" |