Ignore:
Timestamp:
Jan 12, 2012, 10:37:28 PM (12 years ago)
Author:
plg
Message:

feature 2548, multiple size:

  • adapt the upload script
  • remove the resize settings screen
  • add a new screen [Administration > Configuration > Options > Photo Sizes] with the ability to resize original after upload
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/hr_HR/admin.lang.php

    r12817 r12879  
    597597$lang['Everybody'] = 'Svi';
    598598$lang['Who can see these photos?'] = 'Tko može pregledavati ove slike?';
    599 $lang['The websize maximum width must be a number between %d and %d'] = 'Najveća širina web prozora mora biti broj između %d i %d';
    600 $lang['The websize maximum height must be a number between %d and %d'] = 'Najveća visina web prozora mora biti broj između %d i %d';
    601 $lang['The websize image quality must be a number between %d and %d'] = 'Kakvoća slike u web prozoru mora biti broj između %d i %d';
    602 $lang['The thumbnail maximum width must be a number between %d and %d'] = 'Najveća širina poveznih sličica mora biti broj između %d i %d';
    603 $lang['The thumbnail maximum height must be a number between %d and %d'] = 'Najveća visina poveznih sličica mora biti broj između %d i %d';
    604 $lang['The thumbnail image quality must be a number between %d and %d'] = 'Kakvoća poveznih sličica mora biti broj između %d i %d';
    605599$lang['Settings'] = 'Postavke';
    606 $lang['Web size photo'] = 'Veličina slike na web stranici';
    607600$lang['Resize'] = 'Pronijeni veličinu';
    608601$lang['Maximum Width'] = 'Najveća Širina';
     
    705698$lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] = 'Vrijednost upload_max_filesize (%sB) u vašoj php.ini datoteci je veća od post_max_size (%sB), trebali biste podesiti te postavke';
    706699$lang['include child albums'] = 'uključi podalbume';
    707 $lang['Keep high definition'] = 'Zadrži visoku kvalitetu';
    708700$lang['manual order'] = 'ručni poredak';
    709701$lang['%d of %d photos selected'] = 'označeno %d od %d fotografija';
     
    730722$lang['Set creation date'] = 'Postavi datum nastanka';
    731723$lang['Set title'] = 'Postavi naslov';
    732 $lang['The high definition image quality must be a number between %d and %d'] = 'Kvaliteta slike visoke razlučivosti mora biti broj između %d i %d';
    733 $lang['The high definition maximum height must be a number between %d and %d'] = 'Maksimalna visina slike visoke razlučivosti mora biti broj između %d i %d';
    734 $lang['The high definition maximum width must be a number between %d and %d'] = 'Maksimalna širina slike visoke razlučivosti mora biti broj između %d i %d';
    735724$lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'Veličina poslane datoteke prelazi MAX_FILE_SIZE postavku definiranu unutar HTML obrasca';
    736725$lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'Veličina poslane datoteke prelazi uload_max_filesize postavku u php.ini: %sB';
Note: See TracChangeset for help on using the changeset viewer.