Changeset 11966 for trunk/language/sk_SK


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

    r11883 r11966  
    591591$lang['Manage this set of %d photos'] = 'Spravovať tento súbor %d fotografií';
    592592$lang['Select files'] = 'Výber súborov';
    593 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG súbory alebo ZIP archívy s JPEG súbormi prosím.';
    594593
    595594// missing translations 2.1.0
     
    624623$lang['Who can see this photo?'] = 'Kto môže vidieť túto fotografiu?';
    625624$lang['Pending Comments'] = 'Nevybavené komentáre';
    626 $lang['... or switch to the old style form'] = '... alebo prepnite na pôvodné štýly';
    627 $lang['... or switch to the multiple files form'] = '... alebo prepnite na formát viacnásobných súborov';
    628625$lang['The websize maximum width must be a number between %d and %d'] = 'Maximálna šírka webovej stránky musí byť číslo medzi %d a %d';
    629626$lang['The websize maximum height must be a number between %d and %d'] = 'Maximálna výška webovej stránky musí byť číslo medzi %d a %d';
Note: See TracChangeset for help on using the changeset viewer.