<?php $lang['admin'] = 'Initially hide overlay when accessing the admin panels.'; $lang['profile'] = 'Initially hide overlay when updating profiles.'; $lang['recent'] = 'Initially hide overlay when accessing recent changes.'; $lang['revisions'] = 'Initially hide overlay when reviewing revisions history.'; $lang['backlink'] = 'Initially hide overlay when viewing backlinks.'; $lang['login'] = 'Initially hide overlay during logins.'; $lang['index'] = 'Initially hide overlay when accessing the sitemap index.'; $lang['media'] = 'Initially hide overlay when opening media window.'; $lang['register'] = 'Initially hide overlay for new registrations.'; $lang['edit'] = 'Initially hide overlay during edits.'; $lang['always'] = 'Always initially hide the overlay.'; $lang['page'] = 'Dokuwiki page on which navigation or overlay content is to be found [namespace:pagename].'; $lang['menutype'] ="Where to place overlay toggle (see overlay plugin page)."; $lang['nsoverlays'] = "Comma separated list of namespaces where alternate overlay content will be found for display in those namespaces. The pages with this alternate content" . " must be named 'overlay' and if found will be used instead of the main overlay page. If a namespace ends with an asterisk, it will govern child namespaces, unless" . " a child has its own overlay page."; $lang['width'] ="Width in pixels of the overlay window. This can also be changed in overlay/style.css. Its initial setting is 300px."; $lang['height'] ="Height in pixels of the overlay window. This can also be changed in overlay/style.css. Its initial setting is 325px."; $lang['tools'] = 'Which action links to insert in top menu bar of overlay panel. A comma separated list of unspecified links can be inserted in the textbox. The width of the panel may have to be increased in size for some sets of link names.'; $lang['toggletype'] = "If you are not using the dokuwiki template or a compatible template, and you are implementing the tools event (see the plugin page at dokuwiki.org), select whether you want to insert a button or a link.";