cwconfig.py
changeset 8114 8311cc3b472a
parent 8049 a48301a44b50
child 8119 29cdde6bb9ef
equal deleted inserted replaced
8113:1e8c92202f44 8114:8311cc3b472a
   253       'group': 'ui',
   253       'group': 'ui',
   254       }),
   254       }),
   255     ('date-format',
   255     ('date-format',
   256      {'type' : 'string',
   256      {'type' : 'string',
   257       'default': '%Y/%m/%d',
   257       'default': '%Y/%m/%d',
   258       'help': _('how to format date in the ui ("man strftime" for format description)'),
   258       'help': _('how to format date in the ui (see <a href="http://docs.python.org/library/datetime.html#strftime-strptime-behavior">this page</a> for format description)'),
   259       'group': 'ui',
   259       'group': 'ui',
   260       }),
   260       }),
   261     ('datetime-format',
   261     ('datetime-format',
   262      {'type' : 'string',
   262      {'type' : 'string',
   263       'default': '%Y/%m/%d %H:%M',
   263       'default': '%Y/%m/%d %H:%M',
   264       'help': _('how to format date and time in the ui ("man strftime" for format description)'),
   264       'help': _('how to format date and time in the ui (see <a href="http://docs.python.org/library/datetime.html#strftime-strptime-behavior">this page</a> for format description)'),
   265       'group': 'ui',
   265       'group': 'ui',
   266       }),
   266       }),
   267     ('time-format',
   267     ('time-format',
   268      {'type' : 'string',
   268      {'type' : 'string',
   269       'default': '%H:%M',
   269       'default': '%H:%M',
   270       'help': _('how to format time in the ui ("man strftime" for format description)'),
   270       'help': _('how to format time in the ui (see <a href="http://docs.python.org/library/datetime.html#strftime-strptime-behavior">this page</a> for format description)'),
   271       'group': 'ui',
   271       'group': 'ui',
   272       }),
   272       }),
   273     ('float-format',
   273     ('float-format',
   274      {'type' : 'string',
   274      {'type' : 'string',
   275       'default': '%.3f',
   275       'default': '%.3f',