Bug 27519: Normalize Show/Don't show in system preferences
[koha-ffzg.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                   1: Show
8                   0: "Don't show"
9             - broader term/narrower term hierarchies when viewing authorities.
10         -
11             - Use the following text to edit how authority records control indicators of attached bibliographic fields (and possibly subfield $2).<br>
12             - "Lines starting with a comment symbol (#) are skipped. Each line should be of the form: (marc21|unimarc), tag, ind1:(auth1|auth2|some_value), ind2:(auth1|auth2|thesaurus|some_value).<br>"
13             - Here auth1 and auth2 refer to the indicators of the authority record, tag is a bibliographic field number or an asterisk (*), and some_value is a fixed value (one character).<br>
14             - The MARC21 option thesaurus refers to indicators controlled by authority field 008/11 and 040$f.
15             - pref: AuthorityControlledIndicators
16               type: textarea
17         -
18             - When editing records,
19             - pref: BiblioAddsAuthorities
20               default: no
21               choices:
22                   1: allow
23                   0: "don't allow"
24             - them to automatically create new authority records if needed, rather than having to reference existing authorities.
25         -
26             - When editing records,
27             - pref: AutoCreateAuthorities
28               default: yes
29               choices:
30                   1: generate
31                   0: "don't generate"
32             - authority records that are missing (<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BiblioAddsAuthorities">BiblioAddsAuthorities</a> must be set to "allow" for this to have any effect).
33         -
34             - When modifying an authority record, do not update attached bibliographic records if the number exceeds
35             - pref: AuthorityMergeLimit
36               default: 50
37             - records. (Above this limit, the merge_authority cron job will merge them.)
38             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/merge_authorities.pl</code> cronjob. Ask your system administrator to schedule it."
39         -
40             - "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):"
41             - pref: MARCAuthorityControlField008
42               default: "|| aca||aabn           | a|a     d"
43               type: textarea
44               class: code
45         -
46             - pref: UseAuthoritiesForTracings
47               default: yes
48               choices:
49                   1: Use
50                   0: "Don't use"
51             - authority record numbers instead of text strings for searches from subject tracings.
52         -
53             - "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):"
54             - pref: UNIMARCAuthorityField100
55               default: "afrey50      ba0"
56               type: textarea
57               class: code
58         -
59             - When updating bibliographic records from an attached authority record ("merging"), handle subfields of relevant bibliographic record fields in
60             - pref: AuthorityMergeMode
61               default: "loose"
62               choices:
63                   "loose": loose
64                   "strict": strict
65             - 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.
66         -
67             - "Use the following text as default value for the 667$a field of MARC21 authority records (requires <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BiblioAddsAuthorities'>BiblioAddsAuthorities</a> and <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AutoCreateAuthorities'>AutoCreateAuthorities</a>):"
68             - pref: GenerateAuthorityField667
69               default: "Machine generated authority record"
70               type: textarea
71               class: code
72         -
73             - "Use the following text as default value for the 670$a field of MARC21 authority records (requires <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BiblioAddsAuthorities'>BiblioAddsAuthorities</a> and <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AutoCreateAuthorities'>AutoCreateAuthorities</a>):"
74             - pref: GenerateAuthorityField670
75               default: "Work cat."
76               type: textarea
77               class: code
78
79     Linker:
80         -
81             - Use the
82             - pref: LinkerModule
83               default: Default
84               choices:
85                   Default: default
86                   FirstMatch: "first match"
87                   LastMatch: "last match"
88             - linker module for matching headings to authority records.
89         -
90             - "Set the following options for the authority linker:"
91             - pref: LinkerOptions
92               class: multi
93             - (separate options with |).
94         -
95             - pref: LinkerRelink
96               default: yes
97               choices:
98                   1: Do
99                   0: "Don't"
100             - relink headings that have previously been linked to authority records.
101         -
102             - pref: LinkerKeepStale
103               default: no
104               choices:
105                   1: Do
106                   0: "Don't"
107             - keep existing links to authority records for headings where the linker is unable to find a match.
108         -
109             - pref: CatalogModuleRelink
110               default: no
111               choices:
112                   1: Do
113                   0: "Don't"
114             - automatically relink headings that have previously been linked when saving records in the cataloging module.