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