more fixes by nebulum [ru transl]. Dimitur plz have a look. thanks in advance
This commit is contained in:
parent
b04b202832
commit
ff1a648725
|
@ -110,6 +110,7 @@ have "sync with global status" option set'), False)
|
||||||
_('Show the chat dialog so that you can send message to a \
|
_('Show the chat dialog so that you can send message to a \
|
||||||
contact'),
|
contact'),
|
||||||
[
|
[
|
||||||
|
#tell nkour that should be JID of the contact
|
||||||
('jid', _('jid of the contact that you want to chat \
|
('jid', _('jid of the contact that you want to chat \
|
||||||
with'),
|
with'),
|
||||||
True),
|
True),
|
||||||
|
@ -118,13 +119,16 @@ the contact list of this account'), False)
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'send_message':[
|
'send_message':[
|
||||||
|
#OpenPGP key here too (tlel that to nkour)
|
||||||
_('Send new message to a contact in the roster. Both OpenPGP \
|
_('Send new message to a contact in the roster. Both OpenPGP \
|
||||||
key and account are optional. If you want to set only \'account\', without \
|
key and account are optional. If you want to set only \'account\', without \
|
||||||
\'pgp key\', just set \'pgp key\' to \'\'.'),
|
\'pgp key\', just set \'pgp key\' to \'\'.'),
|
||||||
[
|
[
|
||||||
|
#tell nkour that should be JID of the contact
|
||||||
('jid', _('jid of the contact that will receive the \
|
('jid', _('jid of the contact that will receive the \
|
||||||
message'), True),
|
message'), True),
|
||||||
(_('message'), _('message contents'), True),
|
(_('message'), _('message contents'), True),
|
||||||
|
#tell to nkour it should be OpenPGP key
|
||||||
(_('pgp key'), _('if specified, the message will be \
|
(_('pgp key'), _('if specified, the message will be \
|
||||||
encrypted using this public key'), False),
|
encrypted using this public key'), False),
|
||||||
(_('account'), _('if specified, the message will be \
|
(_('account'), _('if specified, the message will be \
|
||||||
|
@ -134,6 +138,7 @@ sent using this account'), False),
|
||||||
'contact_info': [
|
'contact_info': [
|
||||||
_('Get detailed info on a contact'),
|
_('Get detailed info on a contact'),
|
||||||
[
|
[
|
||||||
|
#JID of the contact (tell that to nkour)
|
||||||
('jid', _('jid of the contact'), True)
|
('jid', _('jid of the contact'), True)
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue