1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Emmanuel Klinger <emmanuel.klinger@gmail.com>
7 * @author     Ottmar Gobrecht <ottmar.gobrecht@gmail.com>
8 */
9
10$lang['theme'] = "Theme of the presentation";
11$lang['controls'] = "Show slide controls";
12$lang['build_all_lists'] = "Build all lists incrementally";
13$lang['transition'] = "Slide transition";
14$lang['show_progress_bar'] = "Show the progress bar";
15$lang['open_in_new_window'] = "Open a presentation in a new window or tab";
16$lang['horizontal_slide_level'] = "Headers on this level or above starting a horizontal slide. Levels below starting a vertical (nested) slide - no effect on slides, which are indicated by alternative slide indicators (<code>----></code> and <code>---->></code>)";
17$lang['enlarge_vertical_slide_headers'] = "Enlarge headers on slides below horizontal_slide_level - no effect on slides, which are indicated by alternative slide indicators (<code>----></code> and <code>---->></code>)";
18$lang['show_image_borders'] = "Show image borders (default in Reveal.js)";
19$lang['show_slide_details'] = "Show slide details on wiki page: start of slide (incl. direction and number), options, background preview, start of notes";
20$lang['start_button'] = "start_button.png is the default play button, start_button.screen.png is the button from the s5 plugin and start_button.local.png is the name you can use for an own one, which is then upgrade safe";
21$lang['size'] = "Base size of the slides in pixels - slides will bee zoomed to fit in the available space ( <code>&lt;width&gt;x&lt;height&gt;</code>, Reveal.js default is 960x700)";
22$lang['auto_slide'] = "Delay in milliseconds before advancing to the next slide automatically. Set to 0 to disable automatic advancement";
23$lang['loop'] = "Loop the presentation back to the beginning after the last slide";