http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7596
--- Comment #1 from Owen Leonard <[email protected]> 2012-02-24 20:51:51 UTC --- A larger problem is another js file used by preferences.pl: ajax.js. There are many instances where English strings are passed to the onscreen message handler: if ( error.type == 'auth' ) { humanMsg.displayMsg( _( 'You need to log in again, your session has timed out' ) ); } These messages should be moved to the template. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
