Annotation of doc/install/linux/LCLocalization/localize/de.pm, revision 1.5

1.1       raeburn     1: # The LearningOnline Network with CAPA
                      2: # German Localization Lexicon for install script
                      3: # run to prepare a system for LON-CAPA installation. 
                      4: #
1.5     ! raeburn     5: # $Id: de.pm,v 1.4 2012/12/18 16:06:56 raeburn Exp $
1.1       raeburn     6: #
                      7: # Copyright Michigan State University Board of Trustees
                      8: #
                      9: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                     10: #
                     11: # LON-CAPA is free software; you can redistribute it and/or modify
                     12: # it under the terms of the GNU General Public License as published by
                     13: # the Free Software Foundation; either version 2 of the License, or
                     14: # (at your option) any later version.
                     15: #
                     16: # LON-CAPA is distributed in the hope that it will be useful,
                     17: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     18: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     19: # GNU General Public License for more details.
                     20: #
                     21: # You should have received a copy of the GNU General Public License
                     22: # along with LON-CAPA; if not, write to the Free Software
                     23: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     24: #
                     25: # /home/httpd/html/adm/gpl.txt
                     26: #
                     27: # http://www.lon-capa.org/
                     28: #
                     29: ######################################################################
                     30: ######################################################################
                     31: 
                     32: package LCLocalization::localize::de;
                     33: use base qw(LCLocalization::localize);
                     34: 
                     35: %Lexicon=('_AUTO' => 1,
                     36: 
                     37: 'char_encoding'=> 'UTF-8',
                     38: 'language_code'=> 'de',
                     39: 
1.2       raeburn    40:    '1.'
1.4       raeburn    41: => '1.',
1.2       raeburn    42: 
                     43:    '2.'
1.4       raeburn    44: => '2.',
1.2       raeburn    45: 
                     46:    '3.'
1.4       raeburn    47: => '3.',
1.2       raeburn    48: 
                     49:    '4.'
1.4       raeburn    50: => '4.',
1.2       raeburn    51: 
                     52:    '5.'
1.4       raeburn    53: => '5.',
1.2       raeburn    54: 
                     55:    '6.'
1.4       raeburn    56: => '6.',
1.2       raeburn    57: 
                     58:    '7.'
1.4       raeburn    59: => '7.',
1.2       raeburn    60: 
                     61:    '8.'
1.4       raeburn    62: => '8.',
1.2       raeburn    63: 
                     64:    '9.'
1.4       raeburn    65: => '9.',
1.2       raeburn    66: 
                     67:    'A production release - version: [_1].'
1.4       raeburn    68: => 'A production release - version: [_1].',
1.2       raeburn    69: 
                     70:    'A testing release - version: [_1].'
1.4       raeburn    71: => 'A testing release - version: [_1].',
1.2       raeburn    72: 
                     73:    'Account [_1] already exists.'
1.4       raeburn    74: => 'Account [_1] already exists.',
1.2       raeburn    75: 
                     76:    'An error occurred determining which actions are recommended.'
1.4       raeburn    77: => 'An error occurred determining which actions are recommended.',
1.2       raeburn    78: 
                     79:    'Apparent success compiling pwauth:'
1.4       raeburn    80: => 'Apparent success compiling pwauth:',
1.2       raeburn    81: 
                     82:    'Authentication installation not completed.'
1.4       raeburn    83: => 'Authentication installation not completed.',
1.2       raeburn    84: 
                     85:    'Building authentication system for LON-CAPA users.'
1.4       raeburn    86: => 'Building authentication system for LON-CAPA users.',
1.2       raeburn    87: 
                     88:    'Check firewall settings.'
1.4       raeburn    89: => 'Check firewall settings.',
1.2       raeburn    90: 
                     91:    'Checking system status ...'
1.4       raeburn    92: => 'Checking system status ...',
1.2       raeburn    93: 
                     94:    'Compiling pwauth'
1.4       raeburn    95: => 'Compiling pwauth',
1.2       raeburn    96: 
                     97:    'Configure Apache web server.'
1.4       raeburn    98: => 'Configure Apache web server.',
1.2       raeburn    99: 
                    100:    'Configure start-up of services.'
1.4       raeburn   101: => 'Configure start-up of services.',
1.2       raeburn   102: 
                    103:    'Continue? ~[Y/n~] '
1.4       raeburn   104: => 'Continue? ~[Y/n~] ',
1.2       raeburn   105: 
                    106:    'Copying loncapa [_1] config file to [_2] and pointing [_3] to it from sites-enabled.'
1.4       raeburn   107: => 'Copying loncapa [_1] config file to [_2] and pointing [_3] to it from sites-enabled.',
1.2       raeburn   108: 
                    109:    'Copying pwauth to [_1]'
1.4       raeburn   110: => 'Copying pwauth to [_1]',
1.2       raeburn   111: 
                    112:    'Copying the LON-CAPA [_1] to [_2].'
1.4       raeburn   113: => 'Copying the LON-CAPA [_1] to [_2].',
1.2       raeburn   114: 
                    115:    'Could not check runlevel status for MySQL or Apache.'
1.4       raeburn   116: => 'Could not check runlevel status for MySQL or Apache.',
1.2       raeburn   117: 
                    118:    'Could not determine if MySQL is running.'
1.4       raeburn   119: => 'Could not determine if MySQL is running.',
1.2       raeburn   120: 
                    121:    'Could not determine which version of MySQL is installed.'
1.4       raeburn   122: => 'Could not determine which version of MySQL is installed.',
1.2       raeburn   123: 
                    124:    'Create the www user/group.'
1.4       raeburn   125: => 'Create the www user/group.',
1.2       raeburn   126: 
                    127:    'Creating user [_1]'
1.4       raeburn   128: => 'Creating user [_1]',
1.2       raeburn   129: 
                    130:    'Download LON-CAPA source code in readiness for installation.'
1.4       raeburn   131: => 'Download LON-CAPA source code in readiness for installation.',
1.2       raeburn   132: 
                    133:    'Download the production release? ~[Y/n~]'
1.4       raeburn   134: => 'Download the production release? ~[Y/n~]',
1.2       raeburn   135: 
                    136:    'Download the testing release? ~[Y/n~]'
1.4       raeburn   137: => 'Download the testing release? ~[Y/n~]',
1.2       raeburn   138: 
                    139:    'Enter password'
1.4       raeburn   140: => 'Enter password',
1.2       raeburn   141: 
                    142:    'Enter password a second time'
1.4       raeburn   143: => 'Enter password a second time',
1.2       raeburn   144: 
                    145:    'Error: could not determine if LONCAPA-prerequisites package is installed'
1.4       raeburn   146: => 'Error: could not determine if LONCAPA-prerequisites package is installed',
1.2       raeburn   147: 
                    148:    'Extracting LON-CAPA source files'
1.4       raeburn   149: => 'Extracting LON-CAPA source files',
1.2       raeburn   150: 
                    151:    'Failed to disconnect from MySQL:'
1.4       raeburn   152: => 'Failed to disconnect from MySQL:',
1.2       raeburn   153: 
                    154:    'Failed to get MySQL root password from user input.'
1.4       raeburn   155: => 'Failed to get MySQL root password from user input.',
1.2       raeburn   156: 
1.3       raeburn   157:    'Failed to run command to install LONCAPA-prerequisites'
1.4       raeburn   158: => 'Failed to run command to install LONCAPA-prerequisites',
1.2       raeburn   159: 
                    160:    'Feedback will be displayed on screen, and also stored in: [_1].'
1.4       raeburn   161: => 'Feedback will be displayed on screen, and also stored in: [_1].',
1.2       raeburn   162: 
                    163:    'Firewall not checked as iptables Chains not identified.'
1.4       raeburn   164: => 'Firewall not checked as iptables Chains not identified.',
1.2       raeburn   165: 
                    166:    'Firewall not checked as path to iptables not determined.'
1.4       raeburn   167: => 'Firewall not checked as path to iptables not determined.',
1.2       raeburn   168: 
                    169:    'Firewall not enabled.'
1.4       raeburn   170: => 'Firewall not enabled.',
1.2       raeburn   171: 
                    172:    'Firewall status not checked: unable to run [_1].'
1.4       raeburn   173: => 'Firewall status not checked: unable to run [_1].',
1.2       raeburn   174: 
                    175:    'For each the recommended action will be selected if you hit Enter/Return.'
1.4       raeburn   176: => 'For each the recommended action will be selected if you hit Enter/Return.',
1.2       raeburn   177: 
                    178:    'Group [_1] already exists.'
1.4       raeburn   179: => 'Group [_1] already exists.',
1.2       raeburn   180: 
                    181:    'If you are now ready to install LON-CAPA, enter the following commands:'
1.4       raeburn   182: => 'If you are now ready to install LON-CAPA, enter the following commands:',
1.2       raeburn   183: 
                    184:    'If you are now ready to update LON-CAPA, enter the following commands:'
1.4       raeburn   185: => 'If you are now ready to update LON-CAPA, enter the following commands:',
1.2       raeburn   186: 
                    187:    'If you have any trouble, please see [_1] and [_2]'
1.4       raeburn   188: => 'If you have any trouble, please see [_1] and [_2]',
1.2       raeburn   189: 
                    190:    'If you wish, you may download a new version by executing:'
1.4       raeburn   191: => 'If you wish, you may download a new version by executing:',
1.2       raeburn   192: 
                    193:    'Incorrect password.'
1.4       raeburn   194: => 'Incorrect password.',
1.2       raeburn   195: 
                    196:    'Install the package LON-CAPA uses to authenticate users.'
1.4       raeburn   197: => 'Install the package LON-CAPA uses to authenticate users.',
1.2       raeburn   198: 
                    199:    'It also owns most directories within the /home/httpd directory.'
1.4       raeburn   200: => 'It also owns most directories within the /home/httpd directory.',
1.2       raeburn   201: 
                    202:    'It does not have to match your root account password, but you will need to remember it.'
1.4       raeburn   203: => 'It does not have to match your root account password, but you will need to remember it.',
1.2       raeburn   204: 
                    205:    'It remains for you to execute the following commands:'
1.4       raeburn   206: => 'It remains for you to execute the following commands:',
1.2       raeburn   207: 
                    208:    'Killing unneccessary services ([_1] daemon(s)).'
1.4       raeburn   209: => 'Killing unneccessary services ([_1] daemon(s)).',
1.2       raeburn   210: 
                    211:    'LON-CAPA is available for download from: [_1]'
1.4       raeburn   212: => 'LON-CAPA is available for download from: [_1]',
1.2       raeburn   213: 
                    214:    'LON-CAPA is not yet installed on your system.'
1.4       raeburn   215: => 'LON-CAPA is not yet installed on your system.',
1.2       raeburn   216: 
                    217:    'LON-CAPA source files extracted.'
1.4       raeburn   218: => 'LON-CAPA source files extracted.',
1.2       raeburn   219: 
                    220:    'Linux distribution could not be verified as a supported distribution.'
1.4       raeburn   221: => 'Linux distribution could not be verified as a supported distribution.',
1.2       raeburn   222: 
                    223:    'MySQL database set up complete.'
1.4       raeburn   224: => 'MySQL database set up complete.',
1.2       raeburn   225: 
                    226:    'MySQL is running.'
1.4       raeburn   227: => 'MySQL is running.',
1.2       raeburn   228: 
                    229:    'MySQL root password stored.'
1.4       raeburn   230: => 'MySQL root password stored.',
1.2       raeburn   231: 
                    232:    'No runlevel updates required.'
1.4       raeburn   233: => 'No runlevel updates required.',
1.2       raeburn   234: 
                    235:    'Once a choice has been entered for all nine actions, required changes will be made.'
1.4       raeburn   236: => 'Once a choice has been entered for all nine actions, required changes will be made.',
1.2       raeburn   237: 
                    238:    'Otherwise type: y or n then hit the Enter/Return key.'
1.4       raeburn   239: => 'Otherwise type: y or n then hit the Enter/Return key.',
1.2       raeburn   240: 
                    241:    'Password accepted.'
1.4       raeburn   242: => 'Password accepted.',
1.2       raeburn   243: 
                    244:    'Password too short.'
1.4       raeburn   245: => 'Password too short.',
1.2       raeburn   246: 
                    247:    'Passwords did not match. Please try again.'
1.4       raeburn   248: => 'Passwords did not match. Please try again.',
1.2       raeburn   249: 
                    250:    'Perhaps the password was incorrect?'
1.4       raeburn   251: => 'Perhaps the password was incorrect?',
1.2       raeburn   252: 
                    253:    'Permissions not set.'
1.4       raeburn   254: => 'Permissions not set.',
1.2       raeburn   255: 
                    256:    'Permissions set for LON-CAPA MySQL user: [_1]'
1.4       raeburn   257: => 'Permissions set for LON-CAPA MySQL user: [_1]',
1.2       raeburn   258: 
                    259:    'Permissions set for LON-CAPA MySQL user: [_1].'
1.4       raeburn   260: => 'Permissions set for LON-CAPA MySQL user: [_1].',
1.2       raeburn   261: 
                    262:    'Please choose a password with at least six characters.'
1.4       raeburn   263: => 'Please choose a password with at least six characters.',
1.2       raeburn   264: 
                    265:    'Please enter a root password for the mysql database.'
1.4       raeburn   266: => 'Please enter a root password for the mysql database.',
1.2       raeburn   267: 
                    268:    'Please enter the password now'
1.4       raeburn   269: => 'Please enter the password now',
1.2       raeburn   270: 
                    271:    'Problem accessing MySQL.'
1.4       raeburn   272: => 'Problem accessing MySQL.',
1.2       raeburn   273: 
                    274:    'Re-enter password now'
1.4       raeburn   275: => 'Re-enter password now',
1.2       raeburn   276: 
                    277:    'Removing [_1] from startup.'
1.4       raeburn   278: => 'Removing [_1] from startup.',
1.2       raeburn   279: 
                    280:    'Requested configuration complete.'
1.4       raeburn   281: => 'Requested configuration complete.',
1.2       raeburn   282: 
                    283:    'Retrieving LON-CAPA source files from: [_1]'
1.4       raeburn   284: => 'Retrieving LON-CAPA source files from: [_1]',
1.2       raeburn   285: 
                    286:    'Run command? ~[Y/n~]'
1.4       raeburn   287: => 'Run command? ~[Y/n~]',
1.2       raeburn   288: 
                    289:    'Runlevel update command run: [_1].'
1.4       raeburn   290: => 'Runlevel update command run: [_1].',
1.2       raeburn   291: 
                    292:    'Set-up MySQL permissions.'
1.4       raeburn   293: => 'Set-up MySQL permissions.',
1.2       raeburn   294: 
                    295:    'Set-up the MySQL database.'
1.4       raeburn   296: => 'Set-up the MySQL database.',
1.2       raeburn   297: 
                    298:    'Skipping Firewall configuration.'
1.4       raeburn   299: => 'Skipping Firewall configuration.',
1.2       raeburn   300: 
                    301:    'Skipping MySQL permissions setup.'
1.4       raeburn   302: => 'Skipping MySQL permissions setup.',
1.2       raeburn   303: 
                    304:    'Skipping [_1] installation.'
1.4       raeburn   305: => 'Skipping [_1] installation.',
1.2       raeburn   306: 
                    307:    'Skipping configuration of Apache web server.'
1.4       raeburn   308: => 'Skipping configuration of Apache web server.',
1.2       raeburn   309: 
                    310:    'Skipping configuration of MySQL.'
1.4       raeburn   311: => 'Skipping configuration of MySQL.',
1.2       raeburn   312: 
                    313:    'Skipping creation of user [_1].'
1.4       raeburn   314: => 'Skipping creation of user [_1].',
1.2       raeburn   315: 
                    316:    'Skipping download of LON-CAPA tar file.'
1.4       raeburn   317: => 'Skipping download of LON-CAPA tar file.',
1.2       raeburn   318: 
                    319:    'Skipping setting override for start-up order of services.'
1.4       raeburn   320: => 'Skipping setting override for start-up order of services.',
1.2       raeburn   321: 
                    322:    'Skipping stopping unnecessary services ([_1] and [_2] daemons).'
1.4       raeburn   323: => 'Skipping stopping unnecessary services ([_1] and [_2] daemons).',
1.2       raeburn   324: 
                    325:    'So, if the default is "yes", ~[Y/n~] will be shown -- type n to override.'
1.4       raeburn   326: => 'So, if the default is "yes", ~[Y/n~] will be shown -- type n to override.',
1.2       raeburn   327: 
                    328:    'Stop services not used by LON-CAPA,'
1.4       raeburn   329: => 'Stop services not used by LON-CAPA,',
1.2       raeburn   330: 
                    331:    'Stopping execution.'
1.4       raeburn   332: => 'Stopping execution.',
1.2       raeburn   333: 
                    334:    'Symlink created for [_1] to [_2].'
1.4       raeburn   335: => 'Symlink created for [_1] to [_2].',
1.2       raeburn   336: 
                    337:    'Symlink creation failed for [_1] to [_2]. You will need to perform this action from the command line.'
1.4       raeburn   338: => 'Symlink creation failed for [_1] to [_2]. You will need to perform this action from the command line.',
1.2       raeburn   339: 
1.3       raeburn   340:    'The LONCAPA-prerequisites package is not installed.'
1.4       raeburn   341: => 'The LONCAPA-prerequisites package is not installed.',
1.2       raeburn   342: 
                    343:    'The following actions are available:'
1.4       raeburn   344: => 'The following actions are available:',
1.2       raeburn   345: 
                    346:    'The following are supported: [_1].'
1.4       raeburn   347: => 'The following are supported: [_1].',
1.2       raeburn   348: 
                    349:    'The following command can be used to install the package (and dependencies):'
1.4       raeburn   350: => 'The following command can be used to install the package (and dependencies):',
1.2       raeburn   351: 
                    352:    'The latest production release of LON-CAPA is [_1].'
1.4       raeburn   353: => 'The latest production release of LON-CAPA is [_1].',
1.2       raeburn   354: 
                    355:    'The latest testing release of LON-CAPA is [_1].'
1.4       raeburn   356: => 'The latest testing release of LON-CAPA is [_1].',
1.2       raeburn   357: 
                    358:    'The most recent LON-CAPA release is version: [_1].'
1.4       raeburn   359: => 'The most recent LON-CAPA release is version: [_1].',
1.2       raeburn   360: 
                    361:    'The script will analyze your system to determine which actions are recommended.'
1.4       raeburn   362: => 'The script will analyze your system to determine which actions are recommended.',
1.2       raeburn   363: 
                    364:    'The script will then prompt you to choose the actions you would like taken.'
1.4       raeburn   365: => 'The script will then prompt you to choose the actions you would like taken.',
1.2       raeburn   366: 
                    367:    'This copy will be used and a new version will NOT be downloaded.'
1.4       raeburn   368: => 'This copy will be used and a new version will NOT be downloaded.',
1.2       raeburn   369: 
                    370:    'This directory is where most LON-CAPA files and directories are stored.'
1.4       raeburn   371: => 'This directory is where most LON-CAPA files and directories are stored.',
1.2       raeburn   372: 
                    373:    'This is the user/group ownership under which Apache child processes run.'
1.4       raeburn   374: => 'This is the user/group ownership under which Apache child processes run.',
1.2       raeburn   375: 
                    376:    'This script must be run as root.'
1.4       raeburn   377: => 'This script must be run as root.',
1.2       raeburn   378: 
                    379:    'This script will configure your system for installation of LON-CAPA.'
1.4       raeburn   380: => 'This script will configure your system for installation of LON-CAPA.',
1.2       raeburn   381: 
                    382:    'To accept the default, simply hit Enter/Return on your keyboard.'
1.4       raeburn   383: => 'To accept the default, simply hit Enter/Return on your keyboard.',
1.2       raeburn   384: 
                    385:    'To override the default, type the lower case option from the two options listed.'
1.4       raeburn   386: => 'To override the default, type the lower case option from the two options listed.',
1.2       raeburn   387: 
                    388:    'Try again?'
1.4       raeburn   389: => 'Try again?',
1.2       raeburn   390: 
                    391:    'Two recent LON-CAPA releases are available: '
1.4       raeburn   392: => 'Two recent LON-CAPA releases are available: ',
1.2       raeburn   393: 
                    394:    'Typically, you will run this script only once, when you first install LON-CAPA.'
1.4       raeburn   395: => 'Typically, you will run this script only once, when you first install LON-CAPA.',
1.2       raeburn   396: 
                    397:    'Unable to add group [_1].'
1.4       raeburn   398: => 'Unable to add group [_1].',
1.2       raeburn   399: 
                    400:    'Unable to add user [_1].'
1.4       raeburn   401: => 'Unable to add user [_1].',
1.2       raeburn   402: 
                    403:    'Unable to compile patched [_1].'
1.4       raeburn   404: => 'Unable to compile patched [_1].',
1.2       raeburn   405: 
                    406:    'Unable to configure MySQL because access is denied.'
1.4       raeburn   407: => 'Unable to configure MySQL because access is denied.',
1.2       raeburn   408: 
                    409:    'Unable to copy [_1] to [_2]'
1.4       raeburn   410: => 'Unable to copy [_1] to [_2]',
1.2       raeburn   411: 
                    412:    'Unable to extract pwauth'
1.4       raeburn   413: => 'Unable to extract pwauth',
1.2       raeburn   414: 
                    415:    'Unable to find iptables command.'
1.4       raeburn   416: => 'Unable to find iptables command.',
1.2       raeburn   417: 
                    418:    'Unable to find iptables file containing static definitions.'
1.4       raeburn   419: => 'Unable to find iptables file containing static definitions.',
1.2       raeburn   420: 
                    421:    'Unable to interpret [_1] to determine system type.'
1.4       raeburn   422: => 'Unable to interpret [_1] to determine system type.',
1.2       raeburn   423: 
                    424:    'Unable to open log file.'
1.4       raeburn   425: => 'Unable to open log file.',
1.2       raeburn   426: 
                    427:    'Unable to retrieve LON-CAPA source files from: [_1].'
1.4       raeburn   428: => 'Unable to retrieve LON-CAPA source files from: [_1].',
1.2       raeburn   429: 
                    430:    'Unable to run command to add user [_1].'
1.4       raeburn   431: => 'Unable to run command to add user [_1].',
1.2       raeburn   432: 
                    433:    'Unable to set permissions on [_1].'
1.4       raeburn   434: => 'Unable to set permissions on [_1].',
1.2       raeburn   435: 
                    436:    'Unable to start MySQL.'
1.4       raeburn   437: => 'Unable to start MySQL.',
1.2       raeburn   438: 
                    439:    'Unable to start patch for [_1]'
1.4       raeburn   440: => 'Unable to start patch for [_1]',
1.2       raeburn   441: 
                    442:    'Unknown installation: expecting a debian, ubuntu, suse, sles, redhat, fedora or scientific linux system.'
1.4       raeburn   443: => 'Unknown installation: expecting a debian, ubuntu, suse, sles, redhat, fedora or scientific linux system.',
1.2       raeburn   444: 
                    445:    'Use [_1].'
1.4       raeburn   446: => 'Use [_1].',
1.2       raeburn   447: 
                    448:    'Version of LON-CAPA currently installed on this server is: [_1].'
1.4       raeburn   449: => 'Version of LON-CAPA currently installed on this server is: [_1].',
1.2       raeburn   450: 
                    451:    'Waiting for MySQL to start.'
1.4       raeburn   452: => 'Waiting for MySQL to start.',
1.2       raeburn   453: 
                    454:    'Warning: No LON-CAPA Apache configuration file found for installation check.'
1.4       raeburn   455: => 'Warning: No LON-CAPA Apache configuration file found for installation check.',
1.2       raeburn   456: 
                    457:    'Welcome to LON-CAPA'
1.4       raeburn   458: => 'Welcome to LON-CAPA',
1.2       raeburn   459: 
                    460:    'Whereas if the default is "no", ~[y/N~] will be shown -- type y to override.'
1.4       raeburn   461: => 'Whereas if the default is "no", ~[y/N~] will be shown -- type y to override.',
1.2       raeburn   462: 
                    463:    'You have already set a root password for the MySQL database.'
1.4       raeburn   464: => 'You have already set a root password for the MySQL database.',
1.2       raeburn   465: 
                    466:    'You may retrieve the source for LON-CAPA by executing:'
1.4       raeburn   467: => 'You may retrieve the source for LON-CAPA by executing:',
1.2       raeburn   468: 
                    469:    'You must install the software development tools package: [_1], when installing Linux.'
1.4       raeburn   470: => 'You must install the software development tools package: [_1], when installing Linux.',
1.2       raeburn   471: 
                    472:    'You seem to have a version of loncapa-current.tar.gz in [_1]'
1.4       raeburn   473: => 'You seem to have a version of loncapa-current.tar.gz in [_1]',
1.2       raeburn   474: 
                    475:    '[_1] copied successfully'
1.4       raeburn   476: => '[_1] copied successfully',
1.2       raeburn   477: 
                    478:    'i.e., services for a print server: [_1] daemon.'
1.4       raeburn   479: => 'i.e., services for a print server: [_1] daemon.',
1.2       raeburn   480: 
                    481:    'y'
1.4       raeburn   482: => 'y',
1.2       raeburn   483: 
                    484:    '~[Y/n~]'
1.4       raeburn   485: => '~[Y/n~]',
1.2       raeburn   486: 
                    487:    '~[y/N~]'
                    488: => '~[y/N~]',
                    489: 
1.5     ! raeburn   490: 
        !           491:    'Copying loncapa [_1] site file to [_2] and pointing [_3] to it from sites-enabled.'
        !           492: => 'Kopiere loncapa [_1] Site-Datei nach [_2] und richte Link [_3] in sites-enabled ein.',
        !           493: 
        !           494:    'Please run the install.pl script again, once you have restarted mysql.'
        !           495: => 'Bitte führen Sie install.pl erneut aus, nachdem Sie mysql neugestartet haben.',
        !           496: 
        !           497:    'Restarting mysql, please be patient'
        !           498: => 'Starte mysql neu. Bitte haben Sie einen Moment Geduld.',
        !           499: 
        !           500:    'Stopping execution of install.pl script.'
        !           501: => 'Beende die Ausführung des install.pl Skripts.',
        !           502: 
        !           503:    'The mysql daemon needs to be restarted using the following command:'
        !           504: => 'Der mysql daemon muss neugestartet werden. Verwenden Sie folgenden Befehl:'
        !           505: 
1.1       raeburn   506: );
                    507: 
                    508: 1;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>