feature 2598: add sizes XXS and XS

new label for sizes

On picture.php, the current size is "checked" and javascript refreshed when switched (with jQuery)

jQuery loaded by default on header.tpl (already loaded by thumbnails.tpl)


git-svn-id: http://piwigo.org/svn/trunk@13683 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2012-03-23 21:58:12 +00:00
commit b2d07d4f72
9 changed files with 67 additions and 29 deletions

View file

@ -369,14 +369,16 @@ $lang['Your favorites'] = "Your favorites";
$lang['Your Gallery Customization'] = "Your gallery customization";
$lang['Your username has been successfully changed to : %s'] = 'Your username has been successfully changed to : %s';
$lang['Your password has been reset'] = 'Your password has been reset';
$lang['square'] = "Square";
$lang['thumb'] = "Thumb";
$lang['small'] = "Small";
$lang['medium'] = "Medium";
$lang['large'] = "Large";
$lang['xlarge'] = "XLarge";
$lang['xxlarge'] = "XXLarge";
$lang['Original'] = "Original";
$lang['square'] = 'Square';
$lang['thumb'] = 'Thumbnail';
$lang['2small'] = 'XXS - tiny';
$lang['xsmall'] = 'XS - extra small';
$lang['small'] = 'S - small';
$lang['medium'] = 'M - medium';
$lang['large'] = 'L - large';
$lang['xlarge'] = 'XL - extra large';
$lang['xxlarge'] = 'XXL - huge';
$lang['Original'] = 'Original';
$lang['Thank you for registering at %s!'] = 'Thank you for registering at %s!';
$lang['Here are your connection settings'] = 'Here are your connection settings';
$lang['Password: %s'] = 'Password: %s';