]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/js/dojo/openils/booking/nls/reservation.js
More cleanup of Dojo JSON files
[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": "Select a resource from the big list above.",
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": function(n, m) {
10         return "Created " + n + " reservation(s), but " + m + " of these " +
11             "couldn't target any resources.\n\n" +
12             "This means that it won't be possible to fulfill some of these\n" +
13             "reservations until a suitable resource becomes available.";
14     },
15     "CREATE_BRESV_OK": function(n) {
16         return "Created " + n + " reservation" + (n == 1 ? "" : "s") + ".";
17     },
18     "WHERES_THE_BARCODE": "Enter a patron's barcode to make a reservation.",
19     "ACTOR_CARD_NOT_FOUND": "Patron barcode not found. Please try again.",
20     "GET_BRESV_LIST_ERR": "Error while retrieving reservation list: ",
21     "GET_BRESV_LIST_NO_RESULT": "No results from server retrieving reservation list.",
22     "OUTSTANDING_BRESV": "Outstanding reservations for patron",
23     "UNTARGETED": "None targeted",
24     "GET_PATRON_NO_RESULT": "No server response after attempting to look up patron by barcode.",
25     "HERE_ARE_EXISTING_BRESV": "Existing reservations for",
26     "NO_EXISTING_BRESV": "This user has no existing reservations at this time.",
27     "NO_USABLE_BRSRC": "No reservable resources.  Adjust start and end time\nuntil a resource is available for reservation.",
28     "CXL_BRESV_SUCCESS": function(n) {
29         return ("Canceled " + n + " reservation" + (n == 1 ? "" : "s") + ".");
30     },
31     "CXL_BRESV_FAILURE": "Error canceling reservations; server silent.",
32     "CXL_BRESV_FAILURE2": "Error canceling reservations:\n",
33     "CXL_BRESV_SELECT_SOMETHING": "You have not selected any reservations to cancel.",
34     "NEED_EXACTLY_ONE_BRT_PASSED_IN": "Can't book multiple resource types at once",
35     "COULD_NOT_RETRIEVE_BRT_PASSED_IN": "Error retrieving booking resource type",
36     "INVALID_TS_RANGE": "You must choose a valid start and end time for the reservation.",
37     "BRSRC_NOT_FOUND": "Could not locate that resource.",
38     "BRSRC_RETRIVE_ERROR": "Error retrieving resource: ",
39     "ON_FLY_NO_RESPONSE": "No response from server attempting to make item a bookable resource.",
40     "ON_FLY_ERROR": "Error attempting to make item a bookable resource:",
41     "ANY": "ANY",
42
43     "AUTO_choose_a_brt": "Choose a Bookable Resource Type",
44     "AUTO_i_need_this_resource": "I need this resource...",
45     "AUTO_starting_at": "Between",
46     "AUTO_ending_at": "and",
47     "AUTO_with_these_attr": "With these attributes:",
48     "AUTO_patron_barcode": "Reserve to patron barcode:",
49     "AUTO_ATTR_VALUE_next": "Next",
50     "AUTO_ATTR_VALUE_reserve_brsrc": "Reserve Selected",
51     "AUTO_ATTR_VALUE_reserve_brt": "Reserve Any",
52     "AUTO_ATTR_VALUE_button_edit_existing": "Edit selected",
53     "AUTO_ATTR_VALUE_button_cancel_existing": "Cancel selcted",
54     "AUTO_bresv_grid_type": "Type",
55     "AUTO_bresv_grid_resource": "Resource",
56     "AUTO_bresv_grid_start_time": "Start time",
57     "AUTO_bresv_grid_end_time": "End time",
58     "AUTO_brt_noncat_only": "Show only non-cataloged bookable resource types",
59     "AUTO_arbitrary_resource": "Enter the barcode of a cataloged, bookable resource:",
60     "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.",
61     "AUTO_pickup_lib_selector": "Choose the pickup library for this reservation:",
62     "AUTO_or": "- Or -"
63 }