http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5689 Summary: System preference notifications are not translatable Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: System Administration AssignedTo: paul.poulain@biblibre.com ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com Estimated Hours: 0.0 There are many English strings in preferences.js which cannot be translated because they are not part of the template: humanMsg.displayAlert( 'Nothing to save' ); ... name_cell.append( '<em class="modified-warning">(modified)</em>' ); ... return _( "You have made changes to system preferences." ); ...etc. These parts of the script should use strings defined in the template so that they can be translatable. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.