[LON-CAPA-cvs] cvs: loncom /interface lonpreferences.pm lonsource.pm mydesk.tab /localize/localize de.pm /publisher lonretrieve.pm lonunauthorized.pm testbankimport.pm
bisitz
bisitz at source.lon-capa.org
Fri Jun 7 12:07:53 EDT 2013
bisitz Fri Jun 7 16:07:53 2013 EDT
Modified files:
/loncom/interface mydesk.tab lonpreferences.pm lonsource.pm
/loncom/publisher lonretrieve.pm lonunauthorized.pm
testbankimport.pm
/loncom/localize/localize de.pm
Log:
- Replace terms: "Construction Space" with "Authoring Space"
for consistency with type of role used to access it, and action taken there.
- de.pm: Update related phrases and remove some duplicate entries
-------------- next part --------------
Index: loncom/interface/mydesk.tab
diff -u loncom/interface/mydesk.tab:1.161 loncom/interface/mydesk.tab:1.162
--- loncom/interface/mydesk.tab:1.161 Tue Jun 4 23:12:09 2013
+++ loncom/interface/mydesk.tab Fri Jun 7 16:07:46 2013
@@ -208,9 +208,9 @@
5:3:popa:$crs:parm.png:course[_9]:parms[_1]:go('/adm/parmset');:Modify parameter settings (due dates, etc) for resources and the course:cmn
5:3:popa:$cmty:parm.png:communi-[_6]:ty parms[_1]:go('/adm/parmset');:Modify parameter settings (due dates, etc) for resources and the community:cmm
6:1:clear
-6:1:author:rau:cstr.png:con-[_1]:struct[_1]:go('/priv/$udom/$uname/');:Enter my construction space:set
-6:1:author:rca:cstr.png:co con-[_1]:struct[_2]:go('/priv/$cadom/$caname/');:Enter construction space as a co-author:set
-6:1:author:raa:cstr.png:co con-[_1]:struct[_2]:go('/priv/$cadom/$caname/');:Enter construction space as an assistant co-author:set
+6:1:author:rau:cstr.png:con-[_1]:struct[_1]:go('/priv/$udom/$uname/');:Enter my Authoring Space:set
+6:1:author:rca:cstr.png:co con-[_1]:struct[_2]:go('/priv/$cadom/$caname/');:Enter Authoring Space as a co-author:set
+6:1:author:raa:cstr.png:co con-[_1]:struct[_2]:go('/priv/$cadom/$caname/');:Enter Authoring Space as an assistant co-author:set
6:1:pmau:$requested_domain:conf.png:domain[_1]:config[_1]:go('/adm/domainprefs');:Set domain configuration:dom
6:1:courseenv_canuse_pdfforms:any:pdfupload.png:upload[_1]:pdf form[_1]:go('/adm/pdfupload'):Upload a PDF Form with filled Form Fields:grd
6:1:community_canuse_pdfforms:any:pdfupload.png:upload[_1]:pdf form[_1]:go('/adm/pdfupload'):Upload a PDF Form with filled Form Fields:grd
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.204 loncom/interface/lonpreferences.pm:1.205
--- loncom/interface/lonpreferences.pm:1.204 Tue Mar 19 00:37:03 2013
+++ loncom/interface/lonpreferences.pm Fri Jun 7 16:07:46 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Preferences
#
-# $Id: lonpreferences.pm,v 1.204 2013/03/19 00:37:03 raeburn Exp $
+# $Id: lonpreferences.pm,v 1.205 2013/06/07 16:07:46 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -791,8 +791,8 @@
if ($userenv{'domcoord.author'} eq 'blocked') {
$constchecked=' checked="checked"';
}
- my $text=&mt('By default, the Domain Coordinator can enter your construction space.');
- my $construction=&mt('Block access to construction space');
+ my $text=&mt('By default, the Domain Coordinator can enter your Authoring Space.');
+ my $construction=&mt('Block access to Authoring Space');
my $change=&mt('Save');
$r->print(<<ENDSCREEN);
<form name="prefs" action="/adm/preferences" method="post">
@@ -818,7 +818,7 @@
} else {
$status=&mt('off');
}
- my $message=&Apache::lonhtmlcommon::confirm_success(&mt('Set [_1] to [_2]','<i>'.&mt('Block access to construction space').'</i>','<tt>'.$status.'</tt>'));
+ my $message=&Apache::lonhtmlcommon::confirm_success(&mt('Set [_1] to [_2]','<i>'.&mt('Block access to Authoring Space').'</i>','<tt>'.$status.'</tt>'));
$message=&Apache::loncommon::confirmwrapper($message);
&print_main_menu($r,$message);
}
Index: loncom/interface/lonsource.pm
diff -u loncom/interface/lonsource.pm:1.30 loncom/interface/lonsource.pm:1.31
--- loncom/interface/lonsource.pm:1.30 Tue Jun 4 23:12:09 2013
+++ loncom/interface/lonsource.pm Fri Jun 7 16:07:46 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Source Code handler
#
-# $Id: lonsource.pm,v 1.30 2013/06/04 23:12:09 raeburn Exp $
+# $Id: lonsource.pm,v 1.31 2013/06/07 16:07:46 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -55,7 +55,7 @@
$r->print(&Apache::loncommon::start_page('Copy Problem Source Code to Authoring Space')
.&mt('Please enter the directory that you would like the source code to go into.')
.'<p>'
- .&mt('Note: the path is in reference to the root of your construction space,'
+ .&mt('Note: the path is in reference to the root of your Authoring Space,'
.' and new directories will be automatically created.')
.'</p>');
$r->print('<form name="copy" action="/adm/source" target="_parent" method="post">
Index: loncom/publisher/lonretrieve.pm
diff -u loncom/publisher/lonretrieve.pm:1.51 loncom/publisher/lonretrieve.pm:1.52
--- loncom/publisher/lonretrieve.pm:1.51 Tue Jun 4 22:20:16 2013
+++ loncom/publisher/lonretrieve.pm Fri Jun 7 16:07:49 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to retrieve an old version of a file
#
-# $Id: lonretrieve.pm,v 1.51 2013/06/04 22:20:16 raeburn Exp $
+# $Id: lonretrieve.pm,v 1.52 2013/06/07 16:07:49 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -194,7 +194,7 @@
$r->print(&Apache::loncommon::end_data_table_row().
&Apache::loncommon::end_data_table().
'<p>'.'<span class="LC_warning">'.
- &mt('Retrieval of an old version will overwrite the file currently in construction space.').'</span></p>');
+ &mt('Retrieval of an old version will overwrite the file currently in Authoring Space.').'</span></p>');
if (!$is_meta) {
$r->print('<p>'.'<span class="LC_warning">'.
&mt('This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.').
Index: loncom/publisher/lonunauthorized.pm
diff -u loncom/publisher/lonunauthorized.pm:1.16 loncom/publisher/lonunauthorized.pm:1.17
--- loncom/publisher/lonunauthorized.pm:1.16 Tue Jun 4 22:20:16 2013
+++ loncom/publisher/lonunauthorized.pm Fri Jun 7 16:07:49 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Unauthorized to access construction space
#
-# $Id: lonunauthorized.pm,v 1.16 2013/06/04 22:20:16 raeburn Exp $
+# $Id: lonunauthorized.pm,v 1.17 2013/06/07 16:07:49 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -85,7 +85,7 @@
my $switchlink = '/adm/switchserver?otherserver='.$ownerhome.
'&origurl='.&HTML::Entities::encode($env{'request.editurl'},'<>&"');
$r->print('<p class="LC_warning">'.
- &mt('The construction space for this resource is located on a different server: [_1]',
+ &mt('The Authoring Space for this resource is located on a different server: [_1]',
'<b><tt>'.&Apache::lonnet::hostname($ownerhome).'</b></tt>').
'</p>'.
'<p class="LC_error"><a href="'.$switchlink.'">'.
@@ -179,7 +179,7 @@
&mt('There is a problem with the filename').' '.
'<span class="LC_filename">'.$r->uri.'</span></p>'.
'<p class="LC_warning">'.
- &mt('You may be attempting to edit a versioned file (files in construction space may not include a version number before the extension).').
+ &mt('You may be attempting to edit a versioned file (files in Authoring Space may not include a version number before the extension).').
'</p>');
} else {
$r->print('<p class="LC_error">'.
@@ -191,7 +191,7 @@
&mt('There is a problem with the filename').' '.
'<span class="LC_filename">'.$env{'request.editurl'}.'</span></p>'.
'<p class="LC_warning">'.
- &mt('You may be attempting to edit a versioned file (files in construction space may not include a version number before the extension).').
+ &mt('You may be attempting to edit a versioned file (files in Authoring Space may not include a version number before the extension).').
'</p>');
} else {
$r->print('<p class="LC_error">'
Index: loncom/publisher/testbankimport.pm
diff -u loncom/publisher/testbankimport.pm:1.39 loncom/publisher/testbankimport.pm:1.40
--- loncom/publisher/testbankimport.pm:1.39 Tue Jun 4 22:20:16 2013
+++ loncom/publisher/testbankimport.pm Fri Jun 7 16:07:49 2013
@@ -1,5 +1,5 @@
# Handler for parsing text upload problem descriptions into .problems
-# $Id: testbankimport.pm,v 1.39 2013/06/04 22:20:16 raeburn Exp $
+# $Id: testbankimport.pm,v 1.40 2013/06/07 16:07:49 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -487,7 +487,7 @@
my ($r,$fn,$page,$webpath) = @_;
my $go_default = 'NextPage';
if ($fn eq '') {
- $r->print('<b>'.&mt('Incomplete file upload').'</b> '.&mt('Return to the [_1]construction space menu[_2] to upload a file','<a href="'.$webpath.'">','</a>'));
+ $r->print('<b>'.&mt('Incomplete file upload').'</b> '.&mt('Return to the [_1]Authoring Space menu[_2] to upload a file','<a href="'.$webpath.'">','</a>'));
}
$r->print(&mt('The [_1]Testbank Upload[_2] utility can be used by LON-CAPA authors to generate LON-CAPA problem files from a testbank file of questions/answers.','<b>','</b>').'<br />'.
&mt('The following question types can be converted:').'
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.511 loncom/localize/localize/de.pm:1.512
--- loncom/localize/localize/de.pm:1.511 Fri Jun 7 10:58:24 2013
+++ loncom/localize/localize/de.pm Fri Jun 7 16:07:52 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# German Localization Lexicon
#
-# $Id: de.pm,v 1.511 2013/06/07 10:58:24 kruse Exp $
+# $Id: de.pm,v 1.512 2013/06/07 16:07:52 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1155,7 +1155,7 @@
=> 'Kurs-Co-Eigentümer',
'Select the Authoring Space'
-=> 'Wählen Sie den Autorenbereich',
+=> 'Auswahl des Autorenbereichs',
'It is recommended that you use an up-to-date virus scanner before handling this file.'
=> 'Es wird grundsätzlich empfohlen, einen aktuellen Virenscanner zu benutzen, bevor Sie diese Datei verwenden.',
@@ -1335,7 +1335,7 @@
'Edit community contents '
=> 'Community-Inhalt einrichten ',
- 'Enter my construction space'
+ 'Enter my Authoring Space'
# => 'Autorenbereich aufrufen',
=> 'Mein Autorenbereich',
@@ -1408,7 +1408,7 @@
'Public - no authentication or authorization required for use'
=> 'Ãffentlich - keine LON-CAPA-Anmeldung zur Nutzung notwendig',
- 'Retrieval of an old version will overwrite the file currently in construction space.'
+ 'Retrieval of an old version will overwrite the file currently in Authoring Space.'
=> 'Das Wiederherstellen einer alten Version überschreibt die derzeit im Autorenbereich vorhandene Datei.',
'Retrieve selected Version'
@@ -2108,13 +2108,13 @@
'Edit this resource'
=> 'Bearbeiten', # long version: 'Bearbeite diese Ressource',
- 'Enter construction space as co-author'
+ 'Enter Authoring Space as co-author'
=> 'Autorenbereich (als Co-Autor)',
- 'Enter construction space as a co-author'
+ 'Enter Authoring Space as a co-author'
=> 'Autorenbereich (als Co-Autor)',
- 'Enter construction space as assistant co-author'
+ 'Enter Authoring Space as assistant co-author'
=> 'Autorenbereich (als Co-Autor-Assistent)',
'Host'
@@ -14794,6 +14794,9 @@
'Reset forgotten LON-CAPA password'
=> 'Vergessenes LON-CAPA-Passwort zurücksetzen',
+ 'Update Password'
+=> 'Passwort erneuern',
+
'Forgotten Password'
=> 'Vergessenes Passwort',
@@ -16470,10 +16473,10 @@
'Restrict Domain Coordinator Access'
=> 'Zugriff durch Domänen-Koordinator',
- 'By default, the Domain Coordinator can enter your construction space.'
+ 'By default, the Domain Coordinator can enter your Authoring Space.'
=> 'Die Voreinstellung erlaubt dem Domänen-Koordinator, Ihren Autorenbereich betreten zu können.',
- 'Block access to construction space'
+ 'Block access to Authoring Space'
=> 'Zugriff auf Autorenbereich verwehren',
'jsMath'
@@ -17564,7 +17567,7 @@
'Please enter the directory that you would like the source code to go into.'
=> 'Bitte geben Sie das Verzeichnis ein, in das der Quellcode kopiert werden soll.',
- 'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.'
+ 'Note: the path is in reference to the root of your Authoring Space, and new directories will be automatically created.'
=> 'Beachten Sie, dass sich der Pfad auf das Heimatverzeichnis Ihres Autorenbereichs bezieht. Noch nicht existierende Verzeichnisse werden automatisch angelegt.',
'shared_source'
@@ -24727,10 +24730,10 @@
'Error! No default set.'
=> 'Fehler! Keine Voreinstellung eingetragen',
- 'The construction space for this resource is located on another server.'
+ 'The Authoring Space for this resource is located on another server.'
=> 'Der Autorenbereich für diese Ressource befindet sich auf einem anderen Server.',
- 'The construction space for this resource is located on a different server: [_1]'
+ 'The Authoring Space for this resource is located on a different server: [_1]'
=> 'Der Autorenbereich für diese Ressource befindet sich auf einem anderen Server: [_1]',
'Variable image source'
@@ -26138,12 +26141,6 @@
'Failed to acquire a unique timestamp-based suffix for the new folder/page.'
=> 'Es war nicht möglich, für das Verzeichnis / die Seite einen Suffix mit einem eindeutigen Zeitstempel zu erstellen.',
- 'Filenames in Authoring Space'
-=> 'Dateinamen im Autorenbereich',
-
- 'Folder in Authoring Space'
-=> 'Verzeichnis im Autorenbereich',
-
'Folder to paste contains sub-folders'
=> 'Das einzufügende Verzeichnis enthält Unterverzeichnisse.',
@@ -26189,9 +26186,6 @@
'Randomly Pick'
=> 'Zufällig auswählen',
- 'Select the Authoring Space'
-=> 'Auswahl des Autorenbereichs',
-
'The following files are either dependencies of a web page or references within a folder and/or composite page for which errors occurred during import:'
=> 'Die folgenden Dateien sind entweder Abhängigkeiten einer Webseite oder Verweise innerhalb eines Verzeichnisses und/oder zusammengesetzten Seite, für die Fehler beim Import aufgetreten sind:',
@@ -26604,7 +26598,7 @@
'You do not have privileges to view the published resource'
=> 'Sie haben nicht die Berechtigung, die veröffentlichte Ressource zu betrachten.',
- 'You may be attempting to edit a versioned file (files in construction space may not include a version number before the extension).'
+ 'You may be attempting to edit a versioned file (files in Authoring Space may not include a version number before the extension).'
=> 'Sie versuchen vielleicht, eine versionierte Datei zu editieren (Dateien im Autorenbereich dürfen keine Versionsnummer for der Dateinamenserweiterung haben).',
'Copying, moving, renaming or creating file not allowed.'
@@ -27237,6 +27231,12 @@
'Enable rich text formatting (bold, italic, etc.)'
=> 'WYSIWYG-Editor aktivieren (Absätze, Fettschrift, etc.)',
+ 'Incomplete file upload'
+=> 'Unvollständiges Hochladen einer Datei',
+
+ 'Return to the [_1]Authoring Space menu[_2] to upload a file'
+=> 'Kehren Sie zum [_1]Autorenbereichs-Menü[_2] zurück, um eine Datei hochzuladen.',
+
#SYNCMARKER
);
1;
More information about the LON-CAPA-cvs
mailing list