Bug 4472 - Missing / in img tags breaking xslt (and other img tags)
[koha.git] / installer / data / mysql / ru-RU / mandatory / system_preferences_only_translation_updating.sql
1
2 -- Admin - Управление
3
4 UPDATE systempreferences SET explanation='Если включено, то задействована IP-аутентификация, которая будет блокировать доступ к библиотечному интерфейсу с несанкционированного IP-адреса' WHERE variable='AutoLocation';       
5 -- If ON, IP authentication is enabled, blocking access to the staff client from unauthorized IP addresses 
6
7 UPDATE systempreferences SET explanation='Количество отладочной информации, направляемой в браузер, когда встречаются ошибки (установить в 0 в рабочем варианте). 0 = нет, 1 = кое-что, 2 = большинство' WHERE variable='DebugLevel';    
8 -- Define the level of debugging information sent to the browser when errors are encountered (set to 0 in production). 0=none, 1=some, 2=most
9
10 UPDATE systempreferences SET explanation='Символ-разделитель по умолчанию для экспорта отчетов' WHERE variable='delimiter';       
11 -- Define the default separator character for exporting reports
12
13 UPDATE systempreferences SET explanation='Список загруженных структур в веб-инсталляторе' WHERE variable='FrameworksLoaded';   
14 -- Frameworks loaded through webinstaller
15
16 UPDATE systempreferences SET explanation='Использование подразделения привилегий для работников' WHERE variable='GranularPermissions'; 
17 -- Use detailed staff user permissions
18
19 UPDATE systempreferences SET explanation='Если включено, то повышает безопасность между библиотеками. Используется, когда библиотеки используют одну инсталляцию Коха.' WHERE variable='IndependantBranches';        
20 -- If ON, increases security between libraries
21
22 UPDATE systempreferences SET explanation='Если включено, то авторизация вообще не нужна. Будьте внимательны!' WHERE variable='insecure'; 
23 -- If ON, bypasses all authentication. Be careful!
24
25 UPDATE systempreferences SET explanation='Папка «includes» может быть полезна для особого вида Коха (например, «includes» или «includes_npl»)' WHERE variable='intranet_includes';      
26 -- The includes directory you want for specific look of Koha (includes or includes_npl for example)
27
28 UPDATE systempreferences SET explanation='Адрес электронной почты, на который приходят запросы посетителей касательно модификации их учётных записей' WHERE variable='KohaAdminEmailAddress';      
29 -- Define the email address where patron modification requests are sent
30
31 UPDATE systempreferences SET explanation='Адрес, используемый при печати квитанций, просрочек и т.п., если отличается от физического адреса' WHERE variable='libraryAddress';   
32 -- The address to use for printing receipts, overdues, etc. if different than physical address
33
34 UPDATE systempreferences SET explanation='Программа по умолчанию для экспорта файлов отчётов' WHERE variable='MIME';        
35 -- Define the default application for exporting report data
36
37 UPDATE systempreferences SET explanation='Если включено, то будут отключены изображения типов единиц' WHERE variable='noItemTypeImages';      
38 -- If ON, disables item-type images
39
40 UPDATE systempreferences SET explanation='Базовый URL-адрес для ЭК, например, opac.mylibrary.com, http:// будут добавляться автоматически с помощью Коха' WHERE variable='OPACBaseURL';       
41 -- Specify the Base URL of the OPAC, e.g., opac.mylibrary.com, the http:// will be added automatically by Koha.
42
43 UPDATE systempreferences SET explanation='Если включено, тогда будут включены предупреждения об обслуживании в ЭК' WHERE variable='OpacMaintenance';       
44 -- If ON, enables maintenance warning in OPAC
45
46 UPDATE systempreferences SET explanation='Использование базы данных или временного файла для хранения данных сессии' WHERE variable='SessionStorage';   
47 -- Use database or a temporary file for storing session data
48
49 UPDATE systempreferences SET explanation='Работать в режиме одного подразделения и скрыть выбор подразделений в ЭК' WHERE variable='singleBranchMode';    
50 -- Operate in Single-branch mode, hide branch selection in the OPAC
51
52 UPDATE systempreferences SET explanation='Базовый URL-адрес библиотечного интерфейса' WHERE variable='staffClientBaseURL';   
53 -- Specify the base URL of the staff client
54
55 UPDATE systempreferences SET explanation='Промежуток времени бездействия для аутентификации (в секундах)' WHERE variable='timeout';       
56 -- Inactivity timeout for cookies authentication (in seconds)
57
58 UPDATE systempreferences SET explanation='Версия базы данных Коха. ПРЕДУПРЕЖДЕНИЕ: не изменяйте это значение вручную, им руководит веб-установщик' WHERE variable='Version';     
59 -- The Koha database version. WARNING: Do not change this value manually, it is maintained by the webinstaller
60
61
62 -- Acquisitions - Поступления
63
64 UPDATE systempreferences SET explanation='Обычные (normal) приобретения на основе статей расходов или же простые (simple) поступления библиографических данных' WHERE variable='acquisitions';
65 -- Choose Normal, budget-based acquisitions, or Simple bibliographic-data acquisitions
66
67 UPDATE systempreferences SET explanation='Если включено, то высылать предложения посетителей по электронной почте, а не управлять ими в поступлениях' WHERE variable='emailPurchaseSuggestions';
68 --      If ON, patron suggestions are emailed rather than managed in Acquisitions
69
70 UPDATE systempreferences SET explanation='Ставка НДС по умолчанию; НЕ в процентах (%), а в числовой форме (0.12 означает 12%)' WHERE variable='gist';
71 --      Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST
72
73
74 -- EnhancedContent - Расширенное содержание
75
76 UPDATE systempreferences SET explanation='См.: http://aws.amazon.com' WHERE variable='AmazonAssocTag';
77 --       See: http://aws.amazon.com
78
79 UPDATE systempreferences SET explanation='Включить расширенное содержимое с Amazon — Вы ДОЛЖНЫ установить AWSAccessKeyID и AmazonAssocTag если здесь включено' WHERE variable='AmazonContent';
80 --      Turn ON Amazon Content - You MUST set AWSAccessKeyID and AmazonAssocTag if enabled
81
82 UPDATE systempreferences SET explanation='Используется для установки локали для Ваших веб-сервисов от Amazon.com' WHERE variable='AmazonLocale';
83 --      Use to set the Locale of your Amazon.com Web Services
84
85 UPDATE systempreferences SET explanation='Включить возможность Amazon для поиска подобных записей - Вы должны установить AWSAccessKeyID и AmazonAssocTag если здесь включено' WHERE variable='AmazonSimilarItems';
86 --      Turn ON Amazon Similar Items feature - You MUST set AWSAccessKeyID and AmazonAssocTag if enabled
87
88 UPDATE systempreferences SET explanation='См.: http://aws.amazon.com' WHERE variable='AWSAccessKeyID';
89 --      See: http://aws.amazon.com
90
91 UPDATE systempreferences SET explanation='См.: http://aws.amazon.com. Заметьте, что это ключ стал необходим после 15.8.2009 для того, чтобы получать любое расширенное содержимое, кроме обложек книг от Amazon.' WHERE variable='AWSPrivateKey';
92 -- See:  http://aws.amazon.com.  Note that this is required after 2009/08/15 in order to retrieve any enhanced content other than book covers from Amazon.
93
94 UPDATE systempreferences SET explanation='URL-шаблон ссылки для „Мой библиотечный книжный магазин“(МБКМ), для которого значение „ключа“(key) добавляется в конце и „https://“ добавляется впереди. Он должен включать в себя имя Вашего хоста (hostname) и „родительский номер“ (Parent Number). Для отключения МБКМ-ссылки, сделайте это значение пустым. Пример: ocls.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=' WHERE variable='BakerTaylorBookstoreURL';
95 --      URL template for "My Libary Bookstore" links, to which the "key" value is appended, and "https://" is prepended. It should include your hostname and "Parent Number". Make this variable empty to turn MLB links off. Example: ocls.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
96
97 UPDATE systempreferences SET explanation='Включить или выключить все функции «BakerTaylor»' WHERE variable='BakerTaylorEnabled';
98 --      Enable or disable all Baker & Taylor features.
99
100 UPDATE systempreferences SET explanation='Пароль «BakerTaylor» для «кафе содержания» (внешнее содержание)' WHERE variable='BakerTaylorPassword';
101 --      Baker & Taylor Password for Content Cafe (external content)
102
103 UPDATE systempreferences SET explanation='Имя пользователя «BakerTaylor» для «кафе содержания» (внешнее содержание)' WHERE variable='BakerTaylorUsername';
104 --      Baker & Taylor Username for Content Cafe (external content)
105
106 UPDATE systempreferences SET explanation='Если включено, Коха будет обращается к одному или нескольким веб-сервисам ISBN относительно объединенных ISBN и отображать их на вкладке «Издания» на страницах с подробностями' WHERE variable='FRBRizeEditions';
107 --      If ON, Koha will query one or more ISBN web services for associated ISBNs and display an Editions tab on the details pages
108
109 UPDATE systempreferences SET explanation='Если включено, выводит обложки с помощью API «Поиска книг Google»' WHERE variable='GoogleJackets';
110 --      if ON, displays jacket covers from Google Books API
111
112 UPDATE systempreferences SET explanation='Используется с FRBRizeEditions и XISBN. Вы можете подписаться на AffiliateID здесь: http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister' WHERE variable='OCLCAffiliateID';
113 --      Use with FRBRizeEditions and XISBN. You can sign up for an AffiliateID here: http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister
114
115 UPDATE systempreferences SET explanation='Отображение изображений обложек в ЭК с веб-сервисов Amazon' WHERE variable='OPACAmazonCoverImages';
116 -- Display cover images on OPAC from Amazon Web Services
117
118 UPDATE systempreferences SET explanation='Включить получение данных с Amazon в ЭК — Вы ДОЛЖНЫ настроить AWSAccessKeyID и AmazonAssocTag если здесь включено' WHERE variable='OPACAmazonContent';
119 --      Turn ON Amazon Content in the OPAC - You MUST set AWSAccessKeyID and AmazonAssocTag if enabled
120
121 UPDATE systempreferences SET explanation='Включить возможность поиска подобных записей от Amazon — Вы ДОЛЖНЫ настроить AWSAccessKeyID и AmazonAssocTag если здесь включено' WHERE variable='OPACAmazonSimilarItems';
122 --      Turn ON Amazon Similar Items feature - You MUST set AWSAccessKeyID and AmazonAssocTag if enabled
123
124 UPDATE systempreferences SET explanation='Если включено, то ЭК будет опрашивать один или несколько веб-сервисов ISBN касательно связанных ISBN и отобразит на вкладке «Издания» на странице с подробностями' WHERE variable='OPACFRBRizeEditions';
125 --      If ON, the OPAC will query one or more ISBN web services for associated ISBNs and display an Editions tab on the details pages
126
127 UPDATE systempreferences SET explanation='Включает или выключает все функции меток. Это основной переключатель для меток.' WHERE variable='TagsEnabled';
128 --      Enables or disables all tagging features. This is the main switch for tags.
129
130 UPDATE systempreferences SET explanation='Путь на сервере к локальной исполнительной программе ispell, используется для установления $Lingua::Ispell::path. Этот словарь используется как «белый список» для предварительно разрешенных меток.' WHERE variable='TagsExternalDictionary';
131 --      Path on server to local ispell executable, used to set $Lingua::Ispell::path This dictionary is used as a "whitelist" of pre-allowed tags.
132
133 UPDATE systempreferences SET explanation='Разрешить пользователям вводить метки на странице с подробностями.' WHERE variable='TagsInputOnDetail';
134 --      Allow users to input tags from the detail page.
135
136 UPDATE systempreferences SET explanation='Разрешить пользователям вводить метки в списке результатов поиска.' WHERE variable='TagsInputOnList';
137 --      Allow users to input tags from the search results list.
138
139 UPDATE systempreferences SET explanation='Требовать утверждения меток посетителей перед тем как они станут видимыми.' WHERE variable='TagsModeration';
140 --      Require tags from patrons to be approved before becoming visible.
141
142 UPDATE systempreferences SET explanation='Количество меток для показа на странице сведений. 0 — отключено.' WHERE variable='TagsShowOnDetail';
143 --      Number of tags to display on detail page. 0 is off.
144
145 UPDATE systempreferences SET explanation='Количество меток, отображаемых в списке результатов поиска. 0 — отключено.' WHERE variable='TagsShowOnList';
146 --      Number of tags to display on search results list. 0 is off.
147
148 UPDATE systempreferences SET explanation='Используется с FRBRizeEditions. Если включено, Коха будет использовать веб-сервис ThingISBN для вкладки «Издания» на странице с подробностями.' WHERE variable='ThingISBN';
149 --      Use with FRBRizeEditions. If ON, Koha will use the ThingISBN web service in the Editions tab on the detail pages.
150
151 UPDATE systempreferences SET explanation='Используется с FRBRizeEditions. Если включено, Коха будет использовать веб-сервис OCLC xISBN для вкладки «Издания» на странице с подробностями. См.: http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp' WHERE variable='XISBN';
152 --      Use with FRBRizeEditions. If ON, Koha will use the OCLC xISBN web service in the Editions tab on the detail pages. See: http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
153
154 UPDATE systempreferences SET explanation='Веб-сервис xISBN является бесплатным для некоммерческого использования при использовании не более 500 запросов в день' WHERE variable='XISBNDailyLimit';
155 --      The xISBN Web service is free for non-commercial use when usage does not exceed 500 requests per day
156
157
158 -- Authorities — Авторитетные источники
159
160 UPDATE systempreferences SET explanation='Показывать иерархии в детализации для авторитетных источников' WHERE variable='AuthDisplayHierarchy';
161 -- Allow the display of hierarchy in Authority details
162
163 UPDATE systempreferences SET explanation='Используется для разделения перечня авторитетных источников на дисплее. Обычно --' WHERE variable='authoritysep';
164 --  Used to separate a list of authorities in a display. Usually --
165
166 UPDATE systempreferences SET explanation='Если включено, при добавлении новой библиотечной записи будет происходить проверка среди существующих авторитетных записей и будут создаваться соответствующие на лету, если таковых не будет существовать' WHERE variable='BiblioAddsAuthorities';
167 -- If ON, adding a new biblio will check for an existing authority record and create one on the fly if one doesn't exist
168
169 UPDATE systempreferences SET explanation='Если включено, изменение авторитетной записи не будет немедленно обновлять все связанные с ней библиографические записи, обратитесь к системному администратору для включения в cron задачу merge_authorities.pl' WHERE variable='dontmerge';
170 -- If ON, modifying an authority record will not update all associated bibliographic records immediately, ask your system administrator to enable the merge_authorities.pl cron job
171
172
173 -- Cataloguing — Каталогизация
174
175 UPDATE systempreferences SET explanation='Если включено, МАРК-редактор не будет показывать описания полей/подполей' WHERE variable='advancedMARCeditor';
176 --       If ON, the MARC editor won't display field/subfield descriptions
177
178 UPDATE systempreferences SET explanation='Используется для авто-создания штрих-кодов: прирост будет иметь форму 1, 2, 3; ежегодник будет иметь вид 2007-0001, 2007-0002; MD08010001 для формы дпггммприрост где дп = домашнее подразделение' WHERE variable='autoBarcode';
179 --      Used to autogenerate a barcode: incremental will be of the form 1, 2, 3; annual of the form 2007-0001, 2007-0002; hbyymmincr of the form HB08010001 where HB=Home Branch
180
181 UPDATE systempreferences SET explanation='Система классификации, используемая для собрания по умолчанию. Например, Дьюи, УДК, ББК, КБК и т.п.' WHERE variable='DefaultClassificationSource';
182 --      Default classification scheme used by the collection. E.g., Dewey, LCC, etc.
183
184 UPDATE systempreferences SET explanation='Если включено, выключает отображение МАРК-полей, подполей и индикаторов (данные показываются, как и раньше)' WHERE variable='hide_marc';
185 --      If ON, disables display of MARC fields, subfield codes & indicators (still shows data)
186
187 UPDATE systempreferences SET explanation='Вид по умолчанию библиотечной записи в внутрибиблиотечном интерфейсе' WHERE variable='IntranetBiblioDefaultView';
188 --      IntranetBiblioDefaultView
189
190 UPDATE systempreferences SET explanation='Структура международного стандарта библиографического описания ISBD' WHERE variable='ISBD';
191 --      ISBD
192
193 UPDATE systempreferences SET explanation='Если включено, позволяет иметь на уровне экземпляра типы экземпляров и правила выдачи' WHERE variable='item-level_itypes';
194 --      If ON, enables Item-level Itemtype / Issuing Rules
195
196 UPDATE systempreferences SET explanation='МАРК-поле/подполе, которое используется для расчета шифра для заказа библиотечной единицы {itemcallnumber}, для Unimarc/РусМарк/УкрМарк не фиксированы, может быть 942hv или 852hi из записи экземпляра (в MARC21 для Дьюи будет 082ab или 092ab, для КБК будет 050ab или 090ab)' WHERE variable='itemcallnumber';
197 --      The MARC field/subfield that is used to calculate the itemcallnumber (Dewey would be 082ab or 092ab; LOC would be 050ab or 090ab) could be 852hi from an item record
198
199 UPDATE systempreferences SET explanation='Определение, как будет отображаться МАРК-запись' WHERE variable='LabelMARCView';
200 --      Define how a MARC record will display
201
202 UPDATE systempreferences SET explanation='Включение поддержки МАРК-стандарта' WHERE variable='marc';
203 --      Turn on MARC support
204
205 UPDATE systempreferences SET explanation='Определение глобального МАРК-стандарта (MARC21 или UNIMARC/РусМарк/Укрмарк), который используется для кодирования символов' WHERE variable='marcflavour';
206 --      Define global MARC flavor (MARC21 or UNIMARC) used for character encoding
207
208 UPDATE systempreferences SET explanation='Определение МАРК-кода для организации — http://www.loc.gov/marc/organizations/orgshome.html' WHERE variable='MARCOrgCode';
209 --      Define MARC Organization Code - http://www.loc.gov/marc/organizations/orgshome.html
210
211 UPDATE systempreferences SET explanation='Если включено, Zebra-индексирование отключено (более простая установка но медленнее поиск)' WHERE variable='NoZebra';
212 --      If ON, Zebra indexing is turned off, simpler setup, but slower searches. WARNING: using NoZebra on even modest sized collections is very slow.
213
214 UPDATE systempreferences SET explanation='Запись в особой форме хеша для индексов NoZebra. Записывать подобно следующему: \'indexname\' => \'100a,245a,500*\',\'indexname2\' => \'...\'' WHERE variable='NoZebraIndexes';
215 -- Enter a specific hash for NoZebra indexes. Enter : \'indexname\' => \'100a,245a,500*\',\'index2\' => \'...\' 
216
217 UPDATE systempreferences SET explanation='Включение функции сокрытия в ЭК, требует дальнейшей настройки, обратитесь к системному администратору для получения более детальной информации' WHERE variable='OpacSuppression';
218 --      Turn ON the OPAC Suppression feature, requires further setup, ask your system administrator for details
219
220 UPDATE systempreferences SET explanation='Если включена, действует обработка сериальных изданий' WHERE variable='RoutingSerials';
221 --      If ON, serials routing is enabled
222
223 UPDATE systempreferences SET explanation='Определение полей библиотечной МАРК-записи для авторитетных записей о личных именах — для заполнения biblio.author' WHERE variable='z3950AuthorAuthFields';
224 --      Define the MARC biblio fields for Personal Name Authorities to fill biblio.author
225
226 UPDATE systempreferences SET explanation='Если включено, авторитетные значения о личных именах будут заменять авторов в biblio.author' WHERE variable='z3950NormalizeAuthor';
227 --      If ON, Personal Name Authorities will replace authors in biblio.author
228
229
230 -- Circulation — Оборот
231
232 UPDATE systempreferences SET explanation='Разрешить размещать запрос резервирования на поврежденные экземпляры' WHERE variable='AllowHoldsOnDamagedItems';
233 --       Allow hold requests to be placed on damaged items
234
235 UPDATE systempreferences SET explanation='Разрешить размещать запрос резервирования на экземпляры, которые не были выданы' WHERE variable='AllowOnShelfHolds';
236 --      Allow hold requests to be placed on items that are not on loan
237
238 UPDATE systempreferences SET explanation='Если включено, позволяет чтобы ограничения на продление были переопределены экраном обращения' WHERE variable='AllowRenewalLimitOverride';
239 --      if ON, allows renewal limits to be overridden on the circulation screen
240
241 UPDATE systempreferences SET explanation='Если включено, Коха будет автоматически устанавливать перемещение этого экземпляра к своему домашнему подразделению' WHERE variable='AutomaticItemReturn';
242 --      If ON, Koha will automatically set up a transfer of this item to its homebranch
243
244 UPDATE systempreferences SET explanation='С включенными независимыми подразделениями, пользователь с одного библиотечного размещения может резервировать экземпляр в другой библиотеке' WHERE variable='canreservefromotherbranches';
245 --      With Independent branches on, can a user from one library place a hold on an item from another library
246
247 UPDATE systempreferences SET explanation='Если включено — задействуется автозавершение для ввода при обороте' WHERE variable='CircAutocompl';
248 --      If ON, autocompletion is enabled for the Circulation input
249
250 UPDATE systempreferences SET explanation='Указывается агентство, которое контролирует политики оборота и штрафы' WHERE variable='CircControl';
251 --      Specify the agency that controls the circulation and fines policy
252
253 UPDATE systempreferences SET explanation='Если включено, сообщать по электронной почте библиотекаря в тех случаях, когда размещается резервирование (удержание)' WHERE variable='emailLibrarianWhenHoldIsPlaced';
254 --      If ON, emails the librarian whenever a hold is placed
255
256 UPDATE systempreferences SET explanation='Указывается, использовать ли календарь в расчете сроков и штрафов' WHERE variable='finesCalendar';
257 --      Specify whether to use the Calendar in calculating duedates and fines
258
259 UPDATE systempreferences SET explanation='Выберите режим для штрафов, «отключено», «тестовый» (отчеты по электронной почте администратору) или «рабочий» (начисляются штрафы за просрочку). Предполагается выполнения задания «accruefines» для cron.' WHERE variable='finesMode';
260 --      Choose the fines mode, 'off', 'test' (emails admin report) or 'production' (accrue overdue fines). Requires accruefines cronjob.
261
262 UPDATE systempreferences SET explanation='Если установлено, разрешается указывать глобальную статическую дату для всех выдач' WHERE variable='globalDueDate';
263 --      If set, allows a global static due date for all checkouts
264
265 UPDATE systempreferences SET explanation='Указывается, сколько дней должно пройти до отмены резервирования' WHERE variable='holdCancelLength';
266 --      Specify how many days before a hold is canceled
267
268 UPDATE systempreferences SET explanation='Используется в обороте для определения того, какое подразделение экземпляра проверять при включенных независимых подразделениях, и при поиске, чтобы определить, какие подразделения выбирать для наличия' WHERE variable='HomeOrHoldingBranch';
269 --      Used by Circulation to determine which branch of an item to check with independent branches on, and by search to determine which branch to choose for availability
270
271 UPDATE systempreferences SET explanation='Если включено, отключаются штрафы, если посетитель сдает экземпляр, который накапливал задолженность' WHERE variable='IssuingInProcess';
272 --      If ON, disables fines if the patron is issuing item that accumulate debt
273
274 UPDATE systempreferences SET explanation='Если установлено, указывает входящее фильтрование штрих-кода экземпляра' WHERE variable='itemBarcodeInputFilter';
275 --      If set, allows specification of a item barcode input filter
276
277 UPDATE systempreferences SET explanation='Максимальная сумма задолженных просроченных платежей до запрета резервирований' WHERE variable='maxoutstanding';
278 --      maximum amount withstanding to be able make holds
279
280 UPDATE systempreferences SET explanation='Максимальное количество резервирований, которое заемщик может сделать' WHERE variable='maxreserves';
281 --      Define maximum number of holds a patron can place
282
283 UPDATE systempreferences SET explanation='Определение максимальной суммы задолженных просроченных платежей до запрета выдачи' WHERE variable='noissuescharge';
284 --      Define maximum amount withstanding before check outs are blocked
285
286 UPDATE systempreferences SET explanation='Указывается порядок сортировки предыдущих выпусков на странице оборота' WHERE variable='previousIssuesDefaultSortOrder';
287 --      Specify the sort order of Previous Issues on the circulation page
288
289 UPDATE systempreferences SET explanation='Если включено, то будут печататься оборотные квитанции' WHERE variable='printcirculationslips';
290 --      If ON, enable printing circulation receipts
291
292 UPDATE systempreferences SET explanation='Если включено, то порядок в очереди резервирований в обороте будет генерироваться случайным образом, или же на основе всех кодов расположений, либо через коды расположений, определяемых в StaticHoldsQueueWeight' WHERE variable='RandomizeHoldsQueueWeight';
293 --      if ON, the holds queue in circulation will be randomized, either based on all location codes, or by the location codes specified in StaticHoldsQueueWeight
294
295  UPDATE systempreferences SET explanation='Определение максимального срока хранения экземпляра на резервировании до забора' WHERE variable='ReservesMaxPickUpDelay';
296 --      Define the Maximum delay to pick up an item on hold
297
298  UPDATE systempreferences SET explanation='Если включено, то зарезервированный экземпляр, что есть в этой библиотеке должен быть возвращен, в противном случае конкретный зарезервирован экземпляр, который есть в библиотеке и доступен, считается (автоматически) доступным' WHERE variable='ReservesNeedReturns';
299 --      If ON, a hold placed on an item available in this library must be checked-in, otherwise, a hold on a specific item, that is in the library & available is considered available
300
301 UPDATE systempreferences SET explanation='Если установлено, выдача не будет проводиться, если дата возвращения после даты окончания срока действия карточки посетителя' WHERE variable='ReturnBeforeExpiry';
302 --      If ON, checkout will be prevented if returndate is after patron card expiry
303
304 -- UPDATE systempreferences SET explanation='' WHERE variable='SpecifyDueDate';
305 --      Define whether to display "Specify Due Date" form in Circulation
306 -- Определение, показывать ли форму \'Указать срок\' в обороте
307
308 -- UPDATE systempreferences SET explanation='' WHERE variable='StaticHoldsQueueWeight';
309 --      Specify a list of library location codes separated by commas -- the list of codes will be traversed and weighted with first values given higher weight for holds fulfillment -- alternatively, if RandomizeHoldsQueueWeight is set, the list will be randomly selective
310
311 -- UPDATE systempreferences SET explanation='' WHERE variable='todaysIssuesDefaultSortOrder';
312 --      Specify the sort order of Todays Issues on the circulation page
313 -- Укажите порядок сортировки сегодняшних выдач на станице оборота
314
315 -- UPDATE systempreferences SET explanation='' WHERE variable='TransfersMaxDaysWarning';
316 --      Define the days before a transfer is suspected of having a problem
317 -- Определение количества дней до которых ожидается перемещение или же подозревается проблема
318
319 -- UPDATE systempreferences SET explanation='' WHERE variable='useDaysMode';
320 --      Choose the method for calculating due date: select Calendar to use the holidays module, and Days to ignore the holidays module
321 -- Выберите метод расчета срока: выберите календарь для использования модуль праздников, и дни если игнорировать модуль праздников
322
323 -- UPDATE systempreferences SET explanation='' WHERE variable='WebBasedSelfCheck';
324 --      If ON, enables the web-based self-check system
325 -- Если ON, задействует систему самостоятельной проверки на основе веб
326
327
328 -- I18N/L10N
329
330 -- UPDATE systempreferences SET explanation='Формат дати (ММ/ДД/РРРР у США, ДД/ММ/РРРР у метричній системі,  РРРР/ММ/ДД за ISO)' WHERE variable='dateformat';
331 --       Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy/mm/dd)
332
333 -- UPDATE systempreferences SET explanation='' WHERE variable='language';
334 --      Set the default language in the staff client.
335
336 -- UPDATE systempreferences SET explanation='Встановлення Вашої привілейованої мови. Мова зверху списку пробуватиметься спочатку.' WHERE variable='opaclanguages';
337 --      Set the default language in the OPAC.
338
339 -- UPDATE systempreferences SET explanation='Включення/виключення можливості зміни мови у ЕК' WHERE variable='opaclanguagesdisplay';
340 --      If ON, enables display of Change Language feature on OPAC
341
342 -- Logs - Протоколы
343
344 -- UPDATE systempreferences SET explanation='' WHERE variable='BorrowersLog';
345 --       If ON, log edit/create/delete actions on patron data
346
347 -- UPDATE systempreferences SET explanation='' WHERE variable='CataloguingLog';
348 --      If ON, log edit/create/delete actions on bibliographic data. WARNING: this feature is very resource consuming.
349
350 -- UPDATE systempreferences SET explanation='' WHERE variable='FinesLog';
351 --      If ON, log fines
352
353 -- UPDATE systempreferences SET explanation='' WHERE variable='IssueLog';
354 --      If ON, log checkout activity
355
356 -- UPDATE systempreferences SET explanation='' WHERE variable='LetterLog';
357 --      If ON, log all notices sent
358
359 -- UPDATE systempreferences SET explanation='' WHERE variable='ReturnLog';
360 --      If ON, enables the circulation (returns) log
361
362 -- UPDATE systempreferences SET explanation='' WHERE variable='SubscriptionLog';
363 --      If ON, enables subscriptions log
364
365
366 -- OAI-PMH
367
368 -- UPDATE systempreferences SET explanation='' WHERE variable='OAI-PMH';
369 --       if ON, OAI-PMH server is enabled
370
371 -- UPDATE systempreferences SET explanation='' WHERE variable='OAI-PMH:archiveID';
372 --      OAI-PMH archive identification
373
374 -- UPDATE systempreferences SET explanation='' WHERE variable='OAI-PMH:MaxCount';
375 --      OAI-PMH maximum number of records by answer to ListRecords and ListIdentifiers queries
376
377 -- UPDATE systempreferences SET explanation='' WHERE variable='OAI-PMH:Set';
378 --      OAI-PMH exported set, the set name is followed by a comma and a short description, one set by line
379
380 -- UPDATE systempreferences SET explanation='' WHERE variable='OAI-PMH:Subset';
381 --      Restrict answer to matching raws of the biblioitems table EXPERIMENTAL
382
383
384 -- OPAC - Электронный каталог
385
386 -- UPDATE systempreferences SET explanation='Вкажіть номер_анонімного_позичальника для дозволу анонімних пропозицій' WHERE variable='AnonSuggestions';
387 --       Set to anonymous borrowernumber to enable Anonymous suggestions
388
389 -- UPDATE systempreferences SET explanation='Вигляд по умовчанню для бібліотечного запису. Може приймати значення normal, marc чи isbd' WHERE variable='BiblioDefaultView';
390 --      Choose the default detail view in the catalog; choose between normal, marc or isbd
391
392 -- UPDATE systempreferences SET explanation='Показувати чи приховувати \"втрачені\" одиниці у ЕК.' WHERE variable='hidelostitems';
393 --      If ON, disables display of"lost" items in OPAC.
394
395 -- UPDATE systempreferences SET explanation='' WHERE variable='kohaspsuggest';
396 --      Track search queries, turn on by defining host:dbname:user:pass
397
398 -- UPDATE systempreferences SET explanation='Електронічний каталог бібліотеки', 'Ім\'я бібліотеки або повідомлення, яке буде показане на головній сторінці електронічнго каталогу' WHERE variable='LibraryName';
399 --      Define the library name as displayed on the OPAC
400
401 -- UPDATE systempreferences SET explanation='' WHERE variable='OpacAuthorities';
402 --      If ON, enables the search authorities link on OPAC
403
404 -- UPDATE systempreferences SET explanation='Включити чи заблокувати відображення бібліотечного замовлення (полички замовлень)' WHERE variable='opacbookbag';
405 --      If ON, enables display of Cart feature
406
407 -- UPDATE systempreferences SET explanation='' WHERE variable='OpacBrowser';
408 --      If ON, enables subject authorities browser on OPAC (needs to set misc/cronjob/sbuild_browser_and_cloud.pl)
409
410 -- UPDATE systempreferences SET explanation='' WHERE variable='OpacCloud';
411 --      If ON, enables subject cloud on OPAC
412
413 -- UPDATE systempreferences SET explanation='Введіть найменування таблиці стилів кольорів для електронічного каталогу' WHERE variable='opaccolorstylesheet';
414 --      Define the color stylesheet to use in the OPAC
415
416 -- UPDATE systempreferences SET explanation='Зазначте будь-які вдячності/заслуги у HTML для низу сторінки ЕК' WHERE variable='opaccredits';
417 --      Define HTML Credits at the bottom of the OPAC page
418
419 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACDisplayRequestPriority';
420 --      Show patrons the priority level on holds in the OPAC
421
422 -- UPDATE systempreferences SET explanation='Користувацький HTML-заголовок для ЕК' WHERE variable='opacheader';
423 --      Add HTML to be included as a custom header in the OPAC
424
425 -- UPDATE systempreferences SET explanation='' WHERE variable='OpacHighlightedWords';
426 --      If Set, then queried words are higlighted in OPAC
427
428 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACItemHolds';
429 --      Allow OPAC users to place hold on specific items. If OFF, users can only request next available copy.
430
431 -- UPDATE systempreferences SET explanation='URL-посилання таблиці стилів для компонування сторінок для електронічного каталогу' WHERE variable='opaclayoutstylesheet';
432 --      Enter the name of the layout CSS stylesheet to use in the OPAC
433
434 -- UPDATE systempreferences SET explanation='Вітаємо у АБІС Коха...\r\n<hr>' WHERE variable='OpacMainUserBlock';
435 --      A user-defined block of HTML in the main content area of the opac main page
436
437 -- UPDATE systempreferences SET explanation='Використовуйте HTML-закладки для додавання посилань до лівостороньої навігаційної смужки у електронічному каталозі' WHERE variable='OpacNav';
438 --      Use HTML tags to add navigational links to the left-hand navigational bar in OPAC
439
440 -- UPDATE systempreferences SET explanation='Дозволити/заблокувати зміну паролю у ЕК (заблокуйте, якщо використовуйте LDAP-авторизацію)' WHERE variable='OpacPasswordChange';
441 --      If ON, enables patron-initiated password change in OPAC (disable it when using LDAP auth)
442
443 -- UPDATE systempreferences SET explanation='Включення/виключення відображення історії читання відвідувача у ЕК' WHERE variable='opacreadinghistory';
444 --      If ON, enables display of Patron Circulation History in OPAC
445
446 -- UPDATE systempreferences SET explanation='' WHERE variable='OpacRenewalAllowed';
447 --      If ON, users can renew their issues directly from their OPAC account
448
449 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACShelfBrowser';
450 --      Enable/disable Shelf Browser on item details page. WARNING: this feature is very resource consuming on collections with large numbers of items.
451
452 -- UPDATE systempreferences SET explanation='URL-посилання зображення, що розміщується зверху/зліва замість логотипу Koha' WHERE variable='opacsmallimage';
453 --      Enter a complete URL to an image to replace the default Koha logo
454
455 -- UPDATE systempreferences SET explanation='URL-посилання альтернативної таблиці стилів для електронічного каталогу' WHERE variable='opacstylesheet';
456 --      Enter a complete URL to use an alternate layout stylesheet in OPAC
457
458 -- UPDATE systempreferences SET explanation='Встановлення переважного порядку для тем. Спочатку пробуватиметься вища тема.' WHERE variable='opacthemes';
459 --      Define the current theme for the OPAC interface.
460
461 -- UPDATE systempreferences SET explanation='' WHERE variable='OpacTopissue';
462 --      If ON, enables the 'most popular items' link on OPAC. Warning, this is an EXPERIMENTAL feature, turning ON may overload your server
463
464 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACURLOpenInNewWindow';
465 --      If ON, URLs in the OPAC open in a new window
466
467 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACUserCSS';
468 --      Add CSS to be included in the OPAC in an embedded <style> tag.
469
470 -- UPDATE systempreferences SET explanation='' WHERE variable='opacuserjs';
471 --      Define custom javascript for inclusion in OPAC
472
473 -- UPDATE systempreferences SET explanation='Включити/заблокувати відображення можливості реєстрації користувача' WHERE variable='opacuserlogin';
474 --      Enable or disable display of user login features
475
476 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACViewOthersSuggestions';
477 --      If ON, allows all suggestions to be displayed in the OPAC
478
479 -- UPDATE systempreferences SET explanation='' WHERE variable='RequestOnOpac';
480 --      If ON, globally enables patron holds on OPAC
481
482 -- UPDATE systempreferences SET explanation='' WHERE variable='reviewson';
483 --      If ON, enables patron reviews of bibliographic records in the OPAC
484
485 -- UPDATE systempreferences SET explanation='' WHERE variable='SearchMyLibraryFirst';
486 --      If ON, OPAC searches return results limited by the user's library by default if they are logged in
487
488 -- UPDATE systempreferences SET explanation='Якщо рівне 1, то пропозиції будуть активовані у ЕК' WHERE variable='suggestion';
489 --      If ON, enables patron suggestions feature in OPAC
490
491 -- UPDATE systempreferences SET explanation='' WHERE variable='URLLinkText';
492 --      Text to display as the link anchor in the OPAC
493
494 -- UPDATE systempreferences SET explanation='Встановіть управління віртуальними полицями у ON чи OFF' WHERE variable='virtualshelves';
495 --      If ON, enables Lists management
496
497 -- UPDATE systempreferences SET explanation='' WHERE variable='XSLTDetailsDisplay';
498 --      Enable XSL stylesheet control over details page display on OPAC exemple : ../koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl
499
500 -- UPDATE systempreferences SET explanation='' WHERE variable='XSLTResultsDisplay';
501 --      Enable XSL stylesheet control over results page display on OPAC exemple : ../koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
502
503
504 -- Patrons — Посетители
505
506 -- UPDATE systempreferences SET explanation='' WHERE variable='AddPatronLists';
507 --       Allow user to choose what list to pick up from when adding patrons
508
509 -- UPDATE systempreferences SET explanation='' WHERE variable='AutoEmailOpacUser';
510 --      Sends notification emails containing new account details to patrons - when account is created.
511
512 -- UPDATE systempreferences SET explanation='' WHERE variable='AutoEmailPrimaryAddress';
513 --      Defines the default email address where 'Account Details' emails are sent.
514
515 -- UPDATE systempreferences SET explanation='Чи автоматично призначати номер квитка відвідувача' WHERE variable='autoMemberNum';
516 --      If ON, patron number is auto-calculated
517
518 -- UPDATE systempreferences SET explanation='' WHERE variable='BorrowerMandatoryField';
519 --      Choose the mandatory fields for a patron's account
520
521 -- UPDATE systempreferences SET explanation='' WHERE variable='borrowerRelationship';
522 --      Define valid relationships between a guarantor & a guarantee (separated by | or ,)
523
524 -- UPDATE systempreferences SET explanation='' WHERE variable='BorrowersTitles';
525 --      Define appropriate Titles for patrons
526
527 -- UPDATE systempreferences SET explanation='Перевірка достовірності картки відвідувача: немає перевірки або "Katipo"-перевірка' WHERE variable='checkdigit';
528 --      If ON, enable checks on patron cardnumber: none or "Katipo" style checks
529
530 -- UPDATE systempreferences SET explanation='' WHERE variable='EnhancedMessagingPreferences';
531 --      If ON, allows patrons to select to receive additional messages about items due or nearly due.
532
533 -- UPDATE systempreferences SET explanation='' WHERE variable='ExtendedPatronAttributes';
534 --      Use extended patron IDs and attributes
535
536 -- UPDATE systempreferences SET explanation='' WHERE variable='intranetreadinghistory';
537 --      If ON, Reading History is enabled for all patrons
538
539 -- UPDATE systempreferences SET explanation='' WHERE variable='MaxFine';
540 --      Maximum fine a patron can have for a single late return
541
542 -- UPDATE systempreferences SET explanation='' WHERE variable='memberofinstitution';
543 --      If ON, patrons can be linked to institutions
544
545 -- UPDATE systempreferences SET explanation='' WHERE variable='minPasswordLength';
546 --      Specify the minimum length of a patron/staff password
547
548 -- UPDATE systempreferences SET explanation='За скільки днів до завершення дії квитка подавати повідомлення при видачах' WHERE variable='NotifyBorrowerDeparture';
549 --      Define number of days before expiry where circulation is warned about patron account expiry
550
551 -- UPDATE systempreferences SET explanation='Включення/виключення відображення зображень відвідувачів в Інтернеті та зазначення розширення файлу для зображень' WHERE variable='patronimages';
552 --      Enable patron images for the Staff Client
553
554 -- UPDATE systempreferences SET explanation='' WHERE variable='PatronsPerPage';
555 --      Number of Patrons Per Page displayed by default
556
557 -- UPDATE systempreferences SET explanation='' WHERE variable='SMSSendDriver';
558 --      Sets which SMS::Send driver is used to send SMS messages.
559
560 -- UPDATE systempreferences SET explanation='' WHERE variable='uppercasesurnames';
561 --      If ON, surnames are converted to upper case in patron entry form
562
563
564 -- Searching — Искание
565
566 -- UPDATE systempreferences SET explanation='' WHERE variable='AdvancedSearchTypes';
567 --       Select which set of fields comprise the Type limit in the advanced search
568
569 -- UPDATE systempreferences SET explanation='' WHERE variable='defaultSortField';
570 --      Specify the default field used for sorting
571
572 -- UPDATE systempreferences SET explanation='' WHERE variable='defaultSortOrder';
573 --      Specify the default sort order
574
575 -- UPDATE systempreferences SET explanation='' WHERE variable='expandedSearchOption';
576 --      If ON, set advanced search to be expanded by default
577
578 -- UPDATE systempreferences SET explanation='' WHERE variable='numSearchResults';
579 --      Specify the maximum number of results to display on a page of results
580
581 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACdefaultSortField';
582 --      Specify the default field used for sorting
583
584 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACdefaultSortOrder';
585 --      Specify the default sort order
586
587 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACItemsResultsDisplay';
588 --      statuses : show only the status of items in result list. itemdisplay : show full location of items (branch+location+callnumber) as in staff interface
589
590 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACnumSearchResults';
591 --      Specify the maximum number of results to display on a page of results
592
593 -- UPDATE systempreferences SET explanation='' WHERE variable='QueryAutoTruncate';
594 --      If ON, query truncation is enabled by default
595
596 -- UPDATE systempreferences SET explanation='' WHERE variable='QueryFuzzy';
597 --      If ON, enables fuzzy option for searches
598
599 -- UPDATE systempreferences SET explanation='' WHERE variable='QueryRemoveStopwords';
600 --      If ON, stopwords listed in the Administration area will be removed from queries
601
602 -- UPDATE systempreferences SET explanation='' WHERE variable='QueryStemming';
603 --      If ON, enables query stemming
604
605 -- UPDATE systempreferences SET explanation='' WHERE variable='QueryWeightFields';
606 --      If ON, enables field weighting
607
608 -- UPDATE systempreferences SET explanation='Сортувати результати пошуку за необліковуваними МАРК-символами' WHERE variable='sortbynonfiling';
609 --      Sort search results by MARC nonfiling characters (deprecated)
610
611
612 -- StaffClient - Клиент для библиотекарей
613
614 -- UPDATE systempreferences SET explanation='Введіть назву таблиці стилів кольорів для внутрішньобібліотечного інтерфейсу' WHERE variable='intranetcolorstylesheet';
615 --       Define the color stylesheet to use in the Staff Client
616
617 -- UPDATE systempreferences SET explanation='' WHERE variable='IntranetmainUserblock';
618 --      Add a block of HTML that will display on the intranet home page
619
620 -- UPDATE systempreferences SET explanation='Використовуйте HTML-закладки для додавання посилань до лівостороньої навігаційної смужки у внутрішньобібліотечному інтерфейсі' WHERE variable='IntranetNav';
621 --      Use HTML tabs to add navigational links to the left-hand navigational bar in the Staff Client
622
623 -- UPDATE systempreferences SET explanation='Назва альтернативної таблиці стилів для компонування сторінок внутрішньобібліотечного інтерфейсу' WHERE variable='intranetstylesheet';
624 --      Enter a complete URL to use an alternate layout stylesheet in Intranet
625
626 -- UPDATE systempreferences SET explanation='' WHERE variable='intranetuserjs';
627 --      Custom javascript for inclusion in Intranet
628
629 -- UPDATE systempreferences SET explanation='Вибір варіанту шаблону для внутрішньобібліотечного інтерфейсу' WHERE variable='template';
630 --      Define the preferred staff interface template
631
632 -- UPDATE systempreferences SET explanation='Зазначення кодування шаблонів' WHERE variable='TemplateEncoding';
633 --      Globally define the default character encoding
634
635 -- UPDATE systempreferences SET explanation='' WHERE variable='yuipath';
636 --      Insert the path to YUI libraries, choose local if you use koha offline
637
638
639 -- Local Use - Местное использование
640
641 -- UPDATE systempreferences SET explanation='Якщо увімкнуто, то ' WHERE variable='AllowHoldPolicyOverride';
642 -- Allow staff to override hold policies when placing holds
643
644 -- UPDATE systempreferences SET explanation='' WHERE variable='AllowNotForLoanOverride';
645 --       If ON, Koha will allow the librarian to loan a not for loan item.
646
647 -- UPDATE systempreferences SET explanation='' WHERE variable='AmazonCoverImages';
648 -- Display Cover Images in Staff Client from Amazon Web Services
649
650 -- UPDATE systempreferences SET explanation='' WHERE variable='AmazonEnabled';
651 --       Turn ON Amazon Content - You MUST set AWSAccessKeyID, AWSPrivateKey, and AmazonAssocTag if enabled
652
653 -- UPDATE systempreferences SET explanation='' WHERE variable='AmazonReviews';
654 --       Display Amazon review on staff interface - You MUST set AWSAccessKeyID, AWSPrivateKey, and AmazonAssocTag if enabled
655
656 -- UPDATE systempreferences SET explanation='' WHERE variable='HomeOrHoldingBranchReturn';
657 -- Used by Circulation to determine which branch of an item to check checking-in items
658
659 -- UPDATE systempreferences SET explanation='' WHERE variable='IndependentBranchPatron';
660 -- If ON, librarian patron search can only be done on patron of same library as librarian
661
662 -- UPDATE systempreferences SET explanation='' WHERE variable='MergeAuthoritiesOnUpdate';
663 --      if ON, Updating authorities will automatically updates biblios
664
665 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACAmazonEnabled';
666 --  Turn ON Amazon Content in the OPAC - You MUST set AWSAccessKeyID, AWSPrivateKey, and AmazonAssocTag if enabled
667
668 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACISBD';
669 -- OPAC ISBD View
670
671 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACviewISBD';
672 -- Allow display of ISBD view of bibiographic records in OPAC
673
674 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACviewMARC';
675 -- Allow display of MARC view of bibiographic records in OPAC
676
677 -- UPDATE systempreferences SET explanation='' WHERE variable='ReceiveBackIssues';
678 -- Number of Previous journals to display when on subscription detail
679
680 -- UPDATE systempreferences SET explanation='' WHERE variable='RenewalPeriodBase';
681 --      Set whether the renewal date should be counted from the date_due or from the moment the Patron asks for renewal
682
683 -- UPDATE systempreferences SET explanation='' WHERE variable='viewISBD';
684 --      Allow display of ISBD view of bibiographic records
685
686 -- UPDATE systempreferences SET explanation='' WHERE variable='viewLabeledMARC';
687 --      Allow display of labeled MARC view of bibiographic records
688
689 -- UPDATE systempreferences SET explanation='' WHERE variable='viewMARC';
690 --      Allow display of MARC view of bibiographic records
691
692 -- Serials --------------------------------------------------------------------------------------------------------------------------------
693
694 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACDisplayExtendedSubInfo';
695 --      If ON, extended subscription information is displayed in the OPAC
696
697 -- UPDATE systempreferences SET explanation='' WHERE variable='OPACSubscriptionDisplay';
698 --      Specify how to display subscription information in the OPAC
699
700 UPDATE systempreferences SET explanation='Если включено, добавляет новое предложение при восстановлении подписки серийного издания' WHERE variable='RenewSerialAddsSuggestion';
701 --      If ON, adds a new suggestion at serial subscription renewal 
702
703 -- UPDATE systempreferences SET explanation='Рівень інформативності для хронології періодичних видань у електронічному каталозі' WHERE variable='SubscriptionHistory';
704 --      Define the display preference for serials issue history in OPAC
705