Bug 12621

Summary: Z39.50-targets - Record type is untranslatable
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: I18N/L10NAssignee: Bernardo Gonzalez Kriegel <bgkriegel>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: bgkriegel, f.demians, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 12621: Z39.50-targets - Record type is untranslatable
Bug 12621: Z39.50-targets - Record type is untranslatable
[PASSED QA] Bug 12621: Z39.50-targets - Record type is untranslatable

Description Katrin Fischer 2014-07-22 07:36:33 UTC
When looking at the table of configured Z39.50 targets in administration, the column Record type contains bibliographic or authority. The strings should be translatable.
Comment 1 Bernardo Gonzalez Kriegel 2014-08-10 23:04:58 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2014-08-11 08:57:29 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-08-14 20:24:02 UTC
Created attachment 30804 [details] [review]
[PASSED QA] Bug 12621: Z39.50-targets - Record type is untranslatable

This patch makes displayed record types translatable

To test:
1) Go to Administration > Z39.50 servers
2) On column Record type the value is 'biblio' or 'authority'
3) Apply the patch
4) Reload the page, now record type must show 'Bibliographic'
or 'Authority'
5) Update translation file for a language, verify new entries
Strings are already on translation file, only a reference
for new entry on the file.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works nicely, no problems found.
Comment 4 Tomás Cohen Arazi (tcohen) 2014-08-14 23:23:17 UTC
Patch pushed to master.

Thanks Bernardo!