]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/js/dojo/openils/booking/nls/pull_list.js
Patch from Lebbeous Fogle-Weekley adding a pull list interface for booking reservations
[Evergreen.git] / Open-ILS / web / js / dojo / openils / booking / nls / pull_list.js
1 {
2     'PULL_LIST_NO_RESPONSE': "No response from server trying to get pull list!",
3     'PULL_LIST_ERROR': "Error trying to fetch pull list: ",
4     'COPY_LOOKUP_NO_RESPONSE': "No response looking up copies by barcode",
5     'COPY_LOOKUP_ERROR': "Error looking up copies by barcode: ",
6     'COPY_MISSING': "Unexpected error: No information for copy: ",
7
8     'AUTO_pickup_lib_selector': "Select a location for pickup:",
9     'AUTO_pull_list_title': "Booking Pull List",
10     'AUTO_interval_in_days': "Generate list for this many days hence: ",
11     'AUTO_ATTR_VALUE_fetch': "Fetch",
12     'AUTO_th_title_or_name': "Title or name",
13     'AUTO_th_barcode': "Barcode",
14     'AUTO_th_call_number': "Call number",
15     'AUTO_th_copy_location': "Copy location",
16     'AUTO_th_copy_number': "Copy number",
17     'AUTO_th_resv_details': "Reservation details",
18     'AUTO_ATTR_VALUE_print': "Print",
19 }