Ignore:
Timestamp:
Mar 21, 2006, 11:58:59 PM (18 years ago)
Author:
rub
Message:

[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

Location:
trunk/language/en_UK.iso-8859-1
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r1085 r1091  
    254254$lang['nbm_User %s [%s] added.'] = 'User %s [%s] added.';
    255255$lang['nbm_item_notification'] = 'Notification';
     256$lang['nbm_param_mode'] = 'Parameter';
     257$lang['nbm_subscribe_mode'] = 'Subscribe';
     258$lang['nbm_send_mode'] = 'Send';
     259$lang['nbm_title_param'] = 'Parameters';
     260$lang['nbm_send_detailed_content'] = 'Send detailed content';
     261$lang['nbm_complementary_mail_content'] = 'Complementary mail content';
     262$lang['nbm_title_subscribe'] = 'Subscribe/unscribe users';
     263$lang['nbm_warning_subscribe_unsubcribe'] = 'Warning, subscribe or unscribe send mails to users [Not Implemented]';
     264$lang['nbm_subscribe_col'] = 'Subscribed';
     265$lang['nbm_unsubscribe_col'] = 'Unsubcribed';
     266$lang['nbm_title_send'] = 'Select sendings';
     267$lang['nbm_send_submit'] = 'Send';
     268$lang['nbm_send_col'] = 'To send';
     269$lang['nbm_nosend_col'] = 'No to send';
    256270$lang['no_write_access'] = 'no write access';
    257271$lang['order_by'] = 'order by';
Note: See TracChangeset for help on using the changeset viewer.