[Koha-bugs] [Bug 25445] New: Avoid use of "item" when not talking about items (holdings)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun May 10 13:44:32 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25445

            Bug ID: 25445
           Summary: Avoid use of "item" when not talking about items
                    (holdings)
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Keywords: Academy
          Severity: enhancement
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at tamil.fr

In translation we don't have a lot of context to work from. At the most, we see
the file a string comes from, but that is not always helpful. There are certain
words that can be used in English in different contexts, but would require
different translations in other languages. Item is such an example.

It would be nice if we could avoid using items when we are not talking about
holdings. These two strings listed below refer to when selecting no 'item' for
adding to a list/cart from the result list:


koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc:        var
MSG_NO_RECORD_SELECTED = _("No item was selected");
koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc:        var
MSG_NO_RECORD_SELECTED = _("No item was selected");

Maybe we could use

- no record
- no title
- no search result entry ?

instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list