Changeset 11966 for trunk/language/fa_IR


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

    r11274 r11966  
    619619$lang['Manage this set of %d photos'] = 'Manage this set of %d photos';
    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?'] = 'چه کسی قادر به مشاهده این تصاویر باشد؟';
    624623$lang['Who can see this photo?'] = 'چه کسی قادر به مشاهده این تصویر باشد';
    625 $lang['... or switch to the old style form'] = 'تعویض به فرم آپلود قدیمی...';
    626 $lang['... or switch to the multiple files form'] = 'تعویض به حالت جدید ....';
    627624$lang['The websize maximum width must be a number between %d and %d'] = 'حداکثر عرض برای تصویر پیش‌فرض باید عددی بین %d و %d باشد';
    628625$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.