diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-19 21:57:51 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-19 21:57:51 +0000 |
commit | 554e6679d377b92844e02ba9e6b0e3d70deea641 (patch) | |
tree | bf036737b91abfaefe760807d3390f8ffe3e6c14 /phpBB/language/lang_english | |
parent | e416fb51d228ca634682bcf4e31a70334b2247c9 (diff) | |
download | forums-554e6679d377b92844e02ba9e6b0e3d70deea641.tar forums-554e6679d377b92844e02ba9e6b0e3d70deea641.tar.gz forums-554e6679d377b92844e02ba9e6b0e3d70deea641.tar.bz2 forums-554e6679d377b92844e02ba9e6b0e3d70deea641.tar.xz forums-554e6679d377b92844e02ba9e6b0e3d70deea641.zip |
More lang updates
git-svn-id: file:///svn/phpbb/trunk@1378 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english')
-rw-r--r-- | phpBB/language/lang_english/lang_admin.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/phpBB/language/lang_english/lang_admin.php b/phpBB/language/lang_english/lang_admin.php index 89d0930d62..11f2d9809d 100644 --- a/phpBB/language/lang_english/lang_admin.php +++ b/phpBB/language/lang_english/lang_admin.php @@ -277,6 +277,27 @@ $lang['Resync'] = "Resync"; $lang['No_mode'] = "No mode was set"; $lang['Forum_edit_delete_explain'] = "The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side"; +$lang['Move_contents'] = "Move all contents"; +$lang['Forum_delete'] = "Delete Forum"; +$lang['Forum_delete_explain'] = "The form below will allow you to delete a forum (or category) and decide where you want to put all topics (or forums) it contained."; + +$lang['Forum_settings'] = "General Forum Settings"; +$lang['Forum_name'] = "Forum name"; +$lang['Forum_desc'] = "Description"; +$lang['Forum_status'] = "Forum status"; +$lang['Forum_pruning'] = "Auto-pruning"; + +$lang['Move_and_Delete'] = "Move and Delete"; + +$lang['Delete_all_posts'] = "Delete all posts"; +$lang['Nowhere_to_move'] = "Nowhere to move too"; + +$lang['Edit_Category'] = "Edit Category"; +$lang['Edit_Category_explain'] = "Use this form to modify a categories name."; + +$lang['Forums_updated'] = "Forum and Category information updated successfully"; + +$lang['Click_return_forumadmin'] = "Click %sHere%s to return to Forum Administration"; // // Smiley Management |