diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-04 18:21:29 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-04 18:21:29 +0200 |
commit | e6125608c01ce3e9115b9a98d14c7debdf04e866 (patch) | |
tree | 4a5f246dad23fa683ade2564073d50993c2b298f /po/ru.po | |
parent | a306fcfd33d9344a4ff61246dd8537186d28c4b1 (diff) | |
download | weechat-e6125608c01ce3e9115b9a98d14c7debdf04e866.zip |
rmodifier: reallow names beginning with "#" for rmodifiers
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 20 |
1 files changed, 9 insertions, 11 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.9-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-06-04 10:02+0200\n" +"POT-Creation-Date: 2012-06-04 18:20+0200\n" "PO-Revision-Date: 2012-06-03 09:49+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -155,10 +155,6 @@ msgid "No bar item defined" msgstr "Сокращения не заданы.\n" #, fuzzy, c-format -msgid "%sError: name can not start with \"#\"" -msgstr "%s не могу создать файл \"%s\"\n" - -#, fuzzy, c-format msgid "%sNot enough memory" msgstr "Недостаточно памяти для новой строчки\n" @@ -3180,7 +3176,6 @@ msgid "" " note: you can use %%command to use completion of an existing " "command\n" " alias: name of alias (can start or end with \"*\" for alias listing)\n" -" note: the name can not start with \"#\"\n" " command: command name with arguments (many commands can be separated by " "semicolons)\n" "\n" @@ -3741,10 +3736,6 @@ msgid "%s%s: server \"%s\" already exists, can't create it!" msgstr "%s сервер \"%s\" уже существует, не могу создать его!\n" #, fuzzy, c-format -msgid "%s%s: name can not start with \"#\"" -msgstr "%s нет доступа к файлу \"%s\"\n" - -#, fuzzy, c-format msgid "%s%s: unable to create server" msgstr "%s не могу создать сервер\n" @@ -7168,7 +7159,6 @@ msgid "" "listdefault: list default rmodifiers\n" " add: add a rmodifier\n" " name: name of rmodifier\n" -" note: the name can not start with \"#\"\n" " modifiers: comma separated list of modifiers\n" " groups: action on groups found: comma separated list of groups (from 1 " "to 9) with optional \"*\" after number to hide group\n" @@ -7893,6 +7883,14 @@ msgid "Constants" msgstr "" #, fuzzy +#~ msgid "%sError: name can not start with \"#\"" +#~ msgstr "%s не могу создать файл \"%s\"\n" + +#, fuzzy +#~ msgid "%s%s: name can not start with \"#\"" +#~ msgstr "%s нет доступа к файлу \"%s\"\n" + +#, fuzzy #~ msgid "<nick> <channel>" #~ msgstr "ник канал" |