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:
parent
6a115001ba
commit
cac417c74b
44 changed files with 204 additions and 832 deletions
|
|
@ -600,14 +600,7 @@ $lang['Manage this set of %d photos'] = 'Zarządzaj tym zbiorem %d zdjęć';
|
|||
$lang['Select files'] = 'Wybierz pliki';
|
||||
$lang['Everybody'] = 'Każdy';
|
||||
$lang['Who can see these photos?'] = 'Kto może oglądać te zdjęcia?';
|
||||
$lang['The websize maximum width must be a number between %d and %d'] = 'Maksymalna szerokość dla www musi być liczbą pomiędzy %d i %d';
|
||||
$lang['The websize maximum height must be a number between %d and %d'] = 'Maksymalna wysokość dla www musi być liczbą pomiędzy %d i %d';
|
||||
$lang['The websize image quality must be a number between %d and %d'] = 'Maksymalna jakość obrazu dla www musi być liczbą pomiędzy %d i %d';
|
||||
$lang['The thumbnail maximum width must be a number between %d and %d'] = 'Maksymalna szerokość miniatury musi być liczbą pomiędzy %d i %d';
|
||||
$lang['The thumbnail maximum height must be a number between %d and %d'] = 'Maksymalna wysokość miniatury musi być liczbą pomiędzy %d i %d';
|
||||
$lang['The thumbnail image quality must be a number between %d and %d'] = 'Jakość miniatury musi być liczbą pomiędzy %d i %d';
|
||||
$lang['Settings'] = 'Ustawienia';
|
||||
$lang['Web size photo'] = 'Zdjęcie o rozmiarze www';
|
||||
$lang['Resize'] = 'Zmień wymiary';
|
||||
$lang['Maximum Width'] = 'Maksymalna szerokość';
|
||||
$lang['pixels'] = 'pikseli';
|
||||
|
|
@ -703,10 +696,6 @@ $lang['Menu Management'] = 'Menu';
|
|||
$lang['automatic order'] = 'automatyczna kolejność';
|
||||
$lang['manual order'] = 'ręczne zamówienie';
|
||||
$lang['Albums automatically sorted'] = 'Albumy sortowane automatycznie';
|
||||
$lang['Keep high definition'] = 'Zachowaj wysoką jakość';
|
||||
$lang['The high definition maximum width must be a number between %d and %d'] = 'Maksymalna szerokość w wysokiej jakości musi być liczbą pomiędzy %d i %d';
|
||||
$lang['The high definition maximum height must be a number between %d and %d'] = 'Maksymalna wysokość w wysokiej jakości musi być liczbą pomiędzy %d i %d';
|
||||
$lang['The high definition image quality must be a number between %d and %d'] = 'Jakość obrazów w wysokiej jakości musi być liczbą pomiędzy %d i %d';
|
||||
$lang['Batch Manager'] = 'Manadżer wsadowy';
|
||||
$lang['include child albums'] = 'zawieraj podalbumy';
|
||||
$lang['Selection'] = 'Zaznaczenie';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue