<?php
/**
 * English language file for config
 *
 */

$lang['hideDelete']     = 'Disable the delete button';
$lang['hideNewPage']    = 'Disable the New Page button';
$lang['hideNewFolder']  = 'Disable the New Folder button';
$lang['usePrompt']      = 'Use JS Prompt method instead of modal - some themes do not properly implement modals';
$lang['onlyShowNewButtonsOnStart'] = 'Only show the new page and new folder buttons on :start pages';