You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
636 B
Plaintext
24 lines
636 B
Plaintext
/**
|
|
* English - this is the default DataTables ships with
|
|
* @name English
|
|
* @author <a href="http://www.sprymedia.co.uk/">Allan Jardine</a>
|
|
*/
|
|
|
|
{
|
|
"sProcessing": "Processing...",
|
|
"sLengthMenu": "Show _MENU_ entries",
|
|
"sZeroRecords": "No matching records found",
|
|
"sInfo": "Showing _START_ to _END_ of _TOTAL_ entries",
|
|
"sInfoEmpty": "Showing 0 to 0 of 0 entries",
|
|
"sInfoFiltered": "(filtered from _MAX_ total entries)",
|
|
"sInfoPostFix": "",
|
|
"sSearch": "Search:",
|
|
"sUrl": "",
|
|
"oPaginate": {
|
|
"sFirst": "First",
|
|
"sPrevious": "Previous",
|
|
"sNext": "Next",
|
|
"sLast": "Last"
|
|
}
|
|
}
|