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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc (-2 lines)
Lines 49-55 Link Here
49
        var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?");
49
        var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?");
50
        var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?");
50
        var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?");
51
        var MSG_IN_YOUR_CART = _("Items in your cart: %s");
51
        var MSG_IN_YOUR_CART = _("Items in your cart: %s");
52
        var MSG_NON_RESERVES_SELECTED = _("One or more selected items cannot be reserved.");
53
        var MSG_ITEM_NOT_IN_CART = _("Add to cart");
52
        var MSG_ITEM_NOT_IN_CART = _("Add to cart");
54
        var MSG_ITEM_IN_CART = _("In your cart");
53
        var MSG_ITEM_IN_CART = _("In your cart");
55
        var MSG_RECORD_REMOVED = _("The item has been removed from your cart");
54
        var MSG_RECORD_REMOVED = _("The item has been removed from your cart");
56
- 

Return to bug 26242