diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-01-05 07:46:24 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-01-05 07:46:24 +0100 |
commit | 7a55d8aa290ff069955834e8844dab9fe02ade8b (patch) | |
tree | 923d6aa9cd4d74bca6c4638384c2c536c8516280 /po/ru.po | |
parent | 9f169a7fb57bc7872dd9edff99d615d6d1b48adf (diff) | |
download | weechat-7a55d8aa290ff069955834e8844dab9fe02ade8b.zip |
alias: do not allow slashes and spaces in alias name (closes #646)
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-03 08:56+0100\n" +"POT-Creation-Date: 2016-01-05 07:28+0100\n" "PO-Revision-Date: 2015-12-02 19:26+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4085,6 +4085,10 @@ msgid "%s%s: error, circular reference when calling alias \"%s\"" msgstr "%s рекурсия при вызове сокращения \"/%s\"\n" #, fuzzy, c-format +msgid "%s%s: invalid alias name: \"%s\"" +msgstr "Не могу записать лог-файл \"%s\"\n" + +#, fuzzy, c-format msgid "%s%s: error creating alias \"%s\" => \"%s\"" msgstr "%s недостаточно памяти для сообщения в строке информации\n" |