Ignore:
Timestamp:
Feb 16, 2010, 11:32:20 PM (14 years ago)
Author:
plg
Message:

feature 1409 added: new tab "Settings".

Note: I would have like to use jQuery UI sliders for resize dimensions and
image quality BUT I can't even find the documentation of the very old version
of jQuery UI we use. I'll implement theses widget when integrating UploadForm
into trunk (with jQuery + jQuery UI updated).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/upload_form/language/en_UK/plugin.lang.php

    r4895 r4897  
    4242$lang['... or switch to the old style form'] = '... or switch to the old style form';
    4343$lang['... or switch to the multiple files form'] = '... or switch to the multiple files form';
     44
     45$lang['The websize maximum width must be a number between %d and %d'] = 'The websize maximum width must be a number between %d and %d';
     46$lang['The websize maximum height must be a number between %d and %d'] = 'The websize maximum height must be a number between %d and %d';
     47$lang['The websize image quality must be a number between %d and %d'] = 'The websize image quality must be a number between %d and %d';
     48$lang['The thumbnail maximum width must be a number between %d and %d'] = 'The thumbnail maximum width must be a number between %d and %d';
     49$lang['The thumbnail maximum height must be a number between %d and %d'] = 'The thumbnail maximum height must be a number between %d and %d';
     50$lang['The thumbnail image quality must be a number between %d and %d'] = 'The thumbnail image quality must be a number between %d and %d';
     51$lang['Settings'] = 'Settings';
     52$lang['Web size photo'] = 'Web size photo';
     53$lang['Resize'] = 'Resize';
     54$lang['Maximum Width'] = 'Maximum Width';
     55$lang['pixels'] = 'pixels';
     56$lang['Maximum Height'] = 'Maximum Height';
     57$lang['Image Quality'] = 'Image Quality';
     58$lang['Thumbnail'] = 'Thumbnail';
     59$lang['Save Settings'] = 'Save Settings';
     60$lang['Your configuration settings are saved'] = 'Your configuration settings are saved';
Note: See TracChangeset for help on using the changeset viewer.