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