1<?php
2/**
3 * English language file for the geogebrembed plugin
4 *
5 * @author Philipp Imhof <dev@imhof.cc>
6 */
7
8$lang['config_url'] = 'Path to GeoGebra\'s <code>deployggb.js</code> script. It is generally fine to leave this option as is, but you might want to use your own copy of that script, e.g. for privacy reasons. Please note that the given resource will be linked as a <code>&lt;script&gt;</code> in all pages that make use of this plugin. Default: <code>https://cdn.geogebra.org/apps/deployggb.js</code>';
9$lang['config_threshold'] = 'The plugin will automatically interpret the content as GeoGebra material ID if it is alphanumeric and <i>not longer</i> than this value. Otherwise it will interpret it as base64 encoded string. Default: <code>12</code>.';
10
11$lang['default_width'] = 'Default width of the GeoGebra applet. Default: <code>800</code>';
12$lang['default_height'] = 'Default height of the GeoGebra applet. Default: <code>600</code>';
13$lang['default_appName'] = 'Type of GeoGebra applet to be used. Default: <code>classic</code>';
14$lang['default_borderColor'] = 'Color of the border line drawn around the GeoGebra applet as hex triplet. Default: <code>#808080</code>.';
15$lang['default_enableRightClick'] = 'Whether GeoGebra applet accepts right clicks. Setting this parameter to <code>false</code> disables context menus, properties dialogs and right-click-zooming. Default: <code>true</code>.';
16$lang['default_enableLabelDrags'] = 'Whether labels may be dragged. Default: <code>true</code>';
17$lang['default_enableShiftDragZoom'] = 'Whether the view should be moveable and zoomable. Default: <code>true</code>.';
18$lang['default_showZoomButtons'] = 'Whether the zoom buttons (zoom in, zoom out, home) should be shown. Default: <code>false</code>.';
19$lang['default_showMenuBar'] = 'Whether GeoGebra\'s menubar should be shown in the applet. Default: <code>false</code>.';
20$lang['default_showToolBar'] = 'Whether GeoGebra\'s toolbar should be shown in the applet. Default: <code>false</code>.';
21$lang['default_showAlgebraInput'] = 'Whether GeoGebra\'s input bar (input field, greek letters and command list) should be shown in the applet. Default: <code>false</code>.';
22$lang['default_showResetIcon'] = 'Whether the small reset icon should be shown in the top right corner. Default: <code>false</code>.';
23$lang['default_playButton'] = 'Whether a preview image and a play button should be rendered in place of the applet. The user has to click that button in order to initialize the applet. Default: <code>false</code>.';
24$lang['default_showAnimationButton'] = 'Whether the animation button (play/pause) should be visible. Regardless of this setting, the button will not be shown, if there is no animation in the applet. Default: <code>true</code>.';
25$lang['default_showFullscreenButton'] = 'Whether the fullscreen button should be visible. Default: <code>false</code>';
26