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

Return to bug 10858