]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js
67e278206d38efc90e30105144c62f946c347e86
[working/Evergreen.git] / Open-ILS / web / js / dojo / openils / circ / nls / selfcheck.js
1 {
2     'TOTAL_ITEMS_SESSION' : "Total items this session: <b>${0}</b>.",
3     'TOTAL_ITEMS_ACCOUNT' : "Total items on account:  <b>${0}</b>.",
4     'HOLDS_READY_FOR_PICKUP' : "You have <b>${0}</b> item(s) ready for pickup.",
5     'TOTAL_HOLDS' : "You have <b>${0}</b> total holds.",
6     'TOTAL_FINES_ACCOUNT' : "Total fines on account: <b>$${0}</b>.",
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 }
24