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

    r11898 r11966  
    621621$lang['Manage this set of %d photos'] = 'Quản lý bộ gồm %d ảnh';
    622622$lang['Select files'] = 'Chọn tệp tin';
    623 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'Chỉ chấp nhận tệp tin JPEG hoặc định dạng lưu trữ ZIP chứa tệp JPEG bên trong.';
    624623$lang['Everybody'] = 'Mọi người';
    625624$lang['Who can see these photos?'] = 'Ai có thể xem được những bức ảnh này?';
    626625$lang['Who can see this photo?'] = 'Ai có thể xem được bức ảnh này?';
    627 $lang['... or switch to the old style form'] = '... hoặc chuyển sang fomr kiểu cũ';
    628 $lang['... or switch to the multiple files form'] = '... hoặc chuyển sang fomr kiểu đa tệp tin';
    629626$lang['The websize maximum width must be a number between %d and %d'] = 'Chiều rộng lớn nhất của trang web phải là số nằm giữa %d và %d';
    630627$lang['The websize maximum height must be a number between %d and %d'] = 'Chiều cao lớn nhất của trang web phải là số nằm giữa %d và %d';
Note: See TracChangeset for help on using the changeset viewer.