Changeset 3111 for trunk/scripts
- Timestamp:
- 08/18/05 19:54:36 (3 years ago)
- Files:
-
- 1 modified
-
trunk/scripts/gajim-remote.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/gajim-remote.py
r3110 r3111 111 111 contact'), 112 112 [ 113 #tell nkour that should be JID of the contact 113 114 ('jid', _('jid of the contact that you want to chat \ 114 115 with'), … … 119 120 ], 120 121 'send_message':[ 122 #OpenPGP key here too (tlel that to nkour) 121 123 _('Send new message to a contact in the roster. Both OpenPGP \ 122 124 key and account are optional. If you want to set only \'account\', without \ 123 125 \'pgp key\', just set \'pgp key\' to \'\'.'), 124 126 [ 127 #tell nkour that should be JID of the contact 125 128 ('jid', _('jid of the contact that will receive the \ 126 129 message'), True), 127 130 (_('message'), _('message contents'), True), 131 #tell to nkour it should be OpenPGP key 128 132 (_('pgp key'), _('if specified, the message will be \ 129 133 encrypted using this public key'), False), … … 135 139 _('Get detailed info on a contact'), 136 140 [ 141 #JID of the contact (tell that to nkour) 137 142 ('jid', _('jid of the contact'), True) 138 143 ]
