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