juick. fix '*' command

This commit is contained in:
Denis Fomin
2010-10-28 14:41:16 +04:00
parent 65790cd7bd
commit edf68faba9
4 changed files with 94 additions and 101 deletions

View File

@@ -479,7 +479,7 @@ class Base(object):
menuitems = ((_('Show last messages from public timeline'), '#+'), menuitems = ((_('Show last messages from public timeline'), '#+'),
(_('Show last messages from your feed'), '#'), (_('Show last messages from your feed'), '#'),
(_('Show popular personal blogs'), '@'), (_('Show popular personal blogs'), '@'),
(_('Show popular tags'), '*'), (_('Show your tags'), '*'),
(_('Show your subscriptions'), 'S'), (_('Show your subscriptions'), 'S'),
(_('Delete last message'), 'D LAST'), (_('Delete last message'), 'D LAST'),
(_('Enable subscriptions delivery'), 'ON'), (_('Enable subscriptions delivery'), 'ON'),

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: JuickPlugin\n" "Project-Id-Version: JuickPlugin\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-09-08 21:59+0400\n" "POT-Creation-Date: 2010-10-28 14:29+0400\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Fomin Denis <fominde@mail.ru>\n" "Last-Translator: Fomin Denis <fominde@mail.ru>\n"
"Language-Team: \n" "Language-Team: \n"
@@ -12,129 +12,121 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Russian\n" "X-Poedit-Language: Russian\n"
#: ../plugin.py:37 #: ../plugin.py:42
msgid ""
"Clickable juick links , juick nics, preview juick picturs.\n"
"The key combination alt + up in the textbox allow insert the number of last message (comment or topic)."
msgstr ""
"Кликабельные Juick ссылки, ники, аватары и картинки.\n"
"Комбинация клавиш alt+up позволяет в поле ввода вставить номер последнего сообщения(комментария или топика)."
#: ../plugin.py:51
msgid "Avatar size(10-32)" msgid "Avatar size(10-32)"
msgstr "Размер аватара(10-32)" msgstr "Размер аватара(10-32)"
#: ../plugin.py:53 #: ../plugin.py:44
#: ../config_dialog.ui.h:5 #: ../config_dialog.ui.h:5
msgid "Preview size(10-512)" msgid "Preview size(10-512)"
msgstr "Размер картинок(10-512)" msgstr "Размер картинок(10-512)"
#: ../plugin.py:54 #: ../plugin.py:45
#: ../config_dialog.ui.h:2 #: ../config_dialog.ui.h:2
msgid "Juick link color" msgid "Juick link color"
msgstr "Цвет Juick ссылок" msgstr "Цвет Juick ссылок"
#: ../plugin.py:220 #: ../plugin.py:206
msgid "Reply to message" msgid "Reply to message"
msgstr "Ответить на сообщение" msgstr "Ответить на сообщение"
#: ../plugin.py:224 #: ../plugin.py:210
msgid "Unsubscribe from comments" msgid "Unsubscribe from comments"
msgstr "Отписаться от поста" msgstr "Отписаться от поста"
#: ../plugin.py:225 #: ../plugin.py:211
msgid "Subscribe to message replies" msgid "Subscribe to message replies"
msgstr "Подписаться на пост" msgstr "Подписаться на пост"
#: ../plugin.py:226 #: ../plugin.py:212
msgid "Recommend post" msgid "Recommend post"
msgstr "Рекомендовать пост" msgstr "Рекомендовать пост"
#: ../plugin.py:227 #: ../plugin.py:213
msgid "Show message with replies" msgid "Show message with replies"
msgstr "Показать пост и ответы" msgstr "Показать пост и ответы"
#: ../plugin.py:228 #: ../plugin.py:214
msgid "Delete post" msgid "Delete post"
msgstr "Удалить пост" msgstr "Удалить пост"
#: ../plugin.py:234 #: ../plugin.py:220
msgid "Open in browser" msgid "Open in browser"
msgstr "Открыть в браузере" msgstr "Открыть в браузере"
#: ../plugin.py:238 #: ../plugin.py:224
msgid "Show user's info" msgid "Show user's info"
msgstr "Показать информацию о пользователе" msgstr "Показать информацию о пользователе"
#: ../plugin.py:239 #: ../plugin.py:225
msgid "Show user's info and last 10 messages" msgid "Show user's info and last 10 messages"
msgstr "Показать информацию о пользователе и последние 10 сообщений" msgstr "Показать информацию о пользователе и последние 10 сообщений"
#: ../plugin.py:240 #: ../plugin.py:226
msgid "Subscribe to user's blog" msgid "Subscribe to user's blog"
msgstr "Подписаться" msgstr "Подписаться"
#: ../plugin.py:241 #: ../plugin.py:227
msgid "Unsubscribe from user's blog" msgid "Unsubscribe from user's blog"
msgstr "Отписаться" msgstr "Отписаться"
#: ../plugin.py:242 #: ../plugin.py:228
msgid "Add/delete user to/from your blacklist" msgid "Add/delete user to/from your blacklist"
msgstr "Добавить/Удалить пользователя в/из «Черный список» " msgstr "Добавить/Удалить пользователя в/из «Черный список» "
#: ../plugin.py:248 #: ../plugin.py:234
msgid "Send personal message" msgid "Send personal message"
msgstr "Отослать пользователю личное сообщение" msgstr "Отослать пользователю личное сообщение"
#: ../plugin.py:471 #: ../plugin.py:479
msgid "Show last messages from public timeline" msgid "Show last messages from public timeline"
msgstr "Показать последние сообщения из общей ленты" msgstr "Показать последние сообщения из общей ленты"
#: ../plugin.py:472 #: ../plugin.py:480
msgid "Show last messages from your feed" msgid "Show last messages from your feed"
msgstr "Показать последние сообщения из вашей ленты" msgstr "Показать последние сообщения из вашей ленты"
#: ../plugin.py:473 #: ../plugin.py:481
msgid "Show popular personal blogs" msgid "Show popular personal blogs"
msgstr "Показать популярные блоги" msgstr "Показать популярные блоги"
#: ../plugin.py:474 #: ../plugin.py:482
msgid "Show popular tags" msgid "Show your tags"
msgstr "Показать популярные теги" msgstr "Показать ваши теги"
#: ../plugin.py:475 #: ../plugin.py:483
msgid "Show your subscriptions" msgid "Show your subscriptions"
msgstr "Показать список всех блогов, на которые вы подписаны" msgstr "Показать список всех блогов, на которые вы подписаны"
#: ../plugin.py:476 #: ../plugin.py:484
msgid "Delete last message" msgid "Delete last message"
msgstr "Удалить вашу последнюю запись" msgstr "Удалить вашу последнюю запись"
#: ../plugin.py:477 #: ../plugin.py:485
msgid "Enable subscriptions delivery" msgid "Enable subscriptions delivery"
msgstr "Включить доставку сообщений" msgstr "Включить доставку сообщений"
#: ../plugin.py:478 #: ../plugin.py:486
msgid "Disable subscriptions delivery" msgid "Disable subscriptions delivery"
msgstr "Отключить доставку сообщений" msgstr "Отключить доставку сообщений"
#: ../plugin.py:479 #: ../plugin.py:487
msgid "Show your blacklist" msgid "Show your blacklist"
msgstr "Показать «Черный список»" msgstr "Показать «Черный список»"
#: ../plugin.py:480 #: ../plugin.py:488
msgid "Update \"About\" info from Jabber vCard" msgid "Update \"About\" info from Jabber vCard"
msgstr "Обновить \"About\" из vCard" msgstr "Обновить \"About\" из vCard"
#: ../plugin.py:481 #: ../plugin.py:489
msgid "Ping" msgid "Ping"
msgstr "Пинг" msgstr "Пинг"
#: ../plugin.py:482 #: ../plugin.py:490
msgid "Login" msgid "Login"
msgstr "Получить уникальную ссылку для авторизации на сайте" msgstr "Получить уникальную ссылку для авторизации на сайте"
#: ../plugin.py:483 #: ../plugin.py:491
msgid "HELP" msgid "HELP"
msgstr "Показать краткую справку по командам" msgstr "Показать краткую справку по командам"
@@ -174,6 +166,14 @@ msgstr "название пункта меню:"
msgid "text will be inserted:" msgid "text will be inserted:"
msgstr "текст для вставки:" msgstr "текст для вставки:"
#~ msgid ""
#~ "Clickable juick links , juick nics, preview juick picturs.\n"
#~ "The key combination alt + up in the textbox allow insert the number of "
#~ "last message (comment or topic)."
#~ msgstr ""
#~ "Кликабельные Juick ссылки, ники, аватары и картинки.\n"
#~ "Комбинация клавиш alt+up позволяет в поле ввода вставить номер последнего "
#~ "сообщения(комментария или топика)."
#~ msgid "Clickable juick links , juick nics, preview juick picturs" #~ msgid "Clickable juick links , juick nics, preview juick picturs"
#~ msgstr "Кликабельные Juick ссылки, ники, аватары и картинки" #~ msgstr "Кликабельные Juick ссылки, ники, аватары и картинки"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-09-08 21:59+0400\n" "POT-Creation-Date: 2010-10-28 14:36+0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,126 +17,119 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../plugin.py:37 #: ../plugin.py:42
msgid ""
"Clickable juick links , juick nics, preview juick picturs.\n"
"The key combination alt + up in the textbox allow insert the number of last "
"message (comment or topic)."
msgstr ""
#: ../plugin.py:51
msgid "Avatar size(10-32)" msgid "Avatar size(10-32)"
msgstr "" msgstr ""
#: ../plugin.py:53 ../config_dialog.ui.h:5 #: ../plugin.py:44 ../config_dialog.ui.h:5
msgid "Preview size(10-512)" msgid "Preview size(10-512)"
msgstr "" msgstr ""
#: ../plugin.py:54 ../config_dialog.ui.h:2 #: ../plugin.py:45 ../config_dialog.ui.h:2
msgid "Juick link color" msgid "Juick link color"
msgstr "" msgstr ""
#: ../plugin.py:220 #: ../plugin.py:206
msgid "Reply to message" msgid "Reply to message"
msgstr "" msgstr ""
#: ../plugin.py:224 #: ../plugin.py:210
msgid "Unsubscribe from comments" msgid "Unsubscribe from comments"
msgstr "" msgstr ""
#: ../plugin.py:225 #: ../plugin.py:211
msgid "Subscribe to message replies" msgid "Subscribe to message replies"
msgstr "" msgstr ""
#: ../plugin.py:226 #: ../plugin.py:212
msgid "Recommend post" msgid "Recommend post"
msgstr "" msgstr ""
#: ../plugin.py:227 #: ../plugin.py:213
msgid "Show message with replies" msgid "Show message with replies"
msgstr "" msgstr ""
#: ../plugin.py:228 #: ../plugin.py:214
msgid "Delete post" msgid "Delete post"
msgstr "" msgstr ""
#: ../plugin.py:234 #: ../plugin.py:220
msgid "Open in browser" msgid "Open in browser"
msgstr "" msgstr ""
#: ../plugin.py:238 #: ../plugin.py:224
msgid "Show user's info" msgid "Show user's info"
msgstr "" msgstr ""
#: ../plugin.py:239 #: ../plugin.py:225
msgid "Show user's info and last 10 messages" msgid "Show user's info and last 10 messages"
msgstr "" msgstr ""
#: ../plugin.py:240 #: ../plugin.py:226
msgid "Subscribe to user's blog" msgid "Subscribe to user's blog"
msgstr "" msgstr ""
#: ../plugin.py:241 #: ../plugin.py:227
msgid "Unsubscribe from user's blog" msgid "Unsubscribe from user's blog"
msgstr "" msgstr ""
#: ../plugin.py:242 #: ../plugin.py:228
msgid "Add/delete user to/from your blacklist" msgid "Add/delete user to/from your blacklist"
msgstr "" msgstr ""
#: ../plugin.py:248 #: ../plugin.py:234
msgid "Send personal message" msgid "Send personal message"
msgstr "" msgstr ""
#: ../plugin.py:471 #: ../plugin.py:479
msgid "Show last messages from public timeline" msgid "Show last messages from public timeline"
msgstr "" msgstr ""
#: ../plugin.py:472 #: ../plugin.py:480
msgid "Show last messages from your feed" msgid "Show last messages from your feed"
msgstr "" msgstr ""
#: ../plugin.py:473 #: ../plugin.py:481
msgid "Show popular personal blogs" msgid "Show popular personal blogs"
msgstr "" msgstr ""
#: ../plugin.py:474
msgid "Show popular tags"
msgstr ""
#: ../plugin.py:475
msgid "Show your subscriptions"
msgstr ""
#: ../plugin.py:476
msgid "Delete last message"
msgstr ""
#: ../plugin.py:477
msgid "Enable subscriptions delivery"
msgstr ""
#: ../plugin.py:478
msgid "Disable subscriptions delivery"
msgstr ""
#: ../plugin.py:479
msgid "Show your blacklist"
msgstr ""
#: ../plugin.py:480
msgid "Update \"About\" info from Jabber vCard"
msgstr ""
#: ../plugin.py:481
msgid "Ping"
msgstr ""
#: ../plugin.py:482 #: ../plugin.py:482
msgid "Login" msgid "Show your tags"
msgstr "" msgstr ""
#: ../plugin.py:483 #: ../plugin.py:483
msgid "Show your subscriptions"
msgstr ""
#: ../plugin.py:484
msgid "Delete last message"
msgstr ""
#: ../plugin.py:485
msgid "Enable subscriptions delivery"
msgstr ""
#: ../plugin.py:486
msgid "Disable subscriptions delivery"
msgstr ""
#: ../plugin.py:487
msgid "Show your blacklist"
msgstr ""
#: ../plugin.py:488
msgid "Update \"About\" info from Jabber vCard"
msgstr ""
#: ../plugin.py:489
msgid "Ping"
msgstr ""
#: ../plugin.py:490
msgid "Login"
msgstr ""
#: ../plugin.py:491
msgid "HELP" msgid "HELP"
msgstr "" msgstr ""