1<?php
2if (!defined("DOKU_INC"))
3	die();
4
5$lang["secedit"] = "Allow inline section edit.";
6$lang["preview"] = "Allow inline edit preview.";
7$lang["fastpages"] = "Load page modes (edit, revisions, subscribe etc) without reloading the page.";
8$lang["save"] = "Save from the editor without reloading the page (work in progress).";
9$lang["fastshow"] = "When changing to another page, don't reload the page. This setting may not work with all plugins.";
10$lang["fastshow_same_ns"] = "If enabled, fastshow will only work with pages in the same namespace. Use this setting if your sidebar, header or footer changes based on namespace.";
11$lang["fastshow_include"] = "Only enable fastshow for this comma-delimited list of namespaces and pages";
12$lang["fastshow_exclude"] = "Disable fastshow for this comma-delimited list of namespaces and pages";
13$lang["preload"] = "Super speed boost! Preload pages so they're ready when the user wants them. Requires fastshow to be on. Warning: This will increase your network usage a lot.";
14$lang["preload_batchsize"] = "Maximum number of pages to preload per batch.";
15$lang["preload_per_page"] = "Maximum number of pages to preload per page.";
16