juick. fix '*' command
This commit is contained in:
Binary file not shown.
@@ -479,7 +479,7 @@ class Base(object):
|
||||
menuitems = ((_('Show last messages from public timeline'), '#+'),
|
||||
(_('Show last messages from your feed'), '#'),
|
||||
(_('Show popular personal blogs'), '@'),
|
||||
(_('Show popular tags'), '*'),
|
||||
(_('Show your tags'), '*'),
|
||||
(_('Show your subscriptions'), 'S'),
|
||||
(_('Delete last message'), 'D LAST'),
|
||||
(_('Enable subscriptions delivery'), 'ON'),
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: JuickPlugin\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"
|
||||
"Last-Translator: Fomin Denis <fominde@mail.ru>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -12,129 +12,121 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Poedit-Language: Russian\n"
|
||||
|
||||
#: ../plugin.py:37
|
||||
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
|
||||
#: ../plugin.py:42
|
||||
msgid "Avatar size(10-32)"
|
||||
msgstr "Размер аватара(10-32)"
|
||||
|
||||
#: ../plugin.py:53
|
||||
#: ../plugin.py:44
|
||||
#: ../config_dialog.ui.h:5
|
||||
msgid "Preview size(10-512)"
|
||||
msgstr "Размер картинок(10-512)"
|
||||
|
||||
#: ../plugin.py:54
|
||||
#: ../plugin.py:45
|
||||
#: ../config_dialog.ui.h:2
|
||||
msgid "Juick link color"
|
||||
msgstr "Цвет Juick ссылок"
|
||||
|
||||
#: ../plugin.py:220
|
||||
#: ../plugin.py:206
|
||||
msgid "Reply to message"
|
||||
msgstr "Ответить на сообщение"
|
||||
|
||||
#: ../plugin.py:224
|
||||
#: ../plugin.py:210
|
||||
msgid "Unsubscribe from comments"
|
||||
msgstr "Отписаться от поста"
|
||||
|
||||
#: ../plugin.py:225
|
||||
#: ../plugin.py:211
|
||||
msgid "Subscribe to message replies"
|
||||
msgstr "Подписаться на пост"
|
||||
|
||||
#: ../plugin.py:226
|
||||
#: ../plugin.py:212
|
||||
msgid "Recommend post"
|
||||
msgstr "Рекомендовать пост"
|
||||
|
||||
#: ../plugin.py:227
|
||||
#: ../plugin.py:213
|
||||
msgid "Show message with replies"
|
||||
msgstr "Показать пост и ответы"
|
||||
|
||||
#: ../plugin.py:228
|
||||
#: ../plugin.py:214
|
||||
msgid "Delete post"
|
||||
msgstr "Удалить пост"
|
||||
|
||||
#: ../plugin.py:234
|
||||
#: ../plugin.py:220
|
||||
msgid "Open in browser"
|
||||
msgstr "Открыть в браузере"
|
||||
|
||||
#: ../plugin.py:238
|
||||
#: ../plugin.py:224
|
||||
msgid "Show user's info"
|
||||
msgstr "Показать информацию о пользователе"
|
||||
|
||||
#: ../plugin.py:239
|
||||
#: ../plugin.py:225
|
||||
msgid "Show user's info and last 10 messages"
|
||||
msgstr "Показать информацию о пользователе и последние 10 сообщений"
|
||||
|
||||
#: ../plugin.py:240
|
||||
#: ../plugin.py:226
|
||||
msgid "Subscribe to user's blog"
|
||||
msgstr "Подписаться"
|
||||
|
||||
#: ../plugin.py:241
|
||||
#: ../plugin.py:227
|
||||
msgid "Unsubscribe from user's blog"
|
||||
msgstr "Отписаться"
|
||||
|
||||
#: ../plugin.py:242
|
||||
#: ../plugin.py:228
|
||||
msgid "Add/delete user to/from your blacklist"
|
||||
msgstr "Добавить/Удалить пользователя в/из «Черный список» "
|
||||
|
||||
#: ../plugin.py:248
|
||||
#: ../plugin.py:234
|
||||
msgid "Send personal message"
|
||||
msgstr "Отослать пользователю личное сообщение"
|
||||
|
||||
#: ../plugin.py:471
|
||||
#: ../plugin.py:479
|
||||
msgid "Show last messages from public timeline"
|
||||
msgstr "Показать последние сообщения из общей ленты"
|
||||
|
||||
#: ../plugin.py:472
|
||||
#: ../plugin.py:480
|
||||
msgid "Show last messages from your feed"
|
||||
msgstr "Показать последние сообщения из вашей ленты"
|
||||
|
||||
#: ../plugin.py:473
|
||||
#: ../plugin.py:481
|
||||
msgid "Show popular personal blogs"
|
||||
msgstr "Показать популярные блоги"
|
||||
|
||||
#: ../plugin.py:474
|
||||
msgid "Show popular tags"
|
||||
msgstr "Показать популярные теги"
|
||||
#: ../plugin.py:482
|
||||
msgid "Show your tags"
|
||||
msgstr "Показать ваши теги"
|
||||
|
||||
#: ../plugin.py:475
|
||||
#: ../plugin.py:483
|
||||
msgid "Show your subscriptions"
|
||||
msgstr "Показать список всех блогов, на которые вы подписаны"
|
||||
|
||||
#: ../plugin.py:476
|
||||
#: ../plugin.py:484
|
||||
msgid "Delete last message"
|
||||
msgstr "Удалить вашу последнюю запись"
|
||||
|
||||
#: ../plugin.py:477
|
||||
#: ../plugin.py:485
|
||||
msgid "Enable subscriptions delivery"
|
||||
msgstr "Включить доставку сообщений"
|
||||
|
||||
#: ../plugin.py:478
|
||||
#: ../plugin.py:486
|
||||
msgid "Disable subscriptions delivery"
|
||||
msgstr "Отключить доставку сообщений"
|
||||
|
||||
#: ../plugin.py:479
|
||||
#: ../plugin.py:487
|
||||
msgid "Show your blacklist"
|
||||
msgstr "Показать «Черный список»"
|
||||
|
||||
#: ../plugin.py:480
|
||||
#: ../plugin.py:488
|
||||
msgid "Update \"About\" info from Jabber vCard"
|
||||
msgstr "Обновить \"About\" из vCard"
|
||||
|
||||
#: ../plugin.py:481
|
||||
#: ../plugin.py:489
|
||||
msgid "Ping"
|
||||
msgstr "Пинг"
|
||||
|
||||
#: ../plugin.py:482
|
||||
#: ../plugin.py:490
|
||||
msgid "Login"
|
||||
msgstr "Получить уникальную ссылку для авторизации на сайте"
|
||||
|
||||
#: ../plugin.py:483
|
||||
#: ../plugin.py:491
|
||||
msgid "HELP"
|
||||
msgstr "Показать краткую справку по командам"
|
||||
|
||||
@@ -174,6 +166,14 @@ msgstr "название пункта меню:"
|
||||
msgid "text will be inserted:"
|
||||
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"
|
||||
#~ msgstr "Кликабельные Juick ссылки, ники, аватары и картинки"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,126 +17,119 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../plugin.py:37
|
||||
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
|
||||
#: ../plugin.py:42
|
||||
msgid "Avatar size(10-32)"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:53 ../config_dialog.ui.h:5
|
||||
#: ../plugin.py:44 ../config_dialog.ui.h:5
|
||||
msgid "Preview size(10-512)"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:54 ../config_dialog.ui.h:2
|
||||
#: ../plugin.py:45 ../config_dialog.ui.h:2
|
||||
msgid "Juick link color"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:220
|
||||
#: ../plugin.py:206
|
||||
msgid "Reply to message"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:224
|
||||
#: ../plugin.py:210
|
||||
msgid "Unsubscribe from comments"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:225
|
||||
#: ../plugin.py:211
|
||||
msgid "Subscribe to message replies"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:226
|
||||
#: ../plugin.py:212
|
||||
msgid "Recommend post"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:227
|
||||
#: ../plugin.py:213
|
||||
msgid "Show message with replies"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:228
|
||||
#: ../plugin.py:214
|
||||
msgid "Delete post"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:234
|
||||
#: ../plugin.py:220
|
||||
msgid "Open in browser"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:238
|
||||
#: ../plugin.py:224
|
||||
msgid "Show user's info"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:239
|
||||
#: ../plugin.py:225
|
||||
msgid "Show user's info and last 10 messages"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:240
|
||||
#: ../plugin.py:226
|
||||
msgid "Subscribe to user's blog"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:241
|
||||
#: ../plugin.py:227
|
||||
msgid "Unsubscribe from user's blog"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:242
|
||||
#: ../plugin.py:228
|
||||
msgid "Add/delete user to/from your blacklist"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:248
|
||||
#: ../plugin.py:234
|
||||
msgid "Send personal message"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:471
|
||||
#: ../plugin.py:479
|
||||
msgid "Show last messages from public timeline"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:472
|
||||
#: ../plugin.py:480
|
||||
msgid "Show last messages from your feed"
|
||||
msgstr ""
|
||||
|
||||
#: ../plugin.py:473
|
||||
#: ../plugin.py:481
|
||||
msgid "Show popular personal blogs"
|
||||
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
|
||||
msgid "Login"
|
||||
msgid "Show your tags"
|
||||
msgstr ""
|
||||
|
||||
#: ../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"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user