Changeset 6296

Show
Ignore:
Timestamp:
05/08/06 16:50:38 (3 years ago)
Author:
jim++
Message:

Added various ACE descriptions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/config.py

    r6293 r6296  
    8383                'sort_by_show': [ opt_bool, True, '', True ], 
    8484                'use_speller': [ opt_bool, False, ], 
    85                 'print_time': [ opt_str, 'always' ], 
     85                'print_time': [ opt_str, 'always',  _('\'always\' - print time for every message.\n\'sometimes\' - print time every print_ichat_every_foo_minutes minute.\n\'never\' - never print time.')], 
    8686                'emoticons_theme': [opt_str, 'static', '', True ], 
    8787                'ascii_formatting': [ opt_bool, True, 
     
    9797                'custom_file_manager': [ opt_str, 'xffm' ], 
    9898                'gc-hpaned-position': [opt_int, 540], 
    99                 'gc_refer_to_nick_char': [opt_str, ','], 
    100                 'gc_proposed_nick_char': [opt_str, '_'], 
     99                'gc_refer_to_nick_char': [opt_str, ',', _('Character to add after nickname when using nick completion (tab) in group chat')], 
     100                'gc_proposed_nick_char': [opt_str, '_', _('Character to propose to add after desired nickname when desired nickname is used by someone else in group chat')], 
    101101                'msgwin-x-position': [opt_int, -1], # Default is to let the window manager decide 
    102102                'msgwin-y-position': [opt_int, -1], # Default is to let the window manager decide 
     
    143143                'chat_state_notifications': [opt_str, 'all'], # 'all', 'composing_only', 'disabled' 
    144144                'autodetect_browser_mailer': [opt_bool, False, '', True], 
    145                 'print_ichat_every_foo_minutes': [opt_int, 5], 
     145                'print_ichat_every_foo_minutes': [opt_int, 5, _('When not printing time for every message (print_time==sometimes), print it every x minutes')], 
    146146                'confirm_close_muc': [opt_bool, True, _('Ask before closing a group chat tab/window.')], 
    147147                'confirm_close_muc_rooms': [opt_str, '', _('Always ask before closing group chat tab/window in this space separated list of room jids.')], 
     
    185185                'log_contact_status_changes': [opt_bool, False], 
    186186                'restored_messages_color': [opt_str, 'grey'], 
    187                 'hide_avatar_of_transport': [opt_bool, False], 
     187                'hide_avatar_of_transport': [opt_bool, False, _('Don\'t show avatar for the transport itself.')], 
    188188                'roster_window_skip_taskbar': [opt_bool, False], 
    189189                'use_urgency_hint': [opt_bool, True, _('If True and installed GTK+ and PyGTK versions are at least 2.8, make the window flash (the default behaviour in most Window Managers) when holding pending events.')],