From 21426cf4112c52897a7b46eea5b8bebd6476613c Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Wed, 20 Jun 2012 10:41:18 +0100 Subject: [PATCH] Update the English "translation" with the very latest parameters from DataTables to serve as a base --- i18n/English.lang | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/i18n/English.lang b/i18n/English.lang index a28b066..5fa998a 100644 --- a/i18n/English.lang +++ b/i18n/English.lang @@ -6,19 +6,25 @@ */ { - "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": "", + "sEmptyTable": "No data available in table", + "sInfo": "Showing _START_ to _END_ of _TOTAL_ entries", + "sInfoEmpty": "Showing 0 to 0 of 0 entries", + "sInfoFiltered": "(filtered from _MAX_ total entries)", + "sInfoPostFix": "", + "sInfoThousands": ",", + "sLengthMenu": "Show _MENU_ entries", + "sLoadingRecords": "Loading...", + "sProcessing": "Processing...", + "sSearch": "Search:", + "sZeroRecords": "No matching records found", "oPaginate": { "sFirst": "First", - "sPrevious": "Previous", + "sLast": "Last", "sNext": "Next", - "sLast": "Last" + "sPrevious": "Previous" + }, + "oAria": { + "sSortAscending": ": activate to sort column ascending", + "sSortDescending": ": activate to sort column descending" } -} +} \ No newline at end of file