[LON-CAPA-cvs] cvs: loncom /auth lonlogin.pm /html/adm/lonDomColors UNICAMP.tab /html/adm/lonDomLogos UNICAMP.gif /localize/localize de.pm pt.pm doc/loncapafiles loncapafiles.lpml

www lon-capa-cvs@mail.lon-capa.org
Wed, 17 Sep 2003 13:47:55 -0000


www		Wed Sep 17 09:47:55 2003 EDT

  Added files:                 
    /loncom/html/adm/lonDomColors	UNICAMP.tab 
    /loncom/html/adm/lonDomLogos	UNICAMP.gif 
    /loncom/localize/localize	pt.pm 

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
    /loncom/auth	lonlogin.pm 
    /loncom/localize/localize	de.pm 
  Log:
  Start Portuguese for UNICAMP
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.284 doc/loncapafiles/loncapafiles.lpml:1.285
--- doc/loncapafiles/loncapafiles.lpml:1.284	Tue Sep 16 18:40:25 2003
+++ doc/loncapafiles/loncapafiles.lpml	Wed Sep 17 09:47:55 2003
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.284 2003/09/16 22:40:25 www Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.285 2003/09/17 13:47:55 www Exp $ -->
 
 <!--
 
@@ -2517,7 +2517,8 @@
 Translation files.
 </description>
 <filenames>
-de.pm
+de.pm;
+pt.pm
 </filenames>
 </fileglob>
 <file>
@@ -4459,6 +4460,7 @@
 csm.gif;
 fit.gif;
 nau.gif;
+UNICAMP.gif;
 glps.gif;
 BCHS.gif;
 headersfu.gif;
@@ -4478,6 +4480,7 @@
 csm.tab;
 fit.tab;
 nau.tab;
+UNICAMP.tab;
 fsu.tab;
 sfu.tab;
 worf.tab
Index: loncom/auth/lonlogin.pm
diff -u loncom/auth/lonlogin.pm:1.51 loncom/auth/lonlogin.pm:1.52
--- loncom/auth/lonlogin.pm:1.51	Tue Sep 16 22:24:14 2003
+++ loncom/auth/lonlogin.pm	Wed Sep 17 09:47:55 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Login Screen
 #
-# $Id: lonlogin.pm,v 1.51 2003/09/17 02:24:14 www Exp $
+# $Id: lonlogin.pm,v 1.52 2003/09/17 13:47:55 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -224,8 +224,11 @@
 		  'pw'  => 'Password',
 		  'dom' => 'Domain',
 		  'perc' => 'percent',
-		  'user' => 'User',
-		  'load' => 'load',
+		  'load' => 'Load',
+                  'userload' => 'User Load',
+                  'about'  => 'aboutlon.gif',
+                  'access' => 'accessbutton.gif',
+		  'auth' => 'userauthentication.gif',
 		  'log' => 'Log in',
 		  'help' => 'Help',
 		  'serv' => 'Server',
@@ -330,9 +333,9 @@
    <!-- A cell that will hold the 'access' and 'about' buttons -->
    <!-- Row 3 Column 1 -->
    <td valign="top" height=60 align="center" bgcolor="$sidebg">
-    <a href="/adm/login?interface=textual"><img src="$iconpath/accessbutton.gif" border=0 alt="Accessibility Options" /></a>
+    <a href="/adm/login?interface=textual"><img src="$iconpath/$lt{'access'}" border=0 alt="Accessibility Options" /></a>
     <br />
-    <a href="/adm/about.html"><img src="$iconpath/aboutlon.gif" border=0 alt="About LON-CAPA" /></a>
+    <a href="/adm/about.html"><img src="$iconpath/$lt{'about'}" border=0 alt="About LON-CAPA" /></a>
    </td>
 
    <!-- The shaded space between the two main columns -->
@@ -389,7 +392,7 @@
 
      <!-- Start the sub-table for text and input alignment -->
      <table border=0 cellspacing=0 cellpadding=0>
-      <tr><td bgcolor="$sidebg" colspan=2><img src="$iconpath/userauthentication.gif" alt="User Authentication" /></td></tr>
+      <tr><td bgcolor="$sidebg" colspan=2><img src="$iconpath/$lt{'auth'}" alt="User Authentication" /></td></tr>
       <tr>
        <td bgcolor="$mainbg"><br /><font size=-1><b>&nbsp;&nbsp;&nbsp;$lt{'un'}:</b></font></td>
        <td bgcolor="$mainbg"><br /><input type="text" name="uname" size="10" value="$authusername" /></td>
@@ -450,7 +453,7 @@
       </tr>
       <tr>
        <td bgcolor="$sidebg" align="left" valign="top">
-        <small><b>&nbsp;&nbsp;&nbsp;Load:&nbsp;</b></small>
+        <small><b>&nbsp;&nbsp;&nbsp;$lt{'load'}:&nbsp;</b></small>
        </td>
        <td bgcolor="$sidebg" align="left" valign="top">
         <small><tt>&nbsp;$loadpercent $lt{'perc'}</tt></small>
@@ -458,7 +461,7 @@
       </tr>
       <tr>
        <td bgcolor="$sidebg" align="left" valign="top">
-        <small><b>&nbsp;&nbsp;&nbsp;$lt{'user'}&nbsp;$lt{'load'}:&nbsp;</b></small>
+        <small><b>&nbsp;&nbsp;&nbsp;$lt{'userload'}:&nbsp;</b></small>
        </td>
        <td bgcolor="$sidebg" align="left" valign="top">
         <small><tt>&nbsp;$userloadpercent $lt{'perc'}</tt></small>
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.3 loncom/localize/localize/de.pm:1.4
--- loncom/localize/localize/de.pm:1.3	Tue Sep 16 22:24:14 2003
+++ loncom/localize/localize/de.pm	Wed Sep 17 09:47:55 2003
@@ -1,7 +1,59 @@
+# The LearningOnline Network with CAPA
+# German Localization Lexicon
+#
+# $Id: de.pm,v 1.4 2003/09/17 13:47:55 www Exp $
+#
+# Copyright Michigan State University Board of Trustees
+#
+# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
+#
+# LON-CAPA is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# LON-CAPA is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with LON-CAPA; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
+# /home/httpd/html/adm/gpl.txt
+#
+# http://www.lon-capa.org/
+#
+######################################################################
+######################################################################
+
 
 package Apache::localize::de;
 use base qw(Apache::localize);
 %Lexicon=('_AUTO' => 1,
+
+   'Domain'
+=> 'Domäne',
+
+   'Load'
+=> 'Last'
+
+   'User Load'
+=> 'Nutzerlast'
+
+   'Help'
+=> 'Hilfe'
+
+   'Log in'
+=> 'Einloggen'
+
+   'Username'
+=> 'Benutzername'
+
+   'Password'
+=> 'Passwort'
+
    'choose'
 => 'waehle',
 

Index: loncom/html/adm/lonDomColors/UNICAMP.tab
+++ loncom/html/adm/lonDomColors/UNICAMP.tab
student.sidebg=#FFFFFF
coordinator.sidebg=#FFFFFF
author.sidebg=#FFFFFF

Index: loncom/localize/localize/pt.pm
+++ loncom/localize/localize/pt.pm
# The LearningOnline Network with CAPA
# Portuguese Localization Lexicon
#
# $Id: pt.pm,v 1.1 2003/09/17 13:47:55 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
#
# LON-CAPA is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# LON-CAPA is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with LON-CAPA; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
# /home/httpd/html/adm/gpl.txt
#
# http://www.lon-capa.org/
#
######################################################################
######################################################################


package Apache::localize::de;
use base qw(Apache::localize);
%Lexicon=('_AUTO' => 1,
   'Server'
=> 'Servidor',

   'Domain'
=> 'Dominio',

   'Load'
=> 'Carga'

   'User Load'
=> 'Carga de Usuarios'

   'System Administration'
=> 'Administrador do Sistema'

   'Server Administration'
=> 'Administrador do Servidor'

   'aboutlon.gif'
=> 'aboutlon_pt.gif',

   'accessbutton.gif'
=> 'accessbutton_pt.gif',

   'userauthentication.gif'
=> 'userauthentication_pt.gif',

   'Help'
=> 'Ajuda'

   'Log in'
=> 'Entrar'

   'Username'
=> 'Usuario'

   'Password'
=> 'Senha'
);

1;