Ext.namespace('Zarafa.calendar.data');

/**
 * @class Zarafa.calendar.data.ReminderPeriods
 * @singleton
 */
Zarafa.calendar.data.ReminderPeriods = [{
	value: 0,
	name: Ext.util.Format.duration(0)
},{
	value: 5,
	name: Ext.util.Format.duration(5)
},{
	value: 10,
	name: Ext.util.Format.duration(10)
},{
	value: 15,
	name: Ext.util.Format.duration(15)
},{
	value: 30,
	name: Ext.util.Format.duration(30)
},{
	value: 1 * 60,
	name: Ext.util.Format.duration(1 * 60)
},{
	value: 2 * 60,
	name: Ext.util.Format.duration(2 * 60)
},{
	value: 4 * 60,
	name: Ext.util.Format.duration(4 * 60)
},{
	value: 8 * 60,
	name: Ext.util.Format.duration(8 * 60)
},{
	value: 12 * 60,
	name: Ext.util.Format.duration(12 * 60)
},{
	value: 18 * 60,
	name: Ext.util.Format.duration(18 * 60)
},{
	value: 1 * 24 * 60,
	name: Ext.util.Format.duration(1 * 24 * 60)
},{
	value: 2 * 24 * 60,
	name: Ext.util.Format.duration(2 * 24 * 60)
},{
	value: 3 * 24 * 60,
	name: Ext.util.Format.duration(3 * 24 * 60)
},{
	value: 4 * 24 * 60,
	name: Ext.util.Format.duration(4 * 24 * 60)
},{
	value: 5 * 24 * 60,
	name: Ext.util.Format.duration(5 * 24 * 60)
},{
	value: 7 * 24 * 60,
	name: Ext.util.Format.duration(7 * 24 * 60)
},{
	value: 14 * 24 * 60,
	name: Ext.util.Format.duration(14 * 24 * 60)
},{
	value: 28 * 24 * 60, 
	name: Ext.util.Format.duration(28 * 24 * 60)
}];