| Lines 14441-14447
          if( CheckVersion( $DBversion ) ) {
      
      
        Link Here | 
        
          | 14441 | [% IF checkout.auto_renew_error %] | 14441 | [% IF checkout.auto_renew_error %] | 
        
          | 14442 | The following item, [% biblio.title %], has not been renewed because: | 14442 | The following item, [% biblio.title %], has not been renewed because: | 
        
          | 14443 | [% IF checkout.auto_renew_error == 'too_many' %] | 14443 | [% IF checkout.auto_renew_error == 'too_many' %] | 
          
            
              | 14444 | You have reached the maximum number of checkouts possible. | 14444 | You have reached the maximum number of renewals possible. | 
        
          | 14445 | [% ELSIF checkout.auto_renew_error == 'on_reserve' %] | 14445 | [% ELSIF checkout.auto_renew_error == 'on_reserve' %] | 
        
          | 14446 | This item is on hold for another patron. | 14446 | This item is on hold for another patron. | 
        
          | 14447 | [% ELSIF checkout.auto_renew_error == 'restriction' %] | 14447 | [% ELSIF checkout.auto_renew_error == 'restriction' %] | 
  
    | Lines 22097-22103
          if( CheckVersion( $DBversion ) ) {
      
      
        Link Here | 
        
          | 22097 |         UPDATE letter SET | 22097 |         UPDATE letter SET | 
        
          | 22098 |         name = REPLACE(name, "notification on auto renewing", "Notification of automatic renewal"), | 22098 |         name = REPLACE(name, "notification on auto renewing", "Notification of automatic renewal"), | 
        
          | 22099 |         title = REPLACE(title, "Auto renewals", "Automatic renewal notice"), | 22099 |         title = REPLACE(title, "Auto renewals", "Automatic renewal notice"), | 
          
            
              | 22100 |         content = REPLACE(content, "You have reach the maximum of checkouts possible.", "You have reached the maximum number of checkouts possible.") | 22100 |         content = REPLACE(content, "You have reach the maximum of checkouts possible.", "You have reached the maximum number of renewals possible.") | 
        
          | 22101 |         WHERE code = 'AUTO_RENEWALS'; | 22101 |         WHERE code = 'AUTO_RENEWALS'; | 
        
          | 22102 |     }); | 22102 |     }); | 
        
          | 22103 |     $dbh->do(q{ | 22103 |     $dbh->do(q{ | 
  
    | Lines 23687-23693
          if( CheckVersion( $DBversion ) ) {
      
      
        Link Here | 
        
          | 23687 |             [% IF !checkout.auto_renew_error %] | 23687 |             [% IF !checkout.auto_renew_error %] | 
        
          | 23688 |                 was renewed until [% checkout.date_due | $KohaDates as_due_date => 1%] | 23688 |                 was renewed until [% checkout.date_due | $KohaDates as_due_date => 1%] | 
        
          | 23689 |             [% ELSIF checkout.auto_renew_error == 'too_many' %] | 23689 |             [% ELSIF checkout.auto_renew_error == 'too_many' %] | 
          
            
              | 23690 |                 You have reached the maximum number of checkouts possible. | 23690 |                 You have reached the maximum number of renewals possible. | 
        
          | 23691 |             [% ELSIF checkout.auto_renew_error == 'on_reserve' %] | 23691 |             [% ELSIF checkout.auto_renew_error == 'on_reserve' %] | 
        
          | 23692 |                 This item is on hold for another patron. | 23692 |                 This item is on hold for another patron. | 
        
          | 23693 |             [% ELSIF checkout.auto_renew_error == 'restriction' %] | 23693 |             [% ELSIF checkout.auto_renew_error == 'restriction' %] | 
            
              | 23694 | -  |  |  |