diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-04-24 12:18:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-04-24 12:18:26 +0200 |
commit | ab6684c60a9f4932c9ed3a53d7bc828dfd0c3536 (patch) | |
tree | 6aa7759917bc7b4c17839a69cee08406002db2a4 /po/ru.po | |
parent | a5e5ab6e48437dc210df3eaf325ca08309d3b959 (diff) | |
download | weechat-ab6684c60a9f4932c9ed3a53d7bc828dfd0c3536.zip |
Added filling/color_fg/color_bg options for bars, added config_get/config_get_plugin/config_set_plugin in script API
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.2.7-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2008-04-22 18:08+0200\n" +"POT-Creation-Date: 2008-04-23 18:30+0200\n" "PO-Revision-Date: 2007-09-06 12:44+0200\n" "Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -116,7 +116,7 @@ msgid "List of bars:" msgstr "Список сокращений:\n" #, fuzzy, c-format -msgid " %d. %s: %s (cond: %s), %s, %s: %s%s%d%s, items: %s%s (plugin: %s)" +msgid " %3d. %s%s%s: %s (cond: %s), %s, filling: %s, %s: %s%s%d%s" msgstr "%sна %s%s%s/%s%s%s:%s игнорирует %s%s%s с %s%s\n" #, fuzzy @@ -129,6 +129,10 @@ msgstr "" msgid "auto" msgstr "" +#, fuzzy, c-format +msgid " fg: %s, bg: %s, items: %s%s (plugin: %s)" +msgstr "%sна %s%s%s/%s%s%s:%s игнорирует %s%s%s с %s%s\n" + #, fuzzy msgid ", with separator" msgstr "цвет разделителя времени" @@ -1715,6 +1719,11 @@ msgid "bar position (bottom, top, left, right)" msgstr "" "расположение списка пользователей (top, left, right(по умолчанию), bottom)" +msgid "" +"bar filling direction (\"horizontal\" (from left to right) or \"vertical" +"\" (from top to bottom))" +msgstr "" + msgid "bar size in chars (0 = auto size)" msgstr "" @@ -1723,6 +1732,14 @@ msgid "max bar size in chars (0 = no limit)" msgstr "максимальная длина имён в хотлисте (0=не ограничено)" #, fuzzy +msgid "default text color for bar" +msgstr "цвет текста информационной панели" + +#, fuzzy +msgid "default background color for bar" +msgstr "цвет текста информационной панели" + +#, fuzzy msgid "separator line between bar and other bars/windows" msgstr "разделитель чата и никлиста" |