Index: openacs-4/packages/calendar/www/cal-item-create-recurrence.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/cal-item-create-recurrence.adp,v diff -u -r1.10 -r1.11 --- openacs-4/packages/calendar/www/cal-item-create-recurrence.adp 6 Sep 2002 21:50:26 -0000 1.10 +++ openacs-4/packages/calendar/www/cal-item-create-recurrence.adp 7 Nov 2002 12:45:07 -0000 1.11 @@ -8,26 +8,25 @@ -Calendars: Repeating Event -Repeat +#calendar.lt_Calendars_Repeating_E# +#calendar.Repeat# -You are choosing to make this event recurrent, so that it appears more -than once in your calendar. The event's details are: +#calendar.lt_You_are_choosing_to_m#

-Date: @cal_item.start_date@
-Time: @cal_item.start_time@ - @cal_item.end_time@
-Details: @cal_item.description@ +#calendar.Date# @cal_item.start_date@
+#calendar.Time# @cal_item.start_time@ - @cal_item.end_time@
+#calendar.Details# @cal_item.description@

-Repeat every :
- day (s)
+#calendar.Repeat_every# :
+ #calendar.day_s#
<% -foreach dow {{Sunday 0} {Monday 1} {Tuesday 2} {Wednesday 3} {Thursday 4} {Friday 5} {Saturday 6}} { +foreach dow [list [list "#calendar.Sunday#" 0] [list "#calendar.Monday#" 1] [list "#calendar.Tuesday#" 2] [list "#calendar.Wednesday#" 3] [list "#calendar.Thursday#" 4] [list "#calendar.Friday#" 5] [list "#calendar.Saturday#" 6]] { if {[lindex $dow 1] == [expr "$cal_item(day_of_week) -1"]} { set checked_html "CHECKED" } else { @@ -37,14 +36,14 @@ template::adp_puts "[lindex $dow 0]  " } %> -of the week
- day -@cal_item.day_of_month@ of the month
- same @cal_item.pretty_day_of_week@ of -the month
- year
-Repeat this event until: <%= [dt_widget_datetime -default [dt_systime] recur_until] %> +#calendar.of_the_week#
+ #calendar.day# +@cal_item.day_of_month@ #calendar.of_the_month#
+ #calendar.same# @cal_item.pretty_day_of_week@ #calendar.of_the_month#
+ #calendar.year#
+#calendar.lt_Repeat_this_event_unt# <%= [dt_widget_datetime -default [dt_systime] recur_until] %>

- +

+