Show
Ignore:
Timestamp:
01/15/07 19:51:27 (23 months ago)
Author:
asterix
Message:

merge usefull diff from trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11/src/common/config.py

    r7829 r7841  
    131131                'latest_disco_addresses': [ opt_str, '' ], 
    132132                'recently_groupchat': [ opt_str, '' ], 
    133                 'before_nickname': [ opt_str, '' ], 
    134                 'time_stamp': [ opt_str, '[%H:%M] ' ], 
    135                 'after_nickname': [ opt_str, ':' ], 
     133                'time_stamp': [ opt_str, '[%X] ', _('This option let you customize timestamp that is printed in conversation. For exemple "[%H:%M] " will show "[hour:minute] ". See python doc on strftime for full documentation: http://docs.python.org/lib/module-time.html') ], 
     134                'before_nickname': [ opt_str, '', _('Characters that are printed before the nickname in conversations') ], 
     135                'after_nickname': [ opt_str, ':', _('Characters that are printed after the nickname in conversations') ], 
    136136                'send_os_info': [ opt_bool, True ], 
    137137                'set_status_msg_from_current_music_track': [ opt_bool, False ],