[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Docs_About_Group_Files.tex /interface lonaboutme.pm loncommon.pm loncoursegroups.pm londocs.pm lonmodifycourse.pm lonsimplepage.pm portfolio.pm /localize/localize de.pm
weissno
weissno@source.lon-capa.org
Sun, 08 Mar 2009 21:49:44 -0000
This is a MIME encoded message
--weissno1236548984
Content-Type: text/plain
weissno Sun Mar 8 21:49:44 2009 EDT
Modified files:
/loncom/interface londocs.pm lonaboutme.pm loncommon.pm
portfolio.pm lonsimplepage.pm loncoursegroups.pm
lonmodifycourse.pm
/loncom/localize/localize de.pm
/loncom/html/adm/help/tex Docs_About_Group_Files.tex
Log:
consistent wording:
changed "group files" to "group portfolio"
changed "file repository" to "group portfolio"
changed "group portfolio files" to "group portfolio"
--weissno1236548984
Content-Type: text/plain
Content-Disposition: attachment; filename="weissno-20090308214944.txt"
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.352 loncom/interface/londocs.pm:1.353
--- loncom/interface/londocs.pm:1.352 Thu Mar 5 10:56:59 2009
+++ loncom/interface/londocs.pm Sun Mar 8 21:49:33 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.352 2009/03/05 10:56:59 bisitz Exp $
+# $Id: londocs.pm,v 1.353 2009/03/08 21:49:33 weissno Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2540,7 +2540,7 @@
'Docs_About_Bulletin_Board,Docs_Editing_Templated_Pages');
$help{'My Personal Information Page'} = &Apache::loncommon::help_open_topic(
'Docs_About_My_Personal_Info,Docs_Editing_Templated_Pages');
- $help{'Group Files'} = &Apache::loncommon::help_open_topic('Docs_About_Group_Files');
+ $help{'Group Portfolio'} = &Apache::loncommon::help_open_topic('Docs_About_Group_Files');
$help{'Caching'} = &Apache::loncommon::help_open_topic('Caching');
# does this user have privileges to modify docs
@@ -2767,7 +2767,7 @@
'scuf' => 'Score Upload Form',
'bull' => 'Discussion Board',
'mypi' => 'My Personal Information Page',
- 'grpo' => 'Group Files',
+ 'grpo' => 'Group Portfolio',
'rost' => 'Course Roster',
'abou' => 'Personal Information Page for a User',
'imsf' => 'Import IMS package',
@@ -3108,7 +3108,7 @@
value="$lt{'grpo'}=/adm/$coursedom/$coursenum/aboutme" />
<span class="LC_nobreak">
<input name="newgroupfiles" type="submit" value="$lt{'grpo'}" />
- $help{'Group Files'}
+ $help{'Group Portfolio'}
</span>
</form>
NGFFORM
Index: loncom/interface/lonaboutme.pm
diff -u loncom/interface/lonaboutme.pm:1.110 loncom/interface/lonaboutme.pm:1.111
--- loncom/interface/lonaboutme.pm:1.110 Sun Mar 8 20:26:33 2009
+++ loncom/interface/lonaboutme.pm Sun Mar 8 21:49:33 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Personal Information Page
#
-# $Id: lonaboutme.pm,v 1.110 2009/03/08 20:26:33 weissno Exp $
+# $Id: lonaboutme.pm,v 1.111 2009/03/08 21:49:33 weissno Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -179,7 +179,7 @@
'force_register' => $env{'forceregister'},
'bread_crumbs' => $brcrum});
$r->print($start_page);
- $r->print('<h2>'.&mt('Group files').'</h2>');
+ $r->print('<h2>'.&mt('Group Portfolio').'</h2>');
&print_portfiles_link($r,$is_course);
$r->print(&Apache::loncommon::end_page());
}
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.763 loncom/interface/loncommon.pm:1.764
--- loncom/interface/loncommon.pm:1.763 Wed Mar 4 17:07:31 2009
+++ loncom/interface/loncommon.pm Sun Mar 8 21:49:33 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.763 2009/03/04 17:07:31 bisitz Exp $
+# $Id: loncommon.pm,v 1.764 2009/03/08 21:49:33 weissno Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3822,7 +3822,7 @@
&Apache::lonnet::coursedescription($course);
$coursedesc = $courseinfo{'description'};
}
- $category = "Group files in the course '$coursedesc'";
+ $category = "Group portfolio in the course '$coursedesc'";
} else {
$category = 'Portfolio files belonging to ';
if ($env{'user.name'} eq 'public' &&
Index: loncom/interface/portfolio.pm
diff -u loncom/interface/portfolio.pm:1.211 loncom/interface/portfolio.pm:1.212
--- loncom/interface/portfolio.pm:1.211 Thu Feb 26 16:17:29 2009
+++ loncom/interface/portfolio.pm Sun Mar 8 21:49:33 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# portfolio browser
#
-# $Id: portfolio.pm,v 1.211 2009/02/26 16:17:29 schafran Exp $
+# $Id: portfolio.pm,v 1.212 2009/03/08 21:49:33 weissno Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2137,7 +2137,7 @@
$r->print(&mt('You do not have sufficient privileges to [_1] ',
$longtext->{$priv}));
if (defined($env{'form.group'})) {
- $r->print(&mt("in the group's file repository."));
+ $r->print(&mt("in the group's group portfolio."));
$rtnlink .= &group_args()
} else {
$r->print(&mt('in this portfolio.'));
@@ -2245,7 +2245,7 @@
$r->print(&mt('Not a valid group for this course'));
$earlyout = 1;
}
- $title = &mt('Group files for [_1]', $group);
+ $title = &mt('Group portfolio for [_1]', $group);
} else {
$r->print(&mt('Invalid group'));
$earlyout = 1;
Index: loncom/interface/lonsimplepage.pm
diff -u loncom/interface/lonsimplepage.pm:1.74 loncom/interface/lonsimplepage.pm:1.75
--- loncom/interface/lonsimplepage.pm:1.74 Sun Mar 1 13:23:12 2009
+++ loncom/interface/lonsimplepage.pm Sun Mar 8 21:49:33 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Simple Page Editor
#
-# $Id: lonsimplepage.pm,v 1.74 2009/03/01 13:23:12 neumanie Exp $
+# $Id: lonsimplepage.pm,v 1.75 2009/03/08 21:49:33 weissno Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -416,7 +416,7 @@
href => "javascript:group_chat('$group')",
);
%{$menu{'files'}} = (
- text => 'File Repository',
+ text => 'Group Portfolio',
href => '/adm/coursegrp_portfolio?group='.$group.
$refarg,
);
Index: loncom/interface/loncoursegroups.pm
diff -u loncom/interface/loncoursegroups.pm:1.95 loncom/interface/loncoursegroups.pm:1.96
--- loncom/interface/loncoursegroups.pm:1.95 Thu Feb 26 16:17:29 2009
+++ loncom/interface/loncoursegroups.pm Sun Mar 8 21:49:33 2009
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: loncoursegroups.pm,v 1.95 2009/02/26 16:17:29 schafran Exp $
+# $Id: loncoursegroups.pm,v 1.96 2009/03/08 21:49:33 weissno Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -78,7 +78,7 @@
email => 'Send Messages',
discussion => 'Discussion Boards',
chat => 'Chat Room',
- files => 'File Repository',
+ files => 'Group Portfolio',
roster => 'Membership Roster',
homepage => $ucgpterm.' home page',
);
@@ -785,7 +785,7 @@
}
var maxposs = '.sprintf("%.2f",$maxposs).';
if (newquota > maxposs) {
- alert("The file repository quota you entered for this group ("+newquota+" Mb) exceeds the maximum possible ("+maxposs+" Mb). Please enter a smaller number.");
+ alert("The group portfolio quota you entered for this group ("+newquota+" Mb) exceeds the maximum possible ("+maxposs+" Mb). Please enter a smaller number.");
return;
}
var re_quota = '.$float_check.';
@@ -804,7 +804,7 @@
}
}
if (warn_zero == 1) {
- alert("You have indicated that the file repository should be enabled, but you have set the respository quota to 0 Mb.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.");
+ alert("You have indicated that the group portfolio should be enabled, but you have set the respository quota to 0 Mb.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.");
return;
}
}
@@ -1683,9 +1683,9 @@
<tr>
<td class="LC_description">'.&mt('Disk quota: ').'</td><td colspan="10">');
if ($action eq 'create') {
- $r->print(&mt('If you enable the file repository for the '.$gpterm.', allocate a disk quota.'));
+ $r->print(&mt('If you enable the group portfolio for the '.$gpterm.', allocate a disk quota.'));
} else {
- $r->print(&mt('Quota allocated to file repository:'));
+ $r->print(&mt('Quota allocated to group portfolio:'));
}
$r->print(' '.&mt('[_1] Mb','<input type="text" name="quota" size="4" />'));
if ($action eq 'create') {
@@ -3132,7 +3132,7 @@
if ($quota !~ /^\d*\.?\d*$/) {
$quota = 0;
$r->print('<div class="LC_warning">'
- .&mt('The value you entered for the quota for the file repository in this '.$gpterm
+ .&mt('The value you entered for the quota for the group portfolio in this '.$gpterm
.' contained invalid characters, so it has been set to 0 Mb. You can change this by'
.' modifying the '.$gpterm.' settings.')
.'</div>');
@@ -3140,7 +3140,7 @@
if ($quota > $maxposs) {
$quota = $maxposs;
$r->print('<div class="LC_warning">'
- .&mt('The value you entered for the quota for the file repository in this '.$gpterm
+ .&mt('The value you entered for the quota for the group portfolio in this '.$gpterm
.' exceeded the maximum possible value, so it has been set to [_1] Mb '
.'(the maximum possible value).',sprintf("%.2f",$maxposs))
.'</div>');
Index: loncom/interface/lonmodifycourse.pm
diff -u loncom/interface/lonmodifycourse.pm:1.42 loncom/interface/lonmodifycourse.pm:1.43
--- loncom/interface/lonmodifycourse.pm:1.42 Thu Feb 19 22:03:13 2009
+++ loncom/interface/lonmodifycourse.pm Sun Mar 8 21:49:33 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# handler for DC-only modifiable course settings
#
-# $Id: lonmodifycourse.pm,v 1.42 2009/02/19 22:03:13 schafran Exp $
+# $Id: lonmodifycourse.pm,v 1.43 2009/03/08 21:49:33 weissno Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -173,7 +173,7 @@
);
my @menu =
(
- { text => 'Modify quota for group portfolio files',
+ { text => 'Modify quota for group portfolio',
phase => 'setquota',
},
{ text => 'Display current settings for automated enrollment',
@@ -290,7 +290,7 @@
my $cctitle = &Apache::lonnet::plaintext('cc',$type);
my $subdiv = &mt('Although a [_1] will assign the disk quota for each individual group, the size of the quota is constrained by the total disk space allocated by the [_2] for portfolio files in a course.',$cctitle,$dctitle);
my %lt = &Apache::lonlocal::texthash(
- 'cquo' => 'Disk space for storage of group portfolio files',
+ 'cquo' => 'Disk space for storage of group portfolio',
'gpqu' => 'Course portfolio files disk space',
'each' => 'Each course group can be assigned a quota for portfolio files uploaded to the group.',
'modi' => 'Save',
@@ -387,7 +387,7 @@
'name' => "Name",
'unme' => "Username:Domain",
'stus' => "Status",
- 'cquo' => "Disk space for storage of group portfolio files",
+ 'cquo' => "Disk space for storage of group portfolio",
'gpqu' => "Course portfolio files disk space",
'each' => "Each course group can be assigned a quota for portfolio files uploaded to the group.",
'cose' => "Course settings for LON-CAPA courses that control automated student enrollment based on classlist data available from your institution's student information system fall into two groups: (a) settings that can be modified by a Course Coordinator using the ",
@@ -783,7 +783,7 @@
);
$r->print('
<form action="/adm/modifycourse" method="post" name="processquota">
-<h3>'.&mt('Disk space for storage of group portfolio files for [_1]',$cdesc).
+<h3>'.&mt('Disk space for storage of group portfolio for [_1]',$cdesc).
'</h3>');
my %oldsettings = &Apache::lonnet::get('environment',['internal.coursequota'],$cdom,$cnum);
my $defaultquota = 20;
@@ -792,7 +792,7 @@
if ($newquota =~ /^\s*(\d+\.?\d*|\.\d+)\s*$/) {
$newquota = $1;
if ($oldsettings{'internal.coursequota'} eq $env{'form.coursequota'}) {
- $r->print(&mt('The disk space allocated for group portfolio files remains unchanged as ').$env{'form.coursequota'}.' Mb');
+ $r->print(&mt('The disk space allocated for group portfolio remains unchanged as ').$env{'form.coursequota'}.' Mb');
} else {
my %cenv = (
'internal.coursequota' => $env{'form.coursequota'},
@@ -801,11 +801,11 @@
$cnum);
if (($oldsettings{'internal.coursequota'} eq '') &&
($env{'form.coursequota'} == $defaultquota)) {
- $r->print(&mt('The disk space allocated for group portfolio files in this course is the default quota for this domain:').' '.$defaultquota.' Mb');
+ $r->print(&mt('The disk space allocated for group portfolio in this course is the default quota for this domain:').' '.$defaultquota.' Mb');
} else {
if ($putreply eq 'ok') {
my %updatedsettings = &Apache::lonnet::get('environment',['internal.coursequota'],$cdom,$cnum);
- $r->print(&mt('The disk space allocated for group portfolio files is now:').' '.$updatedsettings{'internal.coursequota'}.' Mb.');
+ $r->print(&mt('The disk space allocated for group portfolio is now:').' '.$updatedsettings{'internal.coursequota'}.' Mb.');
my $usage = &Apache::longroup::sum_quotas($cdom.'_'.$cnum);
if ($usage >= $updatedsettings{'internal.coursequota'}) {
my $newoverquota;
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.247 loncom/localize/localize/de.pm:1.248
--- loncom/localize/localize/de.pm:1.247 Thu Mar 5 10:57:03 2009
+++ loncom/localize/localize/de.pm Sun Mar 8 21:49:38 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# German Localization Lexicon
#
-# $Id: de.pm,v 1.247 2009/03/05 10:57:03 bisitz Exp $
+# $Id: de.pm,v 1.248 2009/03/08 21:49:38 weissno Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -7941,7 +7941,7 @@
'will override current values'
=> 'überschreibt derzeitigen Wert',
- 'Set a quota for the total disk space available for storage of course group portfolio files.'
+ 'Set a quota for the total disk space available for storage of course group portfolio.'
=> 'Verfügbarer Gesamtspeicherplatz für Portfolio-Dateien für alle Kursgruppen dieses Kurses:',
'Section Numbers and corresponding LON-CAPA section IDs'
@@ -8833,7 +8833,7 @@
'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
=> 'Für Benutzer [_1] oder Studierende-/Mitarbeiter-ID [_2] in der Domäne [_3]',
- 'Group Files'
+ 'Group Portfolio'
=> 'Gruppendateien',
"Enter user:domain for User's Personal Information Page"
@@ -9394,7 +9394,7 @@
'View/Modify settings for: '
=> 'Betrachten/Ändern der Einstellungen für ',
- 'Modify quota for group portfolio files'
+ 'Modify quota for group portfolio'
=> 'Ändern des Speicherplatzes für Gruppen-Portfolio-Dateien',
'Display current settings for automated enrollment'
@@ -10734,7 +10734,7 @@
'E-mail'
=> 'E-Mail',
- 'File Repository'
+ 'Group Portfolio'
=> 'Dateisammlung',
'Group home page'
@@ -10752,7 +10752,7 @@
'Disk quota: '
=> 'Speicherplatz: ',
- 'If you enable the file repository for the group, allocate a disk quota.'
+ 'If you enable the group portfolio for the group, allocate a disk quota.'
=> 'Falls Sie die Dateisammlung für die Gruppe aktivieren, Speicherplatz zuweisen:',
'[_1] Mb'
@@ -10926,7 +10926,7 @@
'All:'
=> 'Alle:',
- 'You have indicated that the file repository should be enabled, but you have set the respository quota to 0 Mb.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.'
+ 'You have indicated that the group portfolio should be enabled, but you have set the respository quota to 0 Mb.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.'
=> 'Sie haben angegeben, dass die Dateisammlung aktiviert werden soll, jedoch einen Speicherplatz von 0 MB angegeben.\nDies verhindert jegliches Hochladen von Dateien.\nBitte geben Sie einen Wert größer 0 ein oder deaktivieren Sie die Dateisammlung.',
'[_1] [_2] was created.<br />'
@@ -11091,7 +11091,7 @@
'Simple Group Page'
=> 'Einfache Gruppen-Seite',
- 'Quota allocated to file repository:'
+ 'Quota allocated to group portfolio:'
=> 'Zugewiesener Speicherplatz für Dateiensammlung',
'The quota is currently [_1] Mb'
@@ -13270,7 +13270,7 @@
'set access controls for files'
=> 'Zugriffskontrollen für Dateien zu setzen',
- "in the group's file repository."
+ "in the group's group portfolio."
=> "in der Dateisammlung der Gruppe.",
'in this portfolio.'
@@ -13282,7 +13282,7 @@
'Not a valid group for this course'
=> 'Keine gültige Gruppe für diesen Kurs',
- 'Group files for [_1]'
+ 'Group portfolio for [_1]'
=> 'Gruppendateien für [_1]',
'Invalid group'
@@ -13588,10 +13588,10 @@
'Create group'
=> 'Gruppe erstellen',
- 'The value you entered for the quota for the file repository in this group contained invalid characters, so it has been set to 0 Mb. You can change this by modifying the group settings.'
+ 'The value you entered for the quota for the group portfolio in this group contained invalid characters, so it has been set to 0 Mb. You can change this by modifying the group settings.'
=> 'Der von Ihnen eingegebene Wert des Speicherplatzes für die Dateisammlung in dieser Gruppe enthält ungültige Zeichen. Der Wert wurde deshalb auf 0 MB gesetzt. Sie können dies in den Gruppen-Einstellungen ändern.',
- 'The value you entered for the quota for the file repository in this group exceeded the maximum possible value, so it has been set to [_1] Mb (the maximum possible value).'
+ 'The value you entered for the quota for the group portfolio in this group exceeded the maximum possible value, so it has been set to [_1] Mb (the maximum possible value).'
=> 'Der von Ihnen eingegebene Wert des Speicherplatzes für die Dateisammlung in dieser Gruppe hat die maximal zulässige Größe überschritten. Der Wert wurde deshalb auf [_1] MB gesetzt (die maximal mögliche Größe).',
'A problem occurred when creating folders for the new group [_1]:'
@@ -13807,7 +13807,7 @@
'Click on the button below to return to the grading menu.'
=> 'Klicken Sie auf den Button, um zum Bewertungsmenü zurückzugelangen.',
- 'Group files'
+ 'Group portfolio'
=> 'Gruppendateien',
'One group portfolio file is available.'
Index: loncom/html/adm/help/tex/Docs_About_Group_Files.tex
diff -u loncom/html/adm/help/tex/Docs_About_Group_Files.tex:1.1 loncom/html/adm/help/tex/Docs_About_Group_Files.tex:1.2
--- loncom/html/adm/help/tex/Docs_About_Group_Files.tex:1.1 Wed Nov 22 03:56:36 2006
+++ loncom/html/adm/help/tex/Docs_About_Group_Files.tex Sun Mar 8 21:49:43 2009
@@ -1,5 +1,5 @@
\label{Docs_About_Group_Files}
-\textbf{Group Files}\index{Group Files} adds a page with information
+\textbf{Group Portfolio}\index{Group Portfolio} adds a page with information
about files located in file repositories within course groups.
-Which files are listed as viewable will depend on the types of access controls set for individual files, and the identity of the person viewing the Group Files page.
+Which files are listed as viewable will depend on the types of access controls set for individual files, and the identity of the person viewing the Group Portfolio page.
--weissno1236548984--