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

    r11641 r11966  
    612612$lang['Manage this set of %d photos'] = 'Düzenle bu dizi %d resimleri';
    613613$lang['Select files'] = 'Dosyaları seçin';
    614 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG dosyaları ya da ZIP arşivleri içinde JPEG dosyaları olan.';
    615614$lang['Everybody'] = 'Herkes';
    616615$lang['Who can see these photos?'] = 'Kim bu resimleri görebilir?';
    617616$lang['Who can see this photo?'] = 'Kim bu resimi görebilir?';
    618 $lang['... or switch to the old style form'] = '... veya eski stil form geç';
    619 $lang['... or switch to the multiple files form'] = '... veya birden fazla dosya geçiş formu';
    620617$lang['The websize maximum width must be a number between %d and %d'] = 'En fazla genişlik %d ve %d sayıları arasında olmalı';
    621618$lang['The websize maximum height must be a number between %d and %d'] = 'En fazla yükseklik %d be %d sayıları arasında olmalı';
Note: See TracChangeset for help on using the changeset viewer.