feature 2548, multiple size:

* adapt the upload script

* remove the resize settings screen

* add a new screen [Administration > Configuration > Options > Photo Sizes]
  with the ability to resize original after upload


git-svn-id: http://piwigo.org/svn/trunk@12879 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2012-01-12 21:37:28 +00:00
commit cac417c74b
44 changed files with 204 additions and 832 deletions

View file

@ -601,14 +601,7 @@ $lang['Everybody'] = 'Každý';
$lang['Who can see these photos?'] = 'Kto môže vidieť tieto fotografie?';
$lang['Who can see this photo?'] = 'Kto môže vidieť túto fotografiu?';
$lang['Pending Comments'] = 'Nevybavené komentáre';
$lang['The websize maximum width must be a number between %d and %d'] = 'Maximálna šírka webovej stránky musí byť číslo medzi %d a %d';
$lang['The websize maximum height must be a number between %d and %d'] = 'Maximálna výška webovej stránky musí byť číslo medzi %d a %d';
$lang['The websize image quality must be a number between %d and %d'] = 'Kvalita formátu fotografie pre web musí byť číslo medzi %d and %d';
$lang['The thumbnail maximum width must be a number between %d and %d'] = 'Maximálna šírka náhľadu obrázku musí byť číslo medzi %d a %d';
$lang['The thumbnail maximum height must be a number between %d and %d'] = 'Maximálna výška náhľadu obrázku musí byť číslo medzi %d a %d';
$lang['The thumbnail image quality must be a number between %d and %d'] = 'Kvalita formátu náhľadu fotografie musí byť číslo medzi %d a %d';
$lang['Settings'] = 'Nastavenia';
$lang['Web size photo'] = 'Veľkosť fotografie pre web';
$lang['Resize'] = 'Zmeniť veľkosť';
$lang['Maximum Width'] = 'Maximálna šířka';
$lang['pixels'] = 'bodov';
@ -705,10 +698,6 @@ $lang['Error on file "%s" : %s'] = 'Chyba súboru "%s" : %s';
$lang['automatic order'] = 'automatické zoradenie';
$lang['manual order'] = 'manuálne zoradenie';
$lang['Albums automatically sorted'] = 'Automaticky triedené albumy';
$lang['Keep high definition'] = 'Udržať vysoké rozlíšenie';
$lang['The high definition maximum width must be a number between %d and %d'] = 'Šírka vysokého rozlíšenia musí byť číslo medzi %d a %d';
$lang['The high definition maximum height must be a number between %d and %d'] = 'Výška vysokého rozlíšenia musí byť číslo medzi %d a %d';
$lang['The high definition image quality must be a number between %d and %d'] = 'Kvalita fotky vo vysokom rozlíšení musí byť číslo medzi %d a %d';
$lang['Batch Manager'] = 'Správca dávky';
$lang['include child albums'] = 'vrátane podalbumov';
$lang['Selection'] = 'Výber';