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/de_DE/admin.lang.php

    r11954 r11966  
    618618$lang['Manage this set of %d photos'] = 'Verwalte dieses Set von %d Fotos';
    619619$lang['Select files'] = 'Wähle Dateien aus';
    620 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG Dateien oder ZIP Archive, die JPEG Dateien enthalten bitte.';
    621620$lang['Everybody'] = 'Jedermann';
    622621$lang['Who can see these photos?'] = 'Wer soll die Fotos sehen können?';
    623622$lang['Who can see this photo?'] = 'Wer soll dieses Foto sehen können?';
    624 $lang['... or switch to the old style form'] = '... oder schalte um auf das alte Formular';
    625 $lang['... or switch to the multiple files form'] = '... oder schalte um auf Mehrfachauswahl';
    626623$lang['The websize maximum width must be a number between %d and %d'] = 'Die maximale Breite muss eine Zahl zwischen %d und %d sein';
    627624$lang['The websize maximum height must be a number between %d and %d'] = 'Die maximale Höhe muss eine Zahl zwischen %d und %d sein';
Note: See TracChangeset for help on using the changeset viewer.