Convert transformation descriptions to gettext.

This commit is contained in:
Michal Čihař
2010-05-24 12:04:20 +02:00
parent 31010806f7
commit e0b32c7aaa
17 changed files with 106 additions and 15 deletions

View File

@@ -5,6 +5,12 @@
* @version $Id$
*/
function PMA_transformation_image_jpeg__inline_info() {
return array(
'info' => __('Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.'),
);
}
/**
*
*/