]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js
8b426a8d2a081a23d895d19669852e23332c1ebe
[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 }
10