17 lines
515 B
YAML
17 lines
515 B
YAML
en:
|
||
datatables:
|
||
full: |
|
||
"sProcessing": "Wait...",
|
||
"sZeroRecords": "No data accessible",
|
||
"sInfo": "Records displayed from _START_ to _END_ total _TOTAL_",
|
||
"sInfoEmpty": "Records displayed from 0 to 0 total 0",
|
||
"sInfoFiltered": "(filtered from _MAX_)",
|
||
"sInfoPostFix": "",
|
||
"sUrl": "",
|
||
"oPaginate": {
|
||
"sFirst": "« First",
|
||
"sPrevious": "‹ Previous",
|
||
"sNext": "Next ›",
|
||
"sLast": "Last »"
|
||
}
|