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

@ -587,14 +587,7 @@ $lang['Manage this set of %d photos'] = 'Szerkessze a készlet (%d elem) képeit
$lang['Select files'] = 'Képek kiválasztása';
$lang['Everybody'] = 'Mindenki';
$lang['Who can see these photos?'] = 'Ki láthatja a képeket?';
$lang['The websize maximum width must be a number between %d and %d'] = 'Meg kell adni a kép legnagyobb szélességét pixelben %d és %d között';
$lang['The websize maximum height must be a number between %d and %d'] = 'Meg kell adni a kép legnagyobb magasságát pixelben %d és %d között';
$lang['The websize image quality must be a number between %d and %d'] = 'Meg kell adni a kép minőségét %d és %d között';
$lang['The thumbnail maximum width must be a number between %d and %d'] = 'Meg kell adni a bélyegkép legnagyobb szélességét pixelben %d és %d között';
$lang['The thumbnail maximum height must be a number between %d and %d'] = 'Meg kell adni a bélyegkép legnagyobb magasságát pixelben %d és %d között';
$lang['The thumbnail image quality must be a number between %d and %d'] = 'Meg kell adni a bélyegkép minőségét %d és %d között';
$lang['Settings'] = 'Képméret beállítás';
$lang['Web size photo'] = 'Kép mérete a weben';
$lang['Resize'] = 'Átméretezés';
$lang['Maximum Width'] = 'Legnagyobb szélesség';
$lang['pixels'] = 'pixel';
@ -704,10 +697,6 @@ $lang['Error on file "%s" : %s'] = 'Hibás a fájl "%s" : %s';
$lang['automatic order'] = 'automatikus rendezés';
$lang['manual order'] = 'kézi rendezés';
$lang['Albums automatically sorted'] = 'Automatikusan rendezett albumok';
$lang['Keep high definition'] = 'Nagy felbontás megtartása';
$lang['The high definition maximum width must be a number between %d and %d'] = 'A nagy felbontás maximális szélessége %d és %d között legyen';
$lang['The high definition maximum height must be a number between %d and %d'] = 'A nagy felbontás maximális magassága %d és %d között legyen';
$lang['The high definition image quality must be a number between %d and %d'] = 'A nagy felbontás maximális képminősége %d és %d között legyen';
$lang['Batch Manager'] = 'Kötegelt kezelés';
$lang['include child albums'] = 'belső albumok is';
$lang['Selection'] = 'Kiválasztás';