xref: /plugin/deletepageguard/lang/en/lang.php (revision e39ccd63478fc57ef8a8eb17b92c646766ac43fd)
1<?php
2/**
3 * English language file for the Delete Guard plugin
4 */
5
6$lang['deny_msg'] = 'Deleting this page is not allowed.';
7$lang['cfg_patterns'] = 'Protected page patterns (one per line, as PCRE)';
8$lang['cfg_match_target'] = 'Match against';
9$lang['cfg_match_target_o_id'] = 'Page ID (e.g. users:john:start)';
10$lang['cfg_match_target_o_filepath'] = 'Relative file path (e.g. users/john/start.txt)';
11$lang['cfg_exempt_groups'] = 'Extra groups allowed to delete (comma separated)';
12$lang['cfg_trim_mode'] = 'Treat whitespace‑only pages as empty';