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