aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-20 17:46:12 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-20 17:46:12 +0000
commit0c62b0809083c7e5f81287bda371ee72d764b7b3 (patch)
tree78a0946a3c9da5f67a2bee995381d4976bf7f30a /phpBB/language
parent252d56ec36c049712302370036bbcf254698c240 (diff)
downloadforums-0c62b0809083c7e5f81287bda371ee72d764b7b3.tar
forums-0c62b0809083c7e5f81287bda371ee72d764b7b3.tar.gz
forums-0c62b0809083c7e5f81287bda371ee72d764b7b3.tar.bz2
forums-0c62b0809083c7e5f81287bda371ee72d764b7b3.tar.xz
forums-0c62b0809083c7e5f81287bda371ee72d764b7b3.zip
Styling stuff
git-svn-id: file:///svn/phpbb/trunk@4299 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/lang_admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index 48ad1ae3f4..e8c2fa50e5 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -953,6 +953,7 @@ $lang = array_merge($lang, array(
'DELETE_THEME_EXPLAIN' => 'Here you can remove the selected theme from the database. Additionally, if you have permission you can elect to remove the theme from the filesystem. Please note that there is no undo capability. When the theme is deleted it is gone for good. It is recommended that you first export your theme for possible future use.',
'THEME_DELETED' => 'Theme deleted successfully',
'THEME_DELETED_FS' => 'Theme removed from database but some files may remain on the filesystem',
+ 'ONLY_THEME' => 'This is the only remaining theme, you cannot delete it',
'EDIT_THEME' => 'Edit Theme',
'EDIT_THEME_EXPLAIN' => 'Here you can edit the selected theme, changing colours, images, etc. You can switch between a simplified interface where you can set basic colours, etc. and a more advanced "raw CSS" mode. Using the raw mode you can style additional CSS elements such as borders, etc. You only need set the parameters you need, e.g. if you do not want a background image leave that parameter unset. You may also add additional "custom" classes should your template or style make use of them.',