source: extensions/NBM_Subscriber/language/es_ES/plugin.lang.php @ 6440

Last change on this file since 6440 was 6440, checked in by Eric, 14 years ago

[NBM_Subscriber]

First release coded 1.0.0:

  • Adding support links and extension id
  • Property svn:eol-style set to LF
File size: 1.7 KB
Line 
1<?php
2$lang['NBMS_Section'] = 'Notificación por correo';
3$lang['NBMS_Text'] = 'Suscríbase a la notificación por correo';
4$lang['Yes'] = 'Sí';
5$lang['No'] = 'No';
6$lang['NBMS_Title'] = 'NBM Subscriber';
7$lang['NBMS_Infos'] = '¿Qué es?';
8/* TODO */$lang['NBMS_Infos_Text'] = 'Piwigo offers two modes of notification of changes in the gallery:<br>
9- The RSS notification, accessible by all visitors (even if not registered) via "Notification"<br>
10- Delivery by mail (NBM), accessible only by an administrator or webmaster that, can be likened to a newsletter
11<br><br>
12The idea of this plugin is to offer every <b><u>registered</u></b> visitor can subscribe or unsubscribe themselves from the NBM when he wants. To do this, simply activate the plugin (if you read this message, it means it\'s already done) to see a new option appear in the customize page of the visitor profile.
13<br><br>
14<b>Important</b>: If a visitor subscribes or unsubscribes from the NBM through it, no email confirmation will be sent from the gallery as is the case when an administrator does this through administration panel. This operation is intended to avoid negative behaviors of some visitors that would lead to a saturation of emails sending from the gallery.
15<br><br>
16PS: This plugin does not support the visitor information on the availability of this new option. You, Administrator / Webmaster, have to implement an information medium attached. For this, the plugin PWG_Stuffs is perfect ;-)';
17/* TODO */$lang['NBMS_Support'] = 'The support on this plugin is only on this Piwigo\'s forum thread:<br>
18<a href="http://piwigo.org/forum/viewtopic.php?id=16020" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=16020</a>';
19?>
Note: See TracBrowser for help on using the repository browser.