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