From c37d1877b2006f9a1208a4191b1cdee1e12c4803 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 27 Jul 2023 15:12:12 +0000 Subject: [PATCH] Bug 34434: Terminology: Biblio should be bibliographic This patch corrects several more instances where the templates use the term "biblio" where it should use "bibliographic." To test, apply the patch and confirm that these instances read correctly: - About -> Special thanks... -> Mines Paristech: "bibliographic frameworks" - Acquisitions -> Vendor -> Receive shipments: "Record count" in the table of shipments. - Catalogue -> Bibliographic record details -> Labeled MARC: "Labeled MARC record" heading. - Circulation -> Holds to pull: Error message, "hold has been placed at the bibliographic record level." * I'm not sure how one can trigger this error message. - Tools -> Log viewer -> Filter by "Catalog" and "Add": "Bibliographic record..." link in the "Object" column. Signed-off-by: Sam Lau Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 5749df1e3ab13e80f119652bd4710c8bc313b117) Signed-off-by: Fridolin Somers (cherry picked from commit 25cead0d6766e6b227ce6574589bab612dc372ad) Signed-off-by: Matt Blenkinsop --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt | 3 ++- .../prog/en/modules/catalogue/labeledMARCdetail.tt | 2 +- .../intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 6 +++--- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 9d351410c2..a5538a58cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -566,7 +566,7 @@ Warning [% FOR w IN warnHiddenBiblionumbers %] - Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]
+ Bibliographic framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]
[% END %] @@ -728,7 +728,7 @@ EMN (Ecole des Mines de Nantes), France (Suggestions, Stats wizards and improved LDAP sponsorship)
  • - Mines Paristech (previously Ecole Nationale Supérieure des Mines de Paris), France (biblio frameworks, MARC authorities, OPAC basket, Serials sponsorship) + Mines Paristech (previously Ecole Nationale Supérieure des Mines de Paris), France (bibliographic frameworks, MARC authorities, OPAC basket, Serials sponsorship)
  • SAN-Ouest Provence, France (Koha 3.0 enhancements to patrons and holds modules) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt index 1139e4ad99..6f467048ea 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt @@ -1,6 +1,7 @@ [% USE raw %] [% USE Asset %] [% USE KohaDates %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Receive shipment from vendor [% name | html %] › Acquisitions › Koha @@ -82,7 +83,7 @@ Date received Invoice number Item count - Biblio count + [% tp("Bibliographic record", "Record count") | html %] Items expected diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt index 94c12c3e60..e3bb160baf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt @@ -50,7 +50,7 @@ [% IF ( unknownbiblionumber ) %] Unknown record [% ELSE %] - Labeled MARC biblio : [% biblionumber | html %] ( [% bibliotitle | html %] ) + Labeled MARC record : [% biblionumber | html %] ( [% bibliotitle | html %] ) [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt index 4f265aaa7d..44dcb43c3f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -45,7 +45,7 @@ [% CASE 'hold_cancelled' %] The hold has been correctly cancelled. [% CASE 'hold_placed_at_biblio_level' %] - The hold has been placed on biblio level. It is not possible to determine the item to mark as lost. + The hold has been placed at the bibliographic record level. It is not possible to determine the item to mark as lost. [% CASE %] [% m.code | html %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt index 3ca4970e7b..d933df1132 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ -350,9 +350,9 @@ [% ELSIF ( loopro.module == 'CATALOGUING' ) %] [% IF ( loopro.info.substr(0, 4) == 'item' ) %] Item [% loopro.object | html %] from - Biblio [% loopro.biblionumber | html %] + Bibliographic record [% loopro.biblionumber | html %] [% ELSIF ( loopro.info.substr(0, 6) == 'biblio' ) %] - Biblio [% loopro.object | html %] + Bibliographic record [% loopro.object | html %] [% ELSE %] [% loopro.object | html %] [% END %] @@ -370,7 +370,7 @@ [% IF loopro.recall.item_level %] Item-level recall on item [% ELSE %] - Biblio-level recall on biblio + Bibliographic record-level recall on biblio [% END %] [% ELSIF ( loopro.module == 'ACQUISITIONS' && loopro.action == 'ACQUISITION ORDER' && loopro.object ) %] [% IF ( CAN_user_acquisition_order_manage ) %] -- 2.39.2