mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -598,14 +598,7 @@ $lang['Select files'] = 'Markerade filer';
|
||||
$lang['Everybody'] = 'Alla';
|
||||
$lang['Who can see these photos?'] = 'Vem kan se dessa foton?';
|
||||
$lang['Who can see this photo?'] = 'Vem kan se detta foto?';
|
||||
$lang['The websize maximum width must be a number between %d and %d'] = 'Webstorlekens maximala bredd måste vara ett nummer mellan %d och %d';
|
||||
$lang['The websize maximum height must be a number between %d and %d'] = 'Webstorlekens maximala höjd måste vara ett nummer mellan %d och %d';
|
||||
$lang['The websize image quality must be a number between %d and %d'] = 'Webstorlekens bildkvalitet måste vara ett nummer mellan %d och %d';
|
||||
$lang['The thumbnail maximum width must be a number between %d and %d'] = 'Miniatyrbildens maximala bredd måste vara ett nummer mellan %d och %d';
|
||||
$lang['The thumbnail maximum height must be a number between %d and %d'] = 'Miniatydbildens maximala höjd måste vara ett nummer mellan %d och %d';
|
||||
$lang['The thumbnail image quality must be a number between %d and %d'] = 'Miniatydbildens kvalitet måste vara ett nummer mellan %d och %d';
|
||||
$lang['Settings'] = 'Inställningar';
|
||||
$lang['Web size photo'] = 'Webstorleks foto';
|
||||
$lang['Resize'] = 'Ändra storlek';
|
||||
$lang['Maximum Width'] = 'Maximal Bredd';
|
||||
$lang['pixels'] = 'pixlar';
|
||||
@@ -702,10 +695,6 @@ $lang['Menu Management'] = 'Hantera menyer';
|
||||
$lang['automatic order'] = 'automatisk beställning';
|
||||
$lang['manual order'] = 'manuell beställning';
|
||||
$lang['Albums automatically sorted'] = 'Album sorteras automatiskt';
|
||||
$lang['Keep high definition'] = 'Behåll högupplösing';
|
||||
$lang['The high definition maximum width must be a number between %d and %d'] = 'Den högupplösta bildens maximal bredd måste vara ett tal mellan %d och %d';
|
||||
$lang['The high definition maximum height must be a number between %d and %d'] = 'Den högupplösta bildens maximal höjd måste vara ett tal mellan %d and %d';
|
||||
$lang['The high definition image quality must be a number between %d and %d'] = 'Den högupplösta bildkvalitet måste vara ett tal mellan %d and %d';
|
||||
$lang['Batch Manager'] = 'Batch hanteraren';
|
||||
$lang['include child albums'] = 'innefattar under album';
|
||||
$lang['Selection'] = 'Urval';
|
||||
|
||||
Reference in New Issue
Block a user