diff -r 53cff4b4a802 -r bde1974c263b web/wp-content/plugins/wptouch/ajax/file_upload.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/wptouch/ajax/file_upload.php Wed Feb 03 15:37:20 2010 +0000 @@ -0,0 +1,36 @@ +There seems to have been an error.
Please try your upload again.
'); + } else { + echo __( 'File has been saved!
'); + echo ''; + echo sprintf(__( "%sClick here to refresh the page%s and see your icon.", "wptouch" ), '',''); + echo '
'; + } + } else { + echo __( 'Sorry, only PNG, GIF and JPG images are supported.
', 'wptouch' ); + } + } else echo __( 'Image too large. try something like 59x60.
', 'wptouch' ); + } + } else echo __( 'Insufficient priviledges.
You need to either be an admin or have more control over your server.
', 'wptouch' ); +?> \ No newline at end of file