Changeset 11966 for trunk/language/zh_TW


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

    r11271 r11966  
    611611$lang['Manage this set of %d photos'] = '管理此設置的 %d 張照片 ';
    612612$lang['Select files'] = '選擇文件';
    613 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG 文件或者將 JPEG 文件放到一個 ZIP 檔案裡';
    614613$lang['Everybody'] = '每個人';
    615614$lang['Who can see these photos?'] = '哪些人可以看到這些相片?';
    616 $lang['... or switch to the old style form'] = '... 或者使用舊式的表單';
    617 $lang['... or switch to the multiple files form'] = '... 或者使用多文件上傳表單';
    618615$lang['The websize maximum width must be a number between %d and %d'] = '最大寬度的網頁尺寸必須在 %d 和 %d 之間';
    619616$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.