Index: openacs-4/packages/lorsm/www/tracker.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/Attic/tracker.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/tracker.tcl 27 Oct 2004 07:46:52 -0000 1.2 +++ openacs-4/packages/lorsm/www/tracker.tcl 3 Dec 2004 17:52:49 -0000 1.3 @@ -29,28 +29,28 @@ # Checks whether the user has appropiate permissions otherwise we kick # him out if {!$admin_p} { - ad_returnredirect "not-allowed" + ad_returnredirect "[_ lorsm.not-allowed]" return -code error } -set title "Set Course Track Options" -set context [list "Set Course Options"] +set title "[_ lorsm.lt_Set_Course_Track_Opti]" +set context [list "[_ lorsm.Set_Course_Options]"] ad_form -name tracker \ -export {package_id} \ -form { {man_id:key} {project:text(inform) - {label "Course Name:"} + {label "[_ lorsm.Course_Name]"} {value {[lorsm::get_course_name -manifest_id $man_id]}} } {istrackable:text(inform) - {label "Current Status:"} + {label "[_ lorsm.Current_Status]"} } {enable:text(radio) {label Status?} - {options {{"Trackable?" t} {"No, Thanks" f}}} + {options {{"[_ lorsm.Trackable_1]" t} {"[_ lorsm.No_Thanks]" f}}} } } -select_query { select