From 77aa54a32b1a3fd43cb6615bf5bba9360e21647c Mon Sep 17 00:00:00 2001 From: rub Date: Tue, 14 Mar 2006 21:31:31 +0000 Subject: 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 --- language/en_UK.iso-8859-1/admin.lang.php | 6 +++++- language/en_UK.iso-8859-1/help/user_list.html | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'language/en_UK.iso-8859-1') 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'; diff --git a/language/en_UK.iso-8859-1/help/user_list.html b/language/en_UK.iso-8859-1/help/user_list.html index 4bc00081b..fb1874546 100644 --- a/language/en_UK.iso-8859-1/help/user_list.html +++ b/language/en_UK.iso-8859-1/help/user_list.html @@ -25,6 +25,8 @@ or descending order.

  • associate or dissociate from groups
  • modify display properties
  • + +
  • modify additional properties
  • -- cgit v1.2.3