aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2010-09-14 17:25:46 +0200
committerJoas Schilling <nickvergessen@gmx.de>2011-02-08 14:27:27 +0100
commitffcd307746af6a578fe771c31c306feb9d393e9c (patch)
tree94667e84eac33dfbacfbca584065d9d3be61e82e /phpBB/language
parentafc856417f89114d7ea56eb0b290f7604dba0d6b (diff)
downloadforums-ffcd307746af6a578fe771c31c306feb9d393e9c.tar
forums-ffcd307746af6a578fe771c31c306feb9d393e9c.tar.gz
forums-ffcd307746af6a578fe771c31c306feb9d393e9c.tar.bz2
forums-ffcd307746af6a578fe771c31c306feb9d393e9c.tar.xz
forums-ffcd307746af6a578fe771c31c306feb9d393e9c.zip
[ticket/9675] Add option to delete template/theme/imageset when deleting style.
PHPBB3-9675
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/styles.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php
index f161a7e6e6..f422f96009 100644
--- a/phpBB/language/en/acp/styles.php
+++ b/phpBB/language/en/acp/styles.php
@@ -285,11 +285,14 @@ $lang = array_merge($lang, array(
'INSTALLED_TEMPLATE' => 'Installed templates',
'INSTALLED_THEME' => 'Installed themes',
+ 'KEEP_IMAGESET' => 'Keep imageset',
+ 'KEEP_TEMPLATE' => 'Keep template',
+ 'KEEP_THEME' => 'Keep theme',
+
'LINE_SPACING' => 'Line spacing',
'LOCALISED_IMAGES' => 'Localised',
'LOCATION_DISABLED_EXPLAIN' => 'This setting is inherited and cannot be changed.',
-
'NO_CLASS' => 'Cannot find class in stylesheet.',
'NO_IMAGESET' => 'Cannot find imageset on filesystem.',
'NO_IMAGE' => 'No image',