juick plugin. do not translate config vars
This commit is contained in:
@@ -61,6 +61,7 @@
|
|||||||
<object class="GtkSpinButton" id="avatar_size">
|
<object class="GtkSpinButton" id="avatar_size">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
|
<property name="tooltip_text" translatable="yes">Avatar size(10-32)</property>
|
||||||
<property name="invisible_char">●</property>
|
<property name="invisible_char">●</property>
|
||||||
<property name="width_chars">6</property>
|
<property name="width_chars">6</property>
|
||||||
<property name="snap_to_ticks">True</property>
|
<property name="snap_to_ticks">True</property>
|
||||||
|
|||||||
@@ -32,10 +32,10 @@ class JuickPlugin(GajimPlugin):
|
|||||||
'chat_control_base': (self.connect_with_chat_control,
|
'chat_control_base': (self.connect_with_chat_control,
|
||||||
self.disconnect_from_chat_control)}
|
self.disconnect_from_chat_control)}
|
||||||
self.config_default_values = {'SHOW_AVATARS': (False, ''),
|
self.config_default_values = {'SHOW_AVATARS': (False, ''),
|
||||||
'AVATAR_SIZE': (20, _('Avatar size(10-32)')),
|
'AVATAR_SIZE': (20, 'Avatar size(10-32)'),
|
||||||
'SHOW_PREVIEW': (False, ''),
|
'SHOW_PREVIEW': (False, ''),
|
||||||
'PREVIEW_SIZE': (150, _('Preview size(10-512)')),
|
'PREVIEW_SIZE': (150, 'Preview size(10-512)'),
|
||||||
'LINK_COLOR': ('#B8833E', _('Juick link color')),
|
'LINK_COLOR': ('#B8833E', 'Juick link color'),
|
||||||
'SHOW_TAG_BUTTON': (True, ''),
|
'SHOW_TAG_BUTTON': (True, ''),
|
||||||
'ONLY_AUTHOR_AVATAR': (True, ''),
|
'ONLY_AUTHOR_AVATAR': (True, ''),
|
||||||
'MENUITEM1': ('tune', ''), 'MENUITEM_TEXT1': ('*tune', ''),
|
'MENUITEM1': ('tune', ''), 'MENUITEM_TEXT1': ('*tune', ''),
|
||||||
|
|||||||
@@ -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: 2011-09-03 10:08+0400\n"
|
"POT-Creation-Date: 2011-09-03 13:07+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"
|
||||||
@@ -18,9 +18,7 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: community_plugins/now_listen/now_listen.py:20
|
#: community_plugins/now_listen/now_listen.py:20
|
||||||
msgid ""
|
msgid "Copy tune info to conversation input box (alt + n) at cursor position"
|
||||||
"Copy tune info to conversation input box (alt + n),\n"
|
|
||||||
"at cursor position"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/clients_icons/clients_icons.py:137
|
#: community_plugins/clients_icons/clients_icons.py:137
|
||||||
@@ -139,18 +137,12 @@ msgid ""
|
|||||||
"message (comment or topic)."
|
"message (comment or topic)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/juick/plugin.py:35
|
#: community_plugins/juick/plugin.py:159
|
||||||
msgid "Avatar size(10-32)"
|
msgid "Juick commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/juick/plugin.py:37
|
#: community_plugins/juick/plugin.py:185
|
||||||
#: community_plugins/juick/config_dialog.ui.h:5
|
msgid "Juick tags"
|
||||||
msgid "Preview size(10-512)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: community_plugins/juick/plugin.py:38
|
|
||||||
#: community_plugins/juick/config_dialog.ui.h:2
|
|
||||||
msgid "Juick link color"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/juick/plugin.py:195
|
#: community_plugins/juick/plugin.py:195
|
||||||
@@ -270,47 +262,49 @@ msgstr ""
|
|||||||
|
|
||||||
#: community_plugins/gotr/otrmodule.py:113
|
#: community_plugins/gotr/otrmodule.py:113
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New fingerprint for %s: %s"
|
msgid "New fingerprint for %(peer)s: %(fpr)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/gotr/otrmodule.py:118
|
#: community_plugins/gotr/otrmodule.py:119
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s secured OTR conversation with %s started"
|
msgid "%(trustStr)s secured OTR conversation with %(peer)s started"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/gotr/otrmodule.py:125
|
#: community_plugins/gotr/otrmodule.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Private conversation with %s lost."
|
msgid "Private conversation with %s lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/gotr/otrmodule.py:213
|
#: community_plugins/gotr/otrmodule.py:215
|
||||||
msgid "See http://www.cypherpunks.ca/otr/"
|
msgid "See http://www.cypherpunks.ca/otr/"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/gotr/otrmodule.py:461
|
#: community_plugins/gotr/otrmodule.py:463
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "The following message received from %s was *not encrypted*: [%s]"
|
msgid ""
|
||||||
|
"The following message received from %(jid)s was *not encrypted*: [%(error)s]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/gotr/otrmodule.py:464
|
#: community_plugins/gotr/otrmodule.py:467
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The encrypted message received from %s is unreadable, as you are not "
|
"The encrypted message received from %s is unreadable, as you are not "
|
||||||
"currently communicating privately"
|
"currently communicating privately"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/gotr/otrmodule.py:469
|
#: community_plugins/gotr/otrmodule.py:472
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "We received the following OTR error message from %s: [%s]"
|
msgid "We received the following OTR error message from %(jid)s: [%(error)s]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/gotr/otrmodule.py:474
|
#: community_plugins/gotr/otrmodule.py:477
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The following error occurred when trying to decrypt a message from %s: [%s]"
|
"The following error occurred when trying to decrypt a message from %(jid)s: "
|
||||||
|
"[%(error)s]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/gotr/otrmodule.py:517
|
#: community_plugins/gotr/otrmodule.py:521
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your message was not send. Either end your private conversation, or restart "
|
"Your message was not send. Either end your private conversation, or restart "
|
||||||
"it"
|
"it"
|
||||||
@@ -326,8 +320,8 @@ msgstr ""
|
|||||||
#: community_plugins/gotr/ui.py:191
|
#: community_plugins/gotr/ui.py:191
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Purported fingerprint for %s:\n"
|
"Purported fingerprint for %(jid)s:\n"
|
||||||
"<span weight=\"bold\" face=\"monospace\">%s</span>"
|
"<span weight=\"bold\" face=\"monospace\">%(fp)s</span>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/gotr/ui.py:194
|
#: community_plugins/gotr/ui.py:194
|
||||||
@@ -495,26 +489,34 @@ msgstr ""
|
|||||||
msgid "Shows a whiteboard in chat. python-pygoocanvas is required."
|
msgid "Shows a whiteboard in chat. python-pygoocanvas is required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: whiteboard/plugin.py:155
|
#: whiteboard/plugin.py:123
|
||||||
|
msgid "Show whiteboard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: whiteboard/plugin.py:126
|
||||||
|
msgid "Client on the other side does not support the whiteboard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: whiteboard/plugin.py:158
|
||||||
msgid "Incoming Whiteboard"
|
msgid "Incoming Whiteboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: whiteboard/plugin.py:156
|
#: whiteboard/plugin.py:159
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%(name)s (%(jid)s) wants to start a whiteboard with you. Do you want to "
|
"%(name)s (%(jid)s) wants to start a whiteboard with you. Do you want to "
|
||||||
"accept?"
|
"accept?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: whiteboard/plugin.py:206
|
#: whiteboard/plugin.py:209
|
||||||
msgid "Invalid Jabber ID"
|
msgid "Invalid Jabber ID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: whiteboard/plugin.py:207
|
#: whiteboard/plugin.py:210
|
||||||
msgid "A message from a non-valid JID arrived, it has been ignored."
|
msgid "A message from a non-valid JID arrived, it has been ignored."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: whiteboard/plugin.py:346
|
#: whiteboard/plugin.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Whiteboard stopped: %(reason)s"
|
msgid "Whiteboard stopped: %(reason)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -720,35 +722,47 @@ msgstr ""
|
|||||||
msgid "Avatar size"
|
msgid "Avatar size"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: community_plugins/juick/config_dialog.ui.h:2
|
||||||
|
msgid "Avatar size(10-32)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/juick/config_dialog.ui.h:3
|
#: community_plugins/juick/config_dialog.ui.h:3
|
||||||
msgid "Juick tag button menu options:"
|
msgid "Juick link color"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/juick/config_dialog.ui.h:4
|
#: community_plugins/juick/config_dialog.ui.h:4
|
||||||
|
msgid "Juick tag button menu options:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: community_plugins/juick/config_dialog.ui.h:5
|
||||||
msgid "Preview size"
|
msgid "Preview size"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/juick/config_dialog.ui.h:6
|
#: community_plugins/juick/config_dialog.ui.h:6
|
||||||
msgid "Show avatar of post author only"
|
msgid "Preview size(10-512)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/juick/config_dialog.ui.h:7
|
#: community_plugins/juick/config_dialog.ui.h:7
|
||||||
msgid "Show avatars in messages"
|
msgid "Show avatar of post author only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/juick/config_dialog.ui.h:8
|
#: community_plugins/juick/config_dialog.ui.h:8
|
||||||
msgid "Show juick picture preview"
|
msgid "Show avatars in messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/juick/config_dialog.ui.h:9
|
#: community_plugins/juick/config_dialog.ui.h:9
|
||||||
msgid "Show juick tag button"
|
msgid "Show juick picture preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/juick/config_dialog.ui.h:10
|
#: community_plugins/juick/config_dialog.ui.h:10
|
||||||
msgid "menuitem name:"
|
msgid "Show juick tag button"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: community_plugins/juick/config_dialog.ui.h:11
|
#: community_plugins/juick/config_dialog.ui.h:11
|
||||||
|
msgid "menuitem name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: community_plugins/juick/config_dialog.ui.h:12
|
||||||
msgid "text will be inserted:"
|
msgid "text will be inserted:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user