sch_profiles = Schedules Profiles
menu.schedules_profiles = {:sch_profiles:}
sch_profiles.validate.wrong_expression = %s is not a valid cron expression
sch_profiles.desc.title = Description for this schedule profile.
sch_profiles.profile = Template
sch_profiles.profile.title = Quick template wizard
sch_profiles.schedule = Schedule
sch_profiles.minute = Minute
sch_profiles.hour = Hour
sch_profiles.day = Day of Month
sch_profiles.month = Month
sch_profiles.weekday = Day of Week
sch_profiles.task.title = :type to execute the task
sch_profiles.select_tpl = -- Select a Template --
sch_profiles.tpl.once_per_minute = Once Per Minute (* * * * *)
sch_profiles.tpl.once_each_five = Once Each Five Minutes (*/5 * * * *)
sch_profiles.tpl.twice_per_hour = Twice Per Hour (0,30 * * * *)
sch_profiles.tpl.once_per_hour = Once Per Hour (0 * * * *)
sch_profiles.tpl.twice_per_day = Twice Per Day (0 0,12 * * *)
sch_profiles.tpl.once_per_day = Once Per Day (0 0 * * *)
sch_profiles.tpl.once_per_week = Once Per Week (0 0 * * 0)
sch_profiles.tpl.1st_15th = On the 1st and 15th of each Month (0 0 1,15 * *)
sch_profiles.tpl.once_per_month = Once Per Month (0 0 1 * *)
sch_profiles.tpl.once_per_year = Once Per Year (0 0 1 1 *)
sch_profiles.quick_templates = -- Quick Templates --
sch_profiles.qtpl.each_minute = Each Minute (*)
sch_profiles.qtpl.each_two_minutes = Each Two Minutes (*/2)
sch_profiles.qtpl.each_five_minutes = Each Five Minutes (*/5)
sch_profiles.qtpl.each_ten_minutes = Each Ten Minutes (*/10)
sch_profiles.qtpl.each_fifteen_minutes = Each Fifteen Minutes (*/15)
sch_profiles.qtpl.each_thirty_minutes = Each Thirty Minutes (0,30)
sch_profiles.qtpl.every_hour = Every Hour (*)
sch_profiles.qtpl.each_two_hours = Each Two Hours (*/2)
sch_profiles.qtpl.each_three_hours = Each Three Hours (*/3)
sch_profiles.qtpl.each_four_hours = Each Four Hours (*/4)
sch_profiles.qtpl.each_six_hours = Each Six Hours (*/6)
sch_profiles.qtpl.each_twelve_hours = Each Twelve Hours (0,12)
sch_profiles.qtpl.every_day = Every Day (*)
sch_profiles.qtpl.every_two_days = Every Two Days (*/2)
sch_profiles.qtpl.1st_15th = On the 1st and 15th of the month (1,15)
sch_profiles.qtpl.every_month = Every Month (*)
sch_profiles.qtpl.every_two_months = Every Two Months (*/2)
sch_profiles.qtpl.every_three_months = Every Three Months (*/3)
sch_profiles.qtpl.every_six_months = Every Six Months (*/6)
sch_profiles.qtpl.every_weekday = Every Weekday (1-5)
sch_profiles.qtpl.every_weekend = Every Weekend (6,0)
sch_profiles.qtpl.specific_days = Every Monday, Wednesday and Friday (1,3,5)
sch_profiles.qtpl.specific_days_2 = Every Tuesday and Thursday (2,4)
sch_profiles.tpl.on_sunday = At 00:00 on Sunday (0 0 * * 0)
sch_profiles.tpl.on_saturday = At 00:00 on Saturday (0 0 * * 6)
sch_profiles.select_sch = -- Select a Schedule --


