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