Changeset 11966 for trunk/language/es_ES


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

    r11707 r11966  
    616616$lang['Manage this set of %d photos'] = 'Administrar este lote de %d fotos';
    617617$lang['Select files'] = 'Escoger ficheros';
    618 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'Ficheros JPEG o archivas ZIP que contiene ficheros JPEG por favor.';
    619618$lang['Everybody'] = 'Todo el mundo';
    620619$lang['Who can see these photos?'] = '¿ Quién puede ver estas fotos?';
    621 $lang['... or switch to the old style form'] = '... o utilizar el antiguo formulario';
    622 $lang['... or switch to the multiple files form'] = '... o utilizar el formulario multificheros';
    623620$lang['The websize maximum width must be a number between %d and %d'] = 'La ancho máxima para la medidas de las fotos debe ser una cifra comprendida entra  %d y %d';
    624621$lang['The websize maximum height must be a number between %d and %d'] = 'La altura máxima para la medidas de las fotos debe ser una cifra comprendida entra  %d y %d';
Note: See TracChangeset for help on using the changeset viewer.