f6df5dd56707f2112cfbe44c9bf955ba4d4be118
[evergreen-equinox.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": "No response from server when asking for reservations.",
4     "RESERVATIONS_ERROR": "Error communicating with server (asking for reservations):",
5     "PICKUP_NO_RESPONSE": "No response from server when attempting pickup.",
6     "PICKUP_ERROR": "Error communicating with server (attempting pickup):",
7     "RETURN_NO_RESPONSE": "No response from server when attempting return.",
8     "RETURN_ERROR": "Error communicating with server (attempting return):",
9     "RETURN_SUCCESS": "Return successful.",
10     "SELECT_SOMETHING": "You have not selected any reservations.",
11     "NO_SUCH_RETURNABLE_RESOURCE": "No such returnable resource.",
12     "RETURNABLE_RESOURCE_ERROR": "Error looking up returnable resource:",
13     "NOTICE_CHANGE_OF_PATRON":
14         "Note that the resource scanned was out on reservation to a 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.",
15
16     "AUTO_h1": "Reservations Pickup",
17     "AUTO_return_h1": "Reservations Return",
18     "AUTO_patron_barcode": "Enter patron barcode:",
19     "AUTO_barcode_type": "Return by barcode of",
20     "AUTO_in_bresv": "Patron has returned these resources today:",
21     "AUTO_ready_bresv": "Patron has these reservations ready for pickup:",
22     "AUTO_out_bresv": "Patron currently has these reservations out:",
23     "AUTO_no_ready_bresv": "Patron has no reservations ready for pickup at this time.",
24     "AUTO_no_out_bresv": "Patron has no more reservations out at this time.",
25     "AUTO_no_in_bresv": "Patron has not returned any resources today.",
26     "AUTO_patron": "Patron",
27     "AUTO_resource": "Resource",
28     "AUTO_ATTR_VALUE_go": "Go",
29     "AUTO_ATTR_VALUE_reset": "Clear / New Patron",
30     "AUTO_ATTR_VALUE_pickup": "Pick up",
31     "AUTO_ATTR_VALUE_return": "Return",
32     "ADDRESS": "${0}\n${1}\n${2}, ${3} ${4}"
33 }