Issue Details (XML | Word | Printable)

Key: ZF-9155
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Thomas Weidner
Reporter: Andrew Kozlov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Translation key is not correct in files with standard validators translations

Created: 12/Feb/10 06:11 AM   Updated: 12/Feb/10 01:41 PM   Resolved: 12/Feb/10 01:41 PM
Component/s: Zend_Translate
Affects Version/s: 1.10.0
Fix Version/s: 1.10.2

Time Tracking:
Not Specified


 Description  « Hide

In files with translations (in /resources/languages/) the translation key for Zend_Validate_File_IsImage validator specified as:

"The mimetype of file '%value%' could not be detected" => "Mime-тип файла '%value%' не определён",

But in the Zend_Validate_File_IsImage class that key is specified as:

self::NOT_DETECTED => "The mimetype of file '%value%' could not been detected",



Thomas Weidner added a comment - 12/Feb/10 01:41 PM

Fixed with r21044