source: extensions/BatchDownloader/language/es_ES/plugin.lang.php @ 21626

Last change on this file since 21626 was 21626, checked in by TranslationTeam, 11 years ago

[batch_downloader] Update es_ES, thanks to : crazydark

  • Property svn:executable set to *
File size: 5.4 KB
RevLine 
[16731]1<?php
2// +-----------------------------------------------------------------------+
[18029]3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
[16731]23$lang['<b>Warning:</b> all files will be deleted within %d hours'] = '<b> Advertencia: </ b> todos los archivos serán eliminados dentro de% d horas';
24$lang['Archive comment'] = 'Comentario sobre el archivo ';
25$lang['Archive prefix'] = 'Prefijo del archivo';
26$lang['Archives'] = 'Archivo';
27$lang['Batch Downloader'] = 'Descarga por lote';
28$lang['Cancel this download'] = 'Cancelar esta descarga';
29$lang['Cancel this set'] = 'Cancelar este lote';
30$lang['Confirm the download of %d pictures?'] = '¿Confirma la descarga de %d imágenes?';
31$lang['Delete downloads after'] = 'Eliminar las descargas después de';
32$lang['Delete this set'] = 'Eliminar este lote';
33$lang['Download all pictures of this selection'] = 'Descargar toda las imágenes seleccionadas';
34$lang['Download history'] = 'Histórico de descarga';
35$lang['Download info'] = 'Información sobre descarga';
36$lang['Download links'] = 'Enlaces de descarga';
37$lang['Download permissions'] = 'Permisos de descarga';
38$lang['Download set deleted'] = 'Lote de descarga eliminados';
39$lang['Downloads'] = 'Descargas';
40$lang['Edit the set'] = 'Editar el lote';
41$lang['Estimated number of archives'] = 'Números de archivos estimados';
[21626]42$lang['Estimated size'] = 'Tamaño estimado ';
[16731]43$lang['Generate ZIP'] = 'Generar ZIP';
44$lang['Maximum number of photos per download set'] = 'Numero máximo de imágenes por lotes bajado';
45$lang['Maximum photo size'] = 'Tamaño de imagenes máximo ';
46$lang['Maximum size of each archive (in Megabytes)'] = 'Tamaño máximo de cada archivo (en Megabytes)';
47$lang['Random'] = 'Aleatorio';
48$lang['Remove all finished downloads'] = 'Eliminar las descargas terminadas';
49$lang['Remove from download set'] = 'Eliminar desde el lote de descarga';
50$lang['Return to download page'] = 'Vuelta a la pagina de descarga';
51$lang['Set type'] = 'Establecer tipo';
52$lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'El archivo se está descargando, si la descarga no se inicia automáticamente href="%s"> favor <a haga clic aquí </ a>';
53$lang['Total size'] = 'Tamaño total';
54$lang['User collection'] = 'Colección del usuario';
[21626]55$lang['User groups'] = 'Grupos de usuarios';
56$lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'Advertencia: ZipArchive no acepta caracteres especiales como los acentos, comillas  (») y alfabetos no latinos.';
[16731]57$lang['Whole gallery'] = 'Galería completa';
58$lang['You can not edit this set'] = 'No puede editar este lote';
59$lang['You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'] = 'Usted a eligido descargar %d imágenes, pero el sistema se limita a% d. Puede modificar el conjunto, o las últimas %d imágenes no se descargarán.';
60$lang['done'] = 'realizado';
61$lang['download'] = 'descarga';
62$lang['hours'] = 'horas';
[21626]63$lang['real number of archives can differ'] = 'número real de archivos puede ser diferente';
[18029]64$lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'No se puede encontrar ZipArchive extensión de PHP, Batch Downloader usará PclZip en su lugar, pero con menor rendimiento.';
[18379]65$lang['Number of archives'] = 'Numero de archivos';
66$lang['Number of images'] = 'Numero de fotos';
[19192]67$lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'Al descargar el archivo #%d se destruirá el archivo #% d, asegúrese de que termine la descarga. ¿Desea continuar?';
[20420]68$lang['Warning: Only registered users can use Batch Downloader.'] = 'Alerta: Solo los usuarios registrados pueden usar Batch Downloader';
[21626]69$lang['What can be downloaded?'] = '¿Qué puede ser descargado?';
70$lang['No result'] = 'Sin resultados';
[16731]71?>
Note: See TracBrowser for help on using the repository browser.