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