maltes
committed
on 29 Nov 04
First step at internationalization of the package. All .tcl files are still missing
MAIN:maltes:20041129172603:1
openacs-4/.../lorsm/www/course-add-2.adp (+7 -6)
1 1 <master>
2 2 <property name="context">@context;noquote@</property>
3 3
4 4 <p> 
5 5
6   <h2>Preliminary information</h2>
  6 <h2>#lorsm.lt_Preliminary_informati#</h2>
7 7 <p>
8 8
9 9
10 10 <listtemplate name="d_info"></listtemplate>
11 11 <p>
12 12 <if @isSCORM@ eq 1>
13     <font color="green">The uploaded file is a <b>SCORM complaint package</b></font>
  13   <font color="green">#lorsm.lt_The_uploaded_file_is_# <b>#lorsm.lt_SCORM_complaint_packa#</b></font>
14 14   <p>
15 15 </if>
16 16 <p>
17 17
18 18 <if @isSCORM@ eq 1>
19   <h3>SCORM Package Info</h3>
  19 <h3>#lorsm.SCORM_Package_Info#</h3>
20 20 <listtemplate name="d_SCORM_package_info"></listtemplate>
21 21 <p>
22 22 </if>
23 23
24 24
25 25 <if @isSCORM@ eq 0>
26   <h3>IMS Package Info</h3>
  26 <h3>#lorsm.IMS_Package_Info#</h3>
27 27   <if @isBB@ eq 1>
28     <font color="green" size=\"-1\">  The uploaded file is a <b>Blackboard 6 complaint package</b>.</font>
  28   <font color="green" size=\"-1\">  #lorsm.lt_The_uploaded_file_is_# <b>#lorsm.lt_Blackboard_6_complain#</b>.</font>
29 29   <p> 
30 30   </if>
31 31
32 32 <listtemplate name="d_IMS_package_info"></listtemplate>
33 33 <p>
34 34 </if>
35   <small><b>Note</b>: the package has <b>not yet</b> being added to the Learning Object Repository.
  35 <small><b>#lorsm.Note#</b>#lorsm._the_package_has# <b>#lorsm.not_yet#</b> #lorsm.lt_being_added_to_the_Le#
36 36
37 37
38 38 <formtemplate id=course_upload></formtemplate>
39 39
40 40
41 41
  42