'inmsgtxtfont':[opt_str,'',_('Incoming text font.'),True],
...
...
@@ -243,10 +233,6 @@ class Config:
'vcard_avatar_width':[opt_int,200],
'vcard_avatar_height':[opt_int,200],
'notification_preview_message':[opt_bool,True,_('Preview new messages in notification popup?')],
'notification_position_x':[opt_int,-1],
'notification_position_y':[opt_int,-1],
'notification_avatar_width':[opt_int,48],
'notification_avatar_height':[opt_int,48],
'muc_highlight_words':[opt_str,'',_('A semicolon-separated list of words that will be highlighted in group chats.')],
'quit_on_roster_x_button':[opt_bool,False,_('If True, quits Gajim when X button of Window Manager is clicked. This setting is taken into account only if notification icon is used.')],
'show_unread_tab_icon':[opt_bool,False,_('If True, Gajim will display an icon on each tab containing unread messages. Depending on the theme, this icon may be animated.')],
...
...
@@ -269,7 +255,6 @@ class Config:
'hide_avatar_of_transport':[opt_bool,False,_('Don\'t show avatar for the transport itself.')],
'roster_window_skip_taskbar':[opt_bool,False,_('Don\'t show roster in the system taskbar.')],
'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.')],
'notification_timeout':[opt_int,5],
'send_sha_in_gc_presence':[opt_bool,True,_('Jabberd1.4 does not like sha info when one join a password protected group chat. Turn this option to False to stop sending sha info in group chat presences.')],
'one_message_window':[opt_str,'always',
#always, never, peracct, pertype should not be translated