From 2c400376a17e981bffd7e07de474cc20400a7457 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 13 Jul 2003 23:28:42 +0000 Subject: [PATCH] More styling stuff ... activate, deactivate styles git-svn-id: file:///svn/phpbb/trunk@4252 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_admin.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 82e4a5cef8..c4d5c11f46 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -174,6 +174,8 @@ $lang = array_merge($lang, array( 'LOG_FORUM_DEL_POSTS_FORUMS'=> 'Deleted forum, its messages and subforums
» %s', 'LOG_FORUM_DEL_MOVE_POSTS_MOVE_FORUMS' => 'Deleted forum, moved posts to %s and subforums to %s
» %s', + 'LOG_EDIT_THEME' => 'Edited theme
» %s', + 'WELCOME_PHPBB' => 'Welcome to phpBB', 'ADMIN_INTRO' => 'Thank you for choosing phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your board. The links on the left hand side of this screen allow you to control every aspect of your forum experience. Each page will have instructions on how to use the tools.', @@ -894,7 +896,9 @@ $lang = array_merge($lang, array( - 'MANAGE_STYLE_EXPLAIN' => 'Here you can manage the available styles on your board. A style consists off a template, theme and imageset.', + 'MANAGE_STYLE_EXPLAIN' => 'Here you can manage the available styles on your board. A style consists off a template, theme and imageset. You may alter existing styles, delete, deactivate, reactivate, create or import new ones. You can also see what a style will look like using the preview function. The current default style is noted by the presence of an asterix, * Also listed is the total user count for each style, note that overriding user styles will not be reflected here.', + 'STYLE_ACTIVATE' => 'Activate', + 'STYLE_DEACTIVATE' => 'Deactivate', 'SELECT_TEMPLATE' => 'Select template',