Bug 16522: Adding 773 to cart and list displays and emails
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / renew_strings.inc
1 [% SWITCH error %]
2 [% CASE 'no_item' %]
3     <span>No matching item could be found</span>
4 [% CASE 'no_checkout' %]
5     <span>Item is not checked out</span>
6 [% CASE 'too_soon' %]
7     <span>Cannot be renewed yet</span>
8 [% CASE 'too_many' %]
9     <span>Renewed the maximum number of times</span>
10 [% CASE 'auto_too_soon' %]
11     <span>Scheduled for automatic renewal and cannot be renewed yet</span>
12 [% CASE 'auto_too_late' %]
13     <span>Scheduled for automatic renewal and cannot be renewed any more</span>
14 [% CASE 'auto_account_expired' %]
15     <span>Scheduled for automatic renewal and cannot be renewed because the patron's account has expired</span>
16 [% CASE 'auto_renew' %]
17     <span>Scheduled for automatic renewal</span>
18 [% CASE 'auto_too_much_oweing' %]
19     <span>Scheduled for automatic renewal and cannot be renewed because the patron has too many outstanding charges</span>
20 [% CASE 'on_reserve' %]
21     <span>On hold for another patron</span>
22 [% CASE 'patron_restricted' %]
23     <span>Patron is currently restricted</span>
24 [% CASE 'item_denied_renewal' %]
25     <span>Item is not allowed renewal</span>
26 [% CASE 'onsite_checkout' %]
27     <span>Item is an onsite checkout</span>
28 [% CASE 'has_fine' %]
29     <span>Item has an outstanding fine</span>
30 [% CASE %]
31     <span>Unknown error</span>
32 [% END %]