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
431 B

define({
//begin v1.x content
// Title of the previous button in Carousel
"CarouselPrevious": "Претходно",
// Title of the next button in Carousel
"CarouselNext": "Следно",
// PageIndicatorLabel: accessibility label for PageIndicator
// $0 replaced by the index of the current page
// $1 replaced by the total number of pages
"PageIndicatorLabel": "страница $0 од $1"
//end v1.x content
});