Changeset 11966 for trunk/language/ar_SA


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

    r11743 r11966  
    620620$lang['Manage this set of %d photos'] = '%d إدارة اعدادت صور';
    621621$lang['Select files'] = 'اختيار الملفات';
    622 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'ملفات صور JPEG النقطيبة و ملفات مضغوطةZIP فقط';
    623622$lang['Everybody'] = 'الجميع';
    624623$lang['Who can see these photos?'] = 'من يمكنه رؤية هذه الصور';
    625624$lang['Who can see this photo?'] = 'من يمكنه رؤية هذه الصورة؟';
    626 $lang['... or switch to the old style form'] = '... أو اظهر الواجهة القديمة ';
    627 $lang['... or switch to the multiple files form'] = '... أو التحول إلى شكل ملفات متعددة';
    628625$lang['The websize maximum width must be a number between %d and %d'] = '%d و %d الحد الأعلى لعرض صورة الويب يجب أن تكون';
    629626$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.