Bug 27798: Add warning to IndependentBranches system preference
[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                   yes: "No"
43                   no: "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                   yes: "Yes"
60                   no: "No"
61         -
62             - "Default view when editing circulation rules: "
63             - pref: DefaultToLoggedInLibraryCircRules
64               choices:
65                   yes: "The logged-in library"
66                   no: "All libraries"
67         -
68             - "Default view when editing notices and slips: "
69             - pref: DefaultToLoggedInLibraryNoticesSlips
70               choices:
71                   yes: "The logged-in library"
72                   no: "All libraries"
73         -
74             - "Default view when editing overdue notice/status triggers: "
75             - pref: DefaultToLoggedInLibraryOverdueTriggers
76               choices:
77                   yes: "The logged-in library"
78                   no: "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                   yes: "Yes"
91                   no: "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                   yes: "Yes"
99                   no: "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                   yes: "Yes"
117                   no: "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                   yes: "Yes"
125                   no: "No"
126         -
127             - "Prevent staff (but not superlibrarians) from transfering items to other libraries: "
128             - pref: IndependentBranchesTransfers
129               default: 0
130               choices:
131                   yes: "Yes"
132                   no: "No"
133     CAS authentication:
134         -
135             - "Use CAS for login authentication: "
136             - pref: casAuthentication
137               default: 0
138               choices:
139                   yes: "Yes"
140                   no: "No"
141         -
142             - "Logout of CAS when logging out of Koha: "
143             - pref: casLogout
144               default: 0
145               choices:
146                   yes: "Yes"
147                   no: "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                 yes: "Yes"
166                 no: "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                 yes: Allow
182                 no: "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             - "."
188         -
189             - "Use this branch code when automatically registering a Google Open ID patron: "
190             - pref: GoogleOpenIDConnectDefaultBranch
191             - "."
192     Share anonymous usage statistics:
193         -
194             - "Share anonymous Koha usage data with the Koha community: "
195             - pref: UsageStats
196               default: 2
197               choices:
198                   yes: "Yes"
199                   no: "No"
200                   2: "No, let me think about it"
201             - "."
202             - "<br>Website where usage statistics are published: <a href=\"https://hea.koha-community.org\">Hea Koha community website</a>."
203             - <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).
204             - "<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."
205             - "<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."
206         -
207             - "Use the following library name to be shown on the Hea Community website: "
208             - pref: UsageStatsLibraryName
209             - . If this field is empty the data will be sent anonymously.
210             - <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).
211         -
212             - "The country where your library is located to be shown on the Hea Community website: "
213             - pref: UsageStatsCountry
214               default: ""
215               choices:
216                 ""             : ""
217                 Afghanistan    : "Afghanistan"
218                 Albania        : "Albania"
219                 Algeria        : "Algeria"
220                 Andorra        : "Andorra"
221                 Angola         : "Angola"
222                 Antigua & Deps : "Antigua & Deps"
223                 Argentina      : "Argentina"
224                 Armenia        : "Armenia"
225                 Australia      : "Australia"
226                 Austria        : "Austria"
227                 Azerbaijan     : "Azerbaijan"
228                 Bahamas        : "Bahamas"
229                 Bahrain        : "Bahrain"
230                 Bangladesh     : "Bangladesh"
231                 Barbados       : "Barbados"
232                 Belarus        : "Belarus"
233                 Belgium        : "Belgium"
234                 Belize         : "Belize"
235                 Benin          : "Benin"
236                 Bhutan         : "Bhutan"
237                 Bolivia        : "Bolivia"
238                 Bosnia Herz.   : "Bosnia Herz."
239                 Botswana       : "Botswana"
240                 Brazil         : "Brazil"
241                 Brunei         : "Brunei"
242                 Bulgaria       : "Bulgaria"
243                 Burkina        : "Burkina"
244                 Burundi        : "Burundi"
245                 Cambodia       : "Cambodia"
246                 Cameroon       : "Cameroon"
247                 Canada         : "Canada"
248                 Cape Verde     : "Cape Verde"
249                 Centr. Afr. Rep: "Centr. Afr. Rep"
250                 Chad           : "Chad"
251                 Chile          : "Chile"
252                 China          : "China"
253                 Colombia       : "Colombia"
254                 Comoros        : "Comoros"
255                 Congo          : "Congo"
256                 Costa Rica     : "Costa Rica"
257                 Croatia        : "Croatia"
258                 Cuba           : "Cuba"
259                 Cyprus         : "Cyprus"
260                 Czech Republic : "Czech Republic"
261                 Denmark        : "Denmark"
262                 Djibouti       : "Djibouti"
263                 Dominica       : "Dominica"
264                 Dominican Rep. : "Dominican Rep."
265                 East Timor     : "East Timor"
266                 Ecuador        : "Ecuador"
267                 Egypt          : "Egypt"
268                 El Salvador    : "El Salvador"
269                 Equator. Guinea: "Equator. Guinea"
270                 Eritrea        : "Eritrea"
271                 Estonia        : "Estonia"
272                 Ethiopia       : "Ethiopia"
273                 Fiji           : "Fiji"
274                 Finland        : "Finland"
275                 France         : "France"
276                 Gabon          : "Gabon"
277                 Gambia         : "Gambia"
278                 Georgia        : "Georgia"
279                 Germany        : "Germany"
280                 Ghana          : "Ghana"
281                 Greece         : "Greece"
282                 Grenada        : "Grenada"
283                 Guatemala      : "Guatemala"
284                 Guinea         : "Guinea"
285                 Guinea-Bissau  : "Guinea-Bissau"
286                 Guyana         : "Guyana"
287                 Haiti          : "Haiti"
288                 Honduras       : "Honduras"
289                 Hungary        : "Hungary"
290                 Iceland        : "Iceland"
291                 India          : "India"
292                 Indonesia      : "Indonesia"
293                 Iran           : "Iran"
294                 Iraq           : "Iraq"
295                 Ireland        : "Ireland"
296                 Israel         : "Israel"
297                 Italy          : "Italy"
298                 Ivory Coast    : "Ivory Coast"
299                 Jamaica        : "Jamaica"
300                 Japan          : "Japan"
301                 Jordan         : "Jordan"
302                 Kazakhstan     : "Kazakhstan"
303                 Kenya          : "Kenya"
304                 Kiribati       : "Kiribati"
305                 Korea North    : "Korea North"
306                 Korea South    : "Korea South"
307                 Kosovo         : "Kosovo"
308                 Kuwait         : "Kuwait"
309                 Kyrgyzstan     : "Kyrgyzstan"
310                 Laos           : "Laos"
311                 Latvia         : "Latvia"
312                 Lebanon        : "Lebanon"
313                 Lesotho        : "Lesotho"
314                 Liberia        : "Liberia"
315                 Libya          : "Libya"
316                 Liechtenstein  : "Liechtenstein"
317                 Lithuania      : "Lithuania"
318                 Luxembourg     : "Luxembourg"
319                 Macedonia      : "Macedonia"
320                 Madagascar     : "Madagascar"
321                 Malawi         : "Malawi"
322                 Malaysia       : "Malaysia"
323                 Maldives       : "Maldives"
324                 Mali           : "Mali"
325                 Malta          : "Malta"
326                 Marshall Isl.  : "Marshall Isl."
327                 Mauritania     : "Mauritania"
328                 Mauritius      : "Mauritius"
329                 Mexico         : "Mexico"
330                 Micronesia     : "Micronesia"
331                 Moldova        : "Moldova"
332                 Monaco         : "Monaco"
333                 Mongolia       : "Mongolia"
334                 Montenegro     : "Montenegro"
335                 Morocco        : "Morocco"
336                 Mozambique     : "Mozambique"
337                 Myanmar        : "Myanmar"
338                 Namibia        : "Namibia"
339                 Nauru          : "Nauru"
340                 Nepal          : "Nepal"
341                 Netherlands    : "Netherlands"
342                 New Zealand    : "New Zealand"
343                 Nicaragua      : "Nicaragua"
344                 Niger          : "Niger"
345                 Nigeria        : "Nigeria"
346                 Norway         : "Norway"
347                 Oman           : "Oman"
348                 Pakistan       : "Pakistan"
349                 Palau          : "Palau"
350                 Panama         : "Panama"
351                 Papua N. Guinea: "Papua N. Guinea"
352                 Paraguay       : "Paraguay"
353                 Peru           : "Peru"
354                 Philippines    : "Philippines"
355                 Poland         : "Poland"
356                 Portugal       : "Portugal"
357                 Qatar          : "Qatar"
358                 Romania        : "Romania"
359                 Russian Fed.   : "Russian Fed."
360                 Rwanda         : "Rwanda"
361                 St Kitts & Nev.: "St Kitts & Nev."
362                 St Lucia       : "St Lucia"
363                 St Vincent     : "Saint Vincent"
364                 Samoa          : "Samoa"
365                 San Marino     : "San Marino"
366                 Sao Tome       : "Sao Tome"
367                 Saudi Arabia   : "Saudi Arabia"
368                 Senegal        : "Senegal"
369                 Serbia         : "Serbia"
370                 Seychelles     : "Seychelles"
371                 Sierra Leone   : "Sierra Leone"
372                 Singapore      : "Singapore"
373                 Slovakia       : "Slovakia"
374                 Slovenia       : "Slovenia"
375                 Solomon Islands: "Solomon Islands"
376                 Somalia        : "Somalia"
377                 South Africa   : "South Africa"
378                 Spain          : "Spain"
379                 Sri Lanka      : "Sri Lanka"
380                 Sudan          : "Sudan"
381                 Suriname       : "Suriname"
382                 Swaziland      : "Swaziland"
383                 Sweden         : "Sweden"
384                 Switzerland    : "Switzerland"
385                 Syria          : "Syria"
386                 Taiwan         : "Taiwan"
387                 Tajikistan     : "Tajikistan"
388                 Tanzania       : "Tanzania"
389                 Thailand       : "Thailand"
390                 Togo           : "Togo"
391                 Tonga          : "Tonga"
392                 Trinidad & Tob.: "Trinidad & Tob."
393                 Tunisia        : "Tunisia"
394                 Turkey         : "Turkey"
395                 Turkmenistan   : "Turkmenistan"
396                 Tuvalu         : "Tuvalu"
397                 Uganda         : "Uganda"
398                 Ukraine        : "Ukraine"
399                 UAE            : "UAE"
400                 United Kingdom : "United Kingdom"
401                 USA            : "USA"
402                 Uruguay        : "Uruguay"
403                 Uzbekistan     : "Uzbekistan"
404                 Vanuatu        : "Vanuatu"
405                 Vatican City   : "Vatican City"
406                 Venezuela      : "Venezuela"
407                 Vietnam        : "Vietnam"
408                 Yemen          : "Yemen"
409                 Zambia         : "Zambia"
410                 Zimbabwe       : "Zimbabwe"
411
412             - . This will be shown on the <a href="https://hea.koha-community.org">Hea Koha community website</a>.
413             - <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).
414         -
415             - "The library URL to be shown on the Hea Community website: "
416             - pref: UsageStatsLibraryUrl
417             - <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).
418         -
419             - "The library type to be shown on the Hea Community website: "
420             - pref: UsageStatsLibraryType
421               default: ""
422               choices:
423                   ""          : ""
424                   public      : "public"
425                   school      : "school"
426                   academic    : "academic"
427                   research    : "research"
428                   private     : "private"
429                   societyAssociation: "society or association"
430                   corporate   : "corporate"
431                   government  : "government"
432                   religiousOrg: "religious organization"
433                   subscription: "subscription"
434             - <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).
435         -
436             - pref: UsageStatsLibrariesInfo
437               choices:
438                   yes: "Share"
439                   no: "Don't share"
440             - "libraries information (name, URL, country)."
441             - <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).
442         -
443             - "Geolocation of the main library: "
444             - pref: UsageStatsGeolocation
445             - <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).
446             - "<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."
447     Search engine:
448         -
449             - "Use following search engine: "
450             - pref: SearchEngine
451               default: Zebra
452               choices:
453                 Zebra: Zebra
454                 Elasticsearch: Elasticsearch
455         -
456             - "Elasticsearch MARC format: "
457             - pref: ElasticsearchMARCFormat
458               default: "ISO2709"
459               choices:
460                 "ISO2709": "ISO2709 (exchange format)"
461                 "ARRAY": "Searchable array"
462             - <br>ISO2709 format is recommended as it is faster and takes less space, whereas array format makes the full MARC record searchable.
463             - <br><strong>NOTE:</strong> Making the full record searchable may have a negative effect on relevance ranking of search results.