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/ro_RO/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 '')
-rw-r--r-- | language/ro_RO/admin.lang.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/language/ro_RO/admin.lang.php b/language/ro_RO/admin.lang.php index 154ec564b..ee41c4d39 100644 --- a/language/ro_RO/admin.lang.php +++ b/language/ro_RO/admin.lang.php @@ -262,8 +262,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 valoare este incorectă, deoarece exif-urile nu sunt suportate'; $lang['+ Add an upload box'] = '+ Adauga o cutie de încărcare'; $lang[', click on'] = ', apasă pe'; -$lang['... or switch to the multiple files form'] = '... sau schimbă în formularul pentru fişiere multiple'; -$lang['... or switch to the old style form'] = '... sau schimbă în formularul în stilul vechi'; $lang['A local listing.xml file has been found for'] = 'A fost găsit un fişier listing.xml local pentru'; $lang['A new version of Piwigo is available.'] = 'O nouă versiune a lui Piwigo este disponibilă.'; $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 :'] = 'un tip de fişier de fotografie necesită o previzualizare. Previzualizarea trebuie să existe în sub-directorul "thumbnail" din directorul albumului. Previzualizarea trebuie să înceapă cu prefixul configurat pentru previzualizări şi extensia trebuie să facă parte din lista următoare :'; |