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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/