aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK.iso-8859-1/admin.lang.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-03-14 21:31:31 +0000
committerrub <rub@piwigo.org>2006-03-14 21:31:31 +0000
commit77aa54a32b1a3fd43cb6615bf5bba9360e21647c (patch)
tree8933c1e573916f3bff35f8569c06ee77cc69ef91 /language/en_UK.iso-8859-1/admin.lang.php
parent7eb6e6ca1f01a4cc7793fb76ca68c65bf2e0286c (diff)
Step 2 improvement issue 0000127:
o Allow to chage high property on user list o Set initial value for the 2 default users + Correction of permissions.png in user list git-svn-id: http://piwigo.org/svn/trunk@1079 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1/admin.lang.php')
-rw-r--r--language/en_UK.iso-8859-1/admin.lang.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php
index 0fe6d6606..2597b7a3a 100644
--- a/language/en_UK.iso-8859-1/admin.lang.php
+++ b/language/en_UK.iso-8859-1/admin.lang.php
@@ -161,7 +161,11 @@ $lang['You are running on development sources, no check possible.'] = 'You are r
$lang['You are running the latest version of PhpWebGallery.'] = 'You are running the latest version of PhpWebGallery.';
$lang['You cannot move a category in its own sub category'] = 'You cannot move a category in its own sub category';
$lang['You need to confirm deletion'] = 'You need to confirm deletion';
-$lang['actions'] = 'actions';
+$lang['actions'] = 'Actions';
+$lang['properties'] = 'Properties';
+$lang['is_high_enabled'] = 'High definition';
+$lang['is_high_disabled'] = '';
+$lang['enabled_high'] = 'High definition enabled';
$lang['add keywords'] = 'add keywords';
$lang['associate to category'] = 'associate to category';
$lang['associate to group'] = 'associate to group';