Ignore:
Timestamp:
Apr 13, 2006, 12:49:42 AM (18 years ago)
Author:
rub
Message:

Issue ID 330:

o Change NBM configuration in order to avoid lose treatment action when occurred timeout
o Add news redirect/repost functions

File:
1 edited

Legend:

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

    r1129 r1156  
    254254$lang['metadata_iptc'] = 'IPTC';
    255255$lang['name'] = 'name';
    256 $lang['nbm_break_list_user'] = 'List of users to send mail is limited to %d. Others users are not listed.';
     256$lang['nbm_background_treatment_redirect'] = 'Execution time is out, treatment continue on background. Re-display on %d secondes...';
     257$lang['nbm_break_timeout_list_user'] = 'Prepared time for list of users to send mail is limited. Others users are not listed.';
    257258$lang['nbm_col_check_user_send_mail'] = 'To send ?';
    258259$lang['nbm_col_last_send'] = 'Last send';
     
    278279$lang['nbm_msg_n_mails_sent'] = '%d mails were sent.';
    279280$lang['nbm_msg_no_mail_to_send'] = '%d mails were not sent.';
    280 $lang['nbm_nbm_break_send_mail'] = 'Sent mail is limited to %d send by pass. Others mails are skipped.';
     281$lang['nbm_nbm_break_timeout_send_mail'] = 'Time to send mail is limited. Others mails are skipped or sent on background.';
    281282$lang['nbm_no_mail_to_send'] = 'No mail to send.';
    282283$lang['nbm_no_user_available_to_send_L1'] = 'No user are available in order to send mail.';
Note: See TracChangeset for help on using the changeset viewer.