Update German.lang - added select translation

added translation support for the select text bottom-left under the table
pull/344/head
Markus 7 years ago committed by GitHub
parent 4437656353
commit 6347b04e1e

@ -3,6 +3,7 @@
* @name German
* @anchor German
* @author Joerg Holz
* @author DJmRek - Markus Bergt
*/
{
@ -26,5 +27,12 @@
"oAria": {
"sSortAscending": ": aktivieren, um Spalte aufsteigend zu sortieren",
"sSortDescending": ": aktivieren, um Spalte absteigend zu sortieren"
},
select: {
rows: {
_: '%d Zeilen ausgewählt',
0: 'Zum Auswählen auf eine Zeile klicken',
1: '1 Zeile ausgewählt'
}
}
}

Loading…
Cancel
Save