diff options
author | samli <samli@piwigo.org> | 2010-02-23 18:46:08 +0000 |
---|---|---|
committer | samli <samli@piwigo.org> | 2010-02-23 18:46:08 +0000 |
commit | 7027feba8baf101bef3662a66b145a8609922dd7 (patch) | |
tree | d3c921f977824c603f8883b29212de73bf702661 | |
parent | 080af5a8896b3ac007a249582b971af4f207f159 (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@4958 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/hu_HU/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/hu_HU/common.lang.php b/language/hu_HU/common.lang.php index f5b89cbad..9d9898a83 100644 --- a/language/hu_HU/common.lang.php +++ b/language/hu_HU/common.lang.php @@ -369,4 +369,5 @@ $lang['Reset_To_Default'] = 'Alap értékek visszaállítása'; // --------- Starting below: Új vagy javított $lang ---- Tőle: Colibri (2.1) $lang['del_all_favorites_hint'] = 'Minden kép törlése a kedvencekből'; $lang['Sent by'] = 'Küldte'; +$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'A cookie-k le vannak tiltva vagy a böngésző nem támogatja. Engedélyezni kell a cookie-kat a csatlakozáshoz.'; ?> |