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/fr_FR/admin.lang.php

    r11962 r11966  
    622622$lang['Manage this set of %d photos'] = 'Gérer ce lot de %d photos';
    623623$lang['Select files'] = 'Choisir des fichiers';
    624 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'Fichiers JPEG ou archives ZIP contenant des fichiers JPEG s\'il vous plaît.';
    625624$lang['Everybody'] = 'Tout le monde';
    626625$lang['Who can see these photos?'] = 'Qui peut voir ces photos ?';
    627626$lang['Who can see this photo?'] = 'Qui peut voir cette photo ?';
    628 $lang['... or switch to the old style form'] = '... ou utiliser le formulaire "à l\'ancienne"';
    629 $lang['... or switch to the multiple files form'] = '... ou utiliser le formulaire multi-fichiers';
    630627
    631628$lang['The websize maximum width must be a number between %d and %d'] = 'La largeur maximum pour la photo taille web doit être un chiffre compris entre %d et %d';
     
    856853$lang['Create'] = 'Créer';
    857854$lang['Start Upload'] = 'Démarrer le transfert';
     855$lang['You are using the Flash uploader. Problems? Try the <a href="%s">Browser uploader</a> instead.'] = 'Vous utilisez le formulaire Flash. Des problèmes ? Essayez le <a href="%s">formulaire HTML</a> à la place.';
     856$lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</a> instead.'] = 'Vous utilisez le formulaire HTML. Essayez le <a href="%s">formulaire Flash</a> à la place.';
     857$lang['Maximum file size: %sB.'] = 'Poids maximum des fichiers : %sB.';
     858$lang['Allowed file types: %s.'] = 'Types de fichiers autorisés : %s.';
     859$lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Résolution maximum approximative : %dM pixels (soit %dx%d pixels).';
    858860?>
Note: See TracChangeset for help on using the changeset viewer.