diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-27 15:59:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-27 15:59:06 +0200 |
commit | 712623547f7e6fffc1bda625399ac54de87b6e2d (patch) | |
tree | 7353e6aec83c944eaa7b8af24694015b13f7715f /po/ru.po | |
parent | bb42984f5d6101ddc750700768ed3faf27f31021 (diff) | |
download | weechat-712623547f7e6fffc1bda625399ac54de87b6e2d.zip |
Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, info_get_hashtable), add IRC info_hashtable "irc_parse_message"
Note: tcl >= 8.5 is now required (for tcl plugin).
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 40 |
1 files changed, 30 insertions, 10 deletions
@@ -20,16 +20,16 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.4-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-08-14 12:23+0200\n" +"POT-Creation-Date: 2010-08-27 12:41+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" +"Language: Russian\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: Russian\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Poedit-Bookmarks: -1,-1,608,-1,-1,-1,-1,-1,-1,-1\n" #. TRANSLATORS: "%s %s" after "compiled on" is date and time @@ -953,8 +953,8 @@ msgid "" " /buffer +1" msgstr "" "действие: выполняемое действие:\n" -" move: передвинуть буфер в списке (может быть относительным, например -" -"1)\n" +" move: передвинуть буфер в списке (может быть относительным, например " +"-1)\n" " close: закрыть буфер (необязательный аргумент - сообщение покидания " "канала)\n" " list: перечислить открытые буферы (отсутствие параметров подразумевает " @@ -4628,6 +4628,20 @@ msgid "value of feature, if supported by server (from IRC message 005)" msgstr "" #, fuzzy +msgid "parse an IRC message" +msgstr "сообщение: отправляемое сообщение" + +#, fuzzy +msgid "\"message\": IRC message" +msgstr "сообщение: отправляемое сообщение" + +#. TRANSLATORS: please do not translate key names (enclosed by quotes) +msgid "" +"\"nick\": nick, \"host\": host, \"command\": command, \"channel\": channel, " +"\"arguments\": arguments (includes channel)" +msgstr "" + +#, fuzzy msgid "list of IRC servers" msgstr "порт IRC сервера" @@ -5585,8 +5599,8 @@ msgstr "" #, fuzzy, c-format msgid "" -"%sError: API mismatch for plugin \"%s\" (current API: \"%s\", plugin API: \"%" -"s\"), failed to load" +"%sError: API mismatch for plugin \"%s\" (current API: \"%s\", plugin API: " +"\"%s\"), failed to load" msgstr "" "%s символ \"plugin_name\" не найден в plugin'е \"%s\", загрузка не удалась\n" @@ -5694,8 +5708,8 @@ msgstr "" #, c-format msgid "" -"%3d. %s%s%s (%s%s%s), started on: %s, last activity: %s, bytes: %lu recv, %" -"lu sent" +"%3d. %s%s%s (%s%s%s), started on: %s, last activity: %s, bytes: %lu recv, " +"%lu sent" msgstr "" #, fuzzy, c-format @@ -6543,6 +6557,12 @@ msgstr " . описание: %s\n" msgid "Arguments" msgstr "адресат тип [аргументы]" +msgid "Hashtable (input)" +msgstr "" + +msgid "Hashtable (output)" +msgstr "" + #, fuzzy msgid "Pointer" msgstr "минута" |