source: extensions/NBM_Subscriber/language/en_UK/plugin.lang.php @ 9529

Last change on this file since 9529 was 9529, checked in by Eric, 13 years ago

Localisation files update
version 1.0.3 hard coded

  • Property svn:eol-style set to LF
File size: 1.7 KB
Line 
1<?php
2$lang['NBMS_Section'] = 'Notification by mail';
3$lang['NBMS_Text'] = 'Subscribe to notification by mail';
4$lang['Yes'] = 'Yes';
5$lang['No'] = 'No';
6$lang['NBMS_Title'] = 'NBM Subscriber';
7$lang['NBMS_Infos'] = 'What is it?';
8$lang['NBMS_Infos_Text'] = 'Piwigo offers two modes of notification of changes in the gallery:<br>
9- The RSS notification, usable by all visitors (even if not registered) in "Notification" menu<br>
10- Notification by mail (NBM), usable only by an administrator or webmaster that is similar to a newsletter
11<br><br>
12The goal of this plugin is to offer to every <b><u>registered</u></b> visitor to 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 visitor\'s profile page.
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>
16Note : 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 wil be perfect ;-)';
17$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.