Bug 766: (follow-up) fix encoding issues
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / datatables.inc
1 <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
2 <script type="text/javascript">
3 //<![CDATA[
4     var MSG_DT_FIRST = _("First");
5     var MSG_DT_LAST = _("Last");
6     var MSG_DT_NEXT = _("Next");
7     var MSG_DT_PREVIOUS = _("Previous");
8     var MSG_DT_EMPTY_TABLE = _("No data available in table");
9     var MSG_DT_INFO = _("Showing _START_ to _END_ of _TOTAL_");
10     var MSG_DT_INFO_EMPTY = _("No entries to show");
11     var MSG_DT_INFO_FILTERED = _("(filtered from _MAX_ total entries)");
12     var MSG_DT_LENGTH_MENU = _("Show _MENU_ entries");
13     var MSG_DT_LOADING_RECORDS = _("Loading...");
14     var MSG_DT_PROCESSING = _("Processing...");
15     var MSG_DT_SEARCH = _("Search:");
16     var MSG_DT_ZERO_RECORDS = _("No matching records found");
17     var MSG_DT_ALL = _("All");
18     var CONFIG_EXCLUDE_ARTICLES_FROM_SORT = _("a an the");
19 //]]>
20 </script>
21 <script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>