aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-07-07 11:16:48 +0000
committermistic100 <mistic@piwigo.org>2014-07-07 11:16:48 +0000
commitf2c16c2b339eb9cb66c4857fc13c670d26e320bf (patch)
tree610a8b8952d0801c144159785ecea53cb016bd1e /language/en_UK
parentbe610d6a1b2bc4ad287d2bdaab44cc2e566fdd85 (diff)
bug 3075: Prevent deactivate default theme
git-svn-id: http://piwigo.org/svn/trunk@28989 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r--language/en_UK/admin.lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index ba518ee65..7e849b5d4 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -414,6 +414,7 @@ $lang['Image Quality'] = 'Image quality';
$lang['Images manual order was saved'] = "Images manual order saved";
$lang['Impossible automatic correction'] = "Automatic correction impossible";
$lang['Impossible to activate this theme, the parent theme is missing: %s'] = 'This theme could not be activated, as the parent theme is missing: %s';
+$lang['Impossible to deactivate the default theme.'] = 'Impossible to deactivate the default theme.';
$lang['Impossible to deactivate this language, first set another language as default.'] = 'Impossible to deactivate this language, first set another language as default.';
$lang['Impossible to deactivate this language, you need at least one language.'] = 'Impossible to deactivate this language, you need at least one language.';
$lang['Impossible to deactivate this theme, you need at least one theme.'] = 'Impossible to deactivate this theme, you need at least one theme.';