Rev | Line | |
---|
[6] | 1 | <?php |
---|
| 2 | |
---|
| 3 | // Language definitions used in admin_censoring.php |
---|
| 4 | $lang_admin_censoring = array( |
---|
| 5 | |
---|
| 6 | 'Must enter word message' => 'You must enter a word to censor.', |
---|
| 7 | 'Word updated redirect' => 'Censor word updated. Redirecting âŠ', |
---|
| 8 | 'Word added redirect' => 'Censor word added. Redirecting âŠ', |
---|
| 9 | 'Word removed redirect' => 'Censor word removed. Redirecting âŠ', |
---|
| 10 | 'Censoring head' => 'Censoring', |
---|
| 11 | 'Add word subhead' => 'Add word', |
---|
| 12 | 'Add word info' => 'Enter a word that you want to censor and the replacement text for this word. Wildcards are accepted (i.e. *some* would match somewhere and lonesome). Censor words also affect usernames. New users will not be able to register with usernames containing any censored words. The search is case insensitive.', |
---|
| 13 | 'Censoring enabled' => '<strong>Censoring is enabled in %s.</strong>', |
---|
| 14 | 'Censoring disabled' => '<strong>Censoring is disabled in %s.</strong>', |
---|
| 15 | 'Censored word label' => 'Censored word', |
---|
| 16 | 'Replacement label' => 'Replacement word(s)', |
---|
| 17 | 'Action label' => 'Action', |
---|
| 18 | 'Edit remove subhead' => 'Edit or remove words', |
---|
| 19 | 'No words in list' => 'No censor words in list.', |
---|
| 20 | |
---|
| 21 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.