Subversion-Projekte lars-tiefland.zeldi.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
/**
2
 * English - this is the default DataTables ships with
3
 *  @name English
4
 *  @anchor English
5
 *  @author <a href="http://www.sprymedia.co.uk/">Allan Jardine</a>
6
 */
7
 
8
{
9
	"sEmptyTable":     "No data available in table",
10
	"sInfo":           "Showing _START_ to _END_ of _TOTAL_ entries",
11
	"sInfoEmpty":      "Showing 0 to 0 of 0 entries",
12
	"sInfoFiltered":   "(filtered from _MAX_ total entries)",
13
	"sInfoPostFix":    "",
14
	"sInfoThousands":  ",",
15
	"sLengthMenu":     "Show _MENU_ entries",
16
	"sLoadingRecords": "Loading...",
17
	"sProcessing":     "Processing...",
18
	"sSearch":         "Search:",
19
	"sZeroRecords":    "No matching records found",
20
	"oPaginate": {
21
		"sFirst":    "First",
22
		"sLast":     "Last",
23
		"sNext":     "Next",
24
		"sPrevious": "Previous"
25
	},
26
	"oAria": {
27
		"sSortAscending":  ": activate to sort column ascending",
28
		"sSortDescending": ": activate to sort column descending"
29
	}
30
}