Portuguese update.

AUTHORS/CHANGES doc'ing some new Magic tools.
Need to user-doc some of the newer Magic tools (see FIXMEs in magic-docs.php)
This commit is contained in:
William Kendrick 2009-08-10 18:00:26 +00:00
parent 9f4061a158
commit 341fc23ed8
4 changed files with 128 additions and 222 deletions

View file

@ -5,7 +5,7 @@ individual HTML files for each of them, and an index.html that links to
them all. */
/* Bill Kendrick <bill@newbreedsoftware.com> */
/* 2009.08.08 */
/* 2009.08.10 */
/* Authors of the Magic tools: */
@ -49,6 +49,9 @@ $AUTHOR_PERE = "Pere Pujal i Carabantes|pere@fornol.no-ip.org";
$tools = array(
/* FIXME: Blinds */
array('name'=>'Blocks',
'desc'=>'This makes the picture blocky looking ("pixelated") wherever you drag the mouse.',
'author'=>array($AUTHOR_KENDRICK,$AUTHOR_ALBERT)),
@ -167,6 +170,11 @@ $tools = array(
'author'=>$AUTHOR_KENDRICK,
'see'=>'Flip'),
/* FIXME: Mosaic */
/* FIXME: Mosaic hexagon */
/* FIXME: Mosaic irregular */
/* FIXME: Mosaic square */
array('name'=>'Negative',
'desc'=>'This inverts the colors wherever you drag the mouse. (e.g., white becomes black, and vice versa.)',
'author'=>$AUTHOR_KENDRICK),
@ -267,6 +275,8 @@ $tools = array(
'desc'=>'Paint thick blobs of color on your picture that look like toothpaste.',
'author'=>$AUTHOR_ANDREWC),
/* FIXME: Tornado */
array('name'=>'Waves',
'desc'=>'Click to make the entire picture wavy, side-to-side. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.', /* FIXME: Dragging went away! */
'author'=>$AUTHOR_KENDRICK,