1<?php
2
3$lang['hide_editor_by_default'] = "<b>Hide MoaiEditor by default:</b> By checking this option MoaiEditor will not be visible to regular users. This is convenient if you want to allow only some people to test this plugin in a public wiki. Once this setting is in effect, take the following steps to enable the plugin on a per-browser basis: first enter edit page mode, then append <code>&showeditor=1</code> to the <b>URL</b> in the address bar of your browser, and finally press <b>Enter</b> to reload the page. From now on MoaiEditor will be available in your browser, until you clear the cookies.";
4
5$lang['editor_width_side_by_side'] = "<b>Side-by-side width:</b> Set the width of the editor in side-by-side layout (can be any length unit: %, px, em, ...)";
6
7$lang['editor_width_top_bottom'] = "<b>Top-bottom width:</b> Set the width of the editor in top-bottom layout (can be any length unit: %, px, em, ...)";
8
9$lang['editor_width_single_pane'] = "<b>Single-pane width:</b> Set the width of the editor in single-pane layout (can be any length unit: %, px, em, ...)";
10