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:
parent
20133b4614
commit
b2d07d4f72
9 changed files with 67 additions and 29 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue