Created
September 6, 2017 13:25
-
-
Save BulatSa/36c23b441250a243f40cc9586b5d55d2 to your computer and use it in GitHub Desktop.
FancyBox Ru Lang option
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$("[data-fancybox]").fancybox({ | |
lang : 'ru', | |
i18n : { | |
'ru' : { | |
CLOSE : 'Закрыть', | |
NEXT : 'Дальше', | |
PREV : 'Назад', | |
ERROR : 'Не удается загрузить. <br/> Попробуйте позднее.', | |
PLAY_START : 'Начать слайдшоу', | |
PLAY_STOP : 'Остановить слайдшоу', | |
FULL_SCREEN : 'На весь экран', | |
THUMBS : 'Превью' | |
} | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment