Changeset 1233


Ignore:
Timestamp:
Apr 21, 2006, 7:27:22 PM (18 years ago)
Author:
rub
Message:

Issue ID 0000342:

o Improved NBM messages

Merge BSF r1231:1232 into branch-1_6

Location:
branches/branch-1_6
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/admin/notification_by_mail.php

    r1215 r1233  
    194194        $result = pwg_query($query);
    195195
    196         redirect($base_url.get_query_string_diff(array()));
     196        redirect($base_url.get_query_string_diff(array()), l10n('nbm_redirect_msg'));
    197197      }
    198198    }
  • branches/branch-1_6/language/en_UK.iso-8859-1/admin.lang.php

    r1203 r1233  
    255255$lang['name'] = 'name';
    256256$lang['nbm_background_treatment_redirect'] = 'Execution time is out, treatment must be continue [Estmated time: %d secondes].';
     257$lang['nbm_redirect_msg'] = 'Processing treatment.'."\n\n".'Please wait...';
    257258$lang['nbm_repost_submit'] = 'Continue processing treatment';
    258259$lang['nbm_break_timeout_list_user'] = 'Prepared time for list of users to send mail is limited. Others users are not listed.';
     
    283284$lang['nbm_no_mail_to_send'] = 'No mail to send.';
    284285$lang['nbm_no_user_available_to_send_L1'] = 'No user are available in order to send mail.';
    285 $lang['nbm_no_user_available_to_send_L2'] = 'A user is available, if there are new elements to notify';
     286$lang['nbm_no_user_available_to_send_L2'] = 'A user is available, if there are new elements to notify.';
     287$lang['nbm_no_user_available_to_send_L3'] = 'It\'s possible that the are no subscribed users (only webmaster can see this tab).';
    286288$lang['nbm_no_user_to send_notifications_by_mail'] = 'No user to send notifications by mail.';
    287289$lang['nbm_object_news'] = 'New elements added';
  • branches/branch-1_6/language/fr_FR.iso-8859-1/admin.lang.php

    r1203 r1233  
    258258$lang['name'] = 'nom';
    259259$lang['nbm_background_treatment_redirect'] = 'Le temps d\'éxécution étant dépassé, le traitement doit continuer [Temps estimé: %d secondes].';
     260$lang['nbm_redirect_msg'] = 'Traitement en cours.'."\n".'Veuillez patienter...';
    260261$lang['nbm_repost_submit'] = 'Continuer le traitement en cours...';
    261262$lang['nbm_break_timeout_list_user'] = 'Le temps de préparation de la liste des utilisateurs pour l\'envoi est limité. Les autres utilisateurs ne sont pas listés.';
     
    287288$lang['nbm_no_user_available_to_send_L1'] = 'Il n\'y a pas d\'utilisateur à notifier par mail.';
    288289$lang['nbm_no_user_available_to_send_L2'] = 'Un utilisateur est à notifier si de nouveaux éléments sont disponibles pour cet utilisateur.';
     290$lang['nbm_no_user_available_to_send_L3'] = 'Il se peut aussi qu\'il n\'y ai aucun utilisateur inscrit (seul le webmaster a accés à cet onglet).';
    289291$lang['nbm_no_user_to send_notifications_by_mail'] = 'Pas d\'utilisateur pour envoyer des notifications par mails.';
    290292$lang['nbm_object_news'] = 'Nouveaux éléments ajoutés';
  • branches/branch-1_6/template/yoga/admin/notification_by_mail.tpl

    r1215 r1233  
    7171    <center>
    7272      {lang:nbm_no_user_available_to_send_L1}<br>
     73      <br>
    7374      {lang:nbm_no_user_available_to_send_L2}<br>
     75      {lang:nbm_no_user_available_to_send_L3}<br>
    7476      <br>
    7577    </center>
Note: See TracChangeset for help on using the changeset viewer.