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.
52 lines
855 B
52 lines
855 B
define({ root: |
|
//begin v1.x content |
|
({ |
|
// Title of the previous button in Carousel |
|
"CarouselPrevious": "Previous", |
|
// Title of the next button in Carousel |
|
"CarouselNext": "Next", |
|
// 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 of $1" |
|
}) |
|
//end v1.x content |
|
, |
|
"bs": true, |
|
"mk": true, |
|
"sr": true, |
|
"zh": true, |
|
"zh-tw": true, |
|
"uk": true, |
|
"tr": true, |
|
"th": true, |
|
"sv": true, |
|
"sl": true, |
|
"sk": true, |
|
"ru": true, |
|
"ro": true, |
|
"pt": true, |
|
"pt-pt": true, |
|
"pl": true, |
|
"nl": true, |
|
"nb": true, |
|
"ko": true, |
|
"kk": true, |
|
"ja": true, |
|
"it": true, |
|
"id": true, |
|
"hu": true, |
|
"hr": true, |
|
"he": true, |
|
"fr": true, |
|
"fi": true, |
|
"es": true, |
|
"el": true, |
|
"eu": true, |
|
"de": true, |
|
"da": true, |
|
"cs": true, |
|
"ca": true, |
|
"bg": true, |
|
"ar": true |
|
});
|
|
|