diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-02-23 13:40:23 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-02-23 13:40:23 +0100 |
commit | 4a13e1ac7ef27d4a318aa22fd1d5bc451b9d1ce3 (patch) | |
tree | 5f44f9068a318e4eea3eb4b35e040058197523a9 /po/ru.po | |
parent | c84ac65954d5c726b719111d2da7e852d82a3c1b (diff) | |
download | weechat-4a13e1ac7ef27d4a318aa22fd1d5bc451b9d1ce3.zip |
core: update translations (issue #1055, issue #1312)
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 69 |
1 files changed, 38 insertions, 31 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-02-19 21:29+0100\n" +"POT-Creation-Date: 2019-02-23 13:36+0100\n" "PO-Revision-Date: 2018-11-17 10:36+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1550,42 +1550,44 @@ msgid "" msgstr "" msgid "" -"list || enable|disable|toggle [<name>|@] || add <name> <buffer>[," +"list || enable|disable|toggle [<name>|@] || add|addreplace <name> <buffer>[," "<buffer>...] <tags> <regex> || rename <name> <new_name> || del <name>|-all" msgstr "" msgid "" -" list: list all filters\n" -" enable: enable filters (filters are enabled by default)\n" -"disable: disable filters\n" -" toggle: toggle filters\n" -" name: filter name (\"@\" = enable/disable all filters in current buffer)\n" -" add: add a filter\n" -" rename: rename a filter\n" -" del: delete a filter\n" -" -all: delete all filters\n" -" buffer: comma separated list of buffers where filter is active:\n" -" - this is full name including plugin (example: \"irc.freenode." +" list: list all filters\n" +" enable: enable filters (filters are enabled by default)\n" +" disable: disable filters\n" +" toggle: toggle filters\n" +" name: filter name (\"@\" = enable/disable all filters in current " +"buffer)\n" +" add: add a filter\n" +"addreplace: add or replace an existing filter\n" +" rename: rename a filter\n" +" del: delete a filter\n" +" -all: delete all filters\n" +" buffer: comma separated list of buffers where filter is active:\n" +" - this is full name including plugin (example: \"irc.freenode." "#weechat\" or \"irc.server.freenode\")\n" -" - \"*\" means all buffers\n" -" - a name starting with '!' is excluded\n" -" - wildcard \"*\" is allowed\n" +" - \"*\" means all buffers\n" +" - a name starting with '!' is excluded\n" +" - wildcard \"*\" is allowed\n" " tags: comma separated list of tags, for example \"irc_join,irc_part," "irc_quit\"\n" -" - logical \"and\": use \"+\" between tags (for example: \"nick_toto" -"+irc_action\")\n" -" - wildcard \"*\" is allowed\n" -" - if tag starts with '!', then it is excluded and must NOT be in " +" - logical \"and\": use \"+\" between tags (for example: " +"\"nick_toto+irc_action\")\n" +" - wildcard \"*\" is allowed\n" +" - if tag starts with '!', then it is excluded and must NOT be in " "message\n" " regex: POSIX extended regular expression to search in line\n" -" - use '\\t' to separate prefix from message, special chars like '|' " -"must be escaped: '\\|'\n" -" - if regex starts with '!', then matching result is reversed (use " -"'\\!' to start with '!')\n" -" - two regular expressions are created: one for prefix and one for " -"message\n" -" - regex are case insensitive, they can start by \"(?-i)\" to become " -"case sensitive\n" +" - use '\\t' to separate prefix from message, special chars like " +"'|' must be escaped: '\\|'\n" +" - if regex starts with '!', then matching result is reversed " +"(use '\\!' to start with '!')\n" +" - two regular expressions are created: one for prefix and one " +"for message\n" +" - regex are case insensitive, they can start by \"(?-i)\" to " +"become case sensitive\n" "\n" "The default key alt+'=' toggles filtering on/off globally and alt+'-' " "toggles filtering on/off in the current buffer.\n" @@ -4210,10 +4212,10 @@ msgstr "%s неправильный номер буфера\n" msgid "not enough arguments" msgstr "Недостаточно памяти для новой строчки\n" -#, fuzzy -msgid "a filter with same name already exists" +msgid "" +"a filter with same name already exists (choose another name or use option " +"\"addreplace\" to overwrite it)" msgstr "" -"%s не могу загрузить plugin \"%s\": одноимённый plugin уже существует\n" #. TRANSLATORS: %s is the error returned by regerror #, fuzzy, c-format @@ -11982,6 +11984,11 @@ msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s DCC: не могу соединиться с отправителем\n" #, fuzzy +#~ msgid "a filter with same name already exists" +#~ msgstr "" +#~ "%s не могу загрузить plugin \"%s\": одноимённый plugin уже существует\n" + +#, fuzzy #~ msgid "Aspell enabled" #~ msgstr "команда users отключена" |