Bug 30719: ILL Batches
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / ill-batch-table-strings.inc
1 <!-- ill-batch-table-strings.inc -->
2 <script>
3     var ill_batch_borrower_details = _("View borrower details");
4     var ill_batch_edit = _("Edit");
5     var ill_batch_delete = _("Delete");
6     var ill_batch_confirm_delete = _("Are you sure you want to delete this batch? All attached requests will be detached.");
7     var ill_batch_delete_fail = _("Unable to delete batch");
8 </script>
9 <!-- / ill-batch-table-strings.inc -->