dump(e + ' result = ' + js2JSON(result) + '\n');
if (typeof result.progress != 'undefined') {
- $('results_label').setAttribute('value', $('adminStrings').getFormattedString('staff.admin.age_overdue_circulations_to_lost.completed_so_far',[result.progress]) );
+ $('results_label').setAttribute('value', $('adminStrings').getFormattedString('staff.admin.age_overdue_circulations_to_lost.chunks_processed',[result.progress]) );
} else if (typeof result.created != 'undefined') {
- $('results_label').setAttribute('value', $('adminStrings').getFormattedString('staff.admin.age_overdue_circulations_to_lost.completed_total',[result.created]) );
+ $('results_label').setAttribute('value', $('adminStrings').getFormattedString('staff.admin.age_overdue_circulations_to_lost.events_created',[result.created]) );
$('deck').selectedIndex = 0;
} else if (typeof result.error != 'undefined') {
-staff.admin.age_overdue_circulations_to_lost.completed_so_far=Completed: %1$s
-staff.admin.age_overdue_circulations_to_lost.completed_total=Total Completed: %1$s
+staff.admin.age_overdue_circulations_to_lost.chunks_processed=Chunks Processed: %1$s
+staff.admin.age_overdue_circulations_to_lost.events_created=Events Created: %1$s
staff.admin.font_settings.sound=Sound preference saved to file system.
staff.admin.font_settings.save=Global Font saved to file system.
staff.admin.font_settings.sound.disabled=Sound is now disabled.