|
Lines 148-153
$.widget.bridge('uitooltip', $.ui.tooltip);
Link Here
|
| 148 |
var MSG_CANCEL_HOLD = _("Cancel"); |
148 |
var MSG_CANCEL_HOLD = _("Cancel"); |
| 149 |
var MSG_CANCEL_HOLD_CONFIRM = _("Are you sure you want to cancel this hold?"); |
149 |
var MSG_CANCEL_HOLD_CONFIRM = _("Are you sure you want to cancel this hold?"); |
| 150 |
var MSG_ON_HOLD = _("On hold"); |
150 |
var MSG_ON_HOLD = _("On hold"); |
|
|
151 |
var MSG_NO_RECORD_SELECTED = _("No item was selected"); |
| 151 |
[% IF Koha.Preference( 'opacbookbag' ) == 1 or Koha.Preference( 'virtualshelves' ) == 1 %] |
152 |
[% IF Koha.Preference( 'opacbookbag' ) == 1 or Koha.Preference( 'virtualshelves' ) == 1 %] |
| 152 |
var MSG_BASKET_EMPTY = _("Your cart is currently empty"); |
153 |
var MSG_BASKET_EMPTY = _("Your cart is currently empty"); |
| 153 |
var MSG_RECORD_IN_BASKET = _("The item is already in your cart"); |
154 |
var MSG_RECORD_IN_BASKET = _("The item is already in your cart"); |
|
Lines 155-161
$.widget.bridge('uitooltip', $.ui.tooltip);
Link Here
|
| 155 |
var MSG_RECORD_REMOVED = _("The item has been removed from your cart"); |
156 |
var MSG_RECORD_REMOVED = _("The item has been removed from your cart"); |
| 156 |
var MSG_NRECORDS_ADDED = _(" item(s) added to your cart"); |
157 |
var MSG_NRECORDS_ADDED = _(" item(s) added to your cart"); |
| 157 |
var MSG_NRECORDS_IN_BASKET = _("already in your cart"); |
158 |
var MSG_NRECORDS_IN_BASKET = _("already in your cart"); |
| 158 |
var MSG_NO_RECORD_SELECTED = _("No item was selected"); |
|
|
| 159 |
var MSG_NO_RECORD_ADDED = _("No item was added to your cart"); |
159 |
var MSG_NO_RECORD_ADDED = _("No item was added to your cart"); |
| 160 |
var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?"); |
160 |
var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?"); |
| 161 |
var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?"); |
161 |
var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?"); |
| 162 |
- |
|
|