View | Details | Raw Unified | Return to bug 35404
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal-strings.inc (-2 / +1 lines)
Lines 15-21 Link Here
15
    var ill_populate_failed = _("Failed to retrieve");
15
    var ill_populate_failed = _("Failed to retrieve");
16
    var ill_button_remove = _("Remove");
16
    var ill_button_remove = _("Remove");
17
    var ill_batch_create_api_fail = _("Unable to create batch request");
17
    var ill_batch_create_api_fail = _("Unable to create batch request");
18
    var ill_batch_update_api_fail = _("Unable to updatecreate batch request");
18
    var ill_batch_update_api_fail = _("Unable to update batch request");
19
    var ill_batch_item_remove = _("Are you sure you want to remove this item from the batch?");
19
    var ill_batch_item_remove = _("Are you sure you want to remove this item from the batch?");
20
    var ill_batch_create_cancel_button = _("Close");
20
    var ill_batch_create_cancel_button = _("Close");
21
    var ill_batch_metadata_more = _("More");
21
    var ill_batch_metadata_more = _("More");
22
- 

Return to bug 35404