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