- Timestamp:
- Apr 21, 2006, 7:27:22 PM (19 years ago)
- Location:
- branches/branch-1_6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_6/admin/notification_by_mail.php
r1215 r1233 194 194 $result = pwg_query($query); 195 195 196 redirect($base_url.get_query_string_diff(array()) );196 redirect($base_url.get_query_string_diff(array()), l10n('nbm_redirect_msg')); 197 197 } 198 198 } -
branches/branch-1_6/language/en_UK.iso-8859-1/admin.lang.php
r1203 r1233 255 255 $lang['name'] = 'name'; 256 256 $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...'; 257 258 $lang['nbm_repost_submit'] = 'Continue processing treatment'; 258 259 $lang['nbm_break_timeout_list_user'] = 'Prepared time for list of users to send mail is limited. Others users are not listed.'; … … 283 284 $lang['nbm_no_mail_to_send'] = 'No mail to send.'; 284 285 $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).'; 286 288 $lang['nbm_no_user_to send_notifications_by_mail'] = 'No user to send notifications by mail.'; 287 289 $lang['nbm_object_news'] = 'New elements added'; -
branches/branch-1_6/language/fr_FR.iso-8859-1/admin.lang.php
r1203 r1233 258 258 $lang['name'] = 'nom'; 259 259 $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...'; 260 261 $lang['nbm_repost_submit'] = 'Continuer le traitement en cours...'; 261 262 $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.'; … … 287 288 $lang['nbm_no_user_available_to_send_L1'] = 'Il n\'y a pas d\'utilisateur à notifier par mail.'; 288 289 $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).'; 289 291 $lang['nbm_no_user_to send_notifications_by_mail'] = 'Pas d\'utilisateur pour envoyer des notifications par mails.'; 290 292 $lang['nbm_object_news'] = 'Nouveaux éléments ajoutés'; -
branches/branch-1_6/template/yoga/admin/notification_by_mail.tpl
r1215 r1233 71 71 <center> 72 72 {lang:nbm_no_user_available_to_send_L1}<br> 73 <br> 73 74 {lang:nbm_no_user_available_to_send_L2}<br> 75 {lang:nbm_no_user_available_to_send_L3}<br> 74 76 <br> 75 77 </center>
Note: See TracChangeset
for help on using the changeset viewer.