[LON-CAPA-cvs] cvs: doc /install/linux install.pl

raeburn raeburn@source.lon-capa.org
Fri, 18 Mar 2011 17:53:34 -0000


raeburn		Fri Mar 18 17:53:34 2011 EDT

  Modified files:              
    /doc/install/linux	install.pl 
  Log:
  - Localization.
  
  
Index: doc/install/linux/install.pl
diff -u doc/install/linux/install.pl:1.2 doc/install/linux/install.pl:1.3
--- doc/install/linux/install.pl:1.2	Fri Mar 18 17:01:15 2011
+++ doc/install/linux/install.pl	Fri Mar 18 17:53:34 2011
@@ -72,7 +72,7 @@
           &mt('Stopping execution.')."\n";
     exit;
 } else {
-    print LOG '$Id: install.pl,v 1.2 2011/03/18 17:01:15 raeburn Exp $'."\n";
+    print LOG '$Id: install.pl,v 1.3 2011/03/18 17:53:34 raeburn Exp $'."\n";
 }
 
 #
@@ -918,19 +918,19 @@
 
 ".&mt('The following actions are available:')."
 
-1. ".&mt('Create the www user/group.')."
+&mt('1.')." ".&mt('Create the www user/group.')."
    ".&mt('This is the user/group ownership under which Apache child processes run.')."
    ".&mt('It also owns most directories within the /home/httpd directory.')." 
    ".&mt('This directory is where most LON-CAPA files and directories are stored.')."
-2. ".&mt('Install the package LON-CAPA uses to authenticate users.')."
-3. ".&mt('Set-up the MySQL database.')."
-4. ".&mt('Set-up MySQL permissions.')."
-5. ".&mt('Configure Apache web server.')."
-6. ".&mt('Configure start-up of services.')."
-7. ".&mt('Check firewall settings.')."
-8. ".&mt('Stop services not used by LON-CAPA,')."
+&mt('2.')." ".&mt('Install the package LON-CAPA uses to authenticate users.')."
+&mt('3.')." ".&mt('Set-up the MySQL database.')."
+&mt('4.')." ".&mt('Set-up MySQL permissions.')."
+&mt('5.')." ".&mt('Configure Apache web server.')."
+&mt('6.')." ".&mt('Configure start-up of services.')."
+&mt('7.')." ".&mt('Check firewall settings.')."
+&mt('8.')." ".&mt('Stop services not used by LON-CAPA,')."
    ".&mt('i.e., services for a print server: [_1] daemon.',"'cups'")."
-9. ".&mt('Download LON-CAPA source code in readiness for installation.')."
+&mt('9.')." ".&mt('Download LON-CAPA source code in readiness for installation.')."
 
 ".&mt('Typically, you will run this script only once, when you first install LON-CAPA.')." 
 
@@ -1065,8 +1065,8 @@
     if ($production && $testing) {
         if ($production ne $testing) {
             print &mt('Two recent LON-CAPA releases are available: ')."\n".
-                  &mt('1. A production release - version: [_1].',$production)."\n".
-                  &mt('2. A testing release - version: [_1].',$testing)."\n\n".
+                  &mt('1.').' '.&mt('A production release - version: [_1].',$production)."\n".
+                  &mt('2.').' '.&mt('A testing release - version: [_1].',$testing)."\n\n".
                   &mt('Download the production release? ~[Y/n~]');
             if (&get_user_selection(1)) {
                 $sourcetarball = $production.'tar.gz';