<?php
/**
 * English language file for the Delete Guard plugin
 */

$lang['deny_msg'] = 'Deleting this page is not allowed.';
$lang['cfg_patterns'] = 'Protected page patterns (one per line, as PCRE)';
$lang['cfg_match_target'] = 'Match against';
$lang['cfg_match_target_o_id'] = 'Page ID (e.g. users:john:start)';
$lang['cfg_match_target_o_filepath'] = 'Relative file path (e.g. users/john/start.txt)';
$lang['cfg_exempt_groups'] = 'Extra groups allowed to delete (comma separated)';
$lang['cfg_trim_mode'] = 'Treat whitespace‑only pages as empty';