'time_stamp':[opt_str,'[%X] ',_('This option let you customize timestamp that is printed in conversation. For example "[%H:%M] " will show "[hour:minute] ". See python doc on strftime for full documentation: http://docs.python.org/lib/module-time.html')],
'before_nickname':[opt_str,'',_('Characters that are printed before the nickname in conversations')],
'after_nickname':[opt_str,':',_('Characters that are printed after the nickname in conversations')],
'use_gpg_agent':[opt_bool,False],
'change_roster_title':[opt_bool,True,_('Add * and [n] in roster title?')],
'restore_lines':[opt_int,10,_('How many history messages should be restored when a chat tab/window is reopened?')],
'restore_timeout':[opt_int,-1,_('How far back in time (minutes) history is restored. -1 means no limit.')],
...
...
@@ -285,7 +284,6 @@ class Config:
'positive_184_ack':[opt_bool,False,_('If enabled, Gajim will show an icon to show that sent message has been received by your contact')],
'show_avatar_in_tabs':[opt_bool,False,_('Show a mini avatar in chat window tabs and in window icon')],
'use_keyring':[opt_bool,True,_('If true, Gajim will use the Systems Keyring to store account passwords.')],
'pgp_encoding':[opt_str,'',_('Sets the encoding used by python-gnupg'),True],
'remote_commands':[opt_bool,False,_('If true, Gajim will execute XEP-0146 Commands.')],