source: extensions/ASearchEngine/language/es_ES/plugin.lang.php @ 18024

Last change on this file since 18024 was 18024, checked in by TranslationTeam, 12 years ago

[advanced_search_engine] Update es_ES, thanks to : jpr928

  • Property svn:executable set to *
File size: 4.3 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['ase_config'] = 'Configuración';
24$lang['ase_config_saved'] = 'La configuración a sido guardada';
25$lang['ase_dateAvailable'] = 'Fecha en que se añadió';
26$lang['ase_dateCreation'] = 'Fecha en que se hizo';
27$lang['ase_date_between'] = 'Entre el ';
28$lang['ase_date_to'] = 'y el';
29$lang['ase_dont_have_rate'] = 'la foto ne tiene nota';
30$lang['ase_error_date'] = 'La fecha no es valida';
31$lang['ase_error_date_from'] = 'La fecha de principio de periodo es invalida';
32$lang['ase_error_date_to'] = 'La fecha de fin de periodo es invalida';
33$lang['ase_error_key_word_min_length_must_be_integer_gt_0'] = 'El numero mínimo de caracteres debe ser un entero superior a 0';
34$lang['ase_error_keyword_length'] = 'La palabra clave a buscar es demasiado corta';
35$lang['ase_error_limit_must_be_integer_gt_0'] = 'El numero de elementos restituidos debe ser un entro superior a 0';
36$lang['ase_error_no_module_checked'] = 'Si la pagina de búsqueda de Piwigo debe ser cambiada, al menos un modulo debe ser seleccionado';
37$lang['ase_error_no_tag_selected'] = 'Al menos una etiqueta debe ser seleccionada';
38$lang['ase_error_no_target'] = 'La búsqueda debe hacerse al menos en una de las propriedades de la foto';
39$lang['ase_error_period'] = 'El periodo es invalido: la fecha de principio de periodo debe ser anterior o igual a la fecha de fin de periodo';
40$lang['ase_error_rate_range'] = 'El intervalo es invalido: la nota mínima  debe ser inferior o igual a la nota máxima';
41$lang['ase_gallery_integration'] = 'Integración en la galería';
42$lang['ase_ignore_case'] = 'Ignorar mayúsculas y minúsculas';
43$lang['ASECategory'] = 'Advanced Search Engine - Categorías';
44$lang['ASEDate'] = 'Advanced Search Engine - Fechas';
45$lang['ASEKeyword'] = 'Advanced Search Engine - Palabras claves';
46$lang['ASERate'] = 'Advanced Search Engine - Nota media';
47$lang['ASETag'] = 'Advanced Search Engine - Etiquetas';
48$lang['To install this plugin, you need to install Grum Plugin Classes %s before'] = 'Para instalar este plugin, debe primero instalar el plugin Grum Plugin Classes %s';
49$lang['ase_Dont_have_rate'] = 'La foto no tiene nota';
50$lang['ase_add_category'] = 'Añadir una o varias categoría';
51$lang['ase_add_date'] = 'Añadir un periodo';
52$lang['ase_add_keyword'] = 'Añadir una palabra clave';
53$lang['ase_add_rate'] = 'Añadir una nota';
54$lang['ase_add_tag'] = 'Añadir una o varias etiquetas';
55$lang['ase_apply'] = 'Aplicar';
56$lang['ase_average_rate'] = 'Nota media';
57$lang['ase_cancel'] = 'Anular';
58$lang['ase_categories'] = 'Categorías';
59$lang['ase_category'] = 'Categoría';
60$lang['ase_choose_categories'] = 'Buscar en una o mas categorías';
61$lang['ase_choose_date'] = 'Búsqueda en un periodo';
62$lang['ase_choose_rate'] = 'Búsqueda por nota';
63?>
Note: See TracBrowser for help on using the repository browser.