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

    r11960 r11966  
    619619$lang['Manage this set of %d photos'] = 'Уреди овај сет %d фотографија';
    620620$lang['Select files'] = 'Изабери датотеке';
    621 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG датотеке или ZIP архиве са JPEG датотекама у себи молим.';
    622621$lang['Everybody'] = 'Сви';
    623622$lang['Who can see these photos?'] = 'Ко може да види фотографије?';
    624 $lang['... or switch to the old style form'] = '... или промени на стари стил образац';
    625 $lang['... or switch to the multiple files form'] = '...или промени на вишеструке датотеке образац';
    626623$lang['The websize maximum width must be a number between %d and %d'] = 'Максимална ширина фотографије мора бити број између %d и %d';
    627624$lang['The websize maximum height must be a number between %d and %d'] = 'Максимална висина фотографије мора бити број између %d и %d';
Note: See TracChangeset for help on using the changeset viewer.