Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
668 B

<!-- ill-list-table-strings.inc -->
<script>
var ill_borrower_details = _("View borrower details");
var ill_biblio_details = _("View biblio details");
var ill_statuses = {
new: _("New request"),
req: _("Requested"),
genreq: _("Requested from partners"),
rev: _("Reverted"),
que: _("Queued request"),
canc: _("Cancellation requested"),
comp: _("Completed"),
del: _("Delete request")
};
var ill_manage = _("Manage request");
var ill_columns = {
biblio_id: _("Bibliographic record ID"),
updated: _("Updated on")
};
</script>
<!-- / ill-list-table-strings.inc -->