('booking', oils_i18n_gettext('config.settings_group.booking', 'Booking', 'coust', 'label')),
('offline', oils_i18n_gettext('config.settings_group.offline', 'Offline', 'coust', 'label')),
('receipt_template', oils_i18n_gettext('config.settings_group.receipt_template', 'Receipt Template', 'coust', 'label')),
-('sms', oils_i18n_gettext('sms','SMS Text Messages','csg','label'))
+('sms', oils_i18n_gettext('sms','SMS Text Messages','csg','label')),
+('vandelay', oils_i18n_gettext('vandelay','Vandelay','coust','label'))
;
'description'
),
'string', null)
+,( 'vandelay.default_match_set', 'vandelay',
+ oils_i18n_gettext(
+ 'vandelay.default_match_set',
+ 'Vandelay: Default Record Match Set',
+ 'coust',
+ 'label'
+ ),
+ oils_i18n_gettext(
+ 'vandelay.default_match_set',
+ 'Vandelay: Default Record Match Set',
+ 'coust',
+ 'description'
+ ),
+ 'string', null)
;