Index: openacs-4/packages/lorsm/www/course-add-2.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/Attic/course-add-2.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/course-add-2.adp 4 Sep 2004 14:51:21 -0000 1.2 +++ openacs-4/packages/lorsm/www/course-add-2.adp 29 Nov 2004 17:26:03 -0000 1.3 @@ -3,39 +3,40 @@ <p> -<h2>Preliminary information</h2> +<h2>#lorsm.lt_Preliminary_informati#</h2> <p> <listtemplate name="d_info"></listtemplate> <p> <if @isSCORM@ eq 1> - <font color="green">The uploaded file is a <b>SCORM complaint package</b></font> + <font color="green">#lorsm.lt_The_uploaded_file_is_# <b>#lorsm.lt_SCORM_complaint_packa#</b></font> <p> </if> <p> <if @isSCORM@ eq 1> -<h3>SCORM Package Info</h3> +<h3>#lorsm.SCORM_Package_Info#</h3> <listtemplate name="d_SCORM_package_info"></listtemplate> <p> </if> <if @isSCORM@ eq 0> -<h3>IMS Package Info</h3> +<h3>#lorsm.IMS_Package_Info#</h3> <if @isBB@ eq 1> - <font color="green" size=\"-1\"> The uploaded file is a <b>Blackboard 6 complaint package</b>.</font> + <font color="green" size=\"-1\"> #lorsm.lt_The_uploaded_file_is_# <b>#lorsm.lt_Blackboard_6_complain#</b>.</font> <p> </if> <listtemplate name="d_IMS_package_info"></listtemplate> <p> </if> -<small><b>Note</b>: the package has <b>not yet</b> being added to the Learning Object Repository. +<small><b>#lorsm.Note#</b>#lorsm._the_package_has# <b>#lorsm.not_yet#</b> #lorsm.lt_being_added_to_the_Le# <formtemplate id=course_upload></formtemplate> + Index: openacs-4/packages/lorsm/www/course-add-3.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/Attic/course-add-3.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/course-add-3.adp 22 Apr 2004 03:58:09 -0000 1.1 +++ openacs-4/packages/lorsm/www/course-add-3.adp 29 Nov 2004 17:26:03 -0000 1.2 @@ -3,43 +3,43 @@ <p> -<h2>Preliminary information</h2> +<h2>#lorsm.lt_Preliminary_informati#</h2> <p> <blockquote> <listtemplate name="d_info"></listtemplate> <p> <if @isSCORM@ eq 1> - <font color="green">The uploaded file is a <b>SCORM complaint package</b></font> + <font color="green">#lorsm.lt_The_uploaded_file_is_# <b>#lorsm.lt_SCORM_complaint_packa#</b></font> <p> </if> -<small><b>Note</b>: the package has <b>not yet</b> being added to the Learning Object Repository. +<small><b>#lorsm.Note#</b>#lorsm._the_package_has# <b>#lorsm.not_yet#</b> #lorsm.lt_being_added_to_the_Le# <p> -<h2>Organizations</h2> +<h2>#lorsm.Organizations#</h2> <listtemplate name="d_orgs"></listtemplate> <p> <blockquote> -<h3>Items</h3> +<h3>#lorsm.Items#</h3> <listtemplate name="d_items"></listtemplate> </blockquote> <p> <if @isSCORM@ eq 1> -<h3>SCOs</h3> +<h3>#lorsm.SCOs#</h3> <listtemplate name="d_scos"></listtemplate> <p> -<h3>Assets</h3> +<h3>#lorsm.Assets#</h3> <listtemplate name="d_assets"></listtemplate> <p> </if> <if @isSCORM@ eq 0> -<h3>Resources</h3> +<h3>#lorsm.Resources#</h3> <listtemplate name="d_resources"></listtemplate> <p> </if> @@ -54,3 +54,4 @@ <p> @all_files@ + Index: openacs-4/packages/lorsm/www/course-add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/Attic/course-add.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/course-add.adp 4 Sep 2004 14:51:21 -0000 1.2 +++ openacs-4/packages/lorsm/www/course-add.adp 29 Nov 2004 17:26:03 -0000 1.3 @@ -1,30 +1,31 @@ <master> -<property name="title">Upload an IMS/SCORM Content Package Course</property> +<property name="title">#lorsm.lt_Upload_an_IMSSCORM_Co#</property> <property name="context">@context;noquote@</property> <table width="100%"> <tr> <td valign="top"> - <h2>Shared Courses in the Repository</h2> + <h2>#lorsm.lt_Shared_Courses_in_the#</h2> </td> <tr> <td> <blockquote> - <p>You can add courses already existing in the repository + <p>#lorsm.lt_You_can_add_courses_a# <include src="lib/repository-shared-courses"> </blockquote> </td> </tr> <tr> <td valign="top"> - <h2>Add your own course</h2> + <h2>#lorsm.Add_your_own_course#</h2> </td> <tr> <td> <blockquote> - <p>We have detected the root folder for <a href="@fs_url@">@folder_name;noquote@</a> and we will import your course in this folder.</p> + <p>#lorsm.lt_We_have_detected_the_# <a href="@fs_url@">@folder_name;noquote@</a> #lorsm.lt_and_we_will_import_yo#</p> <formtemplate id=course_upload></formtemplate> </blockquote> </td> </tr> </table> + Index: openacs-4/packages/lorsm/www/course-structure.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/Attic/course-structure.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/course-structure.adp 4 Sep 2004 14:51:21 -0000 1.2 +++ openacs-4/packages/lorsm/www/course-structure.adp 29 Nov 2004 17:26:03 -0000 1.3 @@ -7,87 +7,87 @@ <table class="list" cellpadding="3" cellspacing="1" width="70%"> <tr class="list-header"> <th class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" colspan="2"> - Course Information + #lorsm.Course_Information# </th> </tr> <tr class="list-odd"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Course Name: + #lorsm.Course_Name# </td> <td class="list" valign="top" style="background-color: #f0f0f0; font-weight: bold;"> <a href="@folder@">@course_name;noquote@</a> </td> </tr> <tr class="list-even"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Version: + #lorsm.Version# </td> <td class="list" valign="top" style="background-color: #f0f0f0"> @version;noquote@ </td> </tr> <tr class="list-odd"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Metadata?: + #lorsm.Metadata# </td> <td class="list" valign="top" style="background-color: #f0f0f0"> <if @man_metadata@ eq "Yes"> - <a href="md/?ims_md_id=@man_id@">Yes</a> + <a href="md/?ims_md_id=@man_id@">#lorsm.Yes#</a> </if> <else> - No + #lorsm.No# </else> </td> </tr> <tr class="list-even"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Identifier: + #lorsm.Identifier# </td> <td class="list" valign="top" style="background-color: #f0f0f0" width="80%"> @identifier@ </td> </tr> <tr class="list-odd"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Is SCORM?: + #lorsm.Is_SCORM# </td> <td <if @isscorm@ eq "Yes"> - class="list" style="font-weight: bold;" + #lorsm.lt_classlist_stylefont-w# </if> <else> - class="list" + #lorsm.classlist# </else> - valign="top" align="left">@isscorm;noquote@ + #lorsm.lt_valigntop_alignleftis# </td> </tr> <tr class="list-even"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Storage Folder: + #lorsm.Storage_Folder# </td> <td class="list" valign="top" style="background-color: #f0f0f0" width="80%"> <a href="@folder@">@instance@</a> </td> </tr> <tr class="list-odd"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Created By: + #lorsm.Created_By# </td> <td class="list" valign="top" style="background-color: #f0f0f0" width="80%"> @created_by@ </td> </tr> <tr class="list-even"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Date: + #lorsm.Date# </td> <td class="list" valign="top" style="background-color: #f0f0f0" width="80%"> @creation_date;noquote@ </td> </tr> <tr class="list-odd"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Submanifests: + #lorsm.Submanifests# </td> <td class="list" valign="top" style="background-color: #f0f0f0" width="80%"> @submanifests@ @@ -96,57 +96,57 @@ </tr> <tr class="list-even"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Status: + #lorsm.Status# </td> <td class="list" valign="top" style="background-color: #f0f0f0" width="80%"> <if @isenabled@ eq t> - <b>Enabled</b> + <b>#lorsm.Enabled#</b> </if> <else> - <font color="red"><b>Disabled</b></font> + <font color="red"><b>#lorsm.Disabled#</b></font> </else> <div style="float: right;"> - <a href="@enabler_url@" class="button">Change</a> + <a href="@enabler_url@" class="button">#lorsm.Change#</a> </div> </td> </tr> </tr> <tr class="list-odd"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;"> - Trackable: + #lorsm.Trackable# </td> <td class="list" valign="top" style="background-color: #f0f0f0"> <if @istrackable@ eq t> - <b>Yes</b> + <b>#lorsm.Yes#</b> </if> <else> - <b>No</b> + <b>#lorsm.No#</b> </else> <div style="float: right;"> - <a href="@tracker_url@" class="button">Change</a> + <a href="@tracker_url@" class="button">#lorsm.Change#</a> </div> </td> </tr> </tr> <tr class="list-even last"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Is shared? + #lorsm.Is_shared# </td> <td class="list" valign="top" style="background-color: #f0f0f0" width="80%"> <if @isshared@ eq t> - <font color="green"><b>Shared</b></font> + <font color="green"><b>#lorsm.Shared#</b></font> </if> <else> - <font color="red"><b>Not Shared</b></font> + <font color="red"><b>#lorsm.Not_Shared#</b></font> </else> <div style="float: right;"> - <a href="@sharer_url@" class="button">Change</a> + <a href="@sharer_url@" class="button">#lorsm.Change#</a> </div> </td> </tr> <tr class="list-header"> <th class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" colspan="2"> - Organizations + #lorsm.Organizations# </th> </tr> <tr class="list-odd"> @@ -163,3 +163,4 @@ </blockquote> <hr> + Index: openacs-4/packages/lorsm/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/Attic/index.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/index.adp 4 Sep 2004 14:51:21 -0000 1.2 +++ openacs-4/packages/lorsm/www/index.adp 29 Nov 2004 17:26:03 -0000 1.3 @@ -5,11 +5,12 @@ <table width="100%"> <tr> <td valign="top"> - <h2>Courses in your Repository</h2> + <h2>#lorsm.lt_Courses_in_your_Repos#</h2> </td> <tr> <td> <listtemplate name="d_courses"></listtemplate> </td> </tr> </table> + Index: openacs-4/packages/lorsm/www/delivery/body.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/body.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/delivery/body.adp 4 Sep 2004 14:51:21 -0000 1.2 +++ openacs-4/packages/lorsm/www/delivery/body.adp 29 Nov 2004 17:26:03 -0000 1.3 @@ -9,16 +9,17 @@ //--> </script> -<h1>Welcome to <b>@course_name@</h1> +<h1>#lorsm.Welcome_to# <b>@course_name@</h1> <p> - Your Stats: + #lorsm.Your_Stats# <br> - You have seen this course <b>x</b> number of times and have covered <b>@viewed_percent@ %</b> of the content. + #lorsm.lt_You_have_seen_this_co# <b>x</b> #lorsm.lt_number_of_times_and_h# <b>@viewed_percent@ %</b> #lorsm.of_the_content# </p> <if @last_page_viewed@ defined> <p> - The last page you viewed was: <b><a href="record-view?man_id=@man_id@&item_id=@imsitem_id@">@last_page_viewed;noquote@</a></b> + #lorsm.lt_The_last_page_you_vie# <b><a href="record-view?man_id=@man_id@&item_id=@imsitem_id@">@last_page_viewed;noquote@</a></b> </if> <p> - Click on menu to the left to view course materials. + #lorsm.lt_Click_on_menu_to_the_# + Index: openacs-4/packages/lorsm/www/delivery/menu.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/menu.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/delivery/menu.adp 25 Nov 2004 20:25:53 -0000 1.2 +++ openacs-4/packages/lorsm/www/delivery/menu.adp 29 Nov 2004 17:26:03 -0000 1.3 @@ -144,7 +144,7 @@ </head> <body> - <a href="exit?man_id=@man_id@&track_id=@track_id@&return_url=@return_url@" style="display: block; position: fixed;" class="button" target="_top">Exit Course <br> (return to .LRN)</a> + <a href="exit?man_id=@man_id@&track_id=@track_id@&return_url=@return_url@" style="display: block; position: fixed;" class="button" target="_top">#lorsm.Exit_Course# <br> #lorsm.return_to_LRN#</a> <hr size=1> <if @TREE_ITEMS@ defined> @@ -161,3 +161,4 @@ </body> </html> + Index: openacs-4/packages/lorsm/www/delivery1/body.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery1/body.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/delivery1/body.adp 4 Sep 2004 14:51:26 -0000 1.1 +++ openacs-4/packages/lorsm/www/delivery1/body.adp 29 Nov 2004 17:26:04 -0000 1.2 @@ -19,9 +19,10 @@ </head> <body border=0> -<p align="center"><font size=+3">Welcome to LEON</font><br><font size=-1>Course Delivery System for LORS</font> +<p align="center"><font size=+3">#lorsm.Welcome_to_LEON#</font><br><font size=-1>#lorsm.lt_Course_Delivery_Syste#</font> </p> -<p align="center">Click on the Course Index items to start your <b>@course_name@</b> course.</p> +<p align="center">#lorsm.lt_Click_on_the_Course_I# <b>@course_name@</b> #lorsm.course#</p> </body> </html> + Index: openacs-4/packages/lorsm/www/delivery1/header.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery1/header.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/delivery1/header.adp 4 Sep 2004 14:51:26 -0000 1.1 +++ openacs-4/packages/lorsm/www/delivery1/header.adp 29 Nov 2004 17:26:04 -0000 1.2 @@ -19,13 +19,13 @@ <td><span class="header-text">@course_name@<br></span></td> <td align="right" class="header-text"> - <a href="@exit_url@" target="_top">Exit Course</a> + <a href="@exit_url@" target="_top">#lorsm.Exit_Course#</a> <img class="header-img" src="/resources/dotlrn/spacer.gif" height="1" width="10"> - <a href="@logout_url@" target="_top">Log Out</a> + <a href="@logout_url@" target="_top">#lorsm.Log_Out#</a> <img class="header-img" src="/resources/dotlrn/spacer.gif" height="1" width="10"> </td> </tr> </table> </body> -</html> \ No newline at end of file +</html> Index: openacs-4/packages/lorsm/www/delivery1/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery1/index.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/delivery1/index.adp 4 Sep 2004 14:51:26 -0000 1.1 +++ openacs-4/packages/lorsm/www/delivery1/index.adp 29 Nov 2004 17:26:04 -0000 1.2 @@ -12,8 +12,8 @@ </frameset> <noframes> - <p>Sorry, your browser must support frames to view this page. + <p>#lorsm.lt_Sorry_your_browser_mu# </p> </noframes> </frameset> -</html> \ No newline at end of file +</html> Index: openacs-4/packages/lorsm/www/delivery1/toc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery1/toc.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/delivery1/toc.adp 4 Sep 2004 14:51:26 -0000 1.1 +++ openacs-4/packages/lorsm/www/delivery1/toc.adp 29 Nov 2004 17:26:04 -0000 1.2 @@ -80,10 +80,10 @@ <body border=0> <div id="site-header"> <div class="system-name"> - Course Index + #lorsm.Course_Index# </div> </div> @table_item;noquote@ <hr size="1"> </body> -</html> \ No newline at end of file +</html> Index: openacs-4/packages/lorsm/www/delivery2/body.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery2/body.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/delivery2/body.adp 4 Sep 2004 14:51:26 -0000 1.1 +++ openacs-4/packages/lorsm/www/delivery2/body.adp 29 Nov 2004 17:26:04 -0000 1.2 @@ -19,13 +19,14 @@ </head> <body border=0> -<p align="center"><font size=+3">Welcome to <b>@course_name@</b></font><br><font size=-1>Course Delivery System for LORS</font> +<p align="center"><font size=+3">#lorsm.Welcome_to# <b>@course_name@</b></font><br><font size=-1>#lorsm.lt_Course_Delivery_Syste#</font> </p> <p align="center"> -Your Stats: +#lorsm.Your_Stats# <br> -You have seen this course <b>x</b> number of times and have covered <b>xx %</b> of the content. +#lorsm.lt_You_have_seen_this_co# <b>x</b> #lorsm.lt_number_of_times_and_h# <b>xx %</b> #lorsm.of_the_content# </p> </body> </html> + Index: openacs-4/packages/lorsm/www/delivery2/header.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery2/header.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/delivery2/header.adp 4 Sep 2004 14:51:26 -0000 1.1 +++ openacs-4/packages/lorsm/www/delivery2/header.adp 29 Nov 2004 17:26:04 -0000 1.2 @@ -20,13 +20,13 @@ <td><span class="header-text">@course_name@<br></span></td> <td align="right" class="header-text"> - <a href="@exit_url@" target="_top">Exit Course</a> + <a href="@exit_url@" target="_top">#lorsm.Exit_Course#</a> <img class="header-img" src="/resources/dotlrn/spacer.gif" height="1" width="10"> - <a href="@logout_url@" target="_top">Log Out</a> + <a href="@logout_url@" target="_top">#lorsm.Log_Out#</a> <img class="header-img" src="/resources/dotlrn/spacer.gif" height="1" width="10"> </td> </tr> </table> </body> -</html> \ No newline at end of file +</html> Index: openacs-4/packages/lorsm/www/md/educationalmd.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/md/Attic/educationalmd.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/md/educationalmd.adp 22 Apr 2004 03:58:12 -0000 1.1 +++ openacs-4/packages/lorsm/www/md/educationalmd.adp 29 Nov 2004 17:26:05 -0000 1.2 @@ -7,62 +7,63 @@ <table cellspacing="2" cellpadding="2" border="0"> <tr class="form-section"> - <th colspan="2">Educational Metadata</th> + <th colspan="2">#lorsm.Educational_Metadata#</th> </tr> <tr class="form-section"> - <td class="form-section">Interactivity Type: </td> + <td class="form-section">#lorsm.Interactivity_Type# </td> <td><listtemplate name= "d_ed_intt"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Learning Resource Type: </td> + <td class="form-section">#lorsm.lt_Learning_Resource_Typ# </td> <td><listtemplate name= "d_ed_lrt"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Interactivity Level: </td> + <td class="form-section">#lorsm.Interactivity_Level# </td> <td><listtemplate name= "d_ed_intl"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Semantic Density: </td> + <td class="form-section">#lorsm.Semantic_Density# </td> <td><listtemplate name= "d_ed_semd"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Intended End User Role: </td> + <td class="form-section">#lorsm.lt_Intended_End_User_Rol# </td> <td><listtemplate name= "d_ed_ieur"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Context: </td> + <td class="form-section">#lorsm.Context# </td> <td><listtemplate name= "d_ed_cont"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Typical Age Range: </td> + <td class="form-section">#lorsm.Typical_Age_Range# </td> <td><listtemplate name= "d_ed_tar"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Difficulty: </td> + <td class="form-section">#lorsm.Difficulty# </td> <td><listtemplate name= "d_ed_dif"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Typical Learning Time: </td> + <td class="form-section">#lorsm.lt_Typical_Learning_Time# </td> <td><listtemplate name= "d_ed_tlt"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Description: </td> + <td class="form-section">#lorsm.Description# </td> <td><listtemplate name= "d_ed_desc"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Language: </td> + <td class="form-section">#lorsm.Language# </td> <td><listtemplate name= "d_ed_lang"></listtemplate></td> </tr> </table> + Index: openacs-4/packages/lorsm/www/md/generalmd.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/md/Attic/generalmd.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/md/generalmd.adp 14 Nov 2004 12:50:11 -0000 1.2 +++ openacs-4/packages/lorsm/www/md/generalmd.adp 29 Nov 2004 17:26:05 -0000 1.3 @@ -7,46 +7,47 @@ <table cellspacing="2" cellpadding="2" border="0"> <tr class="form-section"> - <th colspan="2">General Metadata</th> + <th colspan="2">#lorsm.General_Metadata#</th> </tr> <tr class="form-section"> - <td class="form-section">Titles: </td> + <td class="form-section">#lorsm.Titles# </td> <td><listtemplate name= "d_gen_titles"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Catalog-Entries: </td> + <td class="form-section">#lorsm.Catalog-Entries# </td> <td><listtemplate name= "d_gen_cata"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Languages: </td> + <td class="form-section">#lorsm.Languages# </td> <td><listtemplate name= "d_gen_lang"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Descriptions: </td> + <td class="form-section">#lorsm.Descriptions# </td> <td><listtemplate name= "d_gen_desc"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Keywords: </td> + <td class="form-section">#lorsm.Keywords# </td> <td><listtemplate name= "d_gen_key"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Coverage: </td> + <td class="form-section">#lorsm.Coverage# </td> <td><listtemplate name= "d_gen_cover"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Structure: </td> + <td class="form-section">#lorsm.Structure# </td> <td><listtemplate name= "d_gen_struc"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Aggregation Level: </td> + <td class="form-section">#lorsm.Aggregation_Level# </td> <td><listtemplate name= "d_gen_aggl"></listtemplate></td> </tr> </table> + Index: openacs-4/packages/lorsm/www/md/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/md/Attic/index.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/lorsm/www/md/index.adp 14 Nov 2004 12:50:11 -0000 1.3 +++ openacs-4/packages/lorsm/www/md/index.adp 29 Nov 2004 17:26:05 -0000 1.4 @@ -9,18 +9,19 @@ <p> <if @write_p@ eq 1> - You can <a href="@link@">upload a XML LOM metadata node</a> to add/change the metadata for this record. + #lorsm.You_can# <a href="@link@">#lorsm.lt_upload_a_XML_LOM_meta#</a> #lorsm.lt_to_addchange_the_meta# </if> <br> <if @read_p@ eq 1> - Here's a link to the actual element + #lorsm.lt_Heres_a_link_to_the_a# </if> </if> <else> <p> -No metadata record exist for this object: @object_type@. +#lorsm.lt_No_metadata_record_ex# <if @write_p@ eq 1> -<ul><li><a href=addmd?ims_md_id=@ims_md_id;noquote@>Add metadata</a></li></ul> +<ul><li><a href=addmd?ims_md_id=@ims_md_id;noquote@>#lorsm.Add_metadata#</a></li></ul> </if> </else> + Index: openacs-4/packages/lorsm/www/md/lifecyclemd.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/md/Attic/lifecyclemd.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/md/lifecyclemd.adp 14 Nov 2004 12:50:11 -0000 1.2 +++ openacs-4/packages/lorsm/www/md/lifecyclemd.adp 29 Nov 2004 17:26:05 -0000 1.3 @@ -7,22 +7,23 @@ <table cellspacing="2" cellpadding="2" border="0"> <tr class="form-section"> - <th colspan="2">Lifecycle Metadata</th> + <th colspan="2">#lorsm.Lifecycle_Metadata#</th> </tr> <tr class="form-section"> - <td class="form-section">Version: </td> + <td class="form-section">#lorsm.Version# </td> <td><listtemplate name= "d_lf_ver"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Status: </td> + <td class="form-section">#lorsm.Status# </td> <td><listtemplate name= "d_lf_stat"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Contribution: </td> + <td class="form-section">#lorsm.Contribution# </td> <td><listtemplate name= "d_lf_cont"></listtemplate></td> </tr> </table> + Index: openacs-4/packages/lorsm/www/md/metamd.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/md/Attic/metamd.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/md/metamd.adp 14 Nov 2004 12:50:11 -0000 1.2 +++ openacs-4/packages/lorsm/www/md/metamd.adp 29 Nov 2004 17:26:05 -0000 1.3 @@ -7,27 +7,28 @@ <table cellspacing="2" cellpadding="2" border="0"> <tr class="form-section"> - <th colspan="2">Meta Metadata</th> + <th colspan="2">#lorsm.Meta_Metadata#</th> </tr> <tr class="form-section"> - <td class="form-section">Catalog-Entries: </td> + <td class="form-section">#lorsm.Catalog-Entries# </td> <td><listtemplate name= "d_md_cata"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Contribution: </td> + <td class="form-section">#lorsm.Contribution# </td> <td><listtemplate name= "d_md_cont"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Scheme: </td> + <td class="form-section">#lorsm.Scheme# </td> <td><listtemplate name= "d_md_scheme"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Language: </td> + <td class="form-section">#lorsm.Language# </td> <td><listtemplate name= "d_md_lang"></listtemplate></td> </tr> </table> + Index: openacs-4/packages/lorsm/www/md/relationmd.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/md/Attic/relationmd.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/md/relationmd.adp 14 Nov 2004 12:50:11 -0000 1.2 +++ openacs-4/packages/lorsm/www/md/relationmd.adp 29 Nov 2004 17:26:05 -0000 1.3 @@ -7,10 +7,11 @@ <table cellspacing="2" cellpadding="2" border="0"> <tr class="form-section"> - <th colspan="2">Relation Metadata</th> + <th colspan="2">#lorsm.Relation_Metadata#</th> </tr> <tr class="form-section"> - <td class="form-section">Relations: </td> + <td class="form-section">#lorsm.Relations# </td> <td><listtemplate name= "d_re_relat"></listtemplate></td> </tr> </table> + Index: openacs-4/packages/lorsm/www/md/rightsmd.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/md/Attic/rightsmd.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/md/rightsmd.adp 22 Apr 2004 03:58:13 -0000 1.1 +++ openacs-4/packages/lorsm/www/md/rightsmd.adp 29 Nov 2004 17:26:05 -0000 1.2 @@ -7,22 +7,22 @@ <table cellspacing="2" cellpadding="2" border="0"> <tr class="form-section"> - <th colspan="2">Rights Metadata</th> + <th colspan="2">#lorsm.Rights_Metadata#</th> </tr> <tr class="form-section"> - <td class="form-section">Cost: </td> + <td class="form-section">#lorsm.Cost# </td> <td><listtemplate name= "d_ri_cost"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Copyright or other Restrictions: </td> + <td class="form-section">#lorsm.lt_Copyright_or_other_Re# </td> <td><listtemplate name= "d_ri_caor"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Description: </td> + <td class="form-section">#lorsm.Description# </td> <td><listtemplate name= "d_ri_desc"></listtemplate></td> </tr> - </table> \ No newline at end of file + </table> Index: openacs-4/packages/lorsm/www/md/technicalmd.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/md/Attic/technicalmd.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/md/technicalmd.adp 14 Nov 2004 12:50:11 -0000 1.2 +++ openacs-4/packages/lorsm/www/md/technicalmd.adp 29 Nov 2004 17:26:05 -0000 1.3 @@ -7,42 +7,43 @@ <table cellspacing="2" cellpadding="2" border="0"> <tr class="form-section"> - <th colspan="2">Technical Metadata</th> + <th colspan="2">#lorsm.Technical_Metadata#</th> </tr> <tr class="form-section"> - <td class="form-section">Formats: </td> + <td class="form-section">#lorsm.Formats# </td> <td><listtemplate name= "d_te_form"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Size: </td> + <td class="form-section">#lorsm.Size# </td> <td><listtemplate name= "d_te_size"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Locations: </td> + <td class="form-section">#lorsm.Locations# </td> <td><listtemplate name= "d_te_loca"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Requirements: </td> + <td class="form-section">#lorsm.Requirements# </td> <td><listtemplate name= "d_te_req"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Installation Remarks: </td> + <td class="form-section">#lorsm.Installation_Remarks# </td> <td><listtemplate name= "d_te_inst"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Other Platform Requirements: </td> + <td class="form-section">#lorsm.lt_Other_Platform_Requir# </td> <td><listtemplate name= "d_te_otr"></listtemplate></td> </tr> <tr class="form-section"> - <td class="form-section">Duration:</td> + <td class="form-section">#lorsm.Duration#</td> <td><listtemplate name= "d_te_dur"></listtemplate></td> </tr> </table> + Index: openacs-4/packages/lorsm/www/shared/add-shared-course.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/shared/Attic/add-shared-course.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/shared/add-shared-course.adp 4 Sep 2004 14:51:29 -0000 1.1 +++ openacs-4/packages/lorsm/www/shared/add-shared-course.adp 29 Nov 2004 17:26:05 -0000 1.2 @@ -2,12 +2,13 @@ <property name="title">@title@</property> <property name="context">@context@</property> -<h2>You are about to add @course_name@ to your class.</h2> +<h2>#lorsm.lt_You_are_about_to_add_#</h2> <p> -Confirm? +#lorsm.Confirm_q# <form action="add-shared-course-2"> <input type="hidden" name="return_url" value="@return_url@"> <input type="hidden" name="man_id" value="@man_id@"> <input type="submit" name="submit" value="Add @course_name@ to my class"> </form> + Index: openacs-4/packages/lorsm/www/shared/course-info.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/shared/Attic/course-info.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/shared/course-info.adp 4 Sep 2004 14:51:29 -0000 1.1 +++ openacs-4/packages/lorsm/www/shared/course-info.adp 29 Nov 2004 17:26:05 -0000 1.2 @@ -7,79 +7,79 @@ <table class="list" cellpadding="3" cellspacing="1" width="70%"> <tr class="list-header"> <th class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" colspan="2"> - Course Information + #lorsm.Course_Information# </th> </tr> <tr class="list-odd"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Course Name: + #lorsm.Course_Name# </td> <td class="list" valign="top" style="background-color: #f0f0f0; font-weight: bold;"> @course_name;noquote@ </td> </tr> <tr class="list-even"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Version: + #lorsm.Version# </td> <td class="list" valign="top" style="background-color: #f0f0f0"> @version;noquote@ </td> </tr> <tr class="list-odd"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Metadata?: + #lorsm.Metadata# </td> <td class="list" valign="top" style="background-color: #f0f0f0"> <if @man_metadata@ eq "Yes"> - <a href="md/?ims_md_id=@man_id@">Yes</a> + <a href="md/?ims_md_id=@man_id@">#lorsm.Yes#</a> </if> <else> - No + #lorsm.No# </else> </td> </tr> <tr class="list-even"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Identifier: + #lorsm.Identifier# </td> <td class="list" valign="top" style="background-color: #f0f0f0" width="80%"> @identifier@ </td> </tr> <tr class="list-odd"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Is SCORM?: + <#Is_SCORM_? Is SCORM?:#> </td> <td <if @isscorm@ eq "Yes"> - class="list" style="font-weight: bold;" + #lorsm.lt_classlist_stylefont-w# </if> <else> - class="list" + #lorsm.classlist# </else> - valign="top" align="left">@isscorm;noquote@ + #lorsm.lt_valigntop_alignleftis# </td> </tr> <tr class="list-odd"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Created By: + #lorsm.Created_By# </td> <td class="list" valign="top" style="background-color: #f0f0f0" width="80%"> @created_by@ </td> </tr> <tr class="list-even"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Date: + #lorsm.Date# </td> <td class="list" valign="top" style="background-color: #f0f0f0" width="80%"> @creation_date;noquote@ </td> </tr> <tr class="list-odd"> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Submanifests: + #lorsm.Submanifests# </td> <td class="list" valign="top" style="background-color: #f0f0f0" width="80%"> @submanifests@ @@ -88,23 +88,23 @@ <tr class="list-even last"> <if @active@ eq 0> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%"> - Add course to my class now: + #lorsm.lt_Add_course_to_my_clas# </td> <td class="list" valign="top" style="background-color: #f0f0f0" width="80%"> <div style="float: right;"> - <a href="@shared_url@" class="button">Add Course</a> + <a href="@shared_url@" class="button">#lorsm.Add_Course#</a> </div> </td> </if> <else> <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" width="20%" colspan="2"> - Course already part of your class + #lorsm.lt_Course_already_part_o# </td> </else> </tr> <tr class="list-header"> <th class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold;" colspan="2"> - Organizations + #lorsm.Organizations# </th> </tr> <tr class="list-odd"> @@ -121,3 +121,4 @@ </blockquote> <hr> + Index: openacs-4/packages/lorsm/www/shared/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/shared/Attic/index.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/shared/index.adp 4 Sep 2004 14:51:29 -0000 1.1 +++ openacs-4/packages/lorsm/www/shared/index.adp 29 Nov 2004 17:26:05 -0000 1.2 @@ -5,11 +5,12 @@ <table width="100%"> <tr> <td valign="top"> - <h2>Shared Courses in the Repository</h2> + <h2>#lorsm.lt_Shared_Courses_in_the#</h2> </td> <tr> <td> <include src="../lib/repository-shared-courses"> </td> </tr> </table> + Index: openacs-4/packages/lorsm-portlet/www/lorsm-admin-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm-portlet/www/lorsm-admin-portlet.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm-portlet/www/lorsm-admin-portlet.adp 4 Sep 2004 14:09:01 -0000 1.2 +++ openacs-4/packages/lorsm-portlet/www/lorsm-admin-portlet.adp 29 Nov 2004 17:28:23 -0000 1.3 @@ -1,11 +1,12 @@ <ul> <li> - <a href="@url@">Manage LORS</a> + <a href="@url@">#lorsm-portlet.Manage_LORS#</a> </li> <li> - <a href="@url@/course-add">Add a Course</a> + <a href="@url@/course-add">#lorsm-portlet.Add_a_Course#</a> </li> <li> - <a href="/search">Search Learning Object Repository</a> + <a href="/search">#lorsm-portlet.lt_Search_Learning_Objec#</a> </li> </ul> +