1<?php
2/**
3 * English language file for config
4 *
5 */
6
7$lang['hideDelete']     = 'Disable the delete button';
8$lang['hideNewPage']    = 'Disable the New Page button';
9$lang['hideNewFolder']  = 'Disable the New Folder button';
10$lang['usePrompt']      = 'Use JS Prompt method instead of modal - some themes do not properly implement modals';
11$lang['onlyShowNewButtonsOnStart'] = 'Only show the new page and new folder buttons on :start pages';