source: extensions/upload_form/language/es_ES/plugin.lang.php @ 5137

Last change on this file since 5137 was 5137, checked in by ddtddt, 14 years ago

[extensions]- [upload_form] update ES

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.5 KB
RevLine 
[4767]1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010      Pierrick LE GALL             http://piwigo.org |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['Upload Form'] = 'Formulario de transferencia';
23$lang['Upload Photos'] = 'Añada sus fotos';
24$lang['Drop into category'] = 'Escoger una categoría';
25$lang['+ Add an upload box'] = '+ Añada una caja cargaré';
[4790]26$lang['Upload'] = 'Trasladar';
27$lang['Create the "%s" directory at the root of your Piwigo installation'] = 'Cree el repertori "%s" a la raíz de su instalación Piwigo';
28$lang['Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation'] = 'Dé los derechos en escritura (chmod 777) al repertorio "%s" a la raíz de su instalación Piwigo';
[4798]29$lang['existing category'] = 'Categoría existente';
30$lang['create a new category'] = 'Crear una nueva categoría';
31$lang['Category name'] = 'Nombre de la categoría';
32$lang['Category "%s" has been added'] = 'La categoría "%s" ha sido añadida';
[4809]33$lang['Uploaded Photos'] = 'Fotos añadidas ';
34$lang['%d photos uploaded'] = '%d fotos añadidas';
35$lang['Privacy level set to "%s"'] = 'Nivel de confidencialidad "%s"';
36$lang['Category "%s" now contains %d photos'] = 'La categoría "%s" contiene en lo sucesivo %d fotos';
[4814]37$lang['Manage this set of %d photos'] = 'Administrar este lote de %d fotos';
[4831]38$lang['Select files'] = 'Escoger ficheros';
39$lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'Ficheros JPEG o archivas ZIP con ficheros JPEG dentro por favor.';
[5137]40$lang['Everybody'] = 'Todo el mundo';
41$lang['Who can see these photos?'] = '¿ Quién puede ver estas fotos?';
42$lang['... or switch to the old style form'] = '... o pasar sobre el formulario " al antiguo"';
43$lang['... or switch to the multiple files form'] = '... o pasar sobre el formulario multifichero';
44
45$lang['The websize maximum width must be a number between %d and %d'] = 'La anchura máxima para la foto talla web debe ser una cifra comprendida entra  %d y %d';
46$lang['The websize maximum height must be a number between %d and %d'] = 'La altura máxima para la foto talla web debe ser una cifra comprendida entra  %d y %d';
47$lang['The websize image quality must be a number between %d and %d'] = 'La calidad de imagen para la foto talla web debe ser una cifra comprendida entra  %d y %d';
48$lang['The thumbnail maximum width must be a number between %d and %d'] = 'La anchura máxima para la miniatura debe ser una cifra comprendida entra %d y %d';
49$lang['The thumbnail maximum height must be a number between %d and %d'] = 'La altura máxima para la miniatura debe ser una cifra comprendida entra %d y %d';
50$lang['The thumbnail image quality must be a number between %d and %d'] = 'La calidad de imagen para la miniatura debe ser una cifra comprendida entra %d y %d';
51
52$lang['Settings'] = 'Configuración';
53$lang['Web size photo'] = 'Foto talla web';
54$lang['Resize'] = 'Redimensionar';
55$lang['Maximum Width'] = 'Anchura máxima';
56$lang['pixels'] = 'Píxeles';
57$lang['Maximum Height'] = 'Altura máxima';
58$lang['Image Quality'] = 'Calidad de imagen';
59$lang['Thumbnail'] = 'Miniatura';
60$lang['Save Settings'] = 'Registrar los parámetros';
61$lang['Your configuration settings are saved'] = 'Sus parámetros de configuraciones son registrados';
Note: See TracBrowser for help on using the repository browser.