Changeset 11966 for trunk/language/sv_SE


Ignore:
Timestamp:
Aug 18, 2011, 5:19:03 PM (13 years ago)
Author:
plg
Message:

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)

File:
1 edited

Legend:

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

    r11860 r11966  
    613613$lang['Manage this set of %d photos'] = 'Hantera settet om %d foton';
    614614$lang['Select files'] = 'Markerade filer';
    615 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG filer eller ZIP arkiv med JPEG filer innuti tack.';
    616615$lang['Everybody'] = 'Alla';
    617616$lang['Who can see these photos?'] = 'Vem kan se dessa foton?';
    618617$lang['Who can see this photo?'] = 'Vem kan se detta foto?';
    619618
    620 $lang['... or switch to the old style form'] = '... eller byt till gamla versionen av formuläret';
    621 $lang['... or switch to the multiple files form'] = '... eller byt till formuläret för att ladda upp många bilder';
    622619
    623620$lang['The websize maximum width must be a number between %d and %d'] = 'Webstorlekens maximala bredd måste vara ett nummer mellan %d och %d';
Note: See TracChangeset for help on using the changeset viewer.