Removed CRLF

This commit is contained in:
drigato 2013-05-24 10:30:37 -04:00
parent 0e9c9e3946
commit 46cc2d00b8

View file

@ -1,23 +1,23 @@
{ {
"sEmptyTable": "Tabelle enthält keine Daten", "sEmptyTable": "Tabelle enthält keine Daten",
"sInfo": "_START_ bis _END_ von _TOTAL_ Einträgen", "sInfo": "_START_ bis _END_ von _TOTAL_ Einträgen",
"sInfoEmpty": "0 bis 0 von 0 Einträgen", "sInfoEmpty": "0 bis 0 von 0 Einträgen",
"sInfoFiltered": "(gefiltert von _MAX_ Einträgen)", "sInfoFiltered": "(gefiltert von _MAX_ Einträgen)",
"sInfoPostFix": "", "sInfoPostFix": "",
"sInfoThousands": ",", "sInfoThousands": ",",
"sLengthMenu": "_MENU_ Einträge anzeigen", "sLengthMenu": "_MENU_ Einträge anzeigen",
"sLoadingRecords": "Lade...", "sLoadingRecords": "Lade...",
"sProcessing": "Bitte warten...", "sProcessing": "Bitte warten...",
"sSearch": "", "sSearch": "",
"sZeroRecords": "Keine Einträge vorhanden.", "sZeroRecords": "Keine Einträge vorhanden.",
"oAria": { "oAria": {
"sSortAscending": ": Spalte aufsteigend Sortieren", "sSortAscending": ": Spalte aufsteigend Sortieren",
"sSortDescending": ": Spalte absteigend Sortieren" "sSortDescending": ": Spalte absteigend Sortieren"
}, },
"oPaginate": { "oPaginate": {
"sFirst": "Erste", "sFirst": "Erste",
"sPrevious": "Zurück", "sPrevious": "Zurück",
"sNext": "Nächste", "sNext": "Nächste",
"sLast": "Letzte" "sLast": "Letzte"
} }
} }