[LON-CAPA-cvs] cvs: loncom /interface londocs.pm
bisitz
lon-capa-cvs-allow@mail.lon-capa.org
Mon, 17 Mar 2008 14:13:27 -0000
bisitz Mon Mar 17 10:13:27 2008 EDT
Modified files:
/loncom/interface londocs.pm
Log:
Localisation:
- Added missing &mt() / $lt{} to names of all new special documents
Removed "Listed" from "Listed Title for the..."
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.304 loncom/interface/londocs.pm:1.305
--- loncom/interface/londocs.pm:1.304 Tue Mar 11 22:45:07 2008
+++ loncom/interface/londocs.pm Mon Mar 17 10:13:27 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.304 2008/03/12 02:45:07 raeburn Exp $
+# $Id: londocs.pm,v 1.305 2008/03/17 14:13:27 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2891,7 +2891,7 @@
<br /><form action="/adm/coursedocs" method="post" name="newsyl">
$uploadtag
<input type="hidden" name="importdetail"
-value="Syllabus=/public/$coursedom/$coursenum/syllabus" />
+value="$lt{'syll'}=/public/$coursedom/$coursenum/syllabus" />
<span class="LC_nobreak">
<input name="newsyl" type="submit" value="$lt{'syll'}" />
$help{'Syllabus'}
@@ -2900,7 +2900,7 @@
<br /><form action="/adm/coursedocs" method="post" name="newnav">
$uploadtag
<input type="hidden" name="importdetail"
-value="Navigate Content=/adm/navmaps" />
+value="$lt{'navc'}=/adm/navmaps" />
<span class="LC_nobreak">
<input name="newnav" type="submit" value="$lt{'navc'}" />
$help{'Navigate_Content'}
@@ -2968,7 +2968,7 @@
<br /><form action="/adm/coursedocs" method="post" name="newgroupfiles">
$uploadtag
<input type="hidden" name="importdetail"
-value="Group Files=/adm/$coursedom/$coursenum/aboutme" />
+value="$lt{'grpo'}=/adm/$coursedom/$coursenum/aboutme" />
<span class="LC_nobreak">
<input name="newgroupfiles" type="submit" value="$lt{'grpo'}" />
$help{'Group Files'}
@@ -2977,7 +2977,7 @@
<br /><form action="/adm/coursedocs" method="post" name="newroster">
$uploadtag
<input type="hidden" name="importdetail"
-value="Course Roster=/adm/viewclasslist" />
+value="$lt{'rost'}=/adm/viewclasslist" />
<span class="LC_nobreak">
<input name="newroster" type="submit" value="$lt{'rost'}" />
$help{'Course Roster'}
@@ -3137,11 +3137,11 @@
t_mnf => 'New Folder',
p_mnp => 'Name of New Page',
t_mnp => 'New Page',
- p_mxu => 'Listed Title for the Uploaded Score',
- p_msp => 'Listed Title for the Page',
- p_msb => 'Listed Title for the Problem',
- p_mdb => 'Listed Title for the Drop Box',
- p_mbb => 'Listed Title for the Bulletin Board',
+ p_mxu => 'Title for the Uploaded Score',
+ p_msp => 'Title for the Page',
+ p_msb => 'Title for the Problem',
+ p_mdb => 'Title for the Drop Box',
+ p_mbb => 'Title for the Bulletin Board',
p_mab => "Enter user:domain for User's 'About Me' Page",
p_mab2 => "About [_99]",
p_mab_alrt1 => 'Not a valid user:domain',