@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 4 ++-- .../prog/en/modules/admin/preferences/authorities.pref | 4 ++-- .../prog/en/modules/admin/preferences/cataloguing.pref | 10 +++++----- .../prog/en/modules/admin/preferences/circulation.pref | 2 +- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- .../prog/en/modules/admin/preferences/searching.pref | 2 +- .../prog/en/modules/admin/preferences/serials.pref | 2 +- .../prog/en/modules/admin/preferences/web_services.pref | 2 +- .../en/modules/admin/searchengine/elasticsearch/mappings.tt | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -132,7 +132,7 @@

Authority types

-

Define authority types, then authority MARC structure in the same way you define itemtypes and biblio MARC tag structure. Authority values are managed through plugins

+

Define authority types, then authority MARC structure in the same way you define itemtypes and bibliographic MARC tag structure. Authority values are managed through plugins

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -13,7 +13,7 @@ [% Asset.css("css/datatables.css") | $raw %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] @@ -121,7 +121,7 @@ [% IF op == 'list' %]

MARC frameworks

-

Framework name, then go to MARC biblio to set MARC editor parameters

+

Framework name, then go to MARC bibliographical to set MARC editor parameters

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref @@ -31,7 +31,7 @@ Authorities: no: "do not generate" - authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect). - - - When modifying an authority record, do not update attached biblio records if the number exceeds + - When modifying an authority record, do not update attached bibliographic records if the number exceeds - pref: AuthorityMergeLimit default: 50 - records. (Above this limit, the merge_authority cron job will merge them.) @@ -55,7 +55,7 @@ Authorities: type: textarea class: code - - - When updating biblio records from an attached authority record ("merging"), handle subfields of relevant biblio record fields in + - When updating bibliographic records from an attached authority record ("merging"), handle subfields of relevant bibliographic record fields in - pref: AuthorityMergeMode default: "loose" choices: --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -69,7 +69,7 @@ Cataloging: - pref: item-level_itypes choices: yes: specific item - no: biblio record + no: bibliographic record - as the authoritative item type (for determining circulation and fines rules, for displaying an item type icon on either opac detail or results page, etc). - - Map the MARC subfield @@ -175,7 +175,7 @@ Cataloging: economical: Do - collapse repeated tags of the same type into one tag entry on the display. - - - By default, display biblio records in + - By default, display bibliographic records in - pref: IntranetBiblioDefaultView choices: normal: normal form. @@ -192,7 +192,7 @@ Cataloging: choices: yes: Hide no: "Don't hide" - - biblios marked as suppressed from OPAC search results. + - bibliographic records marked as suppressed from OPAC search results. -
Restrict the suppression to IP addresses outside of the IP range - pref: OpacSuppressionByIPRange class: short @@ -202,7 +202,7 @@ Cataloging: choices: yes: "an explanatory page ('This record is blocked')." no: "the 404 error page ('Not found')." - -
Display the following message on the redirect page for suppressed biblios + -
Display the following message on the redirect page for suppressed bibliographic records - pref: OpacSuppressionMessage type: textarea class: code @@ -227,7 +227,7 @@ Cataloging: choices: yes: Display no: "Don't display" - - acquisition details on the biblio detail page. + - acquisition details on the bibliographic record detail page. - - pref: MergeReportFields - "fields to display for deleted records after merge" --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -654,7 +654,7 @@ Circulation: choices: yes: Enable no: "Don't enable" - - "the ability to place holds on multiple biblio from the search results" + - "the ability to place holds on multiple bibliographic records from the search results" - - pref: TransferWhenCancelAllWaitingHolds choices: --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -326,7 +326,7 @@ OPAC: - Display up to - pref: OpacMaxItemsToDisplay class: integer - - items on the biblio detail page (if the biblio has more items than this, a link is displayed instead that allows the user to choose to display all items). + - items on the bibliographic record detail page (if the bibliographic record has more items than this, a link is displayed instead that allows the user to choose to display all items). - - "Show the following HTML on the OPAC login form when a patron is not logged in:" - pref: OpacLoginInstructions --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref @@ -194,7 +194,7 @@ Searching: - Show up to - pref: maxItemsInSearchResults class: integer - - items per biblio in the search results + - items per bibliographic record in the search results - - Build facets based on - pref: maxRecordsForFacets --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref @@ -12,7 +12,7 @@ Serials: choices: yes: Add no: "Don't add" - - a suggestion for a biblio when its attached serial is renewed. + - a suggestion for a bibliographic record when its attached serial is renewed. - - pref: RoutingSerials choices: --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref @@ -40,7 +40,7 @@ Web services: no: Disable - automatic update of OAI-PMH sets when a bibliographic record is created or updated - - - Koha's deletedbiblio table + - Koha's deleted bibliographic record table - pref: "OAI-PMH:DeletedRecord" choices: persistent: will never be emptied or truncated (persistent) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt @@ -129,7 +129,7 @@ a.add, a.delete {
  • Search fields
  • [% FOREACH index IN indexes %] [% SWITCH index.index_name %] - [% CASE 'biblios' %]
  • Biblios
  • + [% CASE 'biblios' %]
  • Bibliographic records
  • [% CASE 'authorities' %]
  • Authorities
  • [% END %] [% END %] --