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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-2 / +1 lines)
Lines 110-115 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
110
    var MSG_CONFIRM_AGAIN = _("Warning: Cannot be undone. Please confirm once again")
110
    var MSG_CONFIRM_AGAIN = _("Warning: Cannot be undone. Please confirm once again")
111
    var MSG_DELETE_SEARCH_HISTORY = _("Are you sure you want to delete your search history?");
111
    var MSG_DELETE_SEARCH_HISTORY = _("Are you sure you want to delete your search history?");
112
    var MSG_NO_SUGGESTION_SELECTED = _("No suggestion was selected");
112
    var MSG_NO_SUGGESTION_SELECTED = _("No suggestion was selected");
113
    var MSG_NO_RECORD_SELECTED = _("No item was selected");
113
    [% IF Koha.Preference( 'opacbookbag' ) == 1 or Koha.Preference( 'virtualshelves' ) == 1 %]
114
    [% IF Koha.Preference( 'opacbookbag' ) == 1 or Koha.Preference( 'virtualshelves' ) == 1 %]
114
        var MSG_BASKET_EMPTY = _("Your cart is currently empty");
115
        var MSG_BASKET_EMPTY = _("Your cart is currently empty");
115
        var MSG_RECORD_IN_BASKET = _("The item is already in your cart");
116
        var MSG_RECORD_IN_BASKET = _("The item is already in your cart");
Lines 117-123 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
117
        var MSG_RECORD_REMOVED = _("The item has been removed from your cart");
118
        var MSG_RECORD_REMOVED = _("The item has been removed from your cart");
118
        var MSG_NRECORDS_ADDED = _(" item(s) added to your cart");
119
        var MSG_NRECORDS_ADDED = _(" item(s) added to your cart");
119
        var MSG_NRECORDS_IN_BASKET = _("already in your cart");
120
        var MSG_NRECORDS_IN_BASKET = _("already in your cart");
120
        var MSG_NO_RECORD_SELECTED = _("No item was selected");
121
        var MSG_NO_RECORD_ADDED = _("No item was added to your cart");
121
        var MSG_NO_RECORD_ADDED = _("No item was added to your cart");
122
        var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?");
122
        var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?");
123
        var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?");
123
        var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?");
124
- 

Return to bug 10858