[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Chatting.tex Creating_Groups.tex /html/adm/helper course.initialization.helper /interface lonchat.pm lonchatfetch.pm loncoursegroups.pm loncreatecourse.pm longroup.pm lonmsgdisplay.pm mydesk.tab /localize/localize de.pm doc/help build_exam_guide.tex course.manual.texxml developer.manual.texxml doc/help/course_manual/sections Misc.texxml

hauer hauer@source.lon-capa.org
Wed, 25 Feb 2009 16:40:08 -0000


This is a MIME encoded message

--hauer1235580008
Content-Type: text/plain

hauer		Wed Feb 25 16:40:08 2009 EDT

  Modified files:              
    /doc/help	course.manual.texxml build_exam_guide.tex 
             	developer.manual.texxml 
    /doc/help/course_manual/sections	Misc.texxml 
    /loncom/interface	loncoursegroups.pm lonchatfetch.pm 
                     	lonmsgdisplay.pm longroup.pm lonchat.pm 
                     	loncreatecourse.pm mydesk.tab 
    /loncom/html/adm/helper	course.initialization.helper 
    /loncom/html/adm/help/tex	Creating_Groups.tex Chatting.tex 
    /loncom/localize/localize	de.pm 
  Log:
  edited all chat / Chat => chat room, one entry in mydesk.tab for chatroom and added some missing translations in de.pm
  
  
--hauer1235580008
Content-Type: text/plain
Content-Disposition: attachment; filename="hauer-20090225164008.txt"

Index: doc/help/course.manual.texxml
diff -u doc/help/course.manual.texxml:1.21 doc/help/course.manual.texxml:1.22
--- doc/help/course.manual.texxml:1.21	Tue Jul 29 23:57:09 2008
+++ doc/help/course.manual.texxml	Wed Feb 25 16:39:44 2009
@@ -516,7 +516,7 @@
 		<file name="Calendar_Add_Announcement.tex" />
 		<file name="Calendar_Remove_Announcement.tex" />
 		</subsection>
-	<subsection name="Course Chat">
+	<subsection name="Course Chat Room">
 		<file name="Course_Chat.tex" />
 		</subsection>
 	<subsection name="Evaluating a Resource">
Index: doc/help/build_exam_guide.tex
diff -u doc/help/build_exam_guide.tex:1.13 doc/help/build_exam_guide.tex:1.14
--- doc/help/build_exam_guide.tex:1.13	Tue Feb 24 18:20:54 2009
+++ doc/help/build_exam_guide.tex	Wed Feb 25 16:39:44 2009
@@ -247,14 +247,14 @@
 
 \begin{itemize}
 \item There are three kinds of communication functions available in LON-CAPA:
-chat, discussion, and internal email. Students also can store information in their portfolio.
+chat room, discussion board, and internal e-mail. Students also can store information in their portfolio.
 
 \end{itemize}
 
-\subsection*{Chat}
+\subsection*{Chat Room}
 
 \begin{itemize}
-\item To set the chat function, select {[}PARM{]} on the Remote Control
+\item To set the chat room, select {[}PARM{]} on the Remote Control
 or Main Menu. This will take you to the Set/Modify Course Parameters
 screen.
 \item Click the {[}Set Course Environment Parameters{]} button. This will
@@ -262,7 +262,7 @@
 \item Scroll down to {[}Disallow chat room use for Roles{]} or {[}Disallow
 chat room use for User{]}.
 \item To deactivate chat for specific roles, enter a comma-separated list
-of roles. Ex: {}``st'' for student. To deactivate chat for a specific
+of roles. Ex: {}``st'' for student. To deactivate the chat room for a specific
 user, enter username:domain.
 \item Check the {[}Set{]} option if it isn't checked by default already.
 \item Scroll down and click the {[}Set Course Environment{]} button. Changes
Index: doc/help/developer.manual.texxml
diff -u doc/help/developer.manual.texxml:1.5 doc/help/developer.manual.texxml:1.6
--- doc/help/developer.manual.texxml:1.5	Mon Sep 22 19:08:39 2003
+++ doc/help/developer.manual.texxml	Wed Feb 25 16:39:44 2009
@@ -75,7 +75,7 @@
 			<subsubsection name="Resource Discussion">
 				<tex file="Resource_Discussion.tex" />
 				</subsubsection>
-			<subsubsection name="Chat">
+			<subsubsection name="Chat Room">
 				<tex file="Chatting.tex" />
 				</subsubsection>
 			<subsubsection name="About Communication">
Index: doc/help/course_manual/sections/Misc.texxml
diff -u doc/help/course_manual/sections/Misc.texxml:1.1 doc/help/course_manual/sections/Misc.texxml:1.2
--- doc/help/course_manual/sections/Misc.texxml:1.1	Fri Dec  1 23:45:11 2006
+++ doc/help/course_manual/sections/Misc.texxml	Wed Feb 25 16:39:49 2009
@@ -15,7 +15,7 @@
 		<file name="Calendar_Add_Announcement.tex" />
 		<file name="Calendar_Remove_Announcement.tex" />
 		</subsection>
-	<subsection name="Course Chat">
+	<subsection name="Course Chat Room">
 		<file name="Course_Chat.tex" />
 		</subsection>
 	<subsection name="Evaluating a Resource">
Index: loncom/interface/loncoursegroups.pm
diff -u loncom/interface/loncoursegroups.pm:1.93 loncom/interface/loncoursegroups.pm:1.94
--- loncom/interface/loncoursegroups.pm:1.93	Fri Feb 13 20:20:29 2009
+++ loncom/interface/loncoursegroups.pm	Wed Feb 25 16:39:54 2009
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: loncoursegroups.pm,v 1.93 2009/02/13 20:20:29 schafran Exp $
+# $Id: loncoursegroups.pm,v 1.94 2009/02/25 16:39:54 hauer Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -77,7 +77,7 @@
     my %functions = (
                       email => 'Send Messages', 
                       discussion => 'Discussion Boards',
-                      chat => 'Chat',
+                      chat => 'Chat Room',
                       files => 'File Repository',
                       roster => 'Membership Roster',
                       homepage => $ucgpterm.' home page',
Index: loncom/interface/lonchatfetch.pm
diff -u loncom/interface/lonchatfetch.pm:1.32 loncom/interface/lonchatfetch.pm:1.33
--- loncom/interface/lonchatfetch.pm:1.32	Wed Nov 29 19:45:55 2006
+++ loncom/interface/lonchatfetch.pm	Wed Feb 25 16:39:54 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Chat Fetching
 #
-# $Id: lonchatfetch.pm,v 1.32 2006/11/29 19:45:55 raeburn Exp $
+# $Id: lonchatfetch.pm,v 1.33 2009/02/25 16:39:54 hauer Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -186,7 +186,7 @@
         $headarg = {'redirect'  => [5,$refresh_cmd,1],
                                     'only_body' => 1,};
     }
-    my $start_page = &Apache::loncommon::start_page('Chat',undef,$headarg); 
+    my $start_page = &Apache::loncommon::start_page('Chat Room',undef,$headarg); 
     my $end_page = &Apache::loncommon::end_page();
     $r->print(<<ENDDOCUMENT);
 $start_page
@@ -223,7 +223,7 @@
     if ($startblock && $endblock) {
         $blocked = 1;
         my $endblocktime = &Apache::lonlocal::locallocaltime($endblock);
-        $output .= &mt('Chat 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: <br /><br />',$endblocktime); 
         foreach my $course (keys(%setters)) {
             my %courseinfo=&Apache::lonnet::coursedescription($course);
             for (my $i=0; $i<@{$setters{$course}{staff}}; $i++) {
Index: loncom/interface/lonmsgdisplay.pm
diff -u loncom/interface/lonmsgdisplay.pm:1.114 loncom/interface/lonmsgdisplay.pm:1.115
--- loncom/interface/lonmsgdisplay.pm:1.114	Sat Feb 14 00:27:08 2009
+++ loncom/interface/lonmsgdisplay.pm	Wed Feb 25 16:39:54 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines for messaging display
 #
-# $Id: lonmsgdisplay.pm,v 1.114 2009/02/14 00:27:08 raeburn Exp $
+# $Id: lonmsgdisplay.pm,v 1.115 2009/02/25 16:39:54 hauer Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2217,7 +2217,7 @@
 sub blocktype_text {
     my %types = &Apache::lonlocal::texthash(
         'com' => 'Messaging',
-        'chat' => 'Chat',
+        'chat' => 'Chat Room',
         'boards' => 'Discussion',
         'port' => 'Portfolio',
         'groups' => 'Groups',
Index: loncom/interface/longroup.pm
diff -u loncom/interface/longroup.pm:1.21 loncom/interface/longroup.pm:1.22
--- loncom/interface/longroup.pm:1.21	Fri Feb 13 17:20:29 2009
+++ loncom/interface/longroup.pm	Wed Feb 25 16:39:54 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # accessor routines used to provide information about course groups 
 #
-# $Id: longroup.pm,v 1.21 2009/02/13 17:20:29 bisitz Exp $
+# $Id: longroup.pm,v 1.22 2009/02/25 16:39:54 hauer Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -467,7 +467,7 @@
             vgb => 'View boards',
         },
         chat       => {
-            pgc => 'Chat',
+            pgc => 'Chat Room',
         },
         files      => {
             rgf => 'Retrieve',
Index: loncom/interface/lonchat.pm
diff -u loncom/interface/lonchat.pm:1.17 loncom/interface/lonchat.pm:1.18
--- loncom/interface/lonchat.pm:1.17	Mon Jan 12 04:11:25 2009
+++ loncom/interface/lonchat.pm	Wed Feb 25 16:39:54 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Chat
 #
-# $Id: lonchat.pm,v 1.17 2009/01/12 04:11:25 raeburn Exp $
+# $Id: lonchat.pm,v 1.18 2009/02/25 16:39:54 hauer Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -65,7 +65,7 @@
     my $latexHelp = Apache::loncommon::helpLatexCheatsheet(undef,undef,1);
     my %loaditems = (onload => 'this.document.chatentry.newchat.focus();');
     my $start_page = 
-	&Apache::loncommon::start_page('Chat',undef,
+	&Apache::loncommon::start_page('Chat Room',undef,
 				       {'only_body'   => 1,
 					'add_entries' => \%loaditems,});
     my $end_page = &Apache::loncommon::end_page();
Index: loncom/interface/loncreatecourse.pm
diff -u loncom/interface/loncreatecourse.pm:1.117 loncom/interface/loncreatecourse.pm:1.118
--- loncom/interface/loncreatecourse.pm:1.117	Tue Feb 24 18:20:49 2009
+++ loncom/interface/loncreatecourse.pm	Wed Feb 25 16:39:54 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Create a course
 #
-# $Id: loncreatecourse.pm,v 1.117 2009/02/24 18:20:49 hauer Exp $
+# $Id: loncreatecourse.pm,v 1.118 2009/02/25 16:39:54 hauer Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -208,7 +208,7 @@
                     'sgpf' => "Set group policy feedback to Group Coordinator",
                     'scfg' => "Set content feedback to Group Coordinator",
                     'dmrd' => "Disable member resource discussion",
-                    'dmuc' => "Disable member use of chatrooms",
+                    'dmuc' => "Disable member use of chat rooms",
                     'mnak' => "Members need access key to enter group",
                     'kaug' =>
                     'Key authority (<tt>id@domain</tt>) if other than group',
Index: loncom/interface/mydesk.tab
diff -u loncom/interface/mydesk.tab:1.99 loncom/interface/mydesk.tab:1.100
--- loncom/interface/mydesk.tab:1.99	Tue Feb 24 16:16:35 2009
+++ loncom/interface/mydesk.tab	Wed Feb 25 16:39:54 2009
@@ -96,7 +96,7 @@
 10:2:any:any:com.gif:commu-[_1]:nication[_1]:go('/adm/communicate');:Send and receive messages:com
 10:3:clear
 10:3:ppsa:$requested_domain:mail.gif:bulk[_1]:e-mail[_1]:go('/adm/notify');:Send and display broadcast e-mail:com
-10:3:course_plc:any:bchat.gif:course[_10]:chat[_1]:chat_win();:Enter the chat room for the course:com
+10:3:course_plc:any:bchat.gif:course[_10]:chatroom[_1]:chat_win();:Enter the chat room for the course:com
 11:1:clear
 11:1:course:any:grps.gif:course[_14]:groups[_1]:go('/adm/coursegroups');:Enter my groups in the course:set
 11:1:course_vcg:any:grps.gif:course[_14]:groups[_1]:go('/adm/coursegroups');:Enter any group in the course:cmn
Index: loncom/html/adm/helper/course.initialization.helper
diff -u loncom/html/adm/helper/course.initialization.helper:1.24 loncom/html/adm/helper/course.initialization.helper:1.25
--- loncom/html/adm/helper/course.initialization.helper:1.24	Tue Feb 24 18:20:58 2009
+++ loncom/html/adm/helper/course.initialization.helper	Wed Feb 25 16:39:59 2009
@@ -105,10 +105,10 @@
                 $denied =~ s/,([^,]*)$/, and\1/;
             }
             if ($denied) {
-                $denied = substr($denied, 1) . ' not allowed to participate in live chatroom.';
+                $denied = substr($denied, 1) . ' not allowed to participate in chat room.';
                 $denied = ucfirst($denied);
             } else {
-                $denied = 'Everyone can participate in live chatroom.';
+                $denied = 'Everyone can participate in chat room.';
             }
             return $denied;
         } else {
Index: loncom/html/adm/help/tex/Creating_Groups.tex
diff -u loncom/html/adm/help/tex/Creating_Groups.tex:1.2 loncom/html/adm/help/tex/Creating_Groups.tex:1.3
--- loncom/html/adm/help/tex/Creating_Groups.tex:1.2	Tue Aug  7 21:29:16 2007
+++ loncom/html/adm/help/tex/Creating_Groups.tex	Wed Feb 25 16:40:04 2009
@@ -37,7 +37,7 @@
 when creating a group. Some or all of the tools selected for the group
 can be assigned to group members. Each tool has one or more core privileges.
 Most tools also have optional privileges. Tools currently available
-are: Group chat, Group discussion boards, Group portfolio, Group mail,
+are: Group chat rooms, Group discussion boards, Group portfolio, Group e-mail,
 Group roster and a Group homepage. 
 
 When creating a group ... 
Index: loncom/html/adm/help/tex/Chatting.tex
diff -u loncom/html/adm/help/tex/Chatting.tex:1.1 loncom/html/adm/help/tex/Chatting.tex:1.2
--- loncom/html/adm/help/tex/Chatting.tex:1.1	Wed Aug 20 16:17:40 2003
+++ loncom/html/adm/help/tex/Chatting.tex	Wed Feb 25 16:40:04 2009
@@ -1,5 +1,5 @@
 \label{Chatting}
 
 
-Course members can participate in a live chatting environment for
-their course.
\ No newline at end of file
+Course members can participate in a chat room for
+their course.
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.238 loncom/localize/localize/de.pm:1.239
--- loncom/localize/localize/de.pm:1.238	Wed Feb 25 13:05:58 2009
+++ loncom/localize/localize/de.pm	Wed Feb 25 16:40:08 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # German Localization Lexicon
 #
-# $Id: de.pm,v 1.238 2009/02/25 13:05:58 weissno Exp $
+# $Id: de.pm,v 1.239 2009/02/25 16:40:08 hauer Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3389,7 +3389,7 @@
 
    'course[_10]'
 => 'kurs-',
-   'chat[_1]'
+   'chatroom[_1]'
 => 'chatroom',
 
    'course[_14]'
@@ -3764,6 +3764,9 @@
    'Disable student use of chat rooms'
 => 'Chatroom-Nutzungsmöglichkeit für Studierende deaktivieren',
 
+   'Disable member use of chat rooms'
+=> 'Chatroom-Nutzungsmöglichkeit für Mitglieder deaktivieren',
+
    'Display file attributes'
 => 'Zeige Dateiattribute',
 
@@ -16791,6 +16794,15 @@
    'To:'
 => 'An:',
 
+   ' not allowed to participate in chat room.'
+=> ' nicht gestattet am Chatroom teil zu nehmen.',
+
+   '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 />',
+
    ''
 => '',
 

--hauer1235580008--