source: extensions/MyPiwiShop/language/es_ES/plugin.lang.php

Last change on this file was 28448, checked in by TranslationTeam, 10 years ago

[mypiwishop] Update es_ES, thanks to : petaqui

  • Property svn:executable set to *
File size: 5.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['the order is changed'] = 'el orden esta cambiado';
24$lang['the product'] = 'el producto';
25$lang['you must enter the name of the option'] = 'tiene que poner el nombre de la opción';
26$lang['you must enter the product and not the price'] = 'tiene que poner el producto y no el precio';
27$lang['Edit'] = 'Editar';
28$lang['The order is changed'] = 'El orden esta cambiado';
29$lang['Type'] = 'Tipo';
30$lang['Type of option'] = 'Tipo de opción';
31$lang['Validate the change'] = 'Validar el cambio';
32$lang['Value'] = 'Valor';
33$lang['View cart'] = 'Ver el carrito';
34$lang['What is MyPiwiShop?'] = '¿Que es "MyPiwiShop"?';
35$lang['Your Paypal id'] = 'Su Identificación de Paypal o de correo electrónico de su cuenta Paypal';
36$lang['a option'] = 'una opción';
37$lang['a product'] = 'un producto';
38$lang['add value'] = 'añadir valor';
39$lang['drag / drop to change the order'] = 'arrastrar / soltar para cambiar el orden';
40$lang['duplicate'] = 'duplicado';
41$lang['option registered'] = 'opción registrada';
42$lang['products have been added to these images'] = 'productos añadidos a estas imágenes';
43$lang['products have been removed for these pictures'] = 'productos eliminados de estas imágenes';
44$lang['see related products for this picture'] = 'ver los productos relacionados con esta imagen';
45$lang['shipping fees'] = 'costes de transporte';
46$lang['the option'] = 'opción';
47$lang['Note administrator'] = 'Nota del administrador';
48$lang['Option registered'] = 'Opción registrada';
49$lang['Option value'] = 'Valor de la opción';
50$lang['Options'] = 'Opciones';
51$lang['Presentation text for a single product'] = 'Texto de presentación para un único producto';
52$lang['Presentation text for several products'] = 'Texto de presentación para varios productos';
53$lang['Price'] = 'Precio';
54$lang['Product'] = 'Producto';
55$lang['Product registered'] = 'Producto registrado';
56$lang['Products'] = 'Productos';
57$lang['Products have been added to these images'] = 'Productos añadidos a estas imágenes';
58$lang['Products have been removed for these pictures'] = 'Productos eliminados de estas imágenes';
59$lang['Registered'] = 'Registrado';
60$lang['Required'] = 'Requerido';
61$lang['Select at least one product'] = 'Seleccione al menos un producto';
62$lang['Shipping cost'] = 'Costes de transporte';
63$lang['Shop'] = 'Tienda';
64$lang['Showing 0 to 0 of 0 records'] = 'Mostrando 0-0 de 0 registros';
65$lang['Showing _START_ to _END_ of _TOTAL_ records'] = 'Mostrando _START_ a _END_ de _TOTAL_registros';
66$lang['The field is required'] = 'Se requiere este campo';
67$lang[' option'] = 'Opciones';
68$lang[' product'] = 'producto';
69$lang['(filtered from _MAX_ total records)'] = '(filtrado de _MAX_ registros totales)';
70$lang['Add '] = 'Añadir';
71$lang['Add a option'] = 'Añadir una opción';
72$lang['Add a product'] = 'Añadir un producto';
73$lang['Add the selected products for these images'] = 'Añade el producto seleccionado para estas imágenes';
74$lang['Buy'] = 'Comprar';
75$lang['Change the display order of options in the form'] = 'Cambiar el orden de visualización de las opciones en el formulario';
76$lang['Change the display order of products in the form'] = 'Cambiar el orden de visualización de los productos en el formulario';
77$lang['Configuration'] = 'Configuración';
78$lang['Currency'] = 'Moneda';
79$lang['Delete the selected products for these images'] = 'Elimine los productos seleccionados para estas imagenes';
80$lang['Display _MENU_ records per page'] = 'Registros Display _MENU_ por página';
81$lang['Duplicate '] = 'Duplicado';
82$lang['Fields marked with * must be completed'] = 'Campos marcados con * deben ser completados';
83$lang['No matching option found'] = 'Ninguna correspondencias de opciones encontradas';
84$lang['No product selected'] = 'Ningún productos seleccionados';
85$lang['Edit '] = 'Editar';
Note: See TracBrowser for help on using the repository browser.