From 347d2e34b3972ec1d0022b831dd5a1fe13adbaa5 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 23 Feb 2006 05:12:32 +0000 Subject: fix: permissioning not working (2 bugs) fix: locked gallery cannot be unlocked (impossible to login) improvement: nicer display in redirect.tpl improvement: when a page is not accessible because of permissions (accessed through bookmark or email), redirect to identification.php and after identification to the initially requested page git-svn-id: http://piwigo.org/svn/trunk@1052 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/common.lang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'language/en_UK.iso-8859-1/common.lang.php') diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 045b5ad65..3634797bd 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -113,7 +113,7 @@ $lang['Visits'] = 'Visits'; $lang['Webmaster'] = 'Webmaster'; $lang['Weekly'] = 'Weekly'; $lang['about_page_title'] = 'About PhpWebGallery'; -$lang['access_forbiden'] = 'You are not authorized to access this page'; +$lang['access_forbiden'] = 'You are not authorized to access the requested page'; $lang['add to caddie'] = 'add to caddie'; $lang['add_favorites_alt'] = 'Add to favorites'; $lang['add_favorites_hint'] = 'Add this picture to your favorites'; @@ -136,6 +136,7 @@ $lang['calendar_any'] = 'All'; $lang['calendar_hint'] = 'displays each day with pictures, month per month'; $lang['calendar_picture_hint'] = 'displays pictures added on '; $lang['categories'] = 'Categories'; +$lang['click_to_redirect'] = 'Click here if your browser does not automatically forward you'; $lang['comment date'] = 'comment date'; $lang['comment'] = 'Comment'; $lang['comment_added'] = 'Your comment has been registered'; -- cgit v1.2.3