diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-13 23:28:42 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-13 23:28:42 +0000 |
commit | 2c400376a17e981bffd7e07de474cc20400a7457 (patch) | |
tree | 4156290ad3d7df4f8379c9667f069e342357eba6 /phpBB | |
parent | 46c24679bfdb2f7008dc69dd6138682d57779aa0 (diff) | |
download | forums-2c400376a17e981bffd7e07de474cc20400a7457.tar forums-2c400376a17e981bffd7e07de474cc20400a7457.tar.gz forums-2c400376a17e981bffd7e07de474cc20400a7457.tar.bz2 forums-2c400376a17e981bffd7e07de474cc20400a7457.tar.xz forums-2c400376a17e981bffd7e07de474cc20400a7457.zip |
More styling stuff ... activate, deactivate styles
git-svn-id: file:///svn/phpbb/trunk@4252 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/lang_admin.php | 6 |
1 files changed, 5 insertions, 1 deletions
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'=> '<b>Deleted forum, its messages and subforums</b><br />» %s', 'LOG_FORUM_DEL_MOVE_POSTS_MOVE_FORUMS' => '<b>Deleted forum, moved posts</b> to %s <b>and subforums</b> to %s<br />» %s', + 'LOG_EDIT_THEME' => '<b>Edited theme</b><br />» %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', |