From: SourceForge.net <no...@so...> - 2009-11-21 12:26:53
|
Bugs item #2901695, was opened at 2009-11-21 12:26 Message generated for change (Tracker Item Submitted) made by bochoven You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=2901695&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Group: cvs Status: Open Resolution: None Priority: 5 Private: No Submitted By: Arjen van Bochoven (bochoven) Assigned to: Nobody/Anonymous (nobody) Summary: localization espauth-default.inc Initial Comment: I found three non-localized error messages in espauth-default.inc: line 101 $error_message = "Incorrect User ID or Password, or your account has been disabled/expired."; should read $error_message = _('Incorrect User ID or Password, or your account has been disabled/expired.'); line 138 $error_message = "Your account has been disabled or you have already completed this survey."; should read $error_message = _('Your account has been disabled or you have already completed this survey.'); line 223 $error_message = "Incorrect User ID or Password, or your account has been disabled/expired."; should read $error_message = _('Incorrect User ID or Password, or your account has been disabled/expired.'); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=2901695&group_id=8956 |