diff options
author | rub <rub@piwigo.org> | 2007-07-07 09:23:04 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-07-07 09:23:04 +0000 |
commit | f3b1fed9c61a4fa9e3e761191e9d377f06d52f80 (patch) | |
tree | c50364f66e3691baf37c33f63d5d67a3f58abaea /language/en_UK.iso-8859-1/common.lang.php | |
parent | c9465002447bd13fcd18f952d3530435c938c764 (diff) |
Resolved issue 0000717: guest must be guest
git-svn-id: http://piwigo.org/svn/trunk@2055 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index fd6aa5cd3..e959ecb6a 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -632,6 +632,8 @@ $lang['Picture name: %s'] = 'Picture name: %s'; $lang['Creation date: %s'] = 'Creation date: %s'; $lang['Waiting page: %s'] = 'Waiting page: %s'; $lang['Picture uploaded by %s'] = 'Picture uploaded by %s'; +// --------- Starting below: New or revised $lang ---- from version 1.7.1 +$lang['guest_must_be_guest'] = 'Bad status for user "guest", using default status. Please notify the webmaster.'; // --------- Starting below: New or revised $lang ---- from Butterfly (1.8) $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster and special user cannot use this method'; ?> |