[Koha-bugs] [Bug 5689] New: System preference notifications are not translatable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 3 16:42:34 CET 2011


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 at biblibre.com
        ReportedBy: oleonard at myacpl.org
         QAContact: koha-bugs at lists.koha-community.org
                CC: gmcharlt at 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.


More information about the Koha-bugs mailing list