Bug 24046: Untranslatable 'Activate filters'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / datatables.inc
1 [% USE raw %]
2 [% USE Asset %]
3 [% INCLUDE 'format_price.inc' %]
4 [% Asset.js("lib/datatables/datatables.min.js") | $raw %]
5 <script>
6     var MSG_DT_FIRST = _("First");
7     var MSG_DT_LAST = _("Last");
8     var MSG_DT_NEXT = _("Next");
9     var MSG_DT_PREVIOUS = _("Previous");
10     var MSG_DT_EMPTY_TABLE = _("No data available in table");
11     var MSG_DT_INFO = _("Showing _START_ to _END_ of _TOTAL_");
12     var MSG_DT_INFO_EMPTY = _("No entries to show");
13     var MSG_DT_INFO_FILTERED = _("(filtered from _MAX_ total entries)");
14     var MSG_DT_LENGTH_MENU = _("Show _MENU_ entries");
15     var MSG_DT_LOADING_RECORDS = _("Loading...");
16     var MSG_DT_PROCESSING = _("Processing...");
17     var MSG_DT_SEARCH = _("Search:");
18     var MSG_DT_ZERO_RECORDS = _("No matching records found");
19     var MSG_DT_ALL = _("All");
20     var CONFIG_EXCLUDE_ARTICLES_FROM_SORT = _("a an the");
21     var MSG_DT_COPY_TITLE = _("Copy to clipboard");
22     var MSG_DT_COPY_KEYS = _("Press ctrl or ⌘ + C to copy the table data<br>to your system clipboard.<br><br>To cancel, click this message or press escape.");
23     var MSG_DT_COPY_SUCCESS_ONE = _("Copied one row to clipboard");
24     var MSG_DT_COPY_SUCCESS_X = _("Copied %d rows to clipboard");
25     var MSG_CLEAR_FILTER = _("Clear filter");
26     var MSG_ACTIVATE_FILTERS = _("Activate filters");
27     var MSG_DEACTIVATE_FILTERS = _("Deactivate filters");
28 </script>
29 [% Asset.js("js/datatables.js") | $raw %]