Bug 18554: Adjust a few typos including responsability
[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             - When modifying an authority record, do not update attached biblio records if the number exceeds
28             - pref: AuthorityMergeLimit
29               default: 50
30             - records. (Above this limit, the merge_authority cron job will merge them.)
31         -
32             - 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).
33             - pref: MARCAuthorityControlField008
34               default: "|| aca||aabn           | a|a     d"
35               type: textarea
36               class: code
37         -
38             - pref: UseAuthoritiesForTracings
39               default: yes
40               choices:
41                   yes: Use
42                   no: "Don't use"
43             - authority record numbers instead of text strings for searches from subject tracings.
44         -
45             - 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).
46             - pref: UNIMARCAuthorityField100
47               default: "afrey50      ba0"
48               type: textarea
49               class: code
50         -
51             - When updating biblio records from an attached authority record ("merging"), handle subfields of relevant biblio record fields in
52             - pref: AuthorityMergeMode
53               default: "loose"
54               choices:
55                   "loose": loose
56                   "strict": strict
57             - mode. In strict mode subfields that are not found in the authority record, are deleted. Loose mode will keep them. Loose mode is the historical behavior and still the default.
58
59     Linker:
60         -
61             - Use the
62             - pref: LinkerModule
63               default: Default
64               choices:
65                   Default: Default
66                   FirstMatch: "First Match"
67                   LastMatch: "Last Match"
68             - linker module for matching headings to authority records.
69         -
70             - Set the following options for the authority linker
71             - pref: LinkerOptions
72               class: multi
73             - (separate options with |)
74         -
75             - pref: LinkerRelink
76               default: yes
77               choices:
78                   yes: Do
79                   no: "Do not"
80             - relink headings that have previously been linked to authority records.
81         -
82             - pref: LinkerKeepStale
83               default: no
84               choices:
85                   yes: Do
86                   no: "Do not"
87             - keep existing links to authority records for headings where the linker is unable to find a match.
88         -
89             - pref: CatalogModuleRelink
90               default: no
91               choices:
92                   yes: Do
93                   no: "Do not"
94             - automatically relink headings that have previously been linked when saving records in the cataloging module.