[LON-CAPA-cvs] cvs: loncom /localize/localize de.pm /publisher lonpublisher.pm
bisitz
bisitz@source.lon-capa.org
Thu, 26 Mar 2009 11:27:29 -0000
bisitz Thu Mar 26 11:27:29 2009 EDT
Modified files:
/loncom/publisher lonpublisher.pm
/loncom/localize/localize de.pm
Log:
- Optimized wording
- Optimized &mt usage
- Replaced harcoded styles by LON-CAPA standard styles
- Optimized and corrected some German translations
Index: loncom/publisher/lonpublisher.pm
diff -u loncom/publisher/lonpublisher.pm:1.253 loncom/publisher/lonpublisher.pm:1.254
--- loncom/publisher/lonpublisher.pm:1.253 Wed Mar 18 13:46:20 2009
+++ loncom/publisher/lonpublisher.pm Thu Mar 26 11:27:26 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Publication Handler
#
-# $Id: lonpublisher.pm,v 1.253 2009/03/18 13:46:20 bisitz Exp $
+# $Id: lonpublisher.pm,v 1.254 2009/03/26 11:27:26 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1062,7 +1062,7 @@
my %oldparmstores=();
unless ($batch) {
- $scrout.='<h3>'.&mt('Metadata Information').' ' .
+ $scrout.='<h3>'.&mt('Metadata').' ' .
&Apache::loncommon::help_open_topic("Metadata_Description")
. '</h3>';
}
@@ -1504,7 +1504,7 @@
return 0;
}
if ($target=~/\.(\d+)\.(\w+)$/) {
- $r->print('<span class="LC_error">'.&mt('Cannot publish versioned resource, FAIL').'</span>');
+ $r->print('<span class="LC_error">'.&mt('Filename of resource contains internal version number. Cannot publish such resources, FAIL').'</span>');
return 0;
}
}
@@ -1659,7 +1659,7 @@
}
closedir(DIR);
$maxversion++;
- $r->print('<p>Creating old version '.$maxversion.'</p>');
+ $r->print('<p>'.&mt('Creating old version [_1]',$maxversion).'</p>');
print $logfile "\nCreating old version ".$maxversion."\n";
my $copyfile=$srcd.'/'.$srcf.'.'.$maxversion.'.'.$srct;
@@ -1772,7 +1772,7 @@
&mt('Back to Source Directory').'</font></a></p>');
}
$logfile->close();
- $r->print('<p><font color="green">'.&mt('Done').'</font></p>');
+ $r->print('<p class="LC_success">'.&mt('Done').'</p>');
return 1;
}
@@ -1839,7 +1839,11 @@
my $thisembstyle=&Apache::loncommon::fileembstyle($thistype);
- $r->print('<h2>'.&mt('Publishing').' <tt>'.$thisdisfn.'</tt></h2>');
+ $r->print('<h2>'
+ .&mt('Publishing [_1]'
+ ,'<span class="LC_filename">'.$thisdisfn.'</span>')
+ .'</h2>'
+ );
# phase one takes
# my ($source,$target,$style,$batch)=@_;
@@ -2169,7 +2173,11 @@
my $thisembstyle=&Apache::loncommon::fileembstyle($thistype);
if ($thistype eq 'page') { $thisembstyle = 'rat'; }
- $r->print('<h2>'.&mt('Publishing [_1]','<tt>'.$thisdisfn.'</tt>').'</h2>');
+ $r->print('<h2>'
+ .&mt('Publishing [_1]'
+ ,'<span class="LC_filename">'.$thisdisfn.'</span>')
+ .'</h2>'
+ );
$r->print('<h3>'.&mt('Resource Details').'</h3>');
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.260 loncom/localize/localize/de.pm:1.261
--- loncom/localize/localize/de.pm:1.260 Wed Mar 25 16:32:16 2009
+++ loncom/localize/localize/de.pm Thu Mar 26 11:27:29 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# German Localization Lexicon
#
-# $Id: de.pm,v 1.260 2009/03/25 16:32:16 bisitz Exp $
+# $Id: de.pm,v 1.261 2009/03/26 11:27:29 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -757,7 +757,7 @@
=> 'Kopiere Datei',
'No write permission to user directory, FAIL'
-=> 'Keine Schreibberechtigung für dieses Verzeichnis. Abbruch',
+=> 'Keine Schreibberechtigung für dieses Verzeichnis. Abbruch!',
'Actions'
=> 'Aktionen',
@@ -1050,8 +1050,8 @@
'No valid extension found in filename, FAIL'
=> 'Ungültige Dateinamen-Erweiterung. Abbruch!',
- 'Cannot publish versioned resource, FAIL'
-=> 'Versionierte Ressource kann nicht veröffentlicht werden. Abbruch!', # ???
+ 'Filename of resource contains internal version number. Cannot publish such resources, FAIL'
+=> 'Der Dateiname der Ressource enthält eine interne Versionsnummer und kann daher nicht veröffentlicht werden. Abbruch!',
'No valid custom distribution rights file specified, FAIL'
=> 'Keine gültige Rechtedatei für spezille Nutzungsrechte angegeben. Abbruch!',
@@ -1087,7 +1087,7 @@
=> 'Konstruktionsbereich',
'Copied metadata'
-=> 'Metadaten kopiert',
+=> 'Metadaten wurden kopiert',
'Copied source file'
=> 'Quelldatei wurde kopiert',
@@ -1153,7 +1153,7 @@
=> 'Das Thema wird in ausreichender Tiefe behandelt',
'Metadata Information'
-=> 'Metadaten-Information',
+=> 'Metadaten-Informationen',
'My Personal Information Page'
=> 'Meine persönliche Seite',
@@ -1660,10 +1660,10 @@
=> 'Kopie der alten Metadaten konnte nicht geschrieben werden',
'Copied old target file'
-=> 'Alte Zieldatei kopiert',
+=> 'Alte Zieldatei wurde kopiert',
'Failed to copy old target'
-=> 'Alte Zieldatei konnte nicht kopiert werden.',
+=> 'Alte Zieldatei konnte nicht kopiert werden',
'Created directory'
=> 'Verzeichnis wurde angelegt',
@@ -4077,7 +4077,7 @@
=> 'Neue zusammengesetzte Sequenz',
'New custom rights file'
-=> 'Neue Datei zur Zugriffkontrolle',
+=> 'Neue Datei für spezielle Nutzungsrechte',
'New file'
=> 'Neue Datei',
@@ -8588,6 +8588,9 @@
'Removing error messages:'
=> 'Entfernen von Fehlermeldungen:',
+ 'Invalid target directory, FAIL'
+=> 'Ungültiges Zielverzeichnis. Abbruch!',
+
'Creating old version [_1]'
=> 'Erstelle alte Version [_1]',
@@ -8603,9 +8606,6 @@
'A course-wide error occurred.'
=> 'Ein kursweiter Fehler ist aufgetreten.',
- 'Number of Plots'
-=> 'Anzahl Plots', #???
-
'none'
=> 'nichts',