]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/js/dojo/openils/booking/nls/capture.js
More cleanup of Dojo JSON files
[working/Evergreen.git] / Open-ILS / web / js / dojo / openils / booking / nls / capture.js
1 {
2     "FAILURE": "Capture failed",
3     "SUCCESS": "Capture succeeded",
4     "UNKNOWN_PROBLEM": "An unknown problem occurred during capture attempt.",
5     "CAPTURED_NOTHING": "Didn't capture anything.",
6     "NO_PAYLOAD": "We did not receive further information from the server about this attempt to capture.",
7     "HERES_WHAT_WE_KNOW": "The following information is available about the failed capture:",
8     "CAPTURE_INFO": "Capture Information",
9     "CAPTURE_BRESV_DATES": "Reservation time:",
10     "CAPTURE_BRESV_BRSRC": "Resource barcode:",
11     "CAPTURE_BRESV_PICKUP_LIB": "Pickup library:",
12     "CAPTURE_BRESV_PATRON_BARCODE": "Patron barcode:",
13     "CAPTURE_CAUSES_TRANSIT": "This item is now in transit!",
14     "CAPTURE_TRANSIT_SOURCE": "From:",
15     "CAPTURE_TRANSIT_DEST": "To:",
16
17     "AUTO_capture_heading": "Capture Reserved Resources",
18     "AUTO_resource_barcode": "Enter barcode:",
19     "AUTO_pickup_lib_selector": "Pickup library:",
20     "AUTO_ATTR_VALUE_capture": "Capture"
21 }