[LON-CAPA-cvs] cvs: loncom /interface lonchatfetch.pm /localize/localize de.pm

bisitz bisitz@source.lon-capa.org
Wed, 25 Feb 2009 18:44:29 -0000


bisitz		Wed Feb 25 18:44:29 2009 EDT

  Modified files:              
    /loncom/localize/localize	de.pm 
    /loncom/interface	lonchatfetch.pm 
  Log:
  Localization of text about chat room unavailability:
    - Removed html tags from translation string
    - Corrected typo and optimized wording in German translation
  
  
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.240 loncom/localize/localize/de.pm:1.241
--- loncom/localize/localize/de.pm:1.240	Wed Feb 25 17:33:40 2009
+++ loncom/localize/localize/de.pm	Wed Feb 25 18:44:26 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # German Localization Lexicon
 #
-# $Id: de.pm,v 1.240 2009/02/25 17:33:40 droeschl Exp $
+# $Id: de.pm,v 1.241 2009/02/25 18:44:26 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -16800,8 +16800,8 @@
    'Everyone can participate in chat room.'
 => 'Jeder kann am Chatroom teilnehmen.',
 
-   'Chat Room will be unavailable to you until [_1] because communication is blocked in one or more of your courses: <br /><br />'
-=> 'Der Chatroom ist nicht erreichbar bis [_1], weil die Kommunikation in einem oder mehreren Kursen geblocked ist: <br /><br />',
+   'Chat Room will be unavailable to you until [_1] because communication is blocked in one or more of your courses:'
+=> 'Der Chatroom ist bis [_1] nicht erreichbar, weil die Kommunikation in einem oder mehreren Ihrer Kurse geblockt ist:',
 
    'Branch'
 => 'Zweig',
Index: loncom/interface/lonchatfetch.pm
diff -u loncom/interface/lonchatfetch.pm:1.33 loncom/interface/lonchatfetch.pm:1.34
--- loncom/interface/lonchatfetch.pm:1.33	Wed Feb 25 16:39:54 2009
+++ loncom/interface/lonchatfetch.pm	Wed Feb 25 18:44:29 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Chat Fetching
 #
-# $Id: lonchatfetch.pm,v 1.33 2009/02/25 16:39:54 hauer Exp $
+# $Id: lonchatfetch.pm,v 1.34 2009/02/25 18:44:29 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -223,7 +223,7 @@
     if ($startblock && $endblock) {
         $blocked = 1;
         my $endblocktime = &Apache::lonlocal::locallocaltime($endblock);
-        $output .= &mt('Chat Room will be unavailable to you until [_1] because communication is blocked in one or more of your courses: <br /><br />',$endblocktime); 
+        $output .= &mt('Chat Room will be unavailable to you until [_1] because communication is blocked in one or more of your courses:',$endblocktime).'<br /><br />';
         foreach my $course (keys(%setters)) {
             my %courseinfo=&Apache::lonnet::coursedescription($course);
             for (my $i=0; $i<@{$setters{$course}{staff}}; $i++) {