diff options
author | plegall <plg@piwigo.org> | 2010-02-23 15:49:54 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-02-23 15:49:54 +0000 |
commit | 080af5a8896b3ac007a249582b971af4f207f159 (patch) | |
tree | b2d9dcb5236df31c1c79cddb43be8a8186fdff12 /language/en_UK/common.lang.php | |
parent | d0f215731db408a463257789d9497b20a4d26bab (diff) |
bug 1452 fixed: check cookies are enabled in web browser and notify user
otherwise that she can't connect.
git-svn-id: http://piwigo.org/svn/branches/2.0@4955 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/common.lang.php')
-rw-r--r-- | language/en_UK/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 2f7612eb2..c7d38d9c0 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -369,4 +369,5 @@ $lang['Reset_To_Default'] = 'Reset to default values'; // --------- Starting below: New or revised $lang ---- from Colibri (2.1) $lang['del_all_favorites_hint'] = 'delete all images from your favorites'; $lang['Sent by'] = 'Sent by'; +$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies are blocked or not supported by your browser. You must enable cookies to connect.'; ?>
\ No newline at end of file |