Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref
Jonathan Druart db2cf80a7a
Bug 24682: Make UsageStatsGeolocation readonly (and redirect to the config page)
To prevent invalid values in this pref (and so on the server), we should
make this input readonly on the syspref page.
The sysprefs related to Hea should be edited from the dedicated page, so
also adding a note about that.

Test plan:
Search syspref with "UsageStats"
Notice the note about the admin page
Notice the UsageStatsGeolocation input is now readonly (and resized, to
display the whole value when filled)

Signed-off-by: Maryse Simard <maryse.simard@inlibro.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-02-24 13:17:15 +00:00

453 lines
20 KiB
Text

Administration:
# Only used internally, omitted: FrameworksLoaded, Version
Interface options:
-
- "Email address for the administrator of Koha: "
- pref: KohaAdminEmailAddress
class: email
- "(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.)"
-
- "Email address to be set as the replyto in emails: "
- pref: ReplytoDefault
class: email
-
- "Return path or bounce address for undeliverable mail messages: "
- pref: ReturnpathDefault
class: email
- "If you leave this empty, the From address will be used (often defaulting to the admin address)."
-
- "Email to redirect all messages to: "
- pref: SendAllEmailsTo
class: email
- "(Leave this field empty to send messages to their normal recipient)"
-
- "How much debugging information to show in the browser when an internal error occurs: "
- pref: DebugLevel
default: 0
choices:
0: None
1: Some
2: All
-
- "Show itemtype icons in the catalog: "
- pref: noItemTypeImages
default: 0
choices:
yes: "No"
no: "Yes"
-
- "Default separator for columns in an exported CSV file: "
- pref: delimiter
default: ","
choices:
';': semicolons
tabulation: tabs
',': commas
'/': slashes
'\': backslashes
'#': "#'s"
-
- "Allow staff and patrons to create and view saved lists of books: "
- pref: virtualshelves
choices:
yes: "Yes"
no: "No"
-
- "Default view when editing circulation rules: "
- pref: DefaultToLoggedInLibraryCircRules
choices:
yes: "The logged-in library"
no: "All libraries"
-
- "Default view when editing notices and slips: "
- pref: DefaultToLoggedInLibraryNoticesSlips
choices:
yes: "The logged-in library"
no: "All libraries"
-
- "Default view when editing overdue notice/status triggers: "
- pref: DefaultToLoggedInLibraryOverdueTriggers
choices:
yes: "The logged-in library"
no: "All libraries"
Login options:
-
- "Inactivity timeout in seconds to automatically log out users: "
- pref: timeout
class: integer
- Adding d will specify it in days, e.g. 1d is timeout of one day.
-
- "Require staff to log in from a computer in the IP address range specified by their library (if any): "
- pref: AutoLocation
default: 0
choices:
yes: "Yes"
no: "No"
- <a href="/cgi-bin/koha/admin/branches.pl">Link to library administration</a>
-
- "Enable check for change in remote IP address for session security: "
- pref: SessionRestrictionByIP
default: 1
choices:
yes: "Yes"
no: "No"
- (Disable only when remote IP address changes frequently.)
# PostgreSQL is supported by CGI::Session but not by Koha.
-
- "Storage of login session information: "
- pref: SessionStorage
default: mysql
choices:
mysql: MySQL database
Pg: PostgreSQL database (not supported)
tmp: Temporary files
memcached: Memcached server
-
- "Prevent staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries: "
- pref: IndependentBranches
default: 0
choices:
yes: "Yes"
no: "No"
-
- Prevent staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries.
- pref: IndependentBranchesPatronModifications
default: 0
choices:
yes: "Yes"
no: "No"
-
- Prevent staff (but not superlibrarians) from transfering items to other libraries
- pref: IndependentBranchesTransfers
default: 0
choices:
yes: "Yes"
no: "No"
CAS authentication:
-
- "Use CAS for login authentication: "
- pref: casAuthentication
default: 0
choices:
yes: "Yes"
no: "No"
-
- "Logout of CAS when logging out of Koha: "
- pref: casLogout
default: 0
choices:
yes: "Yes"
no: "No"
-
- "URL of the CAS Authentication Server: "
- pref: casServerUrl
SSL client certificate authentication:
-
- "Field to use for SSL client certificate authentication: "
- pref: AllowPKIAuth
default: None
choices:
None: "None"
Common Name: Common Name
emailAddress: emailAddress
Google OpenID Connect:
-
- "Use Google OpenID Connect login: "
- pref: GoogleOpenIDConnect
choices:
yes: "Yes"
no: "No"
- 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 .
-
- "Google OAuth2 Client ID: "
- pref: GoogleOAuth2ClientID
-
- "Google OAuth2 Client Secret: "
- pref: GoogleOAuth2ClientSecret
-
- "Google OpenID Connect Restrict to domain (or subdomain of this domain): "
- pref: GoogleOpenIDConnectDomain
- Leave blank for all google domains
-
- pref: GoogleOpenIDConnectAutoRegister
choices:
yes: Allow
no: "Don't Allow"
- users logging in with Google Open ID to automatically register.
-
- pref: GoogleOpenIDConnectDefaultCategory
- Use this category code when automatically registering a Google Open ID patron.
-
- pref: GoogleOpenIDConnectDefaultBranch
- Use this branch code when automatically registering a Google Open ID patron.
Share anonymous usage statistics:
-
- "Share anonymous Koha usage data with the Koha community: "
- pref: UsageStats
default: 2
choices:
yes: "Yes"
no: "No"
2: "No, let me think about it"
- ". Website where usage statistics are published: <a href=\"http://hea.koha-community.org\">Hea Koha community website</a>."
- "<br><strong>NOTE:</strong> The other \"UsageStats\" preferences have no effect if this preference is set to \"No\"."
- "<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."
- "<br><strong>NOTE:</strong> You should use the <a href=\"/cgi-bin/koha/admin/usage_statistics.pl\">dedicated admin configuration page</a> to edit the preference related to Hea."
-
- "Use the following library name to be shown on the Hea Community website: "
- pref: UsageStatsLibraryName
- If this field is empty data will be sent anonymously.
- "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
-
- "The country where your library is located to be shown on the Hea Community website: "
- pref: UsageStatsCountry
default: ""
choices:
"" : ""
Afghanistan : "Afghanistan"
Albania : "Albania"
Algeria : "Algeria"
Andorra : "Andorra"
Angola : "Angola"
Antigua & Deps : "Antigua & Deps"
Argentina : "Argentina"
Armenia : "Armenia"
Australia : "Australia"
Austria : "Austria"
Azerbaijan : "Azerbaijan"
Bahamas : "Bahamas"
Bahrain : "Bahrain"
Bangladesh : "Bangladesh"
Barbados : "Barbados"
Belarus : "Belarus"
Belgium : "Belgium"
Belize : "Belize"
Benin : "Benin"
Bhutan : "Bhutan"
Bolivia : "Bolivia"
Bosnia Herz. : "Bosnia Herz."
Botswana : "Botswana"
Brazil : "Brazil"
Brunei : "Brunei"
Bulgaria : "Bulgaria"
Burkina : "Burkina"
Burundi : "Burundi"
Cambodia : "Cambodia"
Cameroon : "Cameroon"
Canada : "Canada"
Cape Verde : "Cape Verde"
Centr. Afr. Rep: "Centr. Afr. Rep"
Chad : "Chad"
Chile : "Chile"
China : "China"
Colombia : "Colombia"
Comoros : "Comoros"
Congo : "Congo"
Costa Rica : "Costa Rica"
Croatia : "Croatia"
Cuba : "Cuba"
Cyprus : "Cyprus"
Czech Republic : "Czech Republic"
Denmark : "Denmark"
Djibouti : "Djibouti"
Dominica : "Dominica"
Dominican Rep. : "Dominican Rep."
East Timor : "East Timor"
Ecuador : "Ecuador"
Egypt : "Egypt"
El Salvador : "El Salvador"
Equator. Guinea: "Equator. Guinea"
Eritrea : "Eritrea"
Estonia : "Estonia"
Ethiopia : "Ethiopia"
Fiji : "Fiji"
Finland : "Finland"
France : "France"
Gabon : "Gabon"
Gambia : "Gambia"
Georgia : "Georgia"
Germany : "Germany"
Ghana : "Ghana"
Greece : "Greece"
Grenada : "Grenada"
Guatemala : "Guatemala"
Guinea : "Guinea"
Guinea-Bissau : "Guinea-Bissau"
Guyana : "Guyana"
Haiti : "Haiti"
Honduras : "Honduras"
Hungary : "Hungary"
Iceland : "Iceland"
India : "India"
Indonesia : "Indonesia"
Iran : "Iran"
Iraq : "Iraq"
Ireland : "Ireland"
Israel : "Israel"
Italy : "Italy"
Ivory Coast : "Ivory Coast"
Jamaica : "Jamaica"
Japan : "Japan"
Jordan : "Jordan"
Kazakhstan : "Kazakhstan"
Kenya : "Kenya"
Kiribati : "Kiribati"
Korea North : "Korea North"
Korea South : "Korea South"
Kosovo : "Kosovo"
Kuwait : "Kuwait"
Kyrgyzstan : "Kyrgyzstan"
Laos : "Laos"
Latvia : "Latvia"
Lebanon : "Lebanon"
Lesotho : "Lesotho"
Liberia : "Liberia"
Libya : "Libya"
Liechtenstein : "Liechtenstein"
Lithuania : "Lithuania"
Luxembourg : "Luxembourg"
Macedonia : "Macedonia"
Madagascar : "Madagascar"
Malawi : "Malawi"
Malaysia : "Malaysia"
Maldives : "Maldives"
Mali : "Mali"
Malta : "Malta"
Marshall Isl. : "Marshall Isl."
Mauritania : "Mauritania"
Mauritius : "Mauritius"
Mexico : "Mexico"
Micronesia : "Micronesia"
Moldova : "Moldova"
Monaco : "Monaco"
Mongolia : "Mongolia"
Montenegro : "Montenegro"
Morocco : "Morocco"
Mozambique : "Mozambique"
Myanmar : "Myanmar"
Namibia : "Namibia"
Nauru : "Nauru"
Nepal : "Nepal"
Netherlands : "Netherlands"
New Zealand : "New Zealand"
Nicaragua : "Nicaragua"
Niger : "Niger"
Nigeria : "Nigeria"
Norway : "Norway"
Oman : "Oman"
Pakistan : "Pakistan"
Palau : "Palau"
Panama : "Panama"
Papua N. Guinea: "Papua N. Guinea"
Paraguay : "Paraguay"
Peru : "Peru"
Philippines : "Philippines"
Poland : "Poland"
Portugal : "Portugal"
Qatar : "Qatar"
Romania : "Romania"
Russian Fed. : "Russian Fed."
Rwanda : "Rwanda"
St Kitts & Nev.: "St Kitts & Nev."
St Lucia : "St Lucia"
St Vincent : "Saint Vincent"
Samoa : "Samoa"
San Marino : "San Marino"
Sao Tome : "Sao Tome"
Saudi Arabia : "Saudi Arabia"
Senegal : "Senegal"
Serbia : "Serbia"
Seychelles : "Seychelles"
Sierra Leone : "Sierra Leone"
Singapore : "Singapore"
Slovakia : "Slovakia"
Slovenia : "Slovenia"
Solomon Islands: "Solomon Islands"
Somalia : "Somalia"
South Africa : "South Africa"
Spain : "Spain"
Sri Lanka : "Sri Lanka"
Sudan : "Sudan"
Suriname : "Suriname"
Swaziland : "Swaziland"
Sweden : "Sweden"
Switzerland : "Switzerland"
Syria : "Syria"
Taiwan : "Taiwan"
Tajikistan : "Tajikistan"
Tanzania : "Tanzania"
Thailand : "Thailand"
Togo : "Togo"
Tonga : "Tonga"
Trinidad & Tob.: "Trinidad & Tob."
Tunisia : "Tunisia"
Turkey : "Turkey"
Turkmenistan : "Turkmenistan"
Tuvalu : "Tuvalu"
Uganda : "Uganda"
Ukraine : "Ukraine"
UAE : "UAE"
United Kingdom : "United Kingdom"
USA : "USA"
Uruguay : "Uruguay"
Uzbekistan : "Uzbekistan"
Vanuatu : "Vanuatu"
Vatican City : "Vatican City"
Venezuela : "Venezuela"
Vietnam : "Vietnam"
Yemen : "Yemen"
Zambia : "Zambia"
Zimbabwe : "Zimbabwe"
- This will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
- "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
-
- "The library URL to be shown on the Hea Community website: "
- pref: UsageStatsLibraryUrl
- "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
-
- "The library type to be shown on the Hea Community website: "
- pref: UsageStatsLibraryType
default: ""
choices:
"" : ""
public : "public"
school : "school"
academic : "academic"
research : "research"
private : "private"
societyAssociation: "society or association"
corporate : "corporate"
government : "government"
religiousOrg: "religious organization"
subscription: "subscription"
- "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
-
- pref: UsageStatsLibrariesInfo
choices:
yes: "Share"
no: "Do not Share"
- "libraries information (name, url, country)"
- "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
-
- "Geolocation of the main library: "
- pref: UsageStatsGeolocation
- "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
- "<br><strong>NOTE:</strong> You must use the <a href=\"/cgi-bin/koha/admin/usage_statistics.pl\">dedicated admin configuration page</a> to edit this preference."
Search Engine:
-
- "Use following search engine: "
- pref: SearchEngine
default: Zebra
choices:
Zebra: Zebra
Elasticsearch: Elasticsearch
-
- "Elasticsearch MARC format: "
- pref: ElasticsearchMARCFormat
default: "ISO2709"
choices:
"ISO2709": "ISO2709 (exchange format)"
"ARRAY": "Searchable array"
- <br>ISO2709 format is recommended as it is faster and takes less space, whereas array format makes the full MARC record searchable.
- <br><strong>NOTE:</strong> Making the full record searchable may have a negative effect on relevance ranking of search results.