1
0

Correct thumbnail constraints. S9Y now supports width, height, largest,

and smallest constraints.  Backwards compatibility is maintained with the
imageselectorplus plugin (the only plugin to use the thumbnail or aspect
calculation code).  Language files are updated and a new option screen
is displayed after choosing "Rebuild Thumbs".
This commit is contained in:
Jude Anthony
2008-04-09 01:57:10 +00:00
parent 834c8da677
commit 84d9e8199f
64 changed files with 974 additions and 116 deletions

View File

@ -90,7 +90,7 @@ $i18n_unknown = 'tw';
@define('ERROR_UNKNOWN_NOUPLOAD', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E>o<EFBFBD><6F>, <20>ɮ<EFBFBD><C9AE>٨S<D9A8>W<EFBFBD><57>. <20>]<5D>\<5C>A<EFBFBD><41><EFBFBD>ɮפj<D7A4>󭭨<F3ADADA8>j<EFBFBD>p. <20>и߰ݱz<DDB1><7A> ISP <20>έק<CEAD><D7A7>z<EFBFBD><7A> php.ini <20><>.');
@define('GO', '<27>~<7E><>!');
@define('NEWSIZE', '<27>s<EFBFBD>j<EFBFBD>p: ');
@define('RESIZE_BLAHBLAH', '<b><3E><><EFBFBD>]<5D>j<EFBFBD>p %s</b><p>');
@define('RESIZE_BLAHBLAH', '<b><3E><><EFBFBD>]<5D>j<EFBFBD>p %s</b>');
@define('ORIGINAL_SIZE', '<27><EFBFBD><ECA6B3><EFBFBD>j<EFBFBD>p: <i>%sx%s</i> <20><><EFBFBD><EFBFBD>');
@define('HERE_YOU_CAN_ENTER_BLAHBLAH', '<p><3E>b<EFBFBD>o<EFBFBD>̱z<CCB1>i<EFBFBD>H<EFBFBD>ק<EFBFBD><D7A7>Ϥ<EFBFBD><CFA4>j<EFBFBD>p. <20>p<EFBFBD>G<EFBFBD>z<EFBFBD>n<EFBFBD>ק令<D7A7>ۦP<DBA6><50><EFBFBD>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD><EFBFBD>, <20>z<EFBFBD>u<EFBFBD>ݭn<DDAD><6E><EFBFBD>J<EFBFBD>@<40>ӼƭȵM<C8B5><4D><EFBFBD><EFBFBD> TAB -- <20>t<EFBFBD>η|<7C>۰<EFBFBD><DBB0><EFBFBD><EFBFBD>z<EFBFBD>p<EFBFBD><70><EFBFBD><EFBFBD><EFBFBD>ҥH<D2A5>K<EFBFBD>X<EFBFBD><58></p>');
@define('QUICKJUMP_CALENDAR', '<27><><EFBFBD><EFBFBD><EFBFBD>ֳt<D6B3><74><EFBFBD>D');
@ -204,6 +204,10 @@ $i18n_unknown = 'tw';
@define('RESIZING', '<27><><EFBFBD>]<5D>j<EFBFBD>p');
@define('RESIZE_DONE', '<27><><EFBFBD><EFBFBD> (<28><><EFBFBD>] %s <20>ӹϤ<D3B9>).');
@define('SYNCING', '<27>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD>Ʈw<C6AE>M<EFBFBD>Ϥ<EFBFBD><CFA4>ɮק<C9AE><D7A7>P<EFBFBD>B<EFBFBD><42>');
@define('SYNC_OPTION_LEGEND', 'Thumbnail Synchronization Options');
@define('SYNC_OPTION_KEEPTHUMBS', 'Keep all existing thumbnails');
@define('SYNC_OPTION_SIZECHECKTHUMBS', 'Keep existing thumbnails only if they are the correct size');
@define('SYNC_OPTION_DELETETHUMBS', 'Regenerate all thumbnails');
@define('SYNC_DONE', '<27><><EFBFBD><EFBFBD> (<28>P<EFBFBD>B<EFBFBD>F %s <20>ӹϤ<D3B9>).');
@define('FILE_NOT_FOUND', '<27><EFBFBD><E4A4A3><EFBFBD>ɮצW<D7A6><57> <b>%s</b>, <20>]<5D>\<5C>w<EFBFBD>g<EFBFBD>Q<EFBFBD>R<EFBFBD><52><EFBFBD>F?');
@define('ABORT_NOW', '<27><><EFBFBD><EFBFBD>');
@ -415,6 +419,14 @@ $i18n_unknown = 'tw';
@define('INSTALL_THUMBSUFFIX_DESC', '<27>Y<EFBFBD>Ϸ|<7C>H<EFBFBD>U<EFBFBD><55><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E6A6A1><EFBFBD>s<EFBFBD>R<EFBFBD>W: <20><><EFBFBD>ɦW.[<5B><><EFBFBD>m<EFBFBD>r<EFBFBD><72>].ext');
@define('INSTALL_THUMBWIDTH', '<27>Y<EFBFBD>Ϥث<CFA4>');
@define('INSTALL_THUMBWIDTH_DESC', '<27>۰ʫإ<CAAB><D8A5>Y<EFBFBD>Ϫ<EFBFBD><CFAA>̤j<CCA4>e<EFBFBD><65>');
@define('INSTALL_THUMBDIM', 'Thumbnail constrained dimension');
@define('INSTALL_THUMBDIM_LARGEST', 'Largest');
@define('INSTALL_THUMBDIM_WIDTH', 'Width');
@define('INSTALL_THUMBDIM_HEIGHT', 'Height');
@define('INSTALL_THUMBDIM_DESC', 'Dimension to be constrained to the thumbnail max size. The default "' .
INSTALL_THUMBDIM_LARGEST . '" limits both dimensions, so neither can be greater than the max size; "' .
INSTALL_THUMBDIM_WIDTH . '" and "' . INSTALL_THUMBDIM_HEIGHT .
'" only limit the chosen dimension, so the other could be larger than the max size.');
/* Personal details */
@define('USERCONF_CAT_PERSONAL', '<27>ӤH<D3A4><48><EFBFBD>Ƴ]<5D>w');