Update the English "translation" with the very latest parameters from DataTables to serve as a base

pull/2/head
Allan Jardine 13 years ago
parent 387e6bb910
commit 21426cf411

@ -6,19 +6,25 @@
*/ */
{ {
"sProcessing": "Processing...", "sEmptyTable": "No data available in table",
"sLengthMenu": "Show _MENU_ entries", "sInfo": "Showing _START_ to _END_ of _TOTAL_ entries",
"sZeroRecords": "No matching records found", "sInfoEmpty": "Showing 0 to 0 of 0 entries",
"sInfo": "Showing _START_ to _END_ of _TOTAL_ entries", "sInfoFiltered": "(filtered from _MAX_ total entries)",
"sInfoEmpty": "Showing 0 to 0 of 0 entries", "sInfoPostFix": "",
"sInfoFiltered": "(filtered from _MAX_ total entries)", "sInfoThousands": ",",
"sInfoPostFix": "", "sLengthMenu": "Show _MENU_ entries",
"sSearch": "Search:", "sLoadingRecords": "Loading...",
"sUrl": "", "sProcessing": "Processing...",
"sSearch": "Search:",
"sZeroRecords": "No matching records found",
"oPaginate": { "oPaginate": {
"sFirst": "First", "sFirst": "First",
"sPrevious": "Previous", "sLast": "Last",
"sNext": "Next", "sNext": "Next",
"sLast": "Last" "sPrevious": "Previous"
},
"oAria": {
"sSortAscending": ": activate to sort column ascending",
"sSortDescending": ": activate to sort column descending"
} }
} }
Loading…
Cancel
Save