'2 pages', '3' => '3 pages', '4' => '4 pages', ]; $GLOBALS['TL_LANG']['tl_content']['flipbookStartMode'] = ['Start mode', 'Defines whether the flipbook starts centered or as a double-page spread.']; $GLOBALS['TL_LANG']['tl_content']['flipbookStartModeOptions'] = [ 'center' => 'Start centered', 'spread' => 'Start with double-page spread', ]; $GLOBALS['TL_LANG']['tl_content']['flipbookShowNavigation'] = ['Show navigation', 'Displays previous/next buttons below the flipbook.']; $GLOBALS['TL_LANG']['tl_content']['flipbookPlaySound'] = ['Play page-turn sound', 'Plays a sound effect while turning pages.'];