aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-09-02 10:08:43 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-09-02 10:08:43 +0000
commit182ab7512bc38179d36e63e0b2f2d461866801ed (patch)
treee6dedcf3e810bd04f23804f268104b11af10eeeb /phpBB/language
parent92bb3a8905a9b23a36e035cc8810393ae083a22a (diff)
downloadforums-182ab7512bc38179d36e63e0b2f2d461866801ed.tar
forums-182ab7512bc38179d36e63e0b2f2d461866801ed.tar.gz
forums-182ab7512bc38179d36e63e0b2f2d461866801ed.tar.bz2
forums-182ab7512bc38179d36e63e0b2f2d461866801ed.tar.xz
forums-182ab7512bc38179d36e63e0b2f2d461866801ed.zip
Code for word censor admin, tons o' fun
git-svn-id: file:///svn/phpbb/trunk@967 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/lang_english.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index 80c7abda4a..4e3c73e31c 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -843,6 +843,20 @@ $lang['prune_freq'] = 'Check for topic age every';
$lang['days'] = 'Days';
//
+// Word censor
+//
+$lang['Word_censor'] = "Word Censor";
+$lang['Word'] = "Word";
+$lang['Replacement'] = "Replacement";
+$lang['Add_word_censor'] = "Add Word Censor";
+$lang['Words_title'] = "Word Censors";
+$lang['Words_explain'] = "From this control panel you can add, edit, and remove words that will be automatically censored on your forums. Wildcards (*) are accepted in the word field! (i.e.: *test*, test*, *test, and test are all valid)";
+$lang['Must_enter_word'] = "You must enter a word and it's replacement!";
+$lang['Word_updated'] = "The selected word censor has been successfully updated";
+$lang['Word_added'] = "The word censor has been successfully added";
+$lang['Word_removed'] = "The selected word censor has been successfully removed";
+
+//
// End
// -------------------------------------------------