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