Bug 24783 - Untranslatable strings in checkouts.js
Summary: Untranslatable strings in checkouts.js
Status: RESOLVED DUPLICATE of bug 25118
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 14697
Blocks:
  Show dependency treegraph
 
Reported: 2020-03-03 07:13 UTC by paxed
Modified: 2020-04-13 15:22 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paxed 2020-03-03 07:13:20 UTC
Untranslatable strings in checkouts.js:

- title += ' by ' + oObj.author;
- title="Double click to edit"
- "on" in line desc = '<strong>' + oObj.resolution_data.lib + '</strong> on <i>' + oObj.resolved_on + '</i>';
- </i> Delete</a>
- </i> Resolve</a>
- '  Actions <span class="caret">
- </i> Edit notes</a>
- </i> Update</a>
- href="#">Cancel</a>
Comment 1 Jonathan Druart 2020-04-07 13:53:35 UTC
Coming from
  commit 291f03fe65da4476b33adf9f9e7e533668b9a313
  Bug 14697: Enhance the return claims feature
Comment 2 Katrin Fischer 2020-04-13 15:22:04 UTC
I found some more on the other bug - marking this duplicate.

*** This bug has been marked as a duplicate of bug 25118 ***