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
406 B
13 lines
406 B
define({ |
|
//begin v1.x content |
|
// Title of the previous button in Carousel |
|
"CarouselPrevious": "Précédent", |
|
// Title of the next button in Carousel |
|
"CarouselNext": "Suivant", |
|
// PageIndicatorLabel: accessibility label for PageIndicator |
|
// $0 replaced by the index of the current page |
|
// $1 replaced by the total number of pages |
|
"PageIndicatorLabel": "page $0 sur $1" |
|
//end v1.x content |
|
}); |
|
|
|
|