Merge remote-tracking branch 'origin/new/bug_7986'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / authorities.pref
1 Authorities:
2     General:
3         -
4             - pref: AuthDisplayHierarchy
5               default: no
6               choices:
7                   yes: Display
8                   no: "Don't display"
9             - broader term/narrower term hierarchies when viewing authorities.
10         -
11             - When editing records,
12             - pref: BiblioAddsAuthorities
13               default: no
14               choices:
15                   yes: allow
16                   no: "don't allow"
17             - them to automatically create new authority records if needed, rather than having to reference existing authorities.
18         -
19             - When editing records,
20             - pref: AutoCreateAuthorities
21               default: yes
22               choices:
23                   yes: generate
24                   no: "do not generate"
25             - authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect).
26         -
27             - pref: dontmerge
28               default: yes
29               choices:
30                   yes: "Don't"
31                   no: Do
32             - automatically update attached biblios when changing an authority record. If this is off, please ask your administrator to enable the merge_authority.pl cronjob.
33         -
34             - Use the following text for the contents of MARC authority control field 008 position 06-39 (fixed length data elements). Do NOT include the date (position 00-05).
35             - pref: MARCAuthorityControlField008
36               default: "|| aca||aabn           | a|a     d"
37               type: textarea
38               class: code
39         -
40             - pref: UseAuthoritiesForTracings
41               default: yes
42               choices:
43                   yes: Use
44                   no: "Don't use"
45             - authority record numbers instead of text strings for searches from subject tracings.
46     Linker:
47         -
48             - Use the
49             - pref: LinkerModule
50               default: Default
51               choices:
52                   Default: Default
53                   FirstMatch: "First Match"
54                   LastMatch: "Last Match"
55             - linker module for matching headings to authority records.
56         -
57             - Set the following options for the authority linker
58             - pref: LinkerOptions
59               class: multi
60             - (separate options with |)
61         -
62             - pref: LinkerRelink
63               default: yes
64               choices:
65                   yes: Do
66                   no: "Do not"
67             - relink headings that have previously been linked to authority records.
68         -
69             - pref: LinkerKeepStale
70               default: no
71               choices:
72                   yes: Do
73                   no: "Do not"
74             - keep existing links to authority records for headings where the linker is unable to find a match.
75         -
76             - pref: CatalogModuleRelink
77               default: no
78               choices:
79                   yes: Do
80                   no: "Do not"
81             - automatically relink headings that have previously been linked when saving records in the cataloging module.