diff options
author | plegall <plg@piwigo.org> | 2011-08-18 15:19:03 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-08-18 15:19:03 +0000 |
commit | 27d0c89c337ee5a2281640d0fed68ed26c0a50e1 (patch) | |
tree | ad6c21054706d7d81cc9fe541107100a51c565da /language/cs_CZ/admin.lang.php | |
parent | 71848746ba06480ed82811df2373faf75e6e563f (diff) |
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)
git-svn-id: http://piwigo.org/svn/trunk@11966 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/cs_CZ/admin.lang.php')
-rw-r--r-- | language/cs_CZ/admin.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php index 7ec1588e3..ed93d92b0 100644 --- a/language/cs_CZ/admin.lang.php +++ b/language/cs_CZ/admin.lang.php @@ -592,7 +592,6 @@ $lang['Privacy level set to "%s"'] = 'Uroveň soukromí údajú nastaven na "%s" $lang['Album "%s" now contains %d photos'] = 'Kategorie "%s" nyní obsahuje %d fotografií'; $lang['Manage this set of %d photos'] = 'Spravovat tento soubor %d fotografií'; $lang['Select files'] = 'Výběr souborů'; -$lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG soubory nebo ZIP archivy s JPEG soubory prosím.'; $lang['Operation in progress'] = 'Provádím údržbu.'; $lang['Please wait...'] = 'Prosím počkejte...'; $lang['Piwigo Announcements Newsletter'] = 'Piwigo Zpravodaj'; @@ -623,8 +622,6 @@ $lang['Everybody'] = 'Každý'; $lang['Who can see these photos?'] = 'Kdo může vidět tyto fotografie?'; $lang['Who can see this photo?'] = 'Kdo může vidět tuto fotografii?'; $lang['Pending Comments'] = 'Nevyřízené komentáře'; -$lang['... or switch to the old style form'] = '... nebo přepněte na původní styl'; -$lang['... or switch to the multiple files form'] = '... nebo přepněte na formát vícenásobných souborů'; $lang['The websize maximum width must be a number between %d and %d'] = 'Maximální šířka webovské stránky musí být číslo mezi %d a %d'; $lang['The websize maximum height must be a number between %d and %d'] = 'Maximální výška webovské stránky musí být číslo mezi %d a %d'; $lang['The websize image quality must be a number between %d and %d'] = 'Kvalita formátu fotografie pro web musí být číslo mezi %d and %d'; |