source: extensions/Prune_History/language/es_ES/plugin.lang.php @ 18387

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

[prune_history] Update es_ES, thanks to : jpr928

  • Property svn:executable set to *
File size: 2.7 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['PH_Bad_version_backup'] = 'Versión incorrecta del plugin! La copia de seguridad que está intentando restaurar esta obsoleta o se creó con una versión anterior del complemento.';
24$lang['PH_AutoRange_title_d'] = 'Configure los criterios aquí <b> conservación </ b> historial de la poda automática. Varias opciones son posibles: <br>
25- Mantener x días<br>
26- Mantener x mes<br>
27- Mantener x años<br>
28Por ejemplo: Si desea conservar una profundidad historial de 3 meses, puede configurar tres meses o 91 días<br><br>.
29Nota: el historial no se ve afectado por la poda automática.';
30$lang['PH_AutoPrune_title'] = 'Poda automatica';
31$lang['PH_AutoRange_title'] = 'seguir el historial hasta:';
32$lang['PH_AutoPrune_true'] = 'Permitir';
33$lang['PH_AutoPrune_title_d'] = 'Si habilita la poda automática, se activará automáticamente en cada inicio de sesión de usuario en la galería (incluyendo un administrador o webmaster) y en base a la configuración de conservación. <br><br>
34<b style=&quot;color: red;&quot;>
35Usar con precaución! Datos podados no será recuperable </ b>';
36$lang['PH_AutoPrune_false'] = 'Desactivado (por defecto)';
37?>
Note: See TracBrowser for help on using the repository browser.