Changeset 15641 for extensions/Subscribe_to_comments/language/es_ES
- Timestamp:
- Jun 11, 2012, 10:10:56 PM (12 years ago)
- Location:
- extensions/Subscribe_to_comments/language/es_ES
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Subscribe_to_comments/language/es_ES/index.php
r13164 r15641 1 1 <?php 2 // +-----------------------------------------------------------------------+3 // | Piwigo - a PHP based picture gallery |4 // +-----------------------------------------------------------------------+5 // | Copyright(C) 2008-2010 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 24 // Recursive call25 2 $url = '../'; 26 3 header( 'Request-URI: '.$url ); -
extensions/Subscribe_to_comments/language/es_ES/plugin.lang.php
r12944 r15641 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 23 $lang['Date'] = 'Fecha';24 23 $lang['Invalid email adress, your are not subscribed to comments.'] = 'Email incorrecto, no se ha suscrito a los comentarios.'; 25 $lang['Invalid email adress.'] = 'Dirección de email incorrecta.';26 $lang['Item'] = 'Objeto';27 $lang['Manage my subscriptions to comments'] = 'Administrar mis suscripciones de los comentarios.';28 $lang['Nothing to validate.'] = 'Nada que validar.';29 24 $lang['Notify me of followup comments'] = 'Notificarme de próximos comentarios.'; 30 $lang['Only unsubscribe notifications for comments from:'] = 'Cancelar suscripción de los comentarios de:';31 25 $lang['Please check your email inbox to confirm your subscription.'] = 'Por favor, revisa tu buzón de correo electrónico para confirmar la suscripción.'; 32 26 $lang['Return to item page'] = 'Volver a la página anterior'; 33 27 $lang['Subscribe'] = 'Suscribir'; 34 $lang['Subscribe without commenting'] = 'Suscribirse sin comentar.';35 28 $lang['Subscriptions of'] = 'Suscripciones de'; 36 29 $lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Suscripción cancelada correctamente.'; 37 30 $lang['Unsubscribe'] = 'Cancelar suscripción'; 38 31 $lang['Unsubscribe from all email notifications'] = 'Cancelar todas las suscripciones por email '; 39 $lang['Unsubscribe from email notification'] = 'Cancelar suscripción de notificaciones por email';40 $lang['You are currently subscribed to comments.'] = 'Estas suscrito a los comentarios.';41 32 $lang['You are not subscribed to any comment.'] = 'No estas suscrito a ningún comentarios'; 42 $lang['You have been added to the list of subscribers for this album.'] = 'Se ha añadido tu dirección a la lista de suscriptores del álbum.';43 $lang['You have been added to the list of subscribers for this picture.'] = 'Se ha añadido tu dirección a la lista de suscriptores de la foto.';44 33 $lang['Your subscribtion has been validated, thanks you.'] = 'Tu suscripción se ha validado, gracias.'; 45 34 ?>
Note: See TracChangeset
for help on using the changeset viewer.