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