From 27d0c89c337ee5a2281640d0fed68ed26c0a50e1 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 18 Aug 2011 15:19:03 +0000 Subject: 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 --- language/uk_UA/admin.lang.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'language/uk_UA') diff --git a/language/uk_UA/admin.lang.php b/language/uk_UA/admin.lang.php index 615577db3..8182c9c78 100644 --- a/language/uk_UA/admin.lang.php +++ b/language/uk_UA/admin.lang.php @@ -94,8 +94,6 @@ $lang['%s must be to set to false in your local/config/config.inc.php file'] = ' $lang['%s value is not correct file because exif are not supported'] = '%s значення некоректне, оскільки EXIF не підтримуються'; $lang['+ Add an upload box'] = '+ Додати вікно завантаження'; $lang[', click on'] = ', натисніть на'; -$lang['... or switch to the multiple files form'] = '... або переключитися на форму завантаження кількох файлів'; -$lang['... or switch to the old style form'] = '... або переключитися на старий стиль форми'; $lang['A local listing.xml file has been found for'] = 'Знайдено локальний файл listing.xml для'; $lang['A new version of Piwigo is available.'] = 'Доступна нова версія Piwigo.'; $lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'тип файлу зображення вимагає завантаження мініатюри. Мініатюри повинні бути в під-каталозі "thumbnail" каталогу альбому. Назва файлу мініатюри повинна починатись з конфігураційного префікса мініатюри, а розширення повинно бути одним із наступних :'; -- cgit v1.2.3