source: extensions/File_Uploader/language/es_ES/plugin.lang.php @ 19875

Last change on this file since 19875 was 19875, checked in by julien1311, 11 years ago

[file_uploader] lots of bug fixes

  • Property svn:executable set to *
File size: 5.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
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// +-----------------------------------------------------------------------+
23$lang['You can use this plugin with the plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> to add an icon to your "non picture" files.'] = 'Puede usar el plugin con el plugin  <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> para añadir iconos a los archivos que no sean fotos.';
24$lang['create a new album'] = 'Crear un nuevo álbum';
25$lang['Missing a temporary folder'] = 'Falta una carpeta temporal';
26$lang['No file to upload'] = 'Ningun archivo para subir';
27$lang['Open files in a new tab'] = 'Abrir archivos en una nueva pestaña';
28$lang['file_uploader_pdf2tab_tooltip'] = 'Abrir archivo en una nueva pestaña';
29$lang['Overwrite files without notice'] = 'Sobrescribir archivos sin notificarlo';
30$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'Piwigo es un software gratuito (código abierto), puedes usarlo gratis y esto no va a cambiar. Las donaciones son recolectadas por la fundación Piwigo (sin ánimo de lucro) para cubrir los gastos del proyecto.';
31$lang['Properties'] = 'Propiedades';
32$lang['Specify a file to upload'] = 'Elegir un archivo para subir';
33$lang['Specify a thumbnail for your file'] = 'Elegir una miniatura para el archivo';
34$lang['The Configuration tab allows you to customize the plugin in two ways:'] = 'La pestaña de configuración permite personalizar el plugin de dos formas:';
35$lang['The Upload tab allows you to upload "non picture" files to your gallerie. Fill in the form to upload and synchronize your file.'] = 'La pestaña de subida permite subir otros archivos que no sean fotos a la galeria. Rellena el formulario para subir y sincroniza el archivo.';
36$lang['The thumbnail must be a picture'] = 'La miniatura debe ser una foto';
37$lang['There have been errors. See below'] = 'Hubo errores, ver debajo.';
38$lang['Thumbnail to upload:'] = 'Miniatura a subir:';
39$lang['Title:'] = 'Título:';
40$lang['Type of file not supported'] = 'Tipo de archivo no permitido';
41$lang['Unable to create folder '] = 'Fue imposible crear la carpeta';
42$lang['Upload'] = 'Subir';
43$lang['Upload error'] = 'Error al subir';
44$lang['You can use a personnal image or convert your file to an image using a desktop program or a web service such as'] = 'Puede usar una imagen personal o convertir su archivo en imagen usando un programa de escritorio o un servicio web como';
45$lang['... or '] = '...o';
46$lang[': Check to overwrite files during upload if a file with the same name already exists.'] = ': marca para sobrescribir los archivos durante la subida si un archivo con el mismo nombre ya existe.';
47$lang['Album:'] = 'Album';
48$lang['Can\'t upload file to galleries directory'] = 'No se pudo copiar el archivo al directorio de la galeria.';
49$lang['Choose a file'] = 'Elige un archivo';
50$lang['Choose a thumbnail'] = 'Elige una miniatura';
51$lang['Configuration'] = 'Configuración';
52$lang['Donate'] = 'Donar';
53$lang['Failed to write file to disk'] = 'Error al escribir el archivo en el disco';
54$lang['File Uploader Plugin'] = 'Plugin del uploader de ficheros';
55$lang['File exceeds the upload_max_filesize directive in php.ini'] = 'El archivo excede el valor upload_max_filesize en php.ini';
56$lang['File to upload:'] = 'Archivo a subir';
57$lang['File upload stopped by extension'] = 'Subida de archivos parada por la extensión';
58$lang['File uploaded and synchronized'] = 'Archivo subido y sincronizado';
59$lang['File was only partially uploaded'] = 'El archivo se subió parcialmente';
60$lang['File with this name already exists. You should rename this file.'] = 'Un archivo con ese nombre ya existe. Debe renombrar el archivo';
61$lang['Help'] = 'Ayuda';
62$lang['Invalid file name'] = 'Nombre de archivo inválido';
63$lang[': Check to open files in a new tab or download them depending on the extension.'] = 'Compruebe para abrir archivos en una nueva pestaña o descargarlos dependiendo de la extensión.';
64?>
Note: See TracBrowser for help on using the repository browser.