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