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/lv_LV/admin.lang.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'language/lv_LV/admin.lang.php') diff --git a/language/lv_LV/admin.lang.php b/language/lv_LV/admin.lang.php index 234a62335..4cb23134a 100644 --- a/language/lv_LV/admin.lang.php +++ b/language/lv_LV/admin.lang.php @@ -611,12 +611,9 @@ $lang['Privacy level set to "%s"'] = 'Iestatīt piekļuves līmeni "%s"'; $lang['Album "%s" now contains %d photos'] = 'Kategorijā "%s" ir %d attēli'; $lang['Manage this set of %d photos'] = 'Rediģēt šo %d attēlu kopumu.'; $lang['Select files'] = 'Izvēlēties failus'; -$lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'Lūdzu JPEG failus vai ZIP arhīvus no JPEG failiem.'; $lang['Everybody'] = 'Visi'; $lang['Who can see these photos?'] = 'Kas var skatīties šos attēlus?'; $lang['Who can see this photo?'] = 'Kas var skatīties šo attēlu?'; -$lang['... or switch to the old style form'] = '... vai lietojiet vecā stila formu'; -$lang['... or switch to the multiple files form'] = '... vai lietojiet multiielādes formu'; $lang['The websize maximum width must be a number between %d and %d'] = 'Maksimālajam attēla platumam jābūt skaitlim starp %d and %d'; $lang['The websize maximum height must be a number between %d and %d'] = 'Maksimālajam attēla augstumam jābūt skaitlim starp %d and %d'; $lang['The websize image quality must be a number between %d and %d'] = 'Attēla kvalitātei jābūt skaitlim starp %d and %d'; -- cgit v1.2.3