Bug 27652: Display patron's categories for sysprefs expecting them
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / admin.pref
1 Administration:
2 # Only used internally, omitted: FrameworksLoaded, Version
3     Interface options:
4         -
5             - "Email address for the administrator of Koha: "
6             - pref: KohaAdminEmailAddress
7               class: email
8             - "(This is the default From: address for emails unless there is one for the particular library, and is referred to when an internal error occurs.)"
9         -
10             - "Email address to be set as the replyto in emails: "
11             - pref: ReplytoDefault
12               class: email
13         -
14             - "Return path or bounce address for undeliverable mail messages: "
15             - pref: ReturnpathDefault
16               class: email
17             - "If you leave this empty, the From address will be used (often defaulting to the admin address)."
18         -
19             - "Email to redirect all messages to: "
20             - pref: SendAllEmailsTo
21               class: email
22             - "(Leave this field empty to send messages to their normal recipient.)"
23         -
24             - "Email address failed overdue notices are sent to: "
25             - pref: AddressForFailedOverdueNotices
26               class: email
27             - 'If left empty then it will fallback to the first defined address in the following list: Library ReplyTo, Library Email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a> and <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>'
28         -
29
30             - "How much debugging information to show in the browser when an internal error occurs: "
31             - pref: DebugLevel
32               default: 0
33               choices:
34                   0: None
35                   1: Some
36                   2: All
37         -
38             - "Show itemtype icons in the staff interface: "
39             - pref: noItemTypeImages
40               default: 0
41               choices:
42                   1: "No"
43                   0: "Yes"
44         -
45             - "Default separator for columns in an exported CSV file: "
46             - pref: CSVDelimiter
47               default: ","
48               choices:
49                   ';': semicolons
50                   tabulation: tabs
51                   ',': commas
52                   '/': slashes
53                   '\': backslashes
54                   '#': "#'s"
55         -
56             - "Allow staff and patrons to create and view saved lists of books: "
57             - pref: virtualshelves
58               choices:
59                   1: "Yes"
60                   0: "No"
61         -
62             - "Default view when editing circulation rules: "
63             - pref: DefaultToLoggedInLibraryCircRules
64               choices:
65                   1: "The logged-in library"
66                   0: "All libraries"
67         -
68             - "Default view when editing notices and slips: "
69             - pref: DefaultToLoggedInLibraryNoticesSlips
70               choices:
71                   1: "The logged-in library"
72                   0: "All libraries"
73         -
74             - "Default view when editing overdue notice/status triggers: "
75             - pref: DefaultToLoggedInLibraryOverdueTriggers
76               choices:
77                   1: "The logged-in library"
78                   0: "All libraries"
79     Login options:
80         -
81             - "Inactivity timeout in seconds to automatically log out users: "
82             - pref: timeout
83               class: integer
84             - Adding d will specify it in days, e.g. 1d is timeout of one day.
85         -
86             - "Require staff to log in from a computer in the IP address range specified by their library (if any): "
87             - pref: AutoLocation
88               default: 0
89               choices:
90                   1: "Yes"
91                   0: "No"
92             - <a href="/cgi-bin/koha/admin/branches.pl">Link to library administration</a>
93         -
94             - "Enable check for change in remote IP address for session security: "
95             - pref: SessionRestrictionByIP
96               default: 1
97               choices:
98                   1: "Yes"
99                   0: "No"
100             - (Disable only when remote IP address changes frequently.)
101         # PostgreSQL is supported by CGI::Session but not by Koha.
102         -
103             - "Storage of login session information: "
104             - pref: SessionStorage
105               default: mysql
106               choices:
107                   mysql: MySQL database
108                   Pg: PostgreSQL database (not supported)
109                   tmp: Temporary files
110                   memcached: Memcached server
111         -
112             - "Prevent staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries: "
113             - pref: IndependentBranches
114               default: 0
115               choices:
116                   1: "Yes"
117                   0: "No"
118             - "<p class='text-danger'><strong>Warning:</strong> Changing this system preference will radically alter the behavior of Koha. Changing preference on a production system is highly discouraged.</p>"
119         -
120             - "Prevent staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries: "
121             - pref: IndependentBranchesPatronModifications
122               default: 0
123               choices:
124                   1: "Yes"
125                   0: "No"
126         -
127             - "Prevent staff (but not superlibrarians) from transfering items to other libraries: "
128             - pref: IndependentBranchesTransfers
129               default: 0
130               choices:
131                   1: "Yes"
132                   0: "No"
133     CAS authentication:
134         -
135             - "Use CAS for login authentication: "
136             - pref: casAuthentication
137               default: 0
138               choices:
139                   1: "Yes"
140                   0: "No"
141         -
142             - "Logout of CAS when logging out of Koha: "
143             - pref: casLogout
144               default: 0
145               choices:
146                   1: "Yes"
147                   0: "No"
148         -
149             - "URL of the CAS Authentication Server: "
150             - pref: casServerUrl
151     SSL client certificate authentication:
152         -
153             - "Field to use for SSL client certificate authentication: "
154             - pref: AllowPKIAuth
155               default: None
156               choices:
157                   None: "None"
158                   Common Name: Common Name
159                   emailAddress: emailAddress
160     Google OpenID Connect:
161         -
162             - "Use Google OpenID Connect login: "
163             - pref: GoogleOpenIDConnect
164               choices:
165                 1: "Yes"
166                 0: "No"
167             - You will need to select OAuth2 when creating an app in the Google cloud console, and set the web origin to your_opac_url and the redirect url to your_opac_url/cgi-bin/koha/svc/auth/googleopenidconnect .
168         -
169             - "Google OAuth2 Client ID: "
170             - pref: GoogleOAuth2ClientID
171         -
172             - "Google OAuth2 Client Secret: "
173             - pref: GoogleOAuth2ClientSecret
174         -
175             - "Restrict Google OpenID Connect to this domain (or subdomain of this domain): "
176             - pref: GoogleOpenIDConnectDomain
177             - . Leave blank for all Google domains.
178         -
179             - pref: GoogleOpenIDConnectAutoRegister
180               choices:
181                 1: Allow
182                 0: "Don't allow"
183             - patrons logging in with Google Open ID to automatically register.
184         -
185             - "Use this category code when automatically registering a Google Open ID patron: "
186             - pref: GoogleOpenIDConnectDefaultCategory
187               choices: patron-categories
188             - "."
189         -
190             - "Use this branch code when automatically registering a Google Open ID patron: "
191             - pref: GoogleOpenIDConnectDefaultBranch
192             - "."
193     Share anonymous usage statistics:
194         -
195             - "Share anonymous Koha usage data with the Koha community: "
196             - pref: UsageStats
197               default: 2
198               choices:
199                   1: "Yes"
200                   0: "No"
201                   2: "No, let me think about it"
202             - "."
203             - "<br>Website where usage statistics are published: <a href=\"https://hea.koha-community.org\">Hea Koha community website</a>."
204             - <br><strong>NOTE:</strong> The other <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preferences have no effect if this system preference is set to "No" (don't share).
205             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/share_usage_with_koha_community.pl</code> cronjob. Ask your system administrator to schedule it."
206             - "<br><strong>NOTE:</strong> Use the <a href=\"/cgi-bin/koha/admin/usage_statistics.pl\">dedicated configuration page</a> to edit the statistics you share."
207         -
208             - "Use the following library name to be shown on the Hea Community website: "
209             - pref: UsageStatsLibraryName
210             - . If this field is empty the data will be sent anonymously.
211             - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share).
212         -
213             - "The country where your library is located to be shown on the Hea Community website: "
214             - pref: UsageStatsCountry
215               default: ""
216               choices:
217                 ""             : ""
218                 Afghanistan    : "Afghanistan"
219                 Albania        : "Albania"
220                 Algeria        : "Algeria"
221                 Andorra        : "Andorra"
222                 Angola         : "Angola"
223                 Antigua & Deps : "Antigua & Deps"
224                 Argentina      : "Argentina"
225                 Armenia        : "Armenia"
226                 Australia      : "Australia"
227                 Austria        : "Austria"
228                 Azerbaijan     : "Azerbaijan"
229                 Bahamas        : "Bahamas"
230                 Bahrain        : "Bahrain"
231                 Bangladesh     : "Bangladesh"
232                 Barbados       : "Barbados"
233                 Belarus        : "Belarus"
234                 Belgium        : "Belgium"
235                 Belize         : "Belize"
236                 Benin          : "Benin"
237                 Bhutan         : "Bhutan"
238                 Bolivia        : "Bolivia"
239                 Bosnia Herz.   : "Bosnia Herz."
240                 Botswana       : "Botswana"
241                 Brazil         : "Brazil"
242                 Brunei         : "Brunei"
243                 Bulgaria       : "Bulgaria"
244                 Burkina        : "Burkina"
245                 Burundi        : "Burundi"
246                 Cambodia       : "Cambodia"
247                 Cameroon       : "Cameroon"
248                 Canada         : "Canada"
249                 Cape Verde     : "Cape Verde"
250                 Centr. Afr. Rep: "Centr. Afr. Rep"
251                 Chad           : "Chad"
252                 Chile          : "Chile"
253                 China          : "China"
254                 Colombia       : "Colombia"
255                 Comoros        : "Comoros"
256                 Congo          : "Congo"
257                 Costa Rica     : "Costa Rica"
258                 Croatia        : "Croatia"
259                 Cuba           : "Cuba"
260                 Cyprus         : "Cyprus"
261                 Czech Republic : "Czech Republic"
262                 Denmark        : "Denmark"
263                 Djibouti       : "Djibouti"
264                 Dominica       : "Dominica"
265                 Dominican Rep. : "Dominican Rep."
266                 East Timor     : "East Timor"
267                 Ecuador        : "Ecuador"
268                 Egypt          : "Egypt"
269                 El Salvador    : "El Salvador"
270                 Equator. Guinea: "Equator. Guinea"
271                 Eritrea        : "Eritrea"
272                 Estonia        : "Estonia"
273                 Ethiopia       : "Ethiopia"
274                 Fiji           : "Fiji"
275                 Finland        : "Finland"
276                 France         : "France"
277                 Gabon          : "Gabon"
278                 Gambia         : "Gambia"
279                 Georgia        : "Georgia"
280                 Germany        : "Germany"
281                 Ghana          : "Ghana"
282                 Greece         : "Greece"
283                 Grenada        : "Grenada"
284                 Guatemala      : "Guatemala"
285                 Guinea         : "Guinea"
286                 Guinea-Bissau  : "Guinea-Bissau"
287                 Guyana         : "Guyana"
288                 Haiti          : "Haiti"
289                 Honduras       : "Honduras"
290                 Hungary        : "Hungary"
291                 Iceland        : "Iceland"
292                 India          : "India"
293                 Indonesia      : "Indonesia"
294                 Iran           : "Iran"
295                 Iraq           : "Iraq"
296                 Ireland        : "Ireland"
297                 Israel         : "Israel"
298                 Italy          : "Italy"
299                 Ivory Coast    : "Ivory Coast"
300                 Jamaica        : "Jamaica"
301                 Japan          : "Japan"
302                 Jordan         : "Jordan"
303                 Kazakhstan     : "Kazakhstan"
304                 Kenya          : "Kenya"
305                 Kiribati       : "Kiribati"
306                 Korea North    : "Korea North"
307                 Korea South    : "Korea South"
308                 Kosovo         : "Kosovo"
309                 Kuwait         : "Kuwait"
310                 Kyrgyzstan     : "Kyrgyzstan"
311                 Laos           : "Laos"
312                 Latvia         : "Latvia"
313                 Lebanon        : "Lebanon"
314                 Lesotho        : "Lesotho"
315                 Liberia        : "Liberia"
316                 Libya          : "Libya"
317                 Liechtenstein  : "Liechtenstein"
318                 Lithuania      : "Lithuania"
319                 Luxembourg     : "Luxembourg"
320                 Macedonia      : "Macedonia"
321                 Madagascar     : "Madagascar"
322                 Malawi         : "Malawi"
323                 Malaysia       : "Malaysia"
324                 Maldives       : "Maldives"
325                 Mali           : "Mali"
326                 Malta          : "Malta"
327                 Marshall Isl.  : "Marshall Isl."
328                 Mauritania     : "Mauritania"
329                 Mauritius      : "Mauritius"
330                 Mexico         : "Mexico"
331                 Micronesia     : "Micronesia"
332                 Moldova        : "Moldova"
333                 Monaco         : "Monaco"
334                 Mongolia       : "Mongolia"
335                 Montenegro     : "Montenegro"
336                 Morocco        : "Morocco"
337                 Mozambique     : "Mozambique"
338                 Myanmar        : "Myanmar"
339                 Namibia        : "Namibia"
340                 Nauru          : "Nauru"
341                 Nepal          : "Nepal"
342                 Netherlands    : "Netherlands"
343                 New Zealand    : "New Zealand"
344                 Nicaragua      : "Nicaragua"
345                 Niger          : "Niger"
346                 Nigeria        : "Nigeria"
347                 Norway         : "Norway"
348                 Oman           : "Oman"
349                 Pakistan       : "Pakistan"
350                 Palau          : "Palau"
351                 Panama         : "Panama"
352                 Papua N. Guinea: "Papua N. Guinea"
353                 Paraguay       : "Paraguay"
354                 Peru           : "Peru"
355                 Philippines    : "Philippines"
356                 Poland         : "Poland"
357                 Portugal       : "Portugal"
358                 Qatar          : "Qatar"
359                 Romania        : "Romania"
360                 Russian Fed.   : "Russian Fed."
361                 Rwanda         : "Rwanda"
362                 St Kitts & Nev.: "St Kitts & Nev."
363                 St Lucia       : "St Lucia"
364                 St Vincent     : "Saint Vincent"
365                 Samoa          : "Samoa"
366                 San Marino     : "San Marino"
367                 Sao Tome       : "Sao Tome"
368                 Saudi Arabia   : "Saudi Arabia"
369                 Senegal        : "Senegal"
370                 Serbia         : "Serbia"
371                 Seychelles     : "Seychelles"
372                 Sierra Leone   : "Sierra Leone"
373                 Singapore      : "Singapore"
374                 Slovakia       : "Slovakia"
375                 Slovenia       : "Slovenia"
376                 Solomon Islands: "Solomon Islands"
377                 Somalia        : "Somalia"
378                 South Africa   : "South Africa"
379                 Spain          : "Spain"
380                 Sri Lanka      : "Sri Lanka"
381                 Sudan          : "Sudan"
382                 Suriname       : "Suriname"
383                 Swaziland      : "Swaziland"
384                 Sweden         : "Sweden"
385                 Switzerland    : "Switzerland"
386                 Syria          : "Syria"
387                 Taiwan         : "Taiwan"
388                 Tajikistan     : "Tajikistan"
389                 Tanzania       : "Tanzania"
390                 Thailand       : "Thailand"
391                 Togo           : "Togo"
392                 Tonga          : "Tonga"
393                 Trinidad & Tob.: "Trinidad & Tob."
394                 Tunisia        : "Tunisia"
395                 Turkey         : "Turkey"
396                 Turkmenistan   : "Turkmenistan"
397                 Tuvalu         : "Tuvalu"
398                 Uganda         : "Uganda"
399                 Ukraine        : "Ukraine"
400                 UAE            : "UAE"
401                 United Kingdom : "United Kingdom"
402                 USA            : "USA"
403                 Uruguay        : "Uruguay"
404                 Uzbekistan     : "Uzbekistan"
405                 Vanuatu        : "Vanuatu"
406                 Vatican City   : "Vatican City"
407                 Venezuela      : "Venezuela"
408                 Vietnam        : "Vietnam"
409                 Yemen          : "Yemen"
410                 Zambia         : "Zambia"
411                 Zimbabwe       : "Zimbabwe"
412
413             - . This will be shown on the <a href="https://hea.koha-community.org">Hea Koha community website</a>.
414             - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share).
415         -
416             - "The library URL to be shown on the Hea Community website: "
417             - pref: UsageStatsLibraryUrl
418             - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share).
419         -
420             - "The library type to be shown on the Hea Community website: "
421             - pref: UsageStatsLibraryType
422               default: ""
423               choices:
424                   ""          : ""
425                   public      : "public"
426                   school      : "school"
427                   academic    : "academic"
428                   research    : "research"
429                   private     : "private"
430                   societyAssociation: "society or association"
431                   corporate   : "corporate"
432                   government  : "government"
433                   religiousOrg: "religious organization"
434                   subscription: "subscription"
435             - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share).
436         -
437             - pref: UsageStatsLibrariesInfo
438               choices:
439                   1: "Share"
440                   0: "Don't share"
441             - "libraries information (name, URL, country)."
442             - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share).
443         -
444             - "Geolocation of the main library: "
445             - pref: UsageStatsGeolocation
446             - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share).
447             - "<br><strong>NOTE:</strong> You must use the <a href=\"/cgi-bin/koha/admin/usage_statistics.pl\">dedicated configuration page</a> to set and edit this system preference."
448     Search engine:
449         -
450             - "Use following search engine: "
451             - pref: SearchEngine
452               default: Zebra
453               choices:
454                 Zebra: Zebra
455                 Elasticsearch: Elasticsearch
456         -
457             - "Elasticsearch MARC format: "
458             - pref: ElasticsearchMARCFormat
459               default: "ISO2709"
460               choices:
461                 "ISO2709": "ISO2709 (exchange format)"
462                 "ARRAY": "Searchable array"
463             - <br>ISO2709 format is recommended as it is faster and takes less space, whereas array format makes the full MARC record searchable.
464             - <br><strong>NOTE:</strong> Making the full record searchable may have a negative effect on relevance ranking of search results.