]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/js/dojo/openils/booking/nls/pickup_and_return.js
More cleanup of Dojo JSON files
[working/Evergreen.git] / Open-ILS / web / js / dojo / openils / booking / nls / pickup_and_return.js
1 {
2     "NO_PATRON_BARCODE": "Please enter a patron barcode.",
3     "RESERVATIONS_NO_RESPONSE":
4         "No response from server when asking for reservations.",
5     "RESERVATIONS_ERROR":
6         "Error communicating with server (asking for reservations):",
7     "PICKUP_NO_RESPONSE": "No response from server when attempting pickup.",
8     "PICKUP_ERROR": "Error communicating with server (attempting pickup):",
9     "RETURN_NO_RESPONSE": "No response from server when attempting return.",
10     "RETURN_ERROR": "Error communicating with server (attempting return):",
11     "RETURN_SUCCESS": "Return successful.",
12     "SELECT_SOMETHING": "You have not selected any reservations.",
13     "NO_SUCH_RETURNABLE_RESOURCE": "No such returnable resource.",
14     "RETURNABLE_RESOURCE_ERROR": "Error looking up returnable resource:",
15     "NOTICE_CHANGE_OF_PATRON":
16         "Note that the resource scanned was out on reservation to different\npatron than the last resource you scanned.  If this is not\nexpected, stop to examine outstanding reservations for your patron\nor on the resource.",
17
18     "AUTO_h1": "Reservations Pickup",
19     "AUTO_return_h1": "Reservations Return",
20     "AUTO_patron_barcode": "Enter patron barcode:",
21     "AUTO_barcode_type": "Return by barcode of",
22     "AUTO_in_bresv": "Patron has returned these resources today:",
23     "AUTO_ready_bresv": "Patron has these reservations ready for pickup:",
24     "AUTO_out_bresv": "Patron currently has these reservations out:",
25     "AUTO_no_ready_bresv":
26         "Patron has no reservations ready for pickup at this time.",
27     "AUTO_no_out_bresv": "Patron has no more reservations out at this time.",
28     "AUTO_no_in_bresv": "Patron has not returned any resources today.",
29     "AUTO_patron": "Patron",
30     "AUTO_resource": "Resource",
31     "AUTO_ATTR_VALUE_go": "Go",
32     "AUTO_ATTR_VALUE_reset": "Clear / New Patron",
33     "AUTO_ATTR_VALUE_pickup": "Pick up",
34     "AUTO_ATTR_VALUE_return": "Return"
35 }