aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-06-03 22:19:41 +0000
committerNils Adermann <naderman@naderman.de>2006-06-03 22:19:41 +0000
commit6ba50e34d60441e3eaf6c9fe1bff95a902393c84 (patch)
treee9ba8f0c1c5ff596a41ca070a0a80e641efebc77 /phpBB/language/en/acp/common.php
parent9aa9cb4bb6d9ad21db25bf24e70ed35b92c0f1a9 (diff)
downloadforums-6ba50e34d60441e3eaf6c9fe1bff95a902393c84.tar
forums-6ba50e34d60441e3eaf6c9fe1bff95a902393c84.tar.gz
forums-6ba50e34d60441e3eaf6c9fe1bff95a902393c84.tar.bz2
forums-6ba50e34d60441e3eaf6c9fe1bff95a902393c84.tar.xz
forums-6ba50e34d60441e3eaf6c9fe1bff95a902393c84.zip
- removed useless code from style.php
- added a view template cache mode to acp_styles - syntax highlighting for the acp css - completed refresh actions for themes and templates - fixed theme and template installation - use a function for generating database theme data - removed useless code from mcp_queue.php we might need to do some more tests of acp_styles with safe_mode on git-svn-id: file:///svn/phpbb/trunk@6007 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r--phpBB/language/en/acp/common.php16
1 files changed, 9 insertions, 7 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index a73967d001..5045fab807 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -536,13 +536,15 @@ $lang = array_merge($lang, array(
'LOG_STYLE_EDIT_DETAILS' => '<b>Edited style</b><br />&#187; %s',
'LOG_STYLE_EXPORT' => '<b>Exported style</b><br />&#187; %s',
- 'LOG_TEMPLATE_ADD_DB' => '<b>Added new template set to database</b><br />&#187; %s',
- 'LOG_TEMPLATE_ADD_FS' => '<b>Add new template set on filesystem</b><br />&#187; %s',
- 'LOG_TEMPLATE_DELETE' => '<b>Deleted template set</b><br />&#187; %s',
- 'LOG_TEMPLATE_EDIT' => '<b>Edited template set <i>%s</i></b><br />&#187; %s',
- 'LOG_TEMPLATE_EDIT_DETAILS' => '<b>Edited template details</b><br />&#187; %s',
- 'LOG_TEMPLATE_EXPORT' => '<b>Exported template set</b><br />&#187; %s',
-
+ 'LOG_TEMPLATE_ADD_DB' => '<b>Added new template set to database</b><br />&#187; %s',
+ 'LOG_TEMPLATE_ADD_FS' => '<b>Add new template set on filesystem</b><br />&#187; %s',
+ 'LOG_TEMPLATE_CACHE_CLEARED' => '<b>Deleted cached versions of template files in template set <i>%s</i></b><br />&#187; %s',
+ 'LOG_TEMPLATE_DELETE' => '<b>Deleted template set</b><br />&#187; %s',
+ 'LOG_TEMPLATE_EDIT' => '<b>Edited template set <i>%s</i></b><br />&#187; %s',
+ 'LOG_TEMPLATE_EDIT_DETAILS' => '<b>Edited template details</b><br />&#187; %s',
+ 'LOG_TEMPLATE_EXPORT' => '<b>Exported template set</b><br />&#187; %s',
+ 'LOG_TEMPLATE_REFRESHED' => '<b>Refreshed template set</b><br />&#187; %s',
+
'LOG_THEME_ADD_DB' => '<b>Added new theme to database</b><br />&#187; %s',
'LOG_THEME_ADD_FS' => '<b>Add new theme on filesystem</b><br />&#187; %s',
'LOG_THEME_DELETE' => '<b>Theme deleted</b><br />&#187; %s',