[NBM] Step 3: Layout Model
o Rename mailtousers.php on notification_by_mail.php o Deactivate temporary function on notification_by_mail.php o First design layout, no function activated, it's only a model git-svn-id: http://piwigo.org/svn/trunk@1091 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
e584310d3a
commit
3609c224c7
8 changed files with 207 additions and 9 deletions
|
|
@ -253,6 +253,20 @@ $lang['nbm_Send mail to users'] = 'Send mail to users';
|
|||
$lang['nbm_To unsubscribe send a message to %s.'] = 'To unsubscribe send a message to %s.';
|
||||
$lang['nbm_User %s [%s] added.'] = 'User %s [%s] added.';
|
||||
$lang['nbm_item_notification'] = 'Notification';
|
||||
$lang['nbm_param_mode'] = 'Parameter';
|
||||
$lang['nbm_subscribe_mode'] = 'Subscribe';
|
||||
$lang['nbm_send_mode'] = 'Send';
|
||||
$lang['nbm_title_param'] = 'Parameters';
|
||||
$lang['nbm_send_detailed_content'] = 'Send detailed content';
|
||||
$lang['nbm_complementary_mail_content'] = 'Complementary mail content';
|
||||
$lang['nbm_title_subscribe'] = 'Subscribe/unscribe users';
|
||||
$lang['nbm_warning_subscribe_unsubcribe'] = 'Warning, subscribe or unscribe send mails to users [Not Implemented]';
|
||||
$lang['nbm_subscribe_col'] = 'Subscribed';
|
||||
$lang['nbm_unsubscribe_col'] = 'Unsubcribed';
|
||||
$lang['nbm_title_send'] = 'Select sendings';
|
||||
$lang['nbm_send_submit'] = 'Send';
|
||||
$lang['nbm_send_col'] = 'To send';
|
||||
$lang['nbm_nosend_col'] = 'No to send';
|
||||
$lang['no_write_access'] = 'no write access';
|
||||
$lang['order_by'] = 'order by';
|
||||
$lang['path'] = 'path';
|
||||
|
|
|
|||
2
language/en_UK.iso-8859-1/help/notification_by_mail.html
Normal file
2
language/en_UK.iso-8859-1/help/notification_by_mail.html
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<h2>Notification by mail</h2>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue