diff options
author | plegall <plg@piwigo.org> | 2012-01-12 21:37:28 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-01-12 21:37:28 +0000 |
commit | cac417c74bc6d5f528b356190561d244e9b4f93a (patch) | |
tree | 98d7f341215bfec3e75de2dde0a2a2167d54b30c /language/it_IT/admin.lang.php | |
parent | 6a115001ba122c2084e28353e025f7c8c5f62335 (diff) |
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
Diffstat (limited to 'language/it_IT/admin.lang.php')
-rw-r--r-- | language/it_IT/admin.lang.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index c7e358c74..876ba2b24 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -605,14 +605,7 @@ $lang['Select files'] = 'Scegliere i file'; $lang['Everybody'] = 'Tutti'; $lang['Who can see these photos?'] = 'Chi può vedere queste foto?'; $lang['Who can see this photo?'] = 'Chi può vedere questa foto?'; -$lang['The websize maximum width must be a number between %d and %d'] = 'La larghezza massima della foto con dimenzioni per il web deve essere un numero tra %d e %d'; -$lang['The websize maximum height must be a number between %d and %d'] = 'L\'altezza massima della foto con dimenzioni per il web deve essere un numero tra %d e %d'; -$lang['The websize image quality must be a number between %d and %d'] = 'La qualità dell\'immagine per la foto con dimenzioni per il web deve essere un numero tra %d e %d'; -$lang['The thumbnail maximum width must be a number between %d and %d'] = 'La larghezza massima della miniatura deve essere un numero tra %d e %d'; -$lang['The thumbnail maximum height must be a number between %d and %d'] = 'L\'altezza massima della miniatura deve essere un numero tra %d e %d'; -$lang['The thumbnail image quality must be a number between %d and %d'] = 'La qualità dell\'immagine per la miniatura deve essere un numero tra %d e %d'; $lang['Settings'] = 'Configurazione'; -$lang['Web size photo'] = 'Dimensione foto web'; $lang['Resize'] = 'Ridimensionare'; $lang['Maximum Width'] = 'Larghezza massima'; $lang['pixels'] = 'pixels'; @@ -710,10 +703,6 @@ $lang['Menu Management'] = 'Menu'; $lang['automatic order'] = 'Ordinamento automatico'; $lang['manual order'] = 'Ordinamento manuel'; $lang['Albums automatically sorted'] = 'Gli album sono stati ordinati automaticamente'; -$lang['Keep high definition'] = 'Mantenere l\'alta definizione'; -$lang['The high definition maximum width must be a number between %d and %d'] = 'La larghezza massima per l\'alta definizione deve essere un numero compreso tra %d e %d'; -$lang['The high definition maximum height must be a number between %d and %d'] = 'L\'altezza massima per l\'alta definizione deve essere un numero compreso tra %d e %d'; -$lang['The high definition image quality must be a number between %d and %d'] = 'La qualità dell\'immagine per l\'alta definizione deve essere un numero compreso tra %d e %d'; $lang['Batch Manager'] = 'Gestione dei lotti'; $lang['include child albums'] = 'includere gli album dipendenti'; $lang['Selection'] = 'Selezione'; |