Changeset 3111 for trunk/scripts

Show
Ignore:
Timestamp:
08/18/05 19:54:36 (3 years ago)
Author:
nk
Message:

more fixes by nebulum [ru transl]. Dimitur plz have a look. thanks in advance

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/gajim-remote.py

    r3110 r3111  
    111111contact'),  
    112112                                        [ 
     113                                                #tell nkour that should be JID of the contact 
    113114                                                ('jid', _('jid of the contact that you want to chat \ 
    114115with'), 
     
    119120                                ], 
    120121                        'send_message':[ 
     122                                        #OpenPGP key here too (tlel that to nkour) 
    121123                                        _('Send new message to a contact in the roster. Both OpenPGP \ 
    122124key and account are optional. If you want to set only \'account\', without \ 
    123125\'pgp key\', just set \'pgp key\' to \'\'.'),  
    124126                                        [ 
     127                                                #tell nkour that should be JID of the contact 
    125128                                                ('jid', _('jid of the contact that will receive the \ 
    126129message'), True), 
    127130                                                (_('message'), _('message contents'), True), 
     131                                                #tell to nkour it should be OpenPGP key 
    128132                                                (_('pgp key'), _('if specified, the message will be \ 
    129133encrypted using this public key'), False), 
     
    135139                                        _('Get detailed info on a contact'),  
    136140                                        [ 
     141                                                #JID of the contact (tell that to nkour) 
    137142                                                ('jid', _('jid of the contact'), True) 
    138143                                        ]