]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/js/dojo/openils/booking/nls/pull_list.js
30ae8ec8041a7a3aef6ad330a3378f55caed8f52
[working/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_no_results': "No results",
9     'AUTO_owning_lib_selector': "See pull list for library:",
10     'AUTO_pull_list_title': "Booking Pull List",
11     'AUTO_interval_in_days': "Generate list for this many days hence: ",
12     'AUTO_ATTR_VALUE_fetch': "Fetch",
13     'AUTO_th_title_or_name': "Title or name",
14     'AUTO_th_barcode': "Barcode",
15     'AUTO_th_call_number': "Call number",
16     'AUTO_th_copy_location': "Copy location",
17     'AUTO_th_copy_number': "Copy number",
18     'AUTO_th_resv_details': "Reservation details",
19     'AUTO_ATTR_VALUE_print': "Print",
20 }