dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
14 lines (13 loc) • 458 B
JavaScript
define(
({
singleSort: "Einfache Sortierung",
nestedSort: "Verschachtelte Sortierung",
ascending: "Für aufsteigende Sortierung hier klicken",
descending: "Für absteigende Sortierung hier klicken",
sortingState: "${0} - ${1}",
unsorted: "Diese Spalte nicht sortieren",
indirectSelectionRadio: "Zeile ${0}, Einzelauswahl, Optionsfeld",
indirectSelectionCheckBox: "Zeile ${0}, Mehrfachauswahl, Kontrollkästchen",
selectAll: "Alles auswählen"
})
);