]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js
LP2042879 Shelving Location Groups Admin accessibility
[Evergreen.git] / Open-ILS / web / js / dojo / openils / circ / nls / selfcheck.js
1 {
2     "TOTAL_ITEMS_SESSION" : "Total items this session: ${0}.",
3     "TOTAL_ITEMS_ACCOUNT" : "Total items on account:  ${0}.",
4     "HOLDS_READY_FOR_PICKUP" : "You have ${0} item(s) ready for pickup.",
5     "TOTAL_HOLDS" : "You have ${0} total holds.",
6     "TOTAL_FINES_ACCOUNT" : "Total fines on account: $${0}.",
7     "HOLD_STATUS_READY" : "Ready for pickup",
8     "HOLD_STATUS_WAITING" : "#${0} in line with ${1} copies",
9     "CHECKOUT_SUCCESS" : "Checkout of item ${0} succeeded",
10     "RENEW_SUCCESS" : "Renewal of item ${0} succeeded",
11     "ALREADY_OUT" : "Item ${0} is already checked out",
12     "OPEN_CIRCULATION_EXISTS" : "Item ${0} is already checked out to another user",
13     "GENERIC_CIRC_FAILURE" : "Unable to check out item ${0}.  Please see staff.",
14     "LOGIN_FAILED" : "Login for ${0} failed",
15     "UNKNOWN_ERROR" : "An unhandled exception occurred with error code ${0}",
16     "MAX_RENEWALS" : "No more renewals allowed for item ${0}",
17     "ITEM_NOT_CATALOGED" : "Item ${0} was not found in the system.  Try re-scanning the item.",
18     "WORKSTATION_REQUIRED" : "A workstation is required to log in to selfcheck.  You can set the  workstation name with URL param 'ws'.  \n\nWould you like to register a new workstation for this self-check interface?",
19     "WORKSTATION_EXISTS" : "This workstation has already been registered.  Would you like to use it for this self-check station?",
20     "CC_PAYABLE_BALANCE" : "Total amount to pay: $${0}",
21     "TOTAL_FINES_SELECTED" : "Selected total: $${0}",
22     "WELCOME_BANNER" : "Welcome, ${0}",
23     "ENTER_PASSWORD" : "Please enter your password",
24     "PLEASE_LOGIN" : "Please log in with your username or library barcode.",
25     "ENTER_BARCODE" : "Please enter an item barcode",
26     "MISCELLANEOUS" : "Miscellaneous",
27     "FAIL_PART_actor_usr_barred": "The patron is barred",
28     "FAIL_PART_asset_copy_circulate": "The item does not circulate",
29     "FAIL_PART_asset_copy_location_circulate": "Items from this shelving location do not circulate",
30     "FAIL_PART_asset_copy_status": "The item cannot circulate at this time",
31     "FAIL_PART_circ_holds_target_skip_me": "The item's circulation library does not fulfill holds",
32     "FAIL_PART_config_circ_matrix_circ_mod_test": "The patron has too many items of this type checked out",
33     "FAIL_PART_config_circ_matrix_test_available_copy_hold_ratio": "The available item-to-hold ratio is too low",
34     "FAIL_PART_config_circ_matrix_test_circulate": "Circulation rules reject this item as non-circulatable",
35     "FAIL_PART_config_circ_matrix_test_total_copy_hold_ratio": "The total item-to-hold ratio is too low",
36     "FAIL_PART_config_hold_matrix_test_holdable": "Hold rules reject this item as unholdable",
37     "FAIL_PART_config_hold_matrix_test_max_holds": "The patron has reached the maximum number of holds",
38     "FAIL_PART_item.holdable" : "The item is not holdable",
39     "FAIL_PART_location.holdable" : "The item's location is not holdable",
40     "FAIL_PART_status.holdable" : "The item is not in a holdable status",
41     "FAIL_PART_config_rule_age_hold_protect_prox": "The item is too new to transit this far",
42     "FAIL_PART_no_item": "The system could not find this item",
43     "FAIL_PART_no_ultimate_items": "The system could not find any items to match this hold request",
44     "FAIL_PART_monographic_part_required": "Title hold request invalid when monographic part required",
45     "FAIL_PART_no_matchpoint": "System rules do not define how to handle this item",
46     "FAIL_PART_no_user": "The system could not find this patron",
47     "FAIL_PART_transit_range": "The item cannot transit this far",
48     "PAYMENT_INVALID_USER_XACT_ID" : "We cannot proceed with the payment, because your account was updated from another location.  Please refresh the interface or log out and back in to retrieve the latest account information"
49 }
50