diff options
author | the_systech <the_systech@users.sourceforge.net> | 2001-08-08 18:03:11 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2001-08-08 18:03:11 +0000 |
commit | eb081dcb0fbae5aa8989424937699129654ab7a1 (patch) | |
tree | f5269e60cd26328a824193256ad75f770b8902cf | |
parent | d29f574287674c783ddc28b7e8baab2ae7d8c51b (diff) | |
download | forums-eb081dcb0fbae5aa8989424937699129654ab7a1.tar forums-eb081dcb0fbae5aa8989424937699129654ab7a1.tar.gz forums-eb081dcb0fbae5aa8989424937699129654ab7a1.tar.bz2 forums-eb081dcb0fbae5aa8989424937699129654ab7a1.tar.xz forums-eb081dcb0fbae5aa8989424937699129654ab7a1.zip |
Finished changes for smiley admin..
git-svn-id: file:///svn/phpbb/trunk@817 89ea8834-ac86-4346-8a33-228a782c2dd0
-rwxr-xr-x | phpBB/language/lang_english.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index fc4f789842..9fcab40e73 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -804,6 +804,10 @@ $lang['smile_load_err'] = "There was an error retrieving the smilies!"; $lang['smile_add'] = "Add a new Smiley"; $lang['smile_desc'] = "Some wonderful text describing the smiley administration here :)"; $lang['smile_instr'] = "There should be some text here with instructions on what the admin should fill in for the smiley fields when editing or adding a smiley."; +$lang['smiley_config'] = "Smiley Configuration"; +$lang['Code'] = "Code"; +$lang['Smile'] = "Smile"; +$lang['Emotion'] = "Emotion"; // // End // ------------------------------------------------- |