Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref
Mathieu Saby 68a7f7f445 Bug 11611: Rephrase description and examples of 5 MARC related sysprefs
This patch rephrases the description or examples of 5 sysprefs:
1/ MARCAuthorityControlField008: "MARC" -> "MARC21"
2/ itemcallnumber: "Examples" -> "Examples (for MARC21 records)"
3/ DefaultLanguageField008: "Range 35-37" -> "Range 35-37 of MARC21 records"
4/ MARCOrgCode: "new MARC records" -> "new MARC21 records"
5/ UNIMARCAuthorityField100 description: "Do NOT include the date
   (position 00-05)." -> "position 08-35. Do NOT include the date
   (position 00-07)."

It also adds description in SQL systempreferences table for
UNIMARCAuthorityField100, MARCAuthorityControlField008 and MARCOrgCode.

Test plan:
- Apply and run updatedatabase.pl
- Check the changes are taken into account in syspref administration
  page
- Check the changes are taken into account in systempreferences table
  (for UNIMARCAuthorityField100, MARCAuthorityControlField008 and
   MARCOrgCode)

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-02-20 19:08:11 +00:00

87 lines
3.4 KiB
Text

Authorities:
General:
-
- pref: AuthDisplayHierarchy
default: no
choices:
yes: Display
no: "Don't display"
- broader term/narrower term hierarchies when viewing authorities.
-
- When editing records,
- pref: BiblioAddsAuthorities
default: no
choices:
yes: allow
no: "don't allow"
- them to automatically create new authority records if needed, rather than having to reference existing authorities.
-
- When editing records,
- pref: AutoCreateAuthorities
default: yes
choices:
yes: generate
no: "do not generate"
- authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect).
-
- pref: dontmerge
default: yes
choices:
yes: "Don't"
no: Do
- automatically update attached biblios when changing an authority record. If this is off, please ask your administrator to enable the merge_authority.pl cronjob.
-
- Use the following text for the contents of MARC21 authority control field 008 position 06-39 (fixed length data elements). Do NOT include the date (position 00-05).
- pref: MARCAuthorityControlField008
default: "|| aca||aabn | a|a d"
type: textarea
class: code
-
- pref: UseAuthoritiesForTracings
default: yes
choices:
yes: Use
no: "Don't use"
- authority record numbers instead of text strings for searches from subject tracings.
-
- Use the following text for the contents of UNIMARC authority field 100 position 08-35 (fixed length data elements). Do NOT include the date (position 00-07).
- pref: UNIMARCAuthorityField100
defautl: "afrey50 ba0"
type: textarea
class: code
Linker:
-
- Use the
- pref: LinkerModule
default: Default
choices:
Default: Default
FirstMatch: "First Match"
LastMatch: "Last Match"
- linker module for matching headings to authority records.
-
- Set the following options for the authority linker
- pref: LinkerOptions
class: multi
- (separate options with |)
-
- pref: LinkerRelink
default: yes
choices:
yes: Do
no: "Do not"
- relink headings that have previously been linked to authority records.
-
- pref: LinkerKeepStale
default: no
choices:
yes: Do
no: "Do not"
- keep existing links to authority records for headings where the linker is unable to find a match.
-
- pref: CatalogModuleRelink
default: no
choices:
yes: Do
no: "Do not"
- automatically relink headings that have previously been linked when saving records in the cataloging module.