en_CA.txt 706 B

1234567891011121314151617181920212223
  1. {
  2. "sEmptyTable": "No data available in table",
  3. "sInfo": "Showing _START_ to _END_ of _TOTAL_ entries",
  4. "sInfoEmpty": "Showing 0 to 0 of 0 entries",
  5. "sInfoFiltered": "(filtered from _MAX_ total entries)",
  6. "sInfoPostFix": "",
  7. "sInfoThousands": ",",
  8. "sLengthMenu": "Show _MENU_",
  9. "sLoadingRecords": "Loading...",
  10. "sProcessing": "Processing...",
  11. "sSearch": "",
  12. "sZeroRecords": "No matching records found",
  13. "oPaginate": {
  14. "sFirst": "First",
  15. "sLast": "Last",
  16. "sNext": "Next",
  17. "sPrevious": "Previous"
  18. },
  19. "oAria": {
  20. "sSortAscending": ": activate to sort column ascending",
  21. "sSortDescending": ": activate to sort column descending"
  22. }
  23. }