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

bisitz bisitz at source.lon-capa.org
Fri Jul 19 13:11:13 EDT 2013


bisitz		Fri Jul 19 17:11:13 2013 EDT

  Modified files:              
    /loncom/interface	lonhelpmenu.pm 
    /loncom/localize/localize	de.pm 
  Log:
  Internationalization: Added missing &mt() calls and corresponding phrases
  
  
Index: loncom/interface/lonhelpmenu.pm
diff -u loncom/interface/lonhelpmenu.pm:1.40 loncom/interface/lonhelpmenu.pm:1.41
--- loncom/interface/lonhelpmenu.pm:1.40	Mon Dec 17 15:55:50 2012
+++ loncom/interface/lonhelpmenu.pm	Fri Jul 19 17:11:09 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # generate frame-based help system
 #
-# $Id: lonhelpmenu.pm,v 1.40 2012/12/17 15:55:50 raeburn Exp $
+# $Id: lonhelpmenu.pm,v 1.41 2013/07/19 17:11:09 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -149,46 +149,41 @@
     $r->print('<table id="LC_helpmenu" width="'.$width.'">');
 
     my $general_help = &Apache::loncommon::general_help();
-    $r->print(<<END);
+    $r->print('
   <tr height="50">
-   <td width='5'> </td>
+   <td width="5"> </td>
    <td>
-    <fieldset><legend><img src="$location/lonIcons/minilogo.gif" height='20' width='29' valign='bottom' />  LON-CAPA help/support</legend>
+    <fieldset><legend><img src="'.$location.'/lonIcons/minilogo.gif" height="20" width="29" valign="bottom" alt="('.&mt('LON-CAPA help/support').')" />  '.&mt('LON-CAPA help/support').'</legend>
  <table id="LC_helpmenu_links">
    <tr>
-	<td><span class="LC_nobreak"><a href="/adm/help/$general_help.hlp" target="bodyframe">
-		  <img src="$location/help/help.png" border="0" alt="(General help)" valign="middle" /> General Help</a> </span></td>
-END
+	<td><span class="LC_nobreak"><a href="/adm/help/'.$general_help.'.hlp" target="bodyframe">
+		  <img src="'.$location.'/help/help.png" border="0" alt="('.&mt('General help').')" valign="middle" /> '.&mt('General Help').'</a> </span></td>');
     if ($component_url) {
 	$r->print("<td><span class=\"LC_nobreak\"><a href=\"$component_url\" target=\"bodyframe\">".
-		  '<img src="'.$location.'/help/help.png" border="0" alt="(Topic help)" valign="middle" /> '.$topic.'</a> </span></td>');
+		  '<img src="'.$location.'/help/help.png" border="0" alt="('.&mt('Topic help').')" valign="middle" /> '.$topic.'</a> </span></td>');
     }
     if ($requestmail =~ m/^[^\@]+\@[^\@]+$/) {
         $r->print('
-            <td><span class="LC_nobreak"> <a href="javascript:gohelpdesk()"><img src="'.$location.'/lonIcons/helpdesk.gif" border="0" alt="(Ask helpdesk)" valign="middle" /> Ask helpdesk</a> </span></td>');
+            <td><span class="LC_nobreak"> <a href="javascript:gohelpdesk()"><img src="'.$location.'/lonIcons/helpdesk.gif" border="0" alt="('.&mt('Ask helpdesk').')" valign="middle" /> '.&mt('Ask helpdesk').'</a> </span></td>');
     }
     if ($faq && $env{'user.adv'}) {
-        $r->print(<<END);
-             <td><span class="LC_nobreak"> <a href="$faqbaseurl/fom/cache/$faq.html" target="bodyframe"><img src="$location/lonMisc/smallFAQ.gif" border="0" alt="(FAQ)" valign="middle" /> FAQ</a> </span>
-            </td>
-END
+        $r->print('
+             <td><span class="LC_nobreak"> <a href="'.$faqbaseurl.'/fom/cache/'.$faq.'.html" target="bodyframe"><img src="'.$location.'/lonMisc/smallFAQ.gif" border="0" alt="('.&mt('FAQ').')" valign="middle" /> '.&mt('FAQ').'</a> </span>
+            </td>');
     }
     if ($env{'user.adv'}) {
     	if ($helpconfig{'helpsettings'}{'submitbugs'} eq '1' ||
     		$helpconfig{'helpsettings'}{'submitbugs'} eq '' ) {
-        	$r->print(<<END);
-            	<td><span class="LC_nobreak" <b><a href="$bugurl" target="bodyframe"><img src="$location/lonMisc/smallBug.gif" border="0" alt="(Report a bug)" valign="middle" /> Report a bug</a> </b></span></td>
-END
+        	$r->print('
+            	<td><span class="LC_nobreak" <b><a href="'.$bugurl.'" target="bodyframe"><img src="'.$location.'/lonMisc/smallBug.gif" border="0" alt="('.&mt('Report a bug').')" valign="middle" /> '.&mt('Report a bug').'</a> </b></span></td>');
 		}
     }
     if ($stayOnPage) {
-        $r->print(<<END);
-            <td><span class="LC_nobreak"> <a href="$origurl" target="_top"><img src="$location/lonIcons/move_up.gif" border="0" alt="(Return to last location)" valign="middle" /> Return to last location</a> </span></td>
-END
+        $r->print('
+            <td><span class="LC_nobreak"> <a href="'.$origurl.'" target="_top"><img src="'.$location.'/lonIcons/move_up.gif" border="0" alt="('.&mt('Return to last location').')" valign="middle" /> '.&mt('Return to last location').'</a> </span></td>');
     } else {
-        $r->print(<<END);
-            <td><span class="LC_nobreak" <a href="javascript:window.close()" target="_top"><img src="$location/lonIcons/closepage.gif" border="0" alt="(Close window)" valign="bottom" /> Close</a> </span></td>
-END
+        $r->print('
+            <td><span class="LC_nobreak" <a href="javascript:window.close()" target="_top"><img src="$location/lonIcons/closepage.gif" border="0" alt="('.&mt('Close window').')" valign="bottom" /> '.&mt('Close').'</a> </span></td>');
     }
     $r->print(<<END);
   </tr>
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.512 loncom/localize/localize/de.pm:1.513
--- loncom/localize/localize/de.pm:1.512	Fri Jun  7 16:07:52 2013
+++ loncom/localize/localize/de.pm	Fri Jul 19 17:11:12 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # German Localization Lexicon
 #
-# $Id: de.pm,v 1.512 2013/06/07 16:07:52 bisitz Exp $
+# $Id: de.pm,v 1.513 2013/07/19 17:11:12 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -8686,6 +8686,15 @@
    'Back to last location'
 => 'Zurück zum letzten Ort',
 
+   'LON-CAPA help/support'
+=> 'LON-CAPA-Hilfe und -Support',
+
+   'Topic help'
+=> 'Hilfe zum Thema',
+
+   'FAQ'
+=> 'FAQ',
+
    'Note'
 => 'Anmerkung',
 




More information about the LON-CAPA-cvs mailing list