Diff for /modules/gci/gci.pm between versions 1.1 and 1.10

version 1.1, 2009/09/11 16:40:29 version 1.10, 2010/12/02 02:31:38
Line 135  use base qw(Apache::localize); Line 135  use base qw(Apache::localize);
     'A message will be sent to your LON-CAPA account when the course coordinator takes action on your request.'      'A message will be sent to your LON-CAPA account when the course coordinator takes action on your request.'
  => '',   => '',
   
       'To access your LON-CAPA message, go to the Main Menu and click on "Send and Receive Messages".'
    => '',
   
    'An e-mail will also be sent to: [_1] when this occurs.'     'An e-mail will also be sent to: [_1] when this occurs.'
 => 'An e-mail will be sent to: [_1] when one of the GCI WebCenter team has taken action on your request.',  => 'An e-mail will be sent to: [_1] when one of the GCI WebCenter team has taken action on your request.',
   
    'Reset forgotten LON-CAPA password'      'Reset forgotten LON-CAPA password' 
 => 'Reset forgotten GCI WebCenter password',  => 'Reset forgotten GCI WebCenter password',
   
      'LON-CAPA username'
   => 'GCI WebCenter username',
   
      'LON-CAPA domain'
   => 'GCI WebCenter domain',
   
    'Email address in LON-CAPA'      'Email address in LON-CAPA' 
 => 'E-mail address in GCI WebCenter',  => 'E-mail address in GCI WebCenter',
   
Line 178  use base qw(Apache::localize); Line 187  use base qw(Apache::localize);
 => 'The token included in an email sent to you [_1] has been verified, so you may now proceed to reset the password for your GCI WebCenter  => 'The token included in an email sent to you [_1] has been verified, so you may now proceed to reset the password for your GCI WebCenter
 account.',  account.',
   
     'Please enter the username and domain of the LON-CAPA account, and the associated e-mail address, for which you are setting a password. The new password must contain at least 7 characters.'      'Please enter the username and domain of the LON-CAPA account, and the associated e-mail address, for which you are setting a password.'
 => 'Please enter the username and domain of the GCI WebCenter account, and the associated e-mail address, for which you are setting a password. The new password must contain at least 7 characters.',  => 'Please enter the e-mail address associated with your account, and the username for which you are setting a password.',
   
    'Your new password will be sent to the LON-CAPA server in an encrypted form.'      'Your new password will be sent to the LON-CAPA server in an encrypted form.' 
 => 'Your new password will be sent to the GCI WebCenter server in an encrypted form.',  => 'Your new password will be sent to the GCI WebCenter server in an encrypted form.',
Line 214  account.', Line 223  account.',
     'If you were expecting to see an active role listed for a particular course in the [_1] domain, it may be missing for one of the following reasons:'      'If you were expecting to see an active role listed for a particular course in the [_1] domain, it may be missing for one of the following reasons:'
 =>  'If you were expecting to see an active role listed for a particular course in the [_1], it may be missing for one of the following reasons:',  =>  'If you were expecting to see an active role listed for a particular course in the [_1], it may be missing for one of the following reasons:',
   
        'You are not permitted to request creation of an unofficial course in this domain.'
   => 'You are not permitted to request creation of GCI Web Center Concept Tests',
   
        'Unofficial course'
   => 'GCI Concept Test',
   
        'Can request creation of unofficial courses'
   => 'Can request creation of Concept Tests',
   
        'User Can Request Creation of Courses in this Domain?'
   => 'User Can Request Creation of Concept Test Courses?', 
   
        'Request creation of a course, or review your pending requests.'
   => 'Request creation of a new Concept Test course.',
   
        'Course/Community Requests'
   =>  'Concept Test Requests',
   
        'Only changes made from servers running LON-CAPA [_1] or later are displayed.'
   => '',
   
       'You are not authorized to create new institutional users in this domain.'
   => 'You are not authorized to create new users in the GCI WebCenter domain reserved for Faculty (gci).',
   
       'You are not authorized to create new non-institutional users in this domain.'
   => 'When creating new GCI WebCenter Student users in the gcitest domain, the username must be a valid e-mail address.',
   
       'Domain/institution to search'
   => 'Search domain',
   
       'in selected LON-CAPA domain'
   => 'in selected WebCenter domain',
   
       'Request Outcome'
   => 'Test Container Created', 
   
      'Your course request has been processed and the course has been created'
   => 'The Concept Test course container has been created',
   
      'The token included in an e-mail sent to you [_1] has been verified, so you may now proceed to reset the password for your LON-CAPA account.'
   => 'The token included in an e-mail sent to you [_1] has been verified, so you may now proceed to reset the password for your GCI WebCenter account.',
   
      'Enter the username you use to log-in to LON-CAPA, and your domain.'
   => 'Enter the username you use to log-in to the GCI WebCenter',
   
      'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'
   => 'If your problem is still unresolved, the form below can be used to send a question to the GCI WebCenter team.',
   
    ''     ''
 => '',  => '',
   

Removed from v.1.1  
changed lines
  Added in v.1.10


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