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

    r11915 r11966  
    593593$lang['Manage this set of %d photos'] = 'Spravovat tento soubor %d fotografií';
    594594$lang['Select files'] = 'Výběr souborů';
    595 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG soubory nebo ZIP archivy s JPEG soubory prosím.';
    596595$lang['Operation in progress'] = 'Provádím údržbu.';
    597596$lang['Please wait...'] = 'Prosím počkejte...';
     
    624623$lang['Who can see this photo?'] = 'Kdo může vidět tuto fotografii?';
    625624$lang['Pending Comments'] = 'Nevyřízené komentáře';
    626 $lang['... or switch to the old style form'] = '... nebo přepněte na původní styl';
    627 $lang['... or switch to the multiple files form'] = '... nebo přepněte na formát vícenásobných souborů';
    628625$lang['The websize maximum width must be a number between %d and %d'] = 'Maximální šířka webovské stránky musí být číslo mezi %d a %d';
    629626$lang['The websize maximum height must be a number between %d and %d'] = 'Maximální výška webovské stránky musí být číslo mezi %d a %d';
Note: See TracChangeset for help on using the changeset viewer.