Changeset 11966 for trunk/language/it_IT


Ignore:
Timestamp:
Aug 18, 2011, 5:19:03 PM (13 years ago)
Author:
plg
Message:

feature 2407 added: display upload limitations before file selection (file
maximum size, maximum dimensions, allowed file types). The maximum dimensions
are calculated for GD only (because Imagick and External ImageMagick are not
using PHP memory as far as I could find on the web).

bug 2408 fixed: change term "old style form" into "browser uploader" and
"multiple file form" into "Flash Uploader" (based on WordPress user interface)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/it_IT/admin.lang.php

    r11955 r11966  
    622622$lang['Manage this set of %d photos'] = 'Gestire questo set di %d foto';
    623623$lang['Select files'] = 'Scegliere i file';
    624 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'File JPEG o archivi ZIP con dentro dei file JPEG per cortesia.';
    625624$lang['Everybody'] = 'Tutti';
    626625$lang['Who can see these photos?'] = 'Chi può vedere queste foto?';
    627626$lang['Who can see this photo?'] = 'Chi può vedere questa foto?';
    628 $lang['... or switch to the old style form'] = '... o passare sul modulo "vecchio stile"';
    629 $lang['... or switch to the multiple files form'] = '... o passare sul modulo multi-file';
    630627
    631628$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';
Note: See TracChangeset for help on using the changeset viewer.