Bug 19817: Use the language from the interface if valid
[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             - Use the following text to edit how authority records control indicators of attached biblio 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 biblio 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                   yes: allow
23                   no: "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                   yes: generate
31                   no: "do not generate"
32             - authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect).
33         -
34             - When modifying an authority record, do not update attached biblio 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         -
39             - 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).
40             - pref: MARCAuthorityControlField008
41               default: "|| aca||aabn           | a|a     d"
42               type: textarea
43               class: code
44         -
45             - pref: UseAuthoritiesForTracings
46               default: yes
47               choices:
48                   yes: Use
49                   no: "Don't use"
50             - authority record numbers instead of text strings for searches from subject tracings.
51         -
52             - 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).
53             - pref: UNIMARCAuthorityField100
54               default: "afrey50      ba0"
55               type: textarea
56               class: code
57         -
58             - When updating biblio records from an attached authority record ("merging"), handle subfields of relevant biblio record fields in
59             - pref: AuthorityMergeMode
60               default: "loose"
61               choices:
62                   "loose": loose
63                   "strict": strict
64             - 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.
65
66     Linker:
67         -
68             - Use the
69             - pref: LinkerModule
70               default: Default
71               choices:
72                   Default: Default
73                   FirstMatch: "First Match"
74                   LastMatch: "Last Match"
75             - linker module for matching headings to authority records.
76         -
77             - Set the following options for the authority linker
78             - pref: LinkerOptions
79               class: multi
80             - (separate options with |)
81         -
82             - pref: LinkerRelink
83               default: yes
84               choices:
85                   yes: Do
86                   no: "Do not"
87             - relink headings that have previously been linked to authority records.
88         -
89             - pref: LinkerKeepStale
90               default: no
91               choices:
92                   yes: Do
93                   no: "Do not"
94             - keep existing links to authority records for headings where the linker is unable to find a match.
95         -
96             - pref: CatalogModuleRelink
97               default: no
98               choices:
99                   yes: Do
100                   no: "Do not"
101             - automatically relink headings that have previously been linked when saving records in the cataloging module.