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:
@ -83,7 +83,7 @@
|
||||
@define('ERROR_FILE_EXISTS_ALREADY', 'Feil: Filen finnes allerede på din maskin!');
|
||||
@define('GO', 'Begynn!');
|
||||
@define('NEWSIZE', 'Ny størrelse: ');
|
||||
@define('RESIZE_BLAHBLAH', '<b>Endre størrelse på %s</b><p>');
|
||||
@define('RESIZE_BLAHBLAH', '<b>Endre størrelse på %s</b>');
|
||||
@define('ORIGINAL_SIZE', 'Original størrelse: <i>%sx%s</i> pixel');
|
||||
@define('HERE_YOU_CAN_ENTER_BLAHBLAH', '<p>Her kan du justere bildets størrelse. Hvis du vil bevare proporsjonene, behøver du bare taste en av verdiene og trykke på TAB-tasten. Jeg vil automatisk beregne den andre verdien:');
|
||||
@define('QUICKJUMP_CALENDAR', 'Hurtigkalender');
|
||||
@ -184,6 +184,10 @@
|
||||
@define('RESIZING', 'Endre dimensjoner');
|
||||
@define('RESIZE_DONE', 'Ferdig (Endret %s bilder).');
|
||||
@define('SYNCING', 'Synkronisere databasen med bildemappen');
|
||||
@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', 'Ferdig (Synkroniserte %s bilder).');
|
||||
@define('DELETE_IMAGE_FAIL' , 'Kunne ikke slette bildet <b>%s</b>');
|
||||
@define('DELETE_THUMBNAIL', 'Slettet bildet med navn <b>%s</b>');
|
||||
@ -374,6 +378,14 @@
|
||||
@define('INSTALL_THUMBSUFFIX_DESC', 'Thumbnails vil bli gitt navn etter følgende mønster: original.[suffix].ext');
|
||||
@define('INSTALL_THUMBWIDTH', 'Thumbnail-dimensjoner');
|
||||
@define('INSTALL_THUMBWIDTH_DESC', 'Statisk maksimalbredde på en auto-genereret thumbnail');
|
||||
@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', 'Dine personlige detaljer');
|
||||
|
Reference in New Issue
Block a user