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

    r11641 r11966  
    620620$lang['Manage this set of %d photos'] = 'Zarządzaj tym zbiorem %d zdjęć';
    621621$lang['Select files'] = 'Wybierz pliki';
    622 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'Pliki JPEG lub archiwa ZIP z plikami JPEG w środku.';
    623622$lang['Everybody'] = 'Każdy';
    624623$lang['Who can see these photos?'] = 'Kto może oglądać te zdjęcia?';
    625 $lang['... or switch to the old style form'] = '... lub przełącz do starego stylu formularza';
    626 $lang['... or switch to the multiple files form'] = '... lub przełącz do formularza wielu plików';
    627624$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';
    628625$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';
Note: See TracChangeset for help on using the changeset viewer.