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 (12 loc) • 418 B
JavaScript
define({
//begin v1.x content
// Title of the previous button in Carousel
"CarouselPrevious": "Predchádzajúci",
// Title of the next button in Carousel
"CarouselNext": "Nasledujúci",
// PageIndicatorLabel: accessibility label for PageIndicator
// $0 replaced by the index of the current page
// $1 replaced by the total number of pages
"PageIndicatorLabel": "stránka $0 z $1"
//end v1.x content
});