]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/js/dojo/openils/booking/nls/reservation.js
8c39198f5ed8d03466eca10d3696f981eecd62c6
[working/Evergreen.git] / Open-ILS / web / js / dojo / openils / booking / nls / reservation.js
1 {
2     "NO_BRT_RESULTS": "There are no bookable resource types registered.",
3     "NO_TARG_DIV": "Could not find target div",
4     "NO_BRA_RESULTS": "Couldn't retrieve booking resource attributes.",
5     "SELECT_A_BRSRC_THEN": "You have clicked 'Reserve Selected', but nothing is selected!\n\nYou must select a resource from the large box above.\n\n***  If resources that you would select are highlighted in RED, ***\nthese items are not available during the requested time; if\npossible, choose another resource or change the reservation time.",
6     "CREATE_BRESV_LOCAL_ERROR": "Exception trying to create reservation: ",
7     "CREATE_BRESV_SERVER_ERROR": "Server error trying to create reservation: ",
8     "CREATE_BRESV_SERVER_NO_RESPONSE": "No response from server after trying to create reservation.",
9     "CREATE_BRESV_OK_MISSING_TARGET": "Created ${0} reservation(s), but ${1} of these could not target any resources.\n\nThis means that it won't be possible to fulfill some of these\nreservations until a suitable resource becomes available.",
10     "CREATE_BRESV_OK_MISSING_TARGET_BLOCKED_BY_CIRC": "The desired reservation(s) are blocked by circulation(s) with the following due date(s):\n${0}",
11     "CREATE_BRESV_OK_MISSING_TARGET_WILL_CANCEL": "Since the requested resource could not be targeted, this\nreservation will now be canceled.",
12     "CREATE_BRESV_OK": "Created ${0} reservation(s)",
13     "WHERES_THE_BARCODE": "Enter a patron's barcode to make a reservation.",
14     "ACTOR_CARD_NOT_FOUND": "Patron barcode not found. Please try again.",
15     "GET_BRESV_LIST_ERR": "Error while retrieving reservation list: ",
16     "GET_BRESV_LIST_NO_RESULT": "No results from server retrieving reservation list.",
17     "OUTSTANDING_BRESV": "Outstanding reservations for patron",
18     "UNTARGETED": "None targeted",
19     "GET_PATRON_NO_RESULT": "No server response after attempting to look up patron by barcode.",
20     "HERE_ARE_EXISTING_BRESV": "Existing reservations for",
21     "NO_EXISTING_BRESV": "This user has no existing reservations at this time.",
22     "NO_USABLE_BRSRC": "No reservable resources.  Adjust start and end time\nuntil a resource is available for reservation.",
23     "CXL_BRESV_SUCCESS": "Canceled ${0} reservation(s)",
24     "CXL_BRESV_FAILURE": "Error canceling reservations; server silent.",
25     "CXL_BRESV_FAILURE2": "Error canceling reservations:\n",
26     "CXL_BRESV_SELECT_SOMETHING":
27         "You have not selected any reservations to cancel.",
28     "NEED_EXACTLY_ONE_BRT_PASSED_IN": "Can't book multiple resource types at once",
29     "COULD_NOT_RETRIEVE_BRT_PASSED_IN": "Error retrieving booking resource type",
30     "INVALID_TS_RANGE": "You must choose a valid start and end time for the reservation.",
31     "BRSRC_NOT_FOUND": "Could not locate that resource.",
32     "BRSRC_RETRIVE_ERROR": "Error retrieving resource: ",
33     "ON_FLY_NO_RESPONSE":
34         "No response from server attempting to make item a bookable resource.",
35     "ON_FLY_ERROR":
36         "Error attempting to make item a bookable resource:",
37     "ANY": "ANY",
38     "ERROR_FETCHING_AOUS":
39         "Could not retrieve organizational unit settings.\nThis is a non-fatal error, but you may wish to\ncontact your system administrator.", 
40     "AUTO_choose_a_brt": "Choose a Bookable Resource Type",
41     "AUTO_i_need_this_resource": "I need this resource...",
42     "AUTO_starting_at": "Between",
43     "AUTO_ending_at": "and",
44     "AUTO_with_these_attr": "With these attributes:",
45     "AUTO_patron_barcode": "Reserve to patron barcode:",
46     "AUTO_ATTR_VALUE_next": "Next",
47     "AUTO_ATTR_VALUE_reserve_brsrc": "Reserve Selected",
48     "AUTO_ATTR_VALUE_reserve_brt": "Reserve Any",
49     "AUTO_ATTR_VALUE_button_edit_existing": "Edit selected",
50     "AUTO_ATTR_VALUE_button_cancel_existing": "Cancel selected",
51     "AUTO_bresv_grid_type": "Type",
52     "AUTO_bresv_grid_resource": "Resource",
53     "AUTO_bresv_grid_start_time": "Start time",
54     "AUTO_bresv_grid_end_time": "End time",
55     "AUTO_brt_noncat_only": "Show only non-cataloged bookable resource types",
56     "AUTO_arbitrary_resource": "Enter the barcode of a cataloged, bookable resource:",
57     "AUTO_explain_bookable": "To reserve an item that is not yet registered as a bookable resource, find it in the catalog or under <em>Display Item</em>, and select <em>Make Item Bookable</em> or <em>Book Item Now</em> there.",
58     "AUTO_pickup_lib_selector": "Choose the pickup library for this reservation:",
59     "AUTO_or": "- Or -"
60 }