[LON-CAPA-cvs] cvs: loncom /interface lonsearchcat.pm /localize/localize de.pm
raeburn
raeburn at source.lon-capa.org
Mon Dec 17 03:29:31 EST 2012
raeburn Mon Dec 17 08:29:31 2012 EDT
Modified files:
/loncom/interface lonsearchcat.pm
/loncom/localize/localize de.pm
Log:
- Localization. Single space between sentences in composite keys.
Index: loncom/interface/lonsearchcat.pm
diff -u loncom/interface/lonsearchcat.pm:1.332 loncom/interface/lonsearchcat.pm:1.333
--- loncom/interface/lonsearchcat.pm:1.332 Fri Dec 7 18:16:33 2012
+++ loncom/interface/lonsearchcat.pm Mon Dec 17 08:29:26 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Search Catalog
#
-# $Id: lonsearchcat.pm,v 1.332 2012/12/07 18:16:33 bisitz Exp $
+# $Id: lonsearchcat.pm,v 1.333 2012/12/17 08:29:26 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1781,14 +1781,14 @@
if ((defined($cafter) && ! defined($cbefore)) ||
(defined($cbefore) && ! defined($cafter))) {
# This is bad, so let them know
- $error = &mt('Incorrect entry for the creation date. '.
+ $error = &mt('Incorrect entry for the creation date. '.
'You must specify both the beginning and ending dates.');
}
if (! defined($error) &&
((defined($mafter) && ! defined($mbefore)) ||
(defined($mbefore) && ! defined($mafter)))) {
# This is also bad, so let them know
- $error = &mt('Incorrect entry for the last revision date. '.
+ $error = &mt('Incorrect entry for the last revision date. '.
'You must specify both the beginning and ending dates.');
}
if (! defined($error)) {
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.466 loncom/localize/localize/de.pm:1.467
--- loncom/localize/localize/de.pm:1.466 Mon Dec 17 03:51:06 2012
+++ loncom/localize/localize/de.pm Mon Dec 17 08:29:30 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# German Localization Lexicon
#
-# $Id: de.pm,v 1.466 2012/12/17 03:51:06 raeburn Exp $
+# $Id: de.pm,v 1.467 2012/12/17 08:29:30 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -23660,10 +23660,10 @@
'This is because you are a student in one or more courses in which communication is being blocked.'
=> 'Der Grund liegt darin, dass Sie Student/in eines oder mehrener Kurse sind, für die die Kommunikation gesperrt ist.',
- 'Incorrect entry for the creation date. You must specify both the beginning and ending dates.'
+ 'Incorrect entry for the creation date. You must specify both the beginning and ending dates.'
=> 'Ungültige Eingabe für das Erstellungsdatum. Sie müssen Start- und Enddatum angeben.',
- 'Incorrect entry for the last revision date. You must specify both the beginning and ending dates.',
+ 'Incorrect entry for the last revision date. You must specify both the beginning and ending dates.',
=> 'Ungültige Eingabe für das Datum der letzten Ãberarbeitung. Sie müssen Start- und Enddatum angeben.',
'Unparsed Field'
More information about the LON-CAPA-cvs
mailing list