sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
403 B

define({
//begin v1.x content
// Title of the previous button in Carousel
"CarouselPrevious": "Edellinen",
// Title of the next button in Carousel
"CarouselNext": "Seuraava",
// PageIndicatorLabel: accessibility label for PageIndicator
// $0 replaced by the index of the current page
// $1 replaced by the total number of pages
"PageIndicatorLabel": "sivu $0 / $1"
//end v1.x content
});