@@ -, +, @@ --- .../prog/en/modules/admin/authtypes.tt | 2 +- .../prog/en/modules/admin/biblio_framework.tt | 28 +++++++++++----------- .../en/modules/admin/preferences/authorities.pref | 4 ++-- .../en/modules/admin/preferences/cataloguing.pref | 10 ++++---- .../en/modules/admin/preferences/circulation.pref | 2 +- .../prog/en/modules/admin/preferences/opac.pref | 2 +- .../en/modules/admin/preferences/searching.pref | 2 +- .../prog/en/modules/admin/preferences/serials.pref | 2 +- .../en/modules/admin/preferences/web_services.pref | 2 +- .../admin/searchengine/elasticsearch/mappings.tt | 2 +- 10 files changed, 28 insertions(+), 28 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -130,7 +130,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 @@ -1,17 +1,17 @@ -[% SET footerjs = 1 %] -[% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › MARC frameworks -[% IF op == 'add_form' %] -› [% IF framework %]Modify framework text[% ELSE %]Add framework[% END %] -[% ELSIF op == 'delete_confirm' %] -› Delete framework for [% framework.frameworktext |html %] ([% framework.frameworkcode %])? -[% END %] - -[% INCLUDE 'doc-head-close.inc' %] - - + [% SET footerjs = 1 %] + [% INCLUDE 'doc-head-open.inc' %] + Koha › Administration › MARC frameworks + [% IF op == 'add_form' %] + › [% IF framework %]Modify framework text[% ELSE %]Add framework[% END %] + [% ELSIF op == 'delete_confirm' %] + › Delete framework for [% framework.frameworktext |html %] ([% framework.frameworkcode %])? + [% END %] + + [% INCLUDE 'doc-head-close.inc' %] + + - + [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] @@ -119,7 +119,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 @@ -24,7 +24,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.) @@ -48,7 +48,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 @@ -60,7 +60,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 @@ -158,7 +158,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. @@ -175,7 +175,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 @@ -185,7 +185,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 @@ -210,7 +210,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 @@ -611,7 +611,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: NoLoginInstructions --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref @@ -187,7 +187,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 @@ -34,7 +34,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 @@ -114,7 +114,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 %] --