# File app/controllers/sys_conf_adm_controller.rb, line 338
  def field_types
    @types = {
      :boolean => _('Boolean'),
      :date => _('Date'),
      :datetime => _('Timestamp'),
      :string => _('String'),
      :text => _('Text'),
      :integer => _('Integer'),
      :decimal => _('Decimal'),
      :float => _('Float'),
      :catalog => _('Catalog') # Not a real type, but hand-mangled by us
    }
  end