Bug 18589: Show ILLs as part of patron profile
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / ill-list-table-strings.inc
1 <script>
2     var ill_borrower_details = _('View borrower details');
3     var ill_biblio_details = _('View biblio details');
4     var ill_statuses = {
5         new: _('New request'),
6         req: _('Requested'),
7         genreq: _('Requested from partners'),
8         rev: _('Reverted'),
9         que: _('Queued request'),
10         canc: _('Cancellation requested'),
11         comp: _('Completed'),
12         del: _('Delete request')
13     };
14     var ill_manage = _('Manage request');
15     var ill_columns = {
16         biblio_id: _('Bibliographic record ID'),
17         updated: _('Updated on')
18     };
19 </script>