source: branches/rsr.v5.1.dev/web/punbb/lang/English/admin_censoring.php @ 3

Last change on this file since 3 was 3, checked in by dj3c1t, 12 years ago

passage a Fluxbb 1.4.7

File size: 1.1 KB
Line 
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.