Add locales for ar, cs, es, it, pt_BR, tr, zh_TW
[kohadocs.git] / en / locales / es / LC_MESSAGES / 17_miscellaneous.po
diff --git a/en/locales/es/LC_MESSAGES/17_miscellaneous.po b/en/locales/es/LC_MESSAGES/17_miscellaneous.po
new file mode 100644 (file)
index 0000000..1b72797
--- /dev/null
@@ -0,0 +1,6737 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2017, Koha Community
+# This file is distributed under the same license as the Koha Manual
+# package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: Koha Manual 17.11\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-10-25 12:27-0300\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.3.4\n"
+
+#: ../../source/17_miscellaneous.rst:4
+msgid "Web Services"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:9
+msgid "OAI-PMH"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:11
+msgid ""
+"For the Open Archives Initiative-Protocol for Metadata Harvesting (OAI-"
+"PMH) there are two groups of 'participants': Data Providers and Service "
+"Providers. Data Providers (open archives, repositories) provide free "
+"access to metadata, and may, but do not necessarily, offer free access to"
+" full texts or other resources. OAI-PMH provides an easy to implement, "
+"low barrier solution for Data Providers. Service Providers use the OAI "
+"interfaces of the Data Providers to harvest and store metadata. Note that"
+" this means that there are no live search requests to the Data Providers;"
+" rather, services are based on the harvested data via OAI-PMH."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:22
+msgid ""
+"Koha at present can only act as a Data Provider. It can not harvest from "
+"other repositories. The biggest stumbling block to having Koha harvest "
+"from other repositories is that MARC is the only metadata format that "
+"Koha indexes natively. Visit "
+"http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how "
+"OAI-PMH works."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:29
+msgid "Learn more about OAI-PMH at: http://www.openarchives.org/pmh/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:31
+msgid ""
+"To enable OAI-PMH in Koha edit the :ref:`OAI-PMH` preference. Once "
+"enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl to see "
+"your file."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:38
+msgid "Sample OAI Conf File"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:64
+msgid "REST services"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:66
+msgid ""
+"Koha can now be requested by REST http requests. BibLibre wrotes an "
+"external module to adds more possibilities than ILS-DI can provide.There "
+"is no authentication process, but authorized ips are listed in the config"
+" file. Services have been tested in 3.10, 3.12 and 3.14 koha versions. "
+"You can find more information about it into README file and opac/rest.pl "
+"documentation on http://git.biblibre.com. If you want to add features, "
+"send us a patch at dev\\_patches AT biblibre DOT com."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:74
+msgid "Services provided in 1.4 version are:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:102 ../../source/17_miscellaneous.rst:107
+msgid "Using the SRU server"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:109
+msgid ""
+"Koha implements the Search/Retrieve via URL (SRU) protocol. More "
+"information about the protocol itself can be found at "
+"http://www.loc.gov/standards/sru/. The version implemented is version "
+"1.1."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:117
+msgid "Explain"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:119
+msgid ""
+"If you want to have information about the implementation of SRU on a "
+"given server, you should have access to the Explain file using a request "
+"to the server without any parameter. Like "
+"<http://myserver.com:9999/biblios/>. The response from the server is an "
+"XML file that should look like the following and will give you "
+"information about the default settings of the SRU server."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:188
+msgid "Search"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:190
+msgid ""
+"This url : "
+"http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=reefs"
+" is composed of the following elements:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:194
+msgid "base url of the SRU server : http://myserver.com:9999/biblios?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:196
+msgid ""
+"search part with the 3 required parameters : version, operation and "
+"query. The parameters within the search part should be of the key=value "
+"form, and can be combined with the & character."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:200
+msgid ""
+"One can add optional parameters to the query, for instance maximumRecords"
+" indicating the maximum number of records to be returned by the server. "
+"So "
+"http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=reefs&maximumRecords=5"
+" will only get the first 5 results results from the server."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:206
+msgid ""
+"http://www.loc.gov/standards/sru/sru1-1archive/search-retrieve-"
+"operation.html gives more details about the search operations and in "
+"particular the list of optional parameters for searching."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:213
+msgid "More details about Search"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:215
+msgid "The \"operation\" key can take two values: scan or searchRetrieve."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:217
+msgid ""
+"If operation=searchRetrieve, then the search key should be query. As in :"
+" operation=searchRetrieve&query=reefs"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:220
+msgid ""
+"If operation=scan, then the search key should be scanClause. As in : "
+"operation=scan&scanClause=reefs"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:223
+msgid ""
+"etc/zebradb/biblios/etc/bib1.att defines Zebra/3950 indexes that exist on"
+" your system. For instance you'll see that we have indexes for Subject "
+"and for Title: att 21 Subject and att 4 Title respectively."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:227
+msgid ""
+"In the pqf.properties file located under etc/zebradb/pqf.properties I see"
+" that an access point already uses my Subject index (index.dc.subject = "
+"1=21) while another uses my Title index (index.dc.title = 1=4) I know "
+"this is my Subject index because as I've seen just before in my bib1.att "
+"file, it's called with =1=21 in Z3950: so index.dc.subject = 1=21 "
+"correctly points to my Subject index. And Title was called with 1=4 so "
+"index.dc.title = 1=4 correctly points to my Title index. I can now "
+"construct my query just like I would in a search box, just preceding it "
+"with the \"query\" key: query=Subject=reefs and Title=coral searches "
+"\"reefs\" in the subject and \"coral\" in the title. The full url would "
+"be "
+"http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=Subject=reefs"
+" and Title=coral If I want to limit the result set to just 5 records, I "
+"can do "
+"http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=Subject=reefs"
+" and Title=coral&maximumRecords=5"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:243
+msgid ""
+"I can also play with truncate, relations, etc. Those are also defined in "
+"my pqf.properties file. I can see for instance the position properties "
+"defined as:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:255
+msgid ""
+"So as an example if I want \"coral\" to be at the beginning of the title,"
+" I can do this query : "
+"http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=Title=coral"
+" first"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:263
+msgid "Retrieve"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:265
+msgid ""
+"My search for "
+"http://univ\\_lyon3.biblibre.com:9999/biblios?version=1.1&operation=searchRetrieve&query=coral"
+" reefs&maximumRecords=1 retrieves just on record. The response looks like"
+" this:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:336
+msgid "New titles slider for OPAC"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:338
+msgid ""
+"Often times libraries will want to add a flowing widget with new "
+"materials at the library to their main public catalog page. To do this "
+"you can use a widget from any number of services (usually for a cost) or "
+"you can `enable plugins <#pluginsystem>`__ in Koha and use the `Cover "
+"Flow plugin <http://git.bywatersolutions.com/koha-"
+"plugins.git/shortlog/refs/heads/cover_flow>`__ which is based on the "
+"`Flipster <https://github.com/drien/jquery-flipster>`__, a responsive "
+"jQuery coverflow plugin."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:348
+msgid ""
+"Once the plugin is installed, the steps to get your coverflow to show up "
+"are as follows:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:351
+msgid ""
+"First, you need to create one or more public reports for your coverflow "
+"widget or widgets to be based on. This is how the plugin knows what the "
+"content of your widget should contain. Each report needs only three "
+"columns; title, biblionumber, and isbn. It is important that you have a "
+"good and valid isbn, as that is the datum used to actually fetch the "
+"cover. In the iteration of the plugin, we are using Amazon cover images, "
+"but I believe in the end I will make the cover image fetcher configurable"
+" so we can use any data source for cover image fetching."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:360
+msgid ""
+"Second, we need to configure the plugin. The plugin configuration is a "
+"single text area that uses YAML ( actually, it’s JSON, whcih is a subset "
+"of YAML ) to store the configuration options. In this example it looks "
+"like this:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:372
+msgid ""
+"In this example, we are telling the plugin to use the report with id 42, "
+"and use it to create a coverflow widget to replace the HTML element with "
+"the id “coverflow”. The options list is passed directly to Flipster, so "
+"any options supported by Flipster can be set from the plugin "
+"configuration! In fact, in addition to the traditional coverflow, "
+"Flipster has a “carousel” mode which is a much more compact version of "
+"the coverflow. You can also configure which cover the widget will start "
+"on, among other options."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:381
+msgid ""
+"At the time the plugins options are saved or updated, the plugin will "
+"then generate some minified JavaScript code that is automatically stored "
+"in the Koha system preference OPACUserJS. Here is an example of the "
+"output:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:393
+msgid ""
+"Why do this? For speed! Rather than regenerating this code each and every"
+" time the page loads, we can generate it once, and use it over and over "
+"again."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:397
+msgid ""
+"If you inspect the code closely, you’ll notice it references a script "
+"“coverflow.pl”. This is a script that is included with the coverflow "
+"plugin. Since we need to access this from the OPAC ( and we don’t want to"
+" set off any XSS attack alarms ), we need to modify the web server "
+"configuration for the public catalog and add the followup to it:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:407
+msgid ""
+"This line gives us access to the coverflow.pl script from the OPAC. This "
+"script retrieves the report data and passes it back to the public catalog"
+" for creating the coverflow widget. Koha::Cache is supported in order to "
+"make the widget load as quickly as possible!"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:412
+msgid ""
+"The final step is to put your selector element somewhere in your public "
+"catalog. In this example, I put the following in the system preference "
+"OpacMainUserBlock:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:420
+msgid ""
+"Once that is in place, you need only refresh your OPAC page, and there "
+"you have it, your very own catalog coverflow widget! Not only do these "
+"coverflows look great on a computer screen, but they look great on mobile"
+" platforms as well, and are even touch responsive!"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:425
+msgid "|image1316|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:428
+msgid "System Preference Defaults"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:433
+msgid "ISBD Defaults"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:435
+msgid "Default values for the :ref:`ISBD` preference."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:440
+msgid "MARC Default"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:442 ../../source/17_miscellaneous.rst:842
+msgid ""
+"#100\\|\\|{ 100a }{ 100b }{ 100c }{ 100d }{ 110a }{ 110b }{ 110c }{ 110d "
+"}{ 110e }{ 110f }{ 110g }{ 130a }{ 130d }{ 130f }{ 130g }{ 130h }{ 130k "
+"}{ 130l }{ 130m }{ 130n }{ 130o }{ 130p }{ 130r }{ 130s }{ 130t "
+"}\\|<br/><br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:447 ../../source/17_miscellaneous.rst:847
+msgid ""
+"#245\\|\\|{ 245a }{ 245b }{245f }{ 245g }{ 245k }{ 245n }{ 245p }{ 245s "
+"}{ 245h }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:450 ../../source/17_miscellaneous.rst:850
+msgid ""
+"#246\\|\\|{ : 246i }{ 246a }{ 246b }{ 246f }{ 246g }{ 246n }{ 246p }{ "
+"246h }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:453 ../../source/17_miscellaneous.rst:853
+msgid "#242\\|\\|{ = 242a }{ 242b }{ 242n }{ 242p }{ 242h }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:455 ../../source/17_miscellaneous.rst:855
+msgid "#245\\|\\|{ 245c }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:457 ../../source/17_miscellaneous.rst:857
+msgid "#242\\|\\|{ = 242c }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:459 ../../source/17_miscellaneous.rst:859
+msgid "#250\\| - \\|{ 250a }{ 250b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:461
+msgid "#254\\|, \\|{ 254a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:463
+msgid "#255\\|, \\|{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }{ 255f }{ 255g }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:465
+msgid "#256\\|, \\|{ 256a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:467 ../../source/17_miscellaneous.rst:864
+msgid "#257\\|, \\|{ 257a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:469 ../../source/17_miscellaneous.rst:866
+msgid "#258\\|, \\|{ 258a }{ 258b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:471 ../../source/17_miscellaneous.rst:868
+msgid "#260\\| - \\|{ 260a }{ 260b }{ 260c }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:473 ../../source/17_miscellaneous.rst:870
+msgid "#300\\| - \\|{ 300a }{ 300b }{ 300c }{ 300d }{ 300e }{ 300f }{ 300g }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:475
+msgid "#306\\| - \\|{ 306a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:477
+msgid "#307\\| - \\|{ 307a }{ 307b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:479 ../../source/17_miscellaneous.rst:874
+msgid "#310\\| - \\|{ 310a }{ 310b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:481 ../../source/17_miscellaneous.rst:876
+msgid "#321\\| - \\|{ 321a }{ 321b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:483 ../../source/17_miscellaneous.rst:878
+msgid ""
+"#340\\| - \\|{ 3403 }{ 340a }{ 340b }{ 340c }{ 340d }{ 340e }{ 340f }{ "
+"340h }{ 340i }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:486 ../../source/17_miscellaneous.rst:881
+msgid ""
+"#342\\| - \\|{ 342a }{ 342b }{ 342c }{ 342d }{ 342e }{ 342f }{ 342g }{ "
+"342h }{ 342i }{ 342j }{ 342k }{ 342l }{ 342m }{ 342n }{ 342o }{ 342p }{ "
+"342q }{ 342r }{ 342s }{ 342t }{ 342u }{ 342v }{ 342w }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:490 ../../source/17_miscellaneous.rst:885
+msgid ""
+"#343\\| - \\|{ 343a }{ 343b }{ 343c }{ 343d }{ 343e }{ 343f }{ 343g }{ "
+"343h }{ 343i }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:493 ../../source/17_miscellaneous.rst:888
+msgid "#351\\| - \\|{ 3513 }{ 351a }{ 351b }{ 351c }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:495 ../../source/17_miscellaneous.rst:890
+msgid ""
+"#352\\| - \\|{ 352a }{ 352b }{ 352c }{ 352d }{ 352e }{ 352f }{ 352g }{ "
+"352i }{ 352q }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:498 ../../source/17_miscellaneous.rst:893
+msgid "#362\\| - \\|{ 362a }{ 351z }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:500
+msgid "#440\\| - \\|{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }\\|."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:502
+msgid "#490\\| - \\|{ 490a }{ 490v }{ 490x }\\|."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:504 ../../source/17_miscellaneous.rst:898
+msgid ""
+"#800\\| - \\|{ 800a }{ 800b }{ 800c }{ 800d }{ 800e }{ 800f }{ 800g }{ "
+"800h }{ 800j }{ 800k }{ 800l }{ 800m }{ 800n }{ 800o }{ 800p }{ 800q }{ "
+"800r }{ 800s }{ 800t }{ 800u }{ 800v }\\|."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:508 ../../source/17_miscellaneous.rst:902
+msgid ""
+"#810\\| - \\|{ 810a }{ 810b }{ 810c }{ 810d }{ 810e }{ 810f }{ 810g }{ "
+"810h }{ 810k }{ 810l }{ 810m }{ 810n }{ 810o }{ 810p }{ 810r }{ 810s }{ "
+"810t }{ 810u }{ 810v }\\|."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:512 ../../source/17_miscellaneous.rst:906
+msgid ""
+"#811\\| - \\|{ 811a }{ 811c }{ 811d }{ 811e }{ 811f }{ 811g }{ 811h }{ "
+"811k }{ 811l }{ 811n }{ 811p }{ 811q }{ 811s }{ 811t }{ 811u }{ 811v "
+"}\\|."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:516 ../../source/17_miscellaneous.rst:910
+msgid ""
+"#830\\| - \\|{ 830a }{ 830d }{ 830f }{ 830g }{ 830h }{ 830k }{ 830l }{ "
+"830m }{ 830n }{ 830o }{ 830p }{ 830r }{ 830s }{ 830t }{ 830v }\\|."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:519 ../../source/17_miscellaneous.rst:913
+msgid "#500\\|<br/><br/>\\|{ 5003 }{ 500a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:521 ../../source/17_miscellaneous.rst:915
+msgid "#501\\|<br/><br/>\\|{ 501a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:523 ../../source/17_miscellaneous.rst:917
+msgid "#502\\|<br/><br/>\\|{ 502a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:525 ../../source/17_miscellaneous.rst:919
+msgid "#504\\|<br/><br/>\\|{ 504a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:527 ../../source/17_miscellaneous.rst:921
+msgid "#505\\|<br/><br/>\\|{ 505a }{ 505t }{ 505r }{ 505g }{ 505u }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:529 ../../source/17_miscellaneous.rst:923
+msgid "#506\\|<br/><br/>\\|{ 5063 }{ 506a }{ 506b }{ 506c }{ 506d }{ 506u }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:531
+msgid "#507\\|<br/><br/>\\|{ 507a }{ 507b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:533
+msgid "#508\\|<br/><br/>\\|{ 508a }{ 508a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:535 ../../source/17_miscellaneous.rst:928
+msgid "#510\\|<br/><br/>\\|{ 5103 }{ 510a }{ 510x }{ 510c }{ 510b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:537 ../../source/17_miscellaneous.rst:930
+msgid "#511\\|<br/><br/>\\|{ 511a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:539 ../../source/17_miscellaneous.rst:932
+msgid "#513\\|<br/><br/>\\|{ 513a }{513b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:541 ../../source/17_miscellaneous.rst:934
+msgid ""
+"#514\\|<br/><br/>\\|{ 514z }{ 514a }{ 514b }{ 514c }{ 514d }{ 514e }{ "
+"514f }{ 514g }{ 514h }{ 514i }{ 514j }{ 514k }{ 514m }{ 514u }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:544 ../../source/17_miscellaneous.rst:937
+msgid "#515\\|<br/><br/>\\|{ 515a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:546 ../../source/17_miscellaneous.rst:939
+msgid "#516\\|<br/><br/>\\|{ 516a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:548 ../../source/17_miscellaneous.rst:941
+msgid "#518\\|<br/><br/>\\|{ 5183 }{ 518a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:550 ../../source/17_miscellaneous.rst:943
+msgid "#520\\|<br/><br/>\\|{ 5203 }{ 520a }{ 520b }{ 520u }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:552 ../../source/17_miscellaneous.rst:945
+msgid "#521\\|<br/><br/>\\|{ 5213 }{ 521a }{ 521b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:554 ../../source/17_miscellaneous.rst:947
+msgid "#522\\|<br/><br/>\\|{ 522a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:556 ../../source/17_miscellaneous.rst:949
+msgid "#524\\|<br/><br/>\\|{ 524a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:558 ../../source/17_miscellaneous.rst:951
+msgid "#525\\|<br/><br/>\\|{ 525a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:560 ../../source/17_miscellaneous.rst:953
+msgid ""
+"#526\\|<br/><br/>\\|{\\\\n510i }{\\\\n510a }{ 510b }{ 510c }{ 510d "
+"}{\\\\n510x }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:563 ../../source/17_miscellaneous.rst:956
+msgid ""
+"#530\\|<br/><br/>\\|{\\\\n5063 }{\\\\n506a }{ 506b }{ 506c }{ 506d "
+"}{\\\\n506u }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:566 ../../source/17_miscellaneous.rst:959
+msgid ""
+"#533\\|<br/><br/>\\|{\\\\n5333 }{\\\\n533a }{\\\\n533b }{\\\\n533c "
+"}{\\\\n533d }{\\\\n533e }{\\\\n533f }{\\\\n533m }{\\\\n533n }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:569 ../../source/17_miscellaneous.rst:962
+msgid ""
+"#534\\|<br/><br/>\\|{\\\\n533p }{\\\\n533a }{\\\\n533b }{\\\\n533c "
+"}{\\\\n533d }{\\\\n533e }{\\\\n533f }{\\\\n533m }{\\\\n533n }{\\\\n533t "
+"}{\\\\n533x }{\\\\n533z }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:573 ../../source/17_miscellaneous.rst:966
+msgid ""
+"#535\\|<br/><br/>\\|{\\\\n5353 }{\\\\n535a }{\\\\n535b }{\\\\n535c "
+"}{\\\\n535d }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:575 ../../source/17_miscellaneous.rst:968
+msgid "#538\\|<br/><br/>\\|{\\\\n5383 }{\\\\n538a }{\\\\n538i }{\\\\n538u }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:577 ../../source/17_miscellaneous.rst:970
+msgid ""
+"#540\\|<br/><br/>\\|{\\\\n5403 }{\\\\n540a }{ 540b }{ 540c }{ 540d "
+"}{\\\\n520u }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:580 ../../source/17_miscellaneous.rst:973
+msgid ""
+"#544\\|<br/><br/>\\|{\\\\n5443 }{\\\\n544a }{\\\\n544b }{\\\\n544c "
+"}{\\\\n544d }{\\\\n544e }{\\\\n544n }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:583
+msgid "#545\\|<br/><br/>\\|{\\\\n545a }{ 545b }{\\\\n545u }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:585
+msgid "#546\\|<br/><br/>\\|{\\\\n5463 }{\\\\n546a }{ 546b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:587
+msgid "#547\\|<br/><br/>\\|{\\\\n547a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:589
+msgid "#550\\|<br/><br/>\\|{ 550a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:591 ../../source/17_miscellaneous.rst:981
+msgid ""
+"#552\\|<br/><br/>\\|{ 552z }{ 552a }{ 552b }{ 552c }{ 552d }{ 552e }{ "
+"552f }{ 552g }{ 552h }{ 552i }{ 552j }{ 552k }{ 552l }{ 552m }{ 552n }{ "
+"562o }{ 552p }{ 552u }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:595 ../../source/17_miscellaneous.rst:985
+msgid "#555\\|<br/><br/>\\|{ 5553 }{ 555a }{ 555b }{ 555c }{ 555d }{ 555u }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:597
+msgid "#556\\|<br/><br/>\\|{ 556a }{ 506z }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:599
+msgid "#563\\|<br/><br/>\\|{ 5633 }{ 563a }{ 563u }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:601 ../../source/17_miscellaneous.rst:990
+msgid "#565\\|<br/><br/>\\|{ 5653 }{ 565a }{ 565b }{ 565c }{ 565d }{ 565e }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:603 ../../source/17_miscellaneous.rst:992
+msgid "#567\\|<br/><br/>\\|{ 567a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:605 ../../source/17_miscellaneous.rst:994
+msgid "#580\\|<br/><br/>\\|{ 580a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:607 ../../source/17_miscellaneous.rst:996
+msgid "#581\\|<br/><br/>\\|{ 5633 }{ 581a }{ 581z }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:609 ../../source/17_miscellaneous.rst:998
+msgid "#584\\|<br/><br/>\\|{ 5843 }{ 584a }{ 584b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:611 ../../source/17_miscellaneous.rst:1000
+msgid "#585\\|<br/><br/>\\|{ 5853 }{ 585a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:613 ../../source/17_miscellaneous.rst:1002
+msgid "#586\\|<br/><br/>\\|{ 5863 }{ 586a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:615 ../../source/17_miscellaneous.rst:1004
+msgid "#020\\|<br/><br/><label>ISBN: </label>\\|{ 020a }{ 020c }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:617 ../../source/17_miscellaneous.rst:1006
+msgid "#022\\|<br/><br/><label>ISSN: </label>\\|{ 022a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:619 ../../source/17_miscellaneous.rst:1008
+msgid "#222\\| = \\|{ 222a }{ 222b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:621 ../../source/17_miscellaneous.rst:1010
+msgid "#210\\| = \\|{ 210a }{ 210b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:623 ../../source/17_miscellaneous.rst:1012
+msgid ""
+"#024\\|<br/><br/><label>Standard No.: </label>\\|{ 024a }{ 024c }{ 024d "
+"}{ 0242 }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:626 ../../source/17_miscellaneous.rst:1015
+msgid "#027\\|<br/><br/><label>Standard Tech. Report. No.: </label>\\|{ 027a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:628 ../../source/17_miscellaneous.rst:1017
+msgid "#028\\|<br/><br/><label>Publisher. No.: </label>\\|{ 028a }{ 028b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:630 ../../source/17_miscellaneous.rst:1019
+msgid ""
+"#013\\|<br/><br/><label>Patent No.: </label>\\|{ 013a }{ 013b }{ 013c }{ "
+"013d }{ 013e }{ 013f }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:633 ../../source/17_miscellaneous.rst:1022
+msgid "#030\\|<br/><br/><label>CODEN: </label>\\|{ 030a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:635 ../../source/17_miscellaneous.rst:1024
+msgid ""
+"#037\\|<br/><br/><label>Source: </label>\\|{ 037a }{ 037b }{ 037c }{ 037f"
+" }{ 037g }{ 037n }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:638 ../../source/17_miscellaneous.rst:1027
+msgid "#010\\|<br/><br/><label>LCCN: </label>\\|{ 010a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:640 ../../source/17_miscellaneous.rst:1029
+msgid "#015\\|<br/><br/><label>Nat. Bib. No.: </label>\\|{ 015a }{ 0152 }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:642 ../../source/17_miscellaneous.rst:1031
+msgid ""
+"#016\\|<br/><br/><label>Nat. Bib. Agency Control No.: </label>\\|{ 016a "
+"}{ 0162 }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:645 ../../source/17_miscellaneous.rst:1034
+msgid ""
+"#600\\|<br/><br/><label>Subjects--Personal Names: </label>\\|{\\\\n6003 "
+"}{\\\\n600a}{ 600b }{ 600c }{ 600d }{ 600e }{ 600f }{ 600g }{ 600h "
+"}{--600k}{ 600l }{ 600m }{ 600n }{ 600o }{--600p}{ 600r }{ 600s }{ 600t "
+"}{ 600u }{--600x}{--600z}{--600y}{--600v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:650 ../../source/17_miscellaneous.rst:1039
+msgid ""
+"#610\\|<br/><br/><label>Subjects--Corporate Names: </label>\\|{\\\\n6103 "
+"}{\\\\n610a}{ 610b }{ 610c }{ 610d }{ 610e }{ 610f }{ 610g }{ 610h "
+"}{--610k}{ 610l }{ 610m }{ 610n }{ 610o }{--610p}{ 610r }{ 610s }{ 610t "
+"}{ 610u }{--610x}{--610z}{--610y}{--610v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:655 ../../source/17_miscellaneous.rst:1044
+msgid ""
+"#611\\|<br/><br/><label>Subjects--Meeting Names: </label>\\|{\\\\n6113 "
+"}{\\\\n611a}{ 611b }{ 611c }{ 611d }{ 611e }{ 611f }{ 611g }{ 611h "
+"}{--611k}{ 611l }{ 611m }{ 611n }{ 611o }{--611p}{ 611r }{ 611s }{ 611t "
+"}{ 611u }{--611x}{--611z}{--611y}{--611v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:660 ../../source/17_miscellaneous.rst:1049
+msgid ""
+"#630\\|<br/><br/><label>Subjects--Uniform Titles: </label>\\|{\\\\n630a}{"
+" 630b }{ 630c }{ 630d }{ 630e }{ 630f }{ 630g }{ 630h }{--630k }{ 630l }{"
+" 630m }{ 630n }{ 630o }{--630p}{ 630r }{ 630s }{ 630t "
+"}{--630x}{--630z}{--630y}{--630v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:665
+msgid ""
+"#648\\|<br/><br/><label>Subjects--Chronological Terms: "
+"</label>\\|{\\\\n6483 }{\\\\n648a }{--648x}{--648z}{--648y}{--648v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:668
+msgid ""
+"#650\\|<br/><br/><label>Subjects--Topical Terms: </label>\\|{\\\\n6503 "
+"}{\\\\n650a}{ 650b }{ 650c }{ 650d }{ 650e "
+"}{--650x}{--650z}{--650y}{--650v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:672 ../../source/17_miscellaneous.rst:1060
+msgid ""
+"#651\\|<br/><br/><label>Subjects--Geographic Terms: </label>\\|{\\\\n6513"
+" }{\\\\n651a}{ 651b }{ 651c }{ 651d }{ 651e "
+"}{--651x}{--651z}{--651y}{--651v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:676 ../../source/17_miscellaneous.rst:1064
+msgid "#653\\|<br/><br/><label>Subjects--Index Terms: </label>\\|{ 653a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:678 ../../source/17_miscellaneous.rst:1066
+msgid ""
+"#654\\|<br/><br/><label>Subjects--Facted Index Terms: "
+"</label>\\|{\\\\n6543 "
+"}{\\\\n654a}{--654b}{--654x}{--654z}{--654y}{--654v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:681 ../../source/17_miscellaneous.rst:1069
+msgid ""
+"#655\\|<br/><br/><label>Index Terms--Genre/Form: </label>\\|{\\\\n6553 "
+"}{\\\\n655a}{--655b}{--655x }{--655z}{--655y}{--655v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:684 ../../source/17_miscellaneous.rst:1072
+msgid ""
+"#656\\|<br/><br/><label>Index Terms--Occupation: </label>\\|{\\\\n6563 "
+"}{\\\\n656a}{--656k}{--656x}{--656z}{--656y}{--656v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:687 ../../source/17_miscellaneous.rst:1075
+msgid ""
+"#657\\|<br/><br/><label>Index Terms--Function: </label>\\|{\\\\n6573 "
+"}{\\\\n657a}{--657x}{--657z}{--657y}{--657v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:690 ../../source/17_miscellaneous.rst:1078
+msgid ""
+"#658\\|<br/><br/><label>Index Terms--Curriculum Objective: "
+"</label>\\|{\\\\n658a}{--658b}{--658c}{--658d}{--658v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:693 ../../source/17_miscellaneous.rst:1081
+msgid "#050\\|<br/><br/><label>LC Class. No.: </label>\\|{ 050a }{ / 050b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:695 ../../source/17_miscellaneous.rst:1083
+msgid "#082\\|<br/><br/><label>Dewey Class. No.: </label>\\|{ 082a }{ / 082b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:697 ../../source/17_miscellaneous.rst:1085
+msgid ""
+"#080\\|<br/><br/><label>Universal Decimal Class. No.: </label>\\|{ 080a "
+"}{ 080x }{ / 080b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:700 ../../source/17_miscellaneous.rst:1088
+msgid ""
+"#070\\|<br/><br/><label>National Agricultural Library Call No.: "
+"</label>\\|{ 070a }{ / 070b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:703 ../../source/17_miscellaneous.rst:1091
+msgid ""
+"#060\\|<br/><br/><label>National Library of Medicine Call No.: "
+"</label>\\|{ 060a }{ / 060b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:706 ../../source/17_miscellaneous.rst:1094
+msgid "#074\\|<br/><br/><label>GPO Item No.: </label>\\|{ 074a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:708 ../../source/17_miscellaneous.rst:1096
+msgid "#086\\|<br/><br/><label>Gov. Doc. Class. No.: </label>\\|{ 086a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:710 ../../source/17_miscellaneous.rst:1098
+msgid "#088\\|<br/><br/><label>Report. No.: </label>\\|{ 088a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:715
+msgid "UNIMARC Default"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:717
+msgid ""
+"#200\\|<h2>Title : \\|{200a}{. 200c}{ : 200e}{200d}{. 200h}{. "
+"200i}\\|</h2>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:719
+msgid ""
+"#461\\|<label class=\"ipt\">A part of : </label>\\|<a href=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search{&q=461t&idx=ti}\">{461t}</a>{N∞"
+" 461h} {v. 461v}{(461d)}<br/>\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:723
+msgid ""
+"#200b\\|<label class=\"ipt\">Material Designation : </label>\\| {200b "
+"}\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:726
+msgid ""
+"#101a\\|<label class=\"ipt\">Language(s): </label>\\|<a href=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search{&q=101a&idx=ln}\">{101a}</a>\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:729
+msgid ""
+"#200f\\|<label class=\"ipt\">Authors : </label>\\|<a href=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search{&q=200f&idx=au}\">{200f ; "
+"}</a>\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:733
+msgid ""
+"#200g\\|<label class=\"ipt\">Co-authors : </label>\\|<a href=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search{&q=200g&idx=au}\">{200g ; "
+"}</a>\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:737
+msgid ""
+"#210a\\|<br/><label class=\"ipt\">Place of pubblication : </label>\\|<a "
+"href=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search&idx=pl&q={210a}\">{210a}</a>\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:740
+msgid ""
+"#210c\\|<label class=\"ipt\">Publisher : </label>\\|<a href=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search&idx=pb&q={210c}\">{210c ; "
+"}</a>\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:744
+msgid ""
+"#210d\\|<label class=\"ipt\">Date of pubblication : </label>\\|{ "
+"210d}\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:747
+msgid ""
+"#215\\|<label class=\"ipt\">Description : </label>\\|{215a}{ : 215c}{ ; "
+"215d}{ + 215e}\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:750
+msgid ""
+"#225a\\|<label class=\"ipt\">Series :</label>\\|<a href=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search{&q=225a&idx=se}\">{225a "
+";}</a> \\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:754
+msgid ""
+"#225\\|\\|{ = 225d}{ : 225e}{. 225h}{. 225i}{ / 225f}{, 225x}{ ; "
+"225v}\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:757
+msgid "#686\\|<label>Classification : </label>\\|{ 686a }\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:759
+msgid ""
+"#608\\|<label>Form, Genre : </label>\\|<a href=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search&idx=su&q={608a}\"><img "
+"border=\"0\" src=\"/opac-tmpl/css/en/images/filefind.png\" height=\"15\" "
+"title=\"Search on {608a}\">{ 608a}</a>\\|<br/><br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:764
+msgid "#200\\|\\|<label class=\"ipt\">Subjects : </label><br/>\\|<ul>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:766
+msgid ""
+"#600\\|<label class=\"ipt\">Person(s) </label><br/> \\|<li><a href"
+"=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search&idx=su&q={600a}\"><img "
+"border=\"0\" src=\"/opac-tmpl/css/en/images/filefind.png\" height=\"15\" "
+"title=\"Search on {600a}\">{ 600a}</a></li>\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:771
+msgid ""
+"#601\\|<label class=\"ipt\">Organisation(s) </label><br/>\\|<li><a href"
+"=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search&idx=su&q={601a}\"><img "
+"border=\"0\" src=\"/opac-tmpl/css/en/images/filefind.png\" height=\"15\" "
+"title=\"Search on {601a}\">{ 601a}</a></li>\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:776
+msgid ""
+"#606\\|<label class=\"ipt\">Term(s) </label><br/>\\|<li><a href=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search&idx=su&q={606a}\"><img "
+"border=\"0\" src=\"/opac-tmpl/css/en/images/filefind.png\" height=\"15\" "
+"title=\"Search on {606a}\">{ 606a}</a></li>\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:781
+msgid ""
+"#607\\|<label class=\"ipt\">Place(s) </label><br/>\\|<li><a href=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search&idx=su&q={607a}\"><img "
+"border=\"0\" src=\"/opac-tmpl/css/en/images/filefind.png\" height=\"15\" "
+"title=\"Search on {607a}\">{ 607a}</a></li>\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:786
+msgid ""
+"#610\\|<label>Keywords</label><br/>\\|<li><a href=\"/cgi-"
+"bin/koha/catalogue/search.pl?op=do\\_search&idx=su&q={610a}\"><img "
+"border=\"0\" src=\"/opac-tmpl/css/en/images/filefind.png\" height=\"15\" "
+"title=\"Search on {610a}\">{ 610a}</a></li>\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:791 ../../source/17_miscellaneous.rst:814
+msgid "#200\\|\\|</ul>\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:793
+msgid ""
+"#856\\|<label class=\"ipt\">Electronic resource : </label>\\|<a "
+"href=\"{856u}\">click here</a> to go to the external resource<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:796
+msgid "#010\\|<label class=\"ipt\">ISBN : </label>\\|{010a ;}\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:798
+msgid "#011\\|<label class=\"ipt\">ISSN : </label>\\|{011a ;}\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:800
+msgid "#200\\|\\|<label class=\"ipt\">Notes : </label>\\|<br/><ul>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:802
+msgid "#300\\|\\|<li>{300a}</li>\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:804
+msgid "#307\\|\\|<li>{307a}</li>\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:806
+msgid "#310\\|\\|<li>{310a}</li>\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:808
+msgid "#326\\|\\|<li>{326a}</li>\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:810
+msgid "#327\\|\\|<li>{327a}</li>\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:812
+msgid "#333\\|<li>Public : \\|{333a}</li>\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:816
+msgid "#330\\|\\|<label class=\"ipt\">Abstract : </label>\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:818
+msgid "#330\\|\\|{330a}\\|<br/>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:820
+msgid "#200\\|\\|<br/><h2>Items</h2>\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:822
+msgid ""
+"#200\\|<table>\\|<th>Call number</th><th>Copy "
+"note</th><th>Fonds</th><th>Genre detail</th><th>Circulation "
+"type</th><th>Barcode</th>\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:826
+msgid ""
+"#995\\|\\|<tr><td> {995k}</td><td> {995u}</td><td> "
+"{995y}</td><td>{995e}  </td><td> "
+"{995o}</td><td>{995f}</td></tr>\\|</table>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:833
+msgid "OPACISBD Defaults"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:835
+msgid "Default values for the :ref:`OPACISBD` preference."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:840
+msgid "MARC"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:861
+msgid ""
+"#254\\|, \\|{ 254a }\\| #255\\|, \\|{ 255a }{ 255b }{ 255c }{ 255d }{ "
+"255e }{ 255f }{ 255g }\\| #256\\|, \\|{ 256a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:872
+msgid "#306\\| - \\|{ 306a }\\| #307\\| - \\|{ 307a }{ 307b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:895
+msgid ""
+"#440\\| - \\|{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }\\|. #490\\| - \\|{ "
+"490a }{ 490v }{ 490x }\\|."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:925
+msgid ""
+"#507\\|<br/><br/>\\|{ 507a }{ 507b }\\| #508\\|<br/><br/>\\|{ 508a }{ "
+"508a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:976
+msgid ""
+"#545\\|<br/><br/>\\|{\\\\n545a }{ 545b }{\\\\n545u }\\| "
+"#546\\|<br/><br/>\\|{\\\\n5463 }{\\\\n546a }{ 546b }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:979
+msgid "#547\\|<br/><br/>\\|{\\\\n547a }\\| #550\\|<br/><br/>\\|{ 550a }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:987
+msgid ""
+"#556\\|<br/><br/>\\|{ 556a }{ 506z }\\| #563\\|<br/><br/>\\|{ 5633 }{ "
+"563a }{ 563u }\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1054
+msgid ""
+"#648\\|<br/><br/><label>Subjects--Chronological Terms: "
+"</label>\\|{\\\\n6483 }{\\\\n648a }{--648x}{--648z}{--648y}{--648v}\\| "
+"#650\\|<br/><br/><label>Subjects--Topical Terms: </label>\\|{\\\\n6503 "
+"}{\\\\n650a}{ 650b }{ 650c }{ 650d }{ 650e "
+"}{--650x}{--650z}{--650y}{--650v}\\|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1101
+msgid "Configuring Receipt Printers"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1103
+msgid ""
+"The following instructions are for specific receipt printers, but can "
+"probably be used to help with setup of other brands as well."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1109
+msgid "For Epson TM-T88III (3) & TM-T88IV (4) Printers"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1114
+msgid "In the Print Driver"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1116
+msgid ""
+"For these instructions, we are using version 5,0,3,0 of the Epson TM-"
+"T88III print driver; the EPSON TM-T88IV version is ReceiptE4. Register at"
+" the `EpsonExpert Technical Resource Center website "
+"<https://www.epsonexpert.com/login>`__ to gain access to the drivers; go "
+"to Technical Resources, then choose the printer model from the Printers "
+"drop-down list."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1123
+msgid ""
+"Click Start > Printers and Faxes > Right click the receipt printer > "
+"Properties:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1126
+msgid "Advanced Tab, click Printing Defaults button"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1128
+#: ../../source/17_miscellaneous.rst:1165
+msgid "Layout Tab: Paper size: Roll Paper 80 x 297mm"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1130
+#: ../../source/17_miscellaneous.rst:1167
+msgid "TM-T88III: Layout Tab: Check Reduce Printing and Fit to Printable Width"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1133
+msgid ""
+"TM-T88IV: Check Reduced Size Print; Click OK on the popup window that "
+"appears. Fit to Printable Width should be automatically selected."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1136
+msgid "OK your way out of there."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1141
+#: ../../source/17_miscellaneous.rst:1211
+msgid "In Firefox"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1143
+#: ../../source/17_miscellaneous.rst:1213
+msgid "Under File > Page Setup:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1145
+#: ../../source/17_miscellaneous.rst:1215
+msgid "Shrink to fit page on Format & Options tab"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1147
+#: ../../source/17_miscellaneous.rst:1217
+msgid ""
+"0,0,0,0 for Margins on Margins & Header/Footer Tab. This makes the "
+"receipts use all available space on the paper roll."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1150
+#: ../../source/17_miscellaneous.rst:1220
+msgid ""
+"Set all Headers/Footers to -blank-. This removes all of the gunk you "
+"might normally find on a print from Firefox, such as the URL, number of "
+"pages, etc."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1154
+#: ../../source/17_miscellaneous.rst:1224
+#: ../../source/17_miscellaneous.rst:1326
+msgid "Click OK"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1156
+#: ../../source/17_miscellaneous.rst:1226
+msgid ""
+"Set the default printer settings in Firefox so you don't see a \"Print\" "
+"dialog:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1159
+#: ../../source/17_miscellaneous.rst:1229
+msgid "Go to File > Print"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1161
+#: ../../source/17_miscellaneous.rst:1231
+msgid "Set the Printer to the receipt printer."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1163
+msgid "Click the Advanced (or Properties) button"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1170
+msgid ""
+"TM-T88IV: Check Reduced Size Print; click OK on the popup window that "
+"appears. Fit to Printable Width should be automatically selected."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1173
+msgid "OK your way out, go ahead and print whatever page you are on."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1175
+#: ../../source/17_miscellaneous.rst:1235
+msgid ""
+"Type about:config, in the address bar. Click \"I'll be careful, I "
+"promise!\" on the warning message."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1178
+#: ../../source/17_miscellaneous.rst:1238
+msgid "Type, print.always in Filter."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1180
+msgid "Look for print.always\\_print\\_silent."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1182
+#: ../../source/17_miscellaneous.rst:1242
+msgid "If the preference is there then set the value to true."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1184
+#: ../../source/17_miscellaneous.rst:1244
+msgid ""
+"If the preference is not there (and it shouldn't be in most browsers) you"
+" have to add the preference."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1187
+#: ../../source/17_miscellaneous.rst:1247
+msgid "Right click the preference area and select New > Boolean"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1189
+msgid ""
+"Type print.always\\_print\\_silent in the dialog box and set the value to"
+" True. This sets the print settings in Firefox to always use the same "
+"settings and print without showing a dialog box."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1193
+#: ../../source/17_miscellaneous.rst:1253
+msgid "**Warning**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1195
+#: ../../source/17_miscellaneous.rst:1255
+msgid ""
+"Setting the print.always\\_print\\_silent setting in about:config "
+"DISABLES the ability to choose a printer in Firefox."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1201
+msgid "For Epson TM-T88II (2) Printers"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1203
+msgid ""
+"Register at the `EpsonExpert Technical Resource Center website "
+"<https://www.epsonexpert.com/login>`__ to gain access to the drivers; go "
+"to Technical Resources, then choose the printer model from the Printers "
+"drop-down list."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1233
+msgid "Print whatever page you are on."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1240
+msgid "Look for, print.always\\_print\\_silent."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1249
+msgid ""
+"Type, print.always\\_print\\_silent in the dialog box and set the value "
+"to True. This sets the print settings in Firefox to always use the same "
+"settings and print without showing a dialog box."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1261
+msgid "For Star SP542 Printers"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1266
+msgid "Installing the Printer"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1268
+msgid ""
+"While the following comments are based on the Star SP542 receipt printer,"
+" they probably apply to all printers in the SP5xx series."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1271
+msgid ""
+"The Star SP542 receipt printer works well with Koha and **Firefox on "
+"Windows XP SP3**. This printer, with either the parallel or USB "
+"interface, is fairly easy to install and configure. You will need the "
+"following executable file which is available from numerous places on the "
+"Internet:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1277
+msgid "linemode\\_2k-xp\\_20030205.exe"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1279
+msgid ""
+"This executable actually does all of the installation; you will not need "
+"to use the Microsoft Windows \"Add Printer\" program. We recommend that "
+"when installing, the option for the software monitor not be selected; we "
+"have experienced significant pauses and delays in printing with it. "
+"Instead, simply choose to install the receipt printer without the "
+"monitor."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1286
+msgid ""
+"Additionally, the install program may not put the printer on the correct "
+"port, especially if using the USB interface. This is easily corrected by "
+"going to \"Start -> Printers and Faxes -> Properties for the SP542 "
+"printer -> Ports\", then check the appropriate port."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1291
+msgid ""
+"A reboot may be required, even if not indicated by the installation "
+"software or the operating system."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1294
+msgid ""
+"**Windows 7** users should refer to this page: "
+"http://www.starmicronics.com/supports/win7.aspx."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1300
+msgid "Configuring Firefox to Print to Receipt Printer"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1302
+msgid "Open File > Page Setup"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1304
+msgid "Make all the headers and footers blank"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1306
+msgid "Set the margins to 0 (zero)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1308
+msgid "In the address bar of Firefox, type about:config"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1310
+msgid "Search for print.always\\_print\\_silent and double click it"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1312
+msgid "Change it from false to true"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1314
+msgid ""
+"This lets you skip the Print pop up box that comes up, as well as "
+"skipping the step where you have to click OK, automatically printing the "
+"right sized slip."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1318
+msgid "If print.always\\_print\\_silent does not come up"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1320
+msgid "Right click on a blank area of the preference window"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1322
+msgid "Select new > Boolean"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1324
+msgid "Enter \"print.always\\_print\\_silent\" as the name (without quotes)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1328
+msgid "Select true for the value"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1330
+msgid "You may also want to check what is listed for print.print\\_printer"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1332
+msgid ""
+"You may have to choose Generic/Text Only (or whatever your receipt "
+"printer might be named)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1336
+msgid "Notice & Slips Guides"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1341
+msgid "Field Guide for Notices & Slips"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1343
+msgid ""
+"This guide will break down the notices and slips information in 3 ways. "
+"First it will tell you what file generates the notice, then how you will "
+"present the item info in that notice and finally if the notice can be "
+"branch specific or not."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1349
+msgid "Letter Code"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1349
+msgid "Used In"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1349
+msgid "Detail tag"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1349
+msgid "Can be branch specific"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1351
+msgid "DUE"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1351
+#: ../../source/17_miscellaneous.rst:1353
+#: ../../source/17_miscellaneous.rst:1355
+#: ../../source/17_miscellaneous.rst:1357
+msgid "advance\\_notices.pl"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1351
+#: ../../source/17_miscellaneous.rst:1353
+#: ../../source/17_miscellaneous.rst:1355
+#: ../../source/17_miscellaneous.rst:1357
+msgid "<<items.content>>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1351
+#: ../../source/17_miscellaneous.rst:1353
+#: ../../source/17_miscellaneous.rst:1355
+#: ../../source/17_miscellaneous.rst:1357
+#: ../../source/17_miscellaneous.rst:1387
+msgid "No"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1353
+msgid "DUEDGST"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1355
+msgid "PREDUE"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1357
+msgid "PREDUEDGST"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1359
+msgid "ODUE\\*"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1359
+msgid "overdue\\_notices.pl"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1359
+msgid "<<items.content>> or <item> </item>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1359
+#: ../../source/17_miscellaneous.rst:1361
+#: ../../source/17_miscellaneous.rst:1363
+#: ../../source/17_miscellaneous.rst:1365
+#: ../../source/17_miscellaneous.rst:1367
+#: ../../source/17_miscellaneous.rst:1373
+#: ../../source/17_miscellaneous.rst:1375
+#: ../../source/17_miscellaneous.rst:1377
+#: ../../source/17_miscellaneous.rst:1379
+#: ../../source/17_miscellaneous.rst:1381
+#: ../../source/17_miscellaneous.rst:1383
+#: ../../source/17_miscellaneous.rst:1385
+msgid "Yes"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1361
+msgid "CHECKOUT"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1361
+#: ../../source/17_miscellaneous.rst:1363
+#: ../../source/17_miscellaneous.rst:1365
+msgid "C4/Circulation.pm"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1361
+#: ../../source/17_miscellaneous.rst:1363
+#: ../../source/17_miscellaneous.rst:1365
+#: ../../source/17_miscellaneous.rst:1375
+#: ../../source/17_miscellaneous.rst:1377
+#: ../../source/17_miscellaneous.rst:1379
+#: ../../source/17_miscellaneous.rst:1381
+#: ../../source/17_miscellaneous.rst:1383
+#: ../../source/17_miscellaneous.rst:1385
+#: ../../source/17_miscellaneous.rst:1387
+msgid "N/A"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1363
+msgid "RENEWAL"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1365
+msgid "TRANSFERSLIP"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1367
+msgid "ISSUESLIP"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1367
+#: ../../source/17_miscellaneous.rst:1373
+msgid "C4/Members.pm"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1367
+#: ../../source/17_miscellaneous.rst:1373
+msgid "<checkedout> </checkedout>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1369
+msgid "<overdue> </overdue>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1371
+msgid "<news> </news>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1373
+msgid "ISSUEQSLIP"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1375
+msgid "HOLDPLACED"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1375
+#: ../../source/17_miscellaneous.rst:1377
+msgid "C4/Reserves.pm"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1377
+msgid "HOLD_SLIP"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1379
+msgid "ASKED"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1379
+#: ../../source/17_miscellaneous.rst:1381
+#: ../../source/17_miscellaneous.rst:1383
+#: ../../source/17_miscellaneous.rst:1385
+msgid "C4/Suggestions.pm"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1381
+msgid "CHECKED"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1383
+msgid "ACCEPTED"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1385
+msgid "REJECTED"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1387
+msgid "OPAC\\_REG\\_VERIFY"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1387
+msgid "opac/opac-memberentry.pl"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1391
+msgid "Example Notice"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1393
+msgid "Nicole Engard"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1395
+msgid "410 Library Rd."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1397
+msgid "Philadelphia, PA 19107"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1399
+msgid "Dear Nicole Engard (23529000035726),"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1401
+msgid ""
+"According to our records, at the time of this notice, you have items that"
+" are overdue. Please return or renew them as soon as possible to avoid "
+"increasing late fines."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1405
+msgid ""
+"If you have registered a password with the library, you may use it with "
+"your library card number to renew online."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1408
+msgid ""
+"If you believe you have returned the items below please call at and "
+"library staff will be happy to help resolve the issue."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1411
+msgid "The following item(s) are currently overdue:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1413
+msgid ""
+"07/08/2008 Creating drug-free schools and communities : 502326000054 Fox,"
+" C. Lynn."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1416
+msgid "06/27/2008 Eating fractions / 502326000022 McMillan, Bruce."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1418
+msgid "Sincerely, Library Staff"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1421
+msgid "Sample Serials"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1426
+msgid "Reader's Digest (0034-0375)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1428
+msgid "Published 12 times a year (monthly)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1430
+msgid ""
+"The Volume number changes every 6 months and the numbers continues on "
+"(requires an advanced pattern)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1433
+msgid "|image1069|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1438
+msgid "People Weekly (1076-0091)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1440
+msgid "Published weekly"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1442
+msgid ""
+"The website says \"on Saturday except the first week of August, "
+"Thanksgiving week, the first and last weeks of the year\" but this does "
+"not match the pattern for 2007 or 2008"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1446
+msgid "In the Jul-Dec there are 26 issues"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1448
+msgid ""
+"In the Jan-Jun there are 25 issues (no issue for the first week of "
+"January)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1451
+msgid ""
+"Since the irregularity on the first # 26 does not skip a week, this would"
+" be set up as to roll over on issue 25. The 26th issue in the second half"
+" of the year would have to be received as a supplemental."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1455
+msgid ""
+"The irregularity check will complain that 52 issues were expected, but 25"
+" entered. The current irregularity check can only check that the first "
+"position of the numbering pattern matches the expected issue count of the"
+" periodicity. But we do need to trigger the rollover on the volume, so we"
+" need to define the last two weeks of the year as irregularities. So we "
+"receive 50 issues the first 50 weeks, then one supplemental issue in week"
+" 51, which we have to define the enumeration for, then the next predicted"
+" issue will be the following year's first week."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1467
+msgid "Et-Mol"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1469
+msgid "This journal is published with the following rules:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1471
+msgid "6 issues a year (every 2 months)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1473
+msgid "year changes every 6 issues"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1475
+msgid "we start in 2011"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1477
+msgid "the issue number goes up indefinitely"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1479
+msgid "starting from issue 215"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1481
+msgid "The planning would look like this:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1483
+msgid "|image1070|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1488
+msgid "Backpacker (0277-867X)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1490
+msgid ""
+"Published 9 times a year irregularly. The issues continues while the "
+"volume and number rolls over every 9 issues. If you're holding Volume 41,"
+" Number 3, Issue 302 in your hand the prediction would look like this:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1495
+msgid "|image1071|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1497
+msgid "And the received issues would number like this:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1499
+msgid "41, no. 3, iss. 302"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1501
+msgid "41, no. 4, iss. 303"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1503
+msgid "41, no. 5, iss. 304"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1505
+msgid "41, no. 6, iss. 305"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1507
+msgid "41, no. 7, iss. 306"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1509
+msgid "41, no. 8, iss. 307"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1511
+msgid "41, no. 9, iss. 308"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1513
+msgid "42, no. 1, iss. 309"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1515
+msgid "42, no. 2, iss. 310"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1517
+msgid "42, no. 3, iss. 311"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1519
+msgid "42, no. 4, iss. 312"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1524
+msgid "Keats-Shelley Journal (0453-4387)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1526
+msgid ""
+"This journal is published once per year in July.  The numbering follows "
+"this pattern:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1529
+msgid "Vol. 61 2013"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1531
+msgid "Vol. 62 2014"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1533
+msgid "Vol. 63 2015"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1535
+msgid "Setup should look like this (if you're starting in July 2014):"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1537
+msgid "|image1072|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1542
+msgid "Computers in Libraries (1041-7915)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1544
+msgid ""
+"Computers in Libraries is published ten times per year (monthly with "
+"January/February and July/August combined issues)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1547
+msgid "|image1073|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1549
+msgid "|image1074|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1551
+msgid "|image1075|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1554
+msgid "Sample List & Cart Emails"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1559
+msgid "Example Email from List"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1561
+msgid "Below is an example of an email from a list in Koha."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1607
+msgid "Example Email from Cart"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1609
+msgid "Below is a sample of what an email from the Cart in Koha will look like:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1657
+msgid "Using Koha as a Content Management System (CMS)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1662
+msgid "Setup"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1664
+msgid ""
+"These are instructions for taking a default install of Koha and allowing "
+"it to function as a little content management system. This will allow a "
+"library to publish an arbitrary number of pages based on a template. This"
+" example uses the template for the main opac page, but you could just as "
+"well use any template you wish with a bit more editing. This may be "
+"appropriate if you have a small library, want to allow librarians to "
+"easily add pages, and do not want to support a complete CMS."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1672
+msgid ""
+"Copy /usr/share/koha/opac/cgi-bin/opac/opac-main.pl to "
+"/usr/share/koha/opac/cgi-bin/opac/pages.pl (in the same directory)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1675
+msgid "Edit pages.pl in an editor"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1677
+msgid "At approximately line 33 change this code:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1683
+msgid "To this code:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1689
+msgid "At approximately line 62 after this code:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1700
+msgid "Add these lines:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1708
+msgid ""
+"Note pages.pl file must have Webserver user execution permissions, you "
+"can use `chmod <http://en.wikipedia.org/wiki/Chmod>`__ command if you are"
+" actually logged in as such user:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1716
+msgid ""
+"In the browser go to Home > Administration > System Preferences > Local "
+"Use and add a New Preference called \"page\\_test\""
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1719
+msgid "Fill it out as so"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1721
+msgid "Explanation: test page for pages tiny cms"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1723
+msgid "Variable: page\\_test"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1725
+msgid "Value: Lorem ipsum"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1727
+msgid ""
+"Click the TextArea link (or enter \"TextArea\" into the input field below"
+" it)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1730
+msgid "variable options (last field): 80\\|50"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1732
+msgid ""
+"In a browser go to http://youraddress/cgi-bin/koha/pages.pl?p=test The "
+"page should come up with the words \"Lorem ipsum\" in the main content "
+"area of the page. (replace \"youraddress\" with localhost, 127.0.0.1, or "
+"your domain name depending on how you have Apache set up.)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1738
+msgid ""
+"To add more pages simply create a system preference where the title "
+"begins with \"page\\_\" followed by any arbitrary letters. You can add "
+"any markup you want as the value of the field. Reference the new page by "
+"changing the value of the \"p\" parameter in the URL."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1743
+msgid ""
+"To learn more visit the Koha wiki page on this topic: http://wiki.koha-"
+"community.org/wiki/Koha_as_a_CMS"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1749
+msgid "Editing the pages template"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1751
+msgid ""
+"The file to create / edit for the pages template will depend on your "
+":ref:`opacthemes` system preference setting"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1757
+msgid "Editing 'bootstrap' theme template (current)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1759
+msgid ""
+"Copy /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-"
+"main.tt to /usr/share/koha/opac/htdocs/opac-"
+"tmpl/bootstrap/en/modules/pages.tt"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1764
+msgid "Edit /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/pages.tt"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1767
+msgid "At approximately line 61, change this:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1773
+msgid "To this:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1779
+msgid ""
+"Remark: You may wish to disable your News block of these CMS style pages "
+"e.g. when you do not want it displayed on the CMS style pages or where "
+"the News block is long enough that it actually makes the 'page\\_test' "
+"include scroll outside the default viewport dimensions. In that case, "
+"remove the following code from your pages.tt template."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1803
+msgid "Troubleshooting"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1805
+msgid ""
+"If you have problems check file permissions on pages.pl and pages.tmpl. "
+"They should have the same user and group as other Koha files like opac-"
+"main.pl."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1812
+msgid "Bonus Points"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1814
+msgid ""
+"Instead of using the address http://youraddress/cgi-"
+"bin/koha/pages.pl?p=test you can shorten it to "
+"http://youraddress/pages.pl?p=test Just open up /etc/koha/koha-httpd.conf"
+" and add the follow at about line 13:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1823
+msgid "Then restart Apache."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1828
+msgid "Usage"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1830
+msgid ""
+"After setting up Koha as a CMS you can create new pages following these "
+"instructions:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1836
+msgid "Adding Pages"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1838
+msgid "To add a new page you need to add a system preference under Local Use."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1840
+msgid "Get there: More > Administration > Global System Preferences > Local Use"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1843
+msgid "Click 'New Preference'"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1845
+msgid "Enter in a description in the Explanation field"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1847
+msgid "Enter a value that starts with 'page\\_' in the Variable field"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1849
+msgid "Enter starting HTML in the Value field"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1851
+msgid "|image1076|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1853
+msgid "Set the Variable Type to Textarea"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1855
+msgid ""
+"Set the Variable options to something like 20\\|20 for 20 rows and 20 "
+"columns"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1858
+msgid "|image1077|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1863
+msgid "Viewing your page"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1865
+msgid ""
+"You can view your new page at http://YOUR-OPAC/cgi-"
+"bin/koha/pages.pl?p=PAGENAME where PAGENAME is the part you entered after"
+" 'page\\_' in the Variable field."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1872
+msgid "Example"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1874
+msgid ""
+"This process can be used to create recommended reading lists within Koha."
+" So once the code changes have been made per the instructions on 'Koha as"
+" a CMS' you go through the 'Adding a New Page' instructions above to "
+"great a page for 'Recommended Reading Lists'"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1879
+msgid "|image1078|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1881
+msgid ""
+"Next we need to create pages for our various classes (or categories). To "
+"do this, return to the 'Adding a New Page' section and create a "
+"preference for the first class."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1885
+msgid "|image1079|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1887
+msgid ""
+"Next you'll want to link your first page to your new second page, go to "
+"the page\\_recommend preference and click 'Edit.' Now you want to edit "
+"the HTML to include a link to your newest page:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1891
+msgid "|image1080|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1896
+msgid "Live Examples"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1898
+msgid ""
+"The Crawford Library at Dallas Christian College is using this method for"
+" their recommended reading lists: http://opac.dallas.edu/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1902
+msgid "Resetting the Koha Database"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1904
+msgid ""
+"These notes on how to reset the database for Koha were derived from the "
+"following email thread: http://lists.koha-community.org/pipermail/koha-"
+"devel/2009-January/008939.html and "
+"http://lists.katipo.co.nz/public/koha/2014-June/039701.html"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1909
+msgid ""
+"Resetting the database may be useful if you install Koha with the sample "
+"data, and then wish to use real data without reinstalling the software."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1915
+msgid "Delete sample data from Tables"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1917
+msgid ""
+"Use your preferred MySQL client to `delete "
+"<http://dev.mysql.com/doc/refman/5.5/en/delete.html>`__ the following "
+"tables:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1921
+msgid "bibio"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1923
+msgid "biblioitems"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1925
+msgid "items"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1927
+msgid "auth\\_header"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1929
+msgid "sessions"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1931
+msgid "zebraqueue"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1933
+msgid ""
+"You may need to disable foreign key checks to delete data from same "
+"tables. For instructions follow this thread: "
+"https://lists.katipo.co.nz/pipermail/koha/2013-July/036853.html."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1940
+msgid "Reset the Zebra Index"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1942
+msgid ""
+"Run the following commands to reset the authorities and biblios Zebra "
+"indices."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1950
+msgid ""
+"If you are running a package install then you'll want to run the "
+"following commands to reset the authorities and biblios Zebra indices "
+"instead:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1959
+msgid "Replacing YOURLIBRARY with your Koha installation name."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1962
+msgid "Important Links"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1967
+msgid "Koha Related"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1969
+msgid "Report Koha Bugs - http://bugs.koha-community.org"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1971
+msgid "Koha Versioning Control - http://git.koha-community.org/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1973
+msgid "Database Structure - http://schema.koha-community.org"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1975
+msgid "Koha Community Statistics - http://hea.koha-community.org"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1977
+msgid "Koha as a CMS - http://wiki.koha-community.org/wiki/Koha_as_a_CMS"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1979
+msgid "Kyles's Koha Tools - http://kylehall.info/index.php/projects/koha/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1981
+msgid "Koha Bibliography - http://www.zotero.org/groups/koha"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1983
+msgid "Koha Shared Links - http://groups.diigo.com/group/everything-koha"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1988
+msgid "Circulation Related"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1990
+msgid ""
+"Koha Desktop Offline Circulation: https://github.com/bywatersolutions"
+"/koha-offline-circulation/releases"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1993
+msgid ""
+"Koha Firefox Offline Circulation: https://addons.mozilla.org/en-"
+"US/firefox/addon/koct/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:1999
+msgid "Cataloging Related"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2001
+msgid "Koha MARC Tutorials - http://www.pakban.net/brooke/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2003
+msgid "IRSpy Open Z39.50 Server Search - http://irspy.indexdata.com/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2005
+msgid ""
+"Z39.50 Server List - "
+"http://staff.library.mun.ca/staff/toolbox/z3950hosts.htm"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2008
+msgid ""
+"Open Koha Z39.50 Targets - http://wiki.koha-"
+"community.org/wiki/Koha_Open_Z39.50_Sources"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2011
+msgid "Library of Congress Authorities - http://authorities.loc.gov/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2013
+msgid "MARC Country Codes - http://www.loc.gov/marc/countries/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2015
+msgid ""
+"Search the MARC Code List for Organizations - "
+"http://www.loc.gov/marc/organizations/org-search.php"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2018
+msgid ""
+"Search for Canadian MARC Codes - http://www.collectionscanada.gc.ca"
+"/illcandir-bin/illsear/l=0/c=1"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2021
+msgid "Z39.50 Bib-1 Attribute - http://www.loc.gov/z3950/agency/defns/bib1.html"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2027
+msgid "Enhanced Content Related"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2029
+msgid ""
+"Amazon Associates - `https://affiliate-program.amazon.com <https"
+"://affiliate-program.amazon.com/>`__"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2032
+msgid "Amazon Web Services - http://aws.amazon.com"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2034
+msgid ""
+"WorldCat Affiliate Tools - "
+"http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2037
+msgid "XISBN - http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2039
+msgid "LibraryThing for Libraries - http://www.librarything.com/forlibraries"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2044
+msgid "Design Related"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2046
+msgid "JQuery Library - http://wiki.koha-community.org/wiki/JQuery_Library"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2048
+msgid ""
+"HTML & CSS Library - http://wiki.koha-"
+"community.org/wiki/HTML_%26_CSS_Library"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2051
+msgid "Owen Leonard's Koha Blog - http://www.myacpl.org/koha"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2056
+msgid "Reports Related"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2058
+msgid ""
+"SQL Reports Library - http://wiki.koha-"
+"community.org/wiki/SQL_Reports_Library"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2061
+msgid "Database Schema - http://schema.koha-community.org"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2063
+msgid ""
+"Sample reports from NEKLS - http://www.nexpresslibrary.org/training"
+"/reports-training/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2069
+msgid "Installation Guides"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2071
+msgid ""
+"Installing Koha 3 on Ubuntu - "
+"http://www.blazingmoon.org/guides/k3-on-u810-1.html"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2074
+msgid ""
+"Koha on Debian installation documentation - "
+"http://openlib.org/home/krichel/courses/lis508/doc/koha_installation_overview.html"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2077
+msgid ""
+"Koha 3.2 on Debian Squeeze - http://wiki.koha-"
+"community.org/wiki/Koha_3.2_on_Debian_Squeeze"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2083
+msgid "Misc"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2085
+msgid "Zotero - http://zotero.org"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2087
+msgid "SOPAC - `http://thesocialopac.net <http://thesocialopac.net/>`__"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2090
+msgid "Koha XSLT Item Types"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2092
+msgid ""
+"When you have any of the XSLT system preferences "
+"(:ref:`OPACXSLTDetailsDisplay`, :ref:`OPACXSLTResultsDisplay`, "
+":ref:`XSLTDetailsDisplay`, and/or :ref:`XSLTResultsDisplay`) along with "
+"the :ref:`DisplayOPACiconsXSLT` and :ref:`DisplayIconsXSLT` preferences "
+"turned on you will see item type icons on the related screen."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2101
+#: ../../source/17_miscellaneous.rst:2189
+#: ../../source/17_miscellaneous.rst:4063
+msgid "**Important**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2103
+msgid ""
+"These images are coming from values found in your leader, if your leader "
+"is not cataloged properly it might be best to turn off the "
+":ref:`DisplayOPACiconsXSLT` preference (which can be done while leaving "
+"the other XSLT preferences turned on)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2108
+msgid "|image1081|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2110
+msgid "Book [BK]"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2112
+msgid "leader6 = a (and one of the leader7 values below)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2114
+msgid "leader7 = a"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2116
+msgid "leader7 = c"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2118
+msgid "leader7 = d"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2120
+msgid "leader7 = m"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2122
+msgid "leader6 = t"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2124
+msgid "|image1082|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2126
+msgid "Computer File [CF]"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2128
+msgid "leader6 = m"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2130
+msgid "|image1083|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2132
+msgid "Continuing Resource [CR]"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2134
+msgid "leader7 = b"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2136
+msgid "leader7 = i"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2138
+msgid "leader7 = s"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2140
+msgid "|image1084|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2142
+msgid "Map [MP]"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2144
+msgid "leader6 = e"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2146
+msgid "leader6 = f"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2148
+msgid "|image1085|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2150
+msgid "Mixed [MX]"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2152
+msgid "leader6 = p"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2154
+msgid "|image1086|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2156
+msgid "Sound [MU]"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2158
+msgid "leader6 = c"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2160
+msgid "leader6 = d"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2162
+msgid "leader6 = i"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2164
+msgid "leader6 = j"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2166
+msgid "|image1087|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2168
+msgid "Visual Material [VM]"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2170
+msgid "leader6 = g"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2172
+msgid "leader6 = k"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2174
+msgid "leader6 = r"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2176
+msgid "|image1088|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2178
+msgid "Kit"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2180
+msgid "leader6 = o"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2183
+msgid "MarcEdit"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2185
+msgid ""
+"Many libraries like to use MarcEdit for modifications or data cleanup. If"
+" you'd like to do this you will need to download it at: "
+"http://marcedit.reeset.net/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2191
+msgid ""
+"Many of the actions described in this chapter can be done in Koha using "
+":ref:`Marc Modification Templates <marc-modification-templates-label>`, "
+"but this section is here for those who are used to MarcEdit."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2198
+msgid "Adding a prefix to call numbers"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2200
+msgid ""
+"When bringing data into Koha, you may want to first clean it up. One "
+"common action among Koha users is to add a prefix to the call number."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2203
+msgid "Open MarcEdit"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2205
+msgid "|image1089|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2207
+msgid "Click 'MarcEditor'"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2209
+msgid "Go to Tools > Edit Subfield Data"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2211
+msgid "|image1090|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2213
+msgid ""
+"To prepend data the special character is: ^b  To simply prepend data to "
+"the beginning of a subfield, add ^b to the Field Data: textbox and the "
+"data to be appended in the Replace"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2217
+msgid "|image1091|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2219
+msgid ""
+"To prepend data to the beginning of the subfield while replacing a text "
+"string, add ^b[string to replace] to the Field Data textbox and the data "
+"to be appended in the Replace With textbox."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2226
+msgid "Importing Excel data into Koha"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2228
+msgid ""
+"Suppose you have records of your library in excel data sheet format and "
+"want them to import into Koha. But how will you do this? Koha will not "
+"let you import excel records directly. Well here is a very simple "
+"solution for you which will let you import your excel records in Koha "
+"easily. First, we will convert excel file into Marc file and then will "
+"import it into Koha."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2235
+msgid "Follow the given steps to import your excel records into Koha"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2240
+msgid "Converting from Excel format into .mrk format"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2242
+msgid ""
+"First, we will convert excel format into .mrk format. For this we will "
+"use MarcEdit. You can download it from http://marcedit.reeset.net/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2245
+msgid "Now open it and select Add-ins-->Delimited Text Translator."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2247
+msgid "|image1092|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2249
+msgid "Click Next when the following window appears."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2251
+msgid "|image1093|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2253
+msgid "Browse for your excel file."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2255
+msgid "|image1094|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2257
+msgid "Locate your excel file by choosing the format Excel File(\\*.xls)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2259
+msgid "|image1095|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2261
+msgid ""
+"Similarly, fill all the other entries such as Output File, Excel Sheet "
+"Name and check UTF-8 Encoded (if required) and Click Next."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2264
+msgid "|image1096|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2266
+msgid ""
+"Now you will be prompted for mapping the fields to recognise the fields "
+"by standard marc format."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2269
+msgid ""
+"Suppose for Field 0 that is first column I entered Map to: 022$a( Valid "
+"ISSN for the continuing resource) and then click on Apply."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2272
+msgid "|image1097|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2274
+#: ../../source/17_miscellaneous.rst:3148
+#: ../../source/17_miscellaneous.rst:3319
+#: ../../source/17_miscellaneous.rst:3605
+#: ../../source/17_miscellaneous.rst:3666
+#: ../../source/17_miscellaneous.rst:4050
+#: ../../source/17_miscellaneous.rst:4058
+#: ../../source/17_miscellaneous.rst:4321
+msgid "**Note**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2276
+msgid ""
+"You can customize Indicators and all other things, for more information "
+"on marc21 format visit the `official library of congress site "
+"<http://www.loc.gov/marc/bibliographic/>`__."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2280
+msgid "Similarly map all other fields and then Click on Finish."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2282
+msgid "|image1098|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2284
+msgid ""
+"And then a window will appear indicating that your Marc Text "
+"File(\\*.mrk) has been created."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2287
+msgid "|image1099|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2289
+msgid ""
+"Click Close and we have created a .mrk file from .xls file in this step. "
+"You can view the file by double clicking on it."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2295
+msgid "Convert .mrk file to .mrc"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2297
+msgid ""
+"We will convert .mrk file that we have created in the above step into raw"
+" Marc format that can be directly imported into Koha."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2300
+msgid "For this again open MarcEdit and Select MARC Tools."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2302
+msgid "|image1100|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2304
+msgid "Next Select MarcMaker to convert .mrk file into .mrc format."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2306
+msgid "|image1101|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2308
+msgid "Locate your input file and name your output file. Then Click Execute."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2310
+msgid "|image1102|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2312
+msgid "And it will show you the Result."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2314
+msgid "|image1103|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2316
+msgid "Click Close and now we have raw Marc records with us (.mrc file)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2321
+msgid "Import .mrc into Koha"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2323
+msgid ""
+"More information on importing records into Koha can be found in the "
+"':ref:`Stage MARC Records for Import`' section of this manual."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2326
+msgid "Finally we will import above created .mrc file into Koha."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2328
+msgid "Click on Tools in your Koha staff client."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2330
+msgid "|image1104|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2332
+msgid "Next Click on Stage MARC Records for Import."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2334
+msgid "|image1105|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2336
+msgid "After this, choose your previously created .mrc file and click on Upload."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2339
+msgid "|image1106|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2341
+msgid "You can also add comment about file and finally click on Stage For Import."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2344
+msgid "|image1107|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2346
+msgid "When the import is done, you will get a result something like this"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2348
+msgid "|image1108|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2350
+msgid "Next, click on Manage staged records."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2352
+msgid "Here you can even change matching rules."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2354
+msgid "|image1109|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2356
+msgid "Click on Import this batch into catalog when you are done."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2358
+msgid ""
+"Thats it. After all the records get imported, check Status and it should "
+"read \"imported\""
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2361
+msgid "|image1110|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2363
+msgid "You can even undo the Import operation."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2365
+msgid "And within few minutes, we have imported around 10,000 records in Koha"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2368
+msgid "Talking Tech"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2370
+msgid ""
+"Talking Tech I-tiva is a third party, proprietary, product that libraries"
+" can subscribe to. Learn more here: "
+"http://www.talkingtech.com/solutions/library."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2377
+msgid "Installation and Setup Instructions"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2379
+msgid ""
+"Be sure you've run installer/data/mysql/atomicupdate/Bug-4246-Talking-"
+"Tech-itiva-phone-notifications.pl to install the required data pack (new "
+"syspref, notice placeholders and messaging transport preferences)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2384
+msgid ""
+"To use, :ref:`TalkingTechItivaPhoneNotification` syspref must be turned "
+"on."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2388
+msgid ""
+"If you wish to process PREOVERDUE or RESERVES messages, you'll need the "
+":ref:`EnhancedMessagingPreferences` system preference turned on, and "
+"patrons to have filled in a preference for receiving these notices by "
+"phone."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2393
+msgid ""
+"For OVERDUE messages, overdue notice triggers must be configured under "
+"Koha -> Tools -> :ref:`Overdue Notice Triggers <overdue-notice/status-"
+"triggers-label>`. Either branch-specific triggers or the default level "
+"triggers may be used (script will select whichever is appropriate)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2401
+msgid "Sending Notices File"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2403
+msgid ""
+"Add the :ref:`TalkingTech\\_itiva\\_outbound.pl <sending-notices-file-"
+"label>` script to your crontab"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2406
+msgid ""
+"Add an FTP/SFTP or other transport method to send the output file to the "
+"I-tiva server"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2409
+msgid ""
+"If you wish, archive the sent notices file in another directory after "
+"sending"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2412
+msgid "Run TalkingTech\\_itiva\\_outbound.pl --help for more information"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2417
+msgid "Receiving Results File"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2419
+msgid ""
+"Add an FTP/SFTP or other transport method to send the Results file to a "
+"known directory on your Koha server"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2422
+msgid ""
+"Add the :ref:`TalkingTech\\_itiva\\_inbound.pl <receiving-notices-file-"
+"label>` script to your crontab, aimed at that directory"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2425
+msgid ""
+"If you wish, archive the results file in another directory after "
+"processing"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2428
+msgid "Run TalkingTech\\_itiva\\_inbound.pl --help for more information"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2431
+msgid "Integrating SIP2 with Koha"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2433
+msgid ""
+"SIP2 (Session Initiation Protocol) is a protocol for communication "
+"between devices."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2435
+msgid ""
+"In the context of Koha SIP2 is used for communication between Self Check "
+"(SC) machines i.e. self checkout machines, and the Automated Circulation "
+"System (also known as ACS which in this case is the server running Koha)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2437
+msgid "SIP2 communications consist of requests and responses."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2439
+msgid ""
+"The self checkout machines are ‘dumb’ and so they send requests to the "
+"Koha server which runs logic which determines a particular outcome which "
+"is sent as a response message back to the client self checkout machine, "
+"and this is then conveyed to the user."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2441
+msgid ""
+"Security notice regarding using SIP2 service: To ensure that your SIP2 "
+"traffic is secure as it passes over the internet you need to make sure "
+"that you are using a VPN or   stunnel."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2445
+msgid "Setting up SIP2"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2447
+msgid ""
+"If you installed Koha using Debian packages then SIP2 setup is easy, "
+"simply follow these steps:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2450
+msgid ""
+"1. In your terminal (in the root Koha directory) write in: *sudo koha-"
+"enable-sip <instancename>*"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2454
+msgid ""
+"2. Now you need to configure the SIP2 settings, to do this you need to "
+"edit the SIPconfig.xml file which exists in the "
+"/etc/koha/sites/<instancename>/ directory. You will need to edit this "
+"file as root because it contains passwords (to do so write ‘sudo’  at the"
+" start of your command)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2457
+msgid "e.g. *sudo vi /etc/koha/sites/<instancename>/SIPconfig.xml*"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2460
+msgid ""
+"Important note: There are three areas of interest in the SIPconfig.xml "
+"file that you need to change. These are: service, account and "
+"institution."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2463
+msgid "**Service**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2466
+msgid ""
+"2.1 Change the port value near the top of the SIPconfig.xml file "
+"(identified by the number 1 in the below screen shot), so it has the same"
+" IP address as set further down the SIPconfig.xml file identified by 2."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2468
+msgid ""
+"Make sure the two port values don’t have the same port number as you "
+"cannot have the same port being listened to by two different services. "
+"When deciding upon the port number make sure it is a high number (i.e. "
+"above 1000) because all ports below 1000 require root permissions."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2470
+msgid "|image1122|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2474
+msgid "**Account**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2476
+msgid ""
+"The account(s) you define in the SIPconfig.xml file are simply account(s)"
+" permitted to use the SIP2 service i.e. your defining who can send and "
+"receive SIP2 commands."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2478
+msgid ""
+"Account information that you write here must also exist in the Koha "
+"database i.e. you need to create a patron in the Koha staff interface "
+"with the same username, password (making sure to assign them circulate "
+"permissions) as the user account you write into the SIPconfig.xml file."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2480
+msgid ""
+"It is highly recommended that you only write in Koha user accounts with "
+"circulate permissions."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2482
+msgid ""
+"The reason we want SIP2 users to only have circulate permissions rather "
+"than superlibrarian permissions is to reduce the access SIP2 users have "
+"to confidential patron data in case the system was compromised."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2484
+msgid ""
+"If the ACS or the SC were compromised then having all SIP2 users only "
+"having circulation permissions means that an intruder would only be able "
+"to access patron data via the terminal rather than the web interface as "
+"well (which would be available with superlibrarian permissions). So it is"
+" simply a matter of protecting your users."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2486
+msgid "|image1119|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2489
+msgid "**Account value definitions:**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2492
+msgid "Login id: This is the account username. - Modify this accordingly"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2493
+msgid "Password: Account password - Modify this accordingly"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2494
+msgid ""
+"Delimiter: The type of delimiter for account information - Leave as "
+"default"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2495
+msgid "error-detect -  Leave as default"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2496
+msgid ""
+"Institution: This is the branchcode for the library that the user belongs"
+" to. NOTE: This institution needs to be defined further down in the "
+"institution area of the SIPconfig.xml file and it must also exist in the "
+"Koha database. i.e. you need to create a library with the same branchcode"
+" in Koha staff interface."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2497
+msgid "encoding: This is the standard used to encode the account data"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2498
+msgid ""
+"Terminator: This needs to match the terminator value of the SIP2 server. "
+"- Modify this if you know the terminator value of the SIP2 server."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2500
+msgid "**Institution**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2503
+msgid ""
+"The institution information you define here must match a library created "
+"in the Koha staff interface."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2505
+msgid ""
+"You need to make sure all the institutions that accounts are assigned to "
+"further up in the SIPconfig.xml file are also defined in the institution "
+"area of the same file."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2507
+msgid "|image1120|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2509
+msgid "**Institution value definitions:**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2512
+msgid ""
+"1. Institution id: The branchcode of the library. - Modify this "
+"accordingly. Must be the same as created in Koha and the account area."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2515
+msgid "Implementation: Defines the code that will be run. - Leave as default"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2517
+msgid ""
+"3. Policy: Policy defines the permitted SIP2 commands allowed from SC’s "
+"in this institution. For example: renewal=”true” means that SC’s at that "
+"institution have permission to send renewal item SIP2 commands."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2520
+msgid ""
+"4. Starting SIP2 Simply write in the command: *sudo koha-start-sip "
+"<instancename>*"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2524
+msgid "Now you have a running SIP2 server."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2527
+msgid "Using SIP2"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2529
+msgid ""
+"SIP2 is a communication protocol. The messages sent in SIP2 are either "
+"requests or responses. The SC’s send request messages to the ACS which "
+"will run some logic and send back the resulting value to the SC as a "
+"response message."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2531
+msgid ""
+"The request messages contain arguments, which are data values used by the"
+" ACS in its functions to perform the required task such as renewing "
+"items."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2533
+msgid "**SIP2 commands**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2535
+msgid ""
+"If you want to manually use/test SIP2 then you will be writing and "
+"receiving messages via the Linux terminal."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2537
+msgid ""
+"To be able to send and receive messages with the SIP2 server you need to "
+"use telnet to open a SIP2 connection. You need to specify the port number"
+" you want telnet to use."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2539
+msgid ""
+"To find this information look at the service area at the top of the "
+"SIPconfig.xml file (look for the port number as pointed out by the arrow "
+"in the below screenshot)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2541
+msgid "|image1121|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2544
+msgid "Write into the terminal"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2546
+#: ../../source/17_miscellaneous.rst:2554
+msgid "*telnet localhost <portnumber>*"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2548
+msgid "e.g. *telnet localhost 8023*"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2550
+msgid ""
+"Now write in the username and password set in one of the accounts in the"
+"     SIPconfig.xml file."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2552
+msgid ""
+"Now you are connected to the SIP2 server you can start writing and "
+"sending request commands. The connection to the SIP2 server does time out"
+" fast so if haven’t finished writing and receiving commands simply write "
+"in:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2556
+msgid "to restart the SIP2 connection."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2558
+msgid "**SIP2 command syntax**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2560
+msgid ""
+"Every SIP2 command has a 2 digit numerical prefix which defines what the "
+"command is doing."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2562
+msgid ""
+"e.g. To get information about a patron you start your command with the "
+"prefix: 63. The response from the server also has a corresponding "
+"numerical prefix."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2564
+msgid ""
+"Below is an example of a SIP2 request message to request patron "
+"information (in this example a Koha patron account with the user name "
+"‘joe’, password ‘joes’, and card number ‘y76t5r43’ has been created in "
+"the Koha staff interface)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2566
+msgid ""
+"Additionally a library with the branchcode of ‘WEL’ has been created in "
+"the Koha staff interface and is also defined in the institution area of "
+"the SIPconfig.xml file):"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2568
+msgid "|image1123|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2570
+msgid "So the format of this SIP2 request message is:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2572
+msgid "|image1124|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2574
+msgid ""
+"The summary value is a 10 character value. If a Y is written in for the "
+"summary value then you will be able to get both a summary and more "
+"detailed informational output."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2576
+msgid ""
+"The value in the <YYYYMMDD>       <HHMMSS> is the current datetime, by "
+"leaving a 4 space gap between the YYYYMMDD and HHMMSS this indicates you "
+"want to use local time rather than UTC."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2578
+msgid ""
+"In this manual letter codes for the various fields are used where "
+"possible in describing the SIP2 message fields e.g. AO<institutionid>."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2580
+msgid ""
+"These letter codes can be written in the SIP2 commands into the Linux "
+"terminal, but make sure when substituting values in for the fields "
+"(values inside the <>) that you do not write in the <> brackets."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2583
+msgid "**SIP2 messages:**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2586
+msgid "**Block patron**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2588
+msgid "This uses the prefix 01 for request messages and 24 for response messages."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2590
+#: ../../source/17_miscellaneous.rst:2611
+#: ../../source/17_miscellaneous.rst:2642
+#: ../../source/17_miscellaneous.rst:2659
+#: ../../source/17_miscellaneous.rst:2673
+#: ../../source/17_miscellaneous.rst:2689
+#: ../../source/17_miscellaneous.rst:2707
+#: ../../source/17_miscellaneous.rst:2717
+#: ../../source/17_miscellaneous.rst:2748
+#: ../../source/17_miscellaneous.rst:2760
+#: ../../source/17_miscellaneous.rst:2781
+#: ../../source/17_miscellaneous.rst:2797
+#: ../../source/17_miscellaneous.rst:2813
+#: ../../source/17_miscellaneous.rst:2840
+msgid "Request message:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2592
+msgid "|image1125|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2595
+msgid ""
+"Card retained is a single character field of either ‘Y’ or ‘N’  which "
+"tells the ACS that a card has been retained by the self checkout machine."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2597
+#: ../../source/17_miscellaneous.rst:2621
+#: ../../source/17_miscellaneous.rst:2648
+#: ../../source/17_miscellaneous.rst:2667
+#: ../../source/17_miscellaneous.rst:2679
+#: ../../source/17_miscellaneous.rst:2693
+#: ../../source/17_miscellaneous.rst:2711
+#: ../../source/17_miscellaneous.rst:2729
+#: ../../source/17_miscellaneous.rst:2752
+#: ../../source/17_miscellaneous.rst:2770
+#: ../../source/17_miscellaneous.rst:2785
+#: ../../source/17_miscellaneous.rst:2801
+#: ../../source/17_miscellaneous.rst:2852
+msgid "Response message:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2599
+msgid "|image1126|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2601
+msgid ""
+"<patronstatus> is a 14 character long value. The value Y in the string "
+"means true. Each position in this string (starting at 0) has a single "
+"corresponding value (Y or N) in the string."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2603
+msgid ""
+"e.g. a Y at position 1 (the second value in the string) means that the "
+"patrons renewal privileges are denied."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2606
+msgid "**Check-in items**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2609
+msgid ""
+"This uses the request message (messages sent to the ACS) prefix of 09 and"
+" the response prefix of 10 (sent to the SC)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2613
+msgid "|image1127|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2615
+msgid ""
+"<no block (Offline)> is a single character field of either ‘Y’ or ‘N’ "
+"which indicates if the transaction is being performed offline. As offline"
+" transactions are not supported you need to write ‘N’ if you are testing "
+"this message out manually."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2617
+msgid ""
+"<transactiondate> this is a 18 character field with the date is the "
+"format: YYYYMMDDZZZZHHMMSS."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2619
+msgid ""
+"ZZZZ is the timezone, if you want to set it to local you need to leave 4 "
+"blank spaces, but if you want to set it to the UTC (Coordinated Universal"
+" Time) then you need to write in 3 blank spaces and a Z."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2623
+msgid "|image1128|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2625
+msgid ""
+"Alert type could have one of several values: 00 : Unknown 01: local hold "
+"02: remote hold 03: ILL Transfer 04: transfer 99: Other"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2633
+msgid ""
+"If an item is resensitized then the value of <resentitize> should be Y "
+"otherwise it should be N. Rensensitizing items is done to ensure that if "
+"someone tries to steal the item they are detected."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2635
+msgid "**Checkout items**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2637
+msgid ""
+"This uses the request message prefix of 11 and the response message "
+"prefix of 12. It has similar syntax to the check-in command, outlined "
+"above except the prefixes are different."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2640
+msgid ""
+"**Hold** – May not yet be supported on some systems. This has a request "
+"message numerical prefix of 15 and a response message prefix of 16."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2644
+msgid "|image1129|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2646
+msgid ""
+"<holdmode> is a single character value. + means add a hold, - means "
+"delete a hold and * means change a hold."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2650
+msgid "|image1130|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2652
+msgid ""
+"<ok> is a single length value which is either 0 (for hold is not "
+"permitted or was not successful) or 1 (for hold is permitted and was "
+"successful)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2654
+msgid ""
+"<available> is a single length value which is either Y or N. Y means the "
+"item is currently in the library, whilst N means the item is currently on"
+" loan/someone else has created a hold on the item."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2657
+msgid ""
+"**Item information: This uses the request command prefix of 17, and the "
+"response command prefix of 18**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2661
+msgid "|image1131|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2663
+msgid ""
+"See the check-in items command (described above) to find out what the "
+"<xact_date> value is."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2665
+msgid "The terminal password is optional."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2669
+msgid "|image1132|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2671
+msgid ""
+"**Item status update  This uses the request message prefix of 19 and the "
+"response message prefix of 20**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2675
+msgid "|image1133|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2677
+msgid ""
+"<itemproperties> is not a fixed length value, and you can optionally "
+"write in values such as item size and these values will be stored in the "
+"Koha database for the item."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2681
+msgid "|image1134|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2683
+msgid ""
+"<itempropertiesok> is a single length character value which is either 0 "
+"or 1. 1 identifies that the <itemproperties> value defined in the item "
+"status update request message was successfully stored in the Koha "
+"database."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2685
+msgid "**Patron status**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2687
+msgid ""
+"This uses the request message prefix 23 and the response message prefix "
+"of 24."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2691
+msgid "|image1135|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2695
+msgid "|image1136|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2697
+msgid ""
+"The value displayed for <patronvalidity> is Y (valid) and N (invalid) The"
+" value in the <YYYYMMDD>    < HHMMSS> is the current date/time."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2700
+msgid ""
+"The reason for the gap between the two values is to define that you want "
+"to use localtime rather than UTC."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2703
+msgid ""
+"**Patron enable - This is not yet supported. This uses the request "
+"message prefix of 25 and the response message prefix of 26**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2705
+msgid "This command undoes the block patron command."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2709
+msgid "|image1137|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2713
+msgid "|image1138|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2715
+msgid ""
+"**Renew This uses the request message prefix of 29 and the response "
+"message prefix of 30**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2719
+msgid "|image1139|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2721
+msgid ""
+"<thirdpartyallowed> is  a single character value which is either Y or N. "
+"If it is Y then third parties can renew items."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2723
+msgid ""
+"<noblock> is a single character value which is either Y or N. If it is Y "
+"then this means that the item was checkin/out when the ACS was offline."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2725
+msgid ""
+"<nbduedate> is the transaction date of checkin/checkout when the ACS was "
+"offline."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2727
+msgid ""
+"<feeacknowledged> is a single character value which is either Y or N. "
+"This indicates if the user accepts the fee associated with the item they "
+"are renewing."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2731
+msgid "|image1140|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2733
+msgid ""
+"<ok> is a single character value which is either 0 or 1. A value of 1 "
+"means the item was successfully renewed, 0 means item was not "
+"successfully renewed."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2735
+msgid ""
+"<renewalok> is a single character value which is either Y or N. The logic"
+" for the setting of the value of <renewalok> is Y is set when the item is"
+" already checkout by the user and so it should be desensitized thereby "
+"renewing it, whereas N is set if the item is not already checkout to the "
+"patron and so it should not be renewed."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2737
+msgid ""
+"In other words don’t let patrons renew books when they are not currently "
+"checked out to them."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2739
+msgid ""
+"<magneticmedia> is a single character value which is either Y (for yes), "
+"N ( for no), or U (for unknown)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2741
+msgid ""
+"<mediatype> is a three numerical character long value. For a list of the "
+"values go to: "
+"http://multimedia.3m.com/mws/media/355361O/sip2-protocol.pdf"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2744
+msgid "**End session**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2746
+msgid ""
+"This uses the request message prefix of 35 and the response message "
+"prefix of 36"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2750
+msgid "|image1141|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2754
+msgid "|image1142|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2756
+msgid "<success_or_failure> is either Y for success or N for failure."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2758
+msgid ""
+"**Fee Paid – May not be implemented yet. This uses a request message "
+"prefix of 37 and a response message prefix of 38**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2762
+msgid "|image1143|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2764
+msgid ""
+"<feetype> is a two numerical character value which is between 01 and 99. "
+"To see a list of fee type values go to "
+"http://multimedia.3m.com/mws/media/355361O/sip2-protocol.pdf"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2766
+msgid ""
+"<paymenttype> is a two character numerical value between 00 and 99. 00 is"
+" cash, 01 is Visa, and 02 is credit card."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2768
+msgid ""
+"<currencytype> is a 3 alphanumeric character long value identifying the "
+"currency the fee paid was in."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2772
+msgid "|image1144|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2774
+msgid ""
+"<paymentaccepted> is a single alphanumeric character long value which is "
+"either Y (payment has been accepted) or N (payment has not been "
+"accepted)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2777
+msgid "**Patron information**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2779
+msgid ""
+"This uses the request message prefix of 63 and the response message "
+"prefix of 64"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2783
+msgid "|image1145|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2787
+msgid "|image1146|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2789
+msgid "<valid patron> is Y for valid and N for not valid."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2791
+msgid ""
+"<hold "
+"itemcount><overdueitemcount><chargeditemscount><fienitemscount><recallitemscount><unavaliableholdscount>"
+" are all 4 numerical character long values."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2793
+msgid "**Renew all**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2795
+msgid ""
+"This uses the request message prefix of 65 and the  response message "
+"prefix of 66."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2799
+msgid "|image1147|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2803
+msgid "|image1148|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2805
+msgid ""
+"<renewedcount> is a 4 numerical character long value denoting the number "
+"of items that were renewed."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2807
+msgid ""
+"<unrenewedcount>, has the same format as the <renewedcount> but it "
+"denotes the number of items not renewed."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2809
+msgid "**Login**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2811
+msgid ""
+"This uses the request message prefix of 93, and the response message "
+"prefix of 94."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2815
+msgid "|image1149|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2817
+msgid ""
+"<UIDalgorithm> and <PWDalgorithm> are one character long values "
+"indicating the type of algorithm to use to encrypt the loginuserid and "
+"loginpassword respectively."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2819
+msgid "Writing in the value of 0 means these values will not be encrypted."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2821
+msgid ""
+"Response message: *941* is a successful login. *940* is an unsuccessful "
+"login *[connection closed by foreign host.]* is a unsuccessful login"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2827
+msgid "**Resend**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2829
+msgid "This requests the receiving device to resend its last message."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2831
+msgid "SC -> ACS resend request is *97*"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2833
+msgid "ACS -> SC resend request is *96*"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2836
+msgid "**Status of the ACS and SC**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2838
+msgid ""
+"This has the request message prefix of 99 and the response message prefix"
+" of 98."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2842
+msgid "|image1150|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2845
+msgid ""
+"The status code is one of 3 values. * 0: SC is ok * 1: SC is out of paper"
+" * 2: SC is shutting down max print width is a 3 character long value "
+"which is the integer number of characters the client can print Protocol "
+"version is a 4 character value in the format x.xx"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2854
+msgid "|image1151|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2856
+msgid ""
+"If you get the response message ‘96’ this means that the request message "
+"is not valid/understood."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2859
+msgid "**Troubleshooting SIP2**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2861
+msgid ""
+"Can’t connect to remote host when writing in the command telnet localhost"
+" <portnumber>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2863
+msgid "3 solutions for this issue to try are:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2865
+msgid ""
+"1. Check the portnumber your writing in the above command is the port "
+"number written in the SIPconfig.xml file at the location indicated by the"
+" number 1. i.e. in the below example because the portnumber is 6001 the "
+"correct command would be: telnet localhost 6001"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2869
+msgid ""
+"2. Check if any userid is written more than once in the SIPconfig.xml "
+"file. The userid (which is simply the username of the Koha user)  needs "
+"to be unique within the SIPconfig.xml file. If you have the same userid "
+"multiple times in your SIPconfig.xml file this will cause the connection "
+"to SIP2 to fail before you get a chance to authenticate."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2872
+msgid ""
+"3. Check the account defined in the SIPconfig.xml file also exists in the"
+" Koha database with the same username, password and has circulate "
+"permissions. If you have dropped and recreated the Koha database after "
+"creating the patron account in the Koha staff interface and the "
+"SIPconfig.xml file then that patron account will not exist in the Koha "
+"database and so you will need to recreate them in the Koha staff "
+"interface."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2878
+msgid "Further troubleshooting"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2879
+msgid ""
+"To access the SIP2 logs in your Koha home directory navigate to the "
+"following directory: /var/log/koha/<instancename>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2882
+msgid ""
+"Then view the output of the sip-error.log and the sip-output.log files "
+"which give more detailed information about the SIP2 error."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2884
+msgid "cat sip-error.log"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2885
+msgid "cat sip-output.log"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2888
+msgid "**Useful links on SIP2 commands:**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2890
+msgid "http://multimedia.3m.com/mws/media/355361O/sip2-protocol.pdf"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2895
+msgid "Integrating LDAP with Koha"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2896
+msgid ""
+"Setting up LDAP (Lightweight Directory Access Protocol) for Koha allows "
+"you to store all user information in a central database which is accessed"
+" both by your organisations Koha instance and for users to authenticate "
+"on other existing systems."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2898
+msgid ""
+"LDAP is a protocol used for file discovery over networks and network "
+"authentication."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2900
+msgid ""
+"LDAP configurations are powerful allowing you to customise how Koha and "
+"LDAP interact. LDAP  can be configured so that new accounts created in "
+"LDAP can be synced down into the Koha database, additionally updates to "
+"the LDAP user account are synced down to the Koha database."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2902
+msgid ""
+"However Koha cannot sync data up to the LDAP server, thus the data "
+"traffic when using LDAP is only one directional."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2904
+msgid ""
+"Auth_By_Bind is set to 1 where a Microsoft Windows Active Directory "
+"system is in use in the LDAP database."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2906
+msgid ""
+"**Before going through the steps to configure LDAP you will need the "
+"following information/actions from the organisation**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2909
+msgid ""
+"The organisation will need to open a port to allow access to their AD "
+"from the server."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2911
+msgid ""
+"Information on the access to the AD server (IP address/hostname, port, "
+"SSL info)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2913
+msgid ""
+"Information on the configuration of the AD server (relevant OUs, DCs, CN "
+"formats relative to usernames)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2915
+msgid "Mapping between AD fields and Koha fields, including defaults"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2917
+msgid ""
+"Default values for things not provided by AD (categorycode, branchcode "
+"for example)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2919
+msgid ""
+"To authenticate a user do we bind as them (seems to be common for AD) or "
+"do we use an account and login with that and then check? If the latter, "
+"we'll need details of how to log in"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2921
+msgid ""
+"Do the existing usernames in Koha match the usernames that we'll be using"
+" to look them up in AD? If so, good. If not, how will we deal with "
+"duplicate users?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2923
+msgid "**Steps to set up LDAP with your Koha instance**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2926
+msgid ""
+"1 In Linux terminal navigate to the directory containing the koha-"
+"conf.xml file which will either be in: * /etc/koha/sites/<instance-name>/"
+" OR *  /etc/koha/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2931
+msgid "2 Open the koha-conf.xml file with root permissions: sudo vi koha-conf.xml"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2934
+msgid ""
+"3 Scroll down to the line containing ‘<useldapserver>0</useldapserver>’ "
+"and change it to: <useldapserver>1</useldapserver>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2937
+msgid ""
+"4 Then in the next line below write in the LDAP configurations below: "
+"Note all fields highlighted in yellow need to be replaced with the "
+"appropriate values for your organisations LDAP server."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2939
+msgid "<ldapserver id=\"<ldapserverid>\">"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2941
+msgid "<hostname><hostname></hostname>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2943
+msgid "<base>dc=<domaincontroller>,dc=<domaincontroller></base>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2945
+msgid ""
+"<user>cn=<nameofuser>, dc=<domaincontroller>,dc=<domaincontroller></user>"
+" <!--This is the username of user account with permissions to query the "
+"LDAP server -->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2947
+msgid ""
+"<pass><password></pass> <!-- This is password of the user account with "
+"permissions  to query the LDAP server-->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2949
+msgid ""
+"<replicate><either0or1></replicate> <!-- add new users from LDAP to Koha "
+"database -->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2951
+msgid ""
+"<update><either0or1></update> <!-- update existing users in Koha database"
+" -->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2953
+msgid ""
+"<auth_by_bind><either0or1></auth_by_bind> <!-- set to 1 to authenticate "
+"by binding instead of password comparison, e.g., to use Active Directory "
+"-->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2955
+msgid ""
+"<principal_name><principalname></principal_name> <!-- optional, for     "
+"auth_by_bind: a printf format to make userPrincipalName from koha userid"
+"        -->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2957
+msgid ""
+"<mapping> <!-- match koha SQL field names to your LDAP record field "
+"names-->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2959
+msgid "<firstname is=\"givenname\"></firstname>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2961
+msgid "<surname is=\"sn\"></surname>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2963
+msgid "<address is=\"postaladdress\"></address>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2965
+msgid ""
+"<city is=\"l\">Athens, OH</city>    <!-- Athens,OH is the default value "
+"for city of all users logging into Koha -->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2968
+msgid "<zipcode is=\"postalcode\"></zipcode>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2970
+msgid "<branchcode is=\"branch\">Central</branchcode>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2972
+msgid "<userid is=\"uid\"></userid>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2974
+msgid "<password is=\"userpassword\"></password>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2976
+msgid "<email is=\"mail\"></email>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2978
+msgid "<categorycode is=\"employeetype\">EM</categorycode>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2980
+msgid "<phone is=\"telephonenumber\"></phone>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2982
+#: ../../source/17_miscellaneous.rst:3051
+msgid "</mapping>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2984
+#: ../../source/17_miscellaneous.rst:3053
+msgid "</ldapserver>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2986
+msgid "5 Save and exit the koha-conf.xml file"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2988
+msgid "6 Check the LDAP connection works by writing in:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2990
+msgid "ldapsearch -H ldaps://host.name  -s base -x  -w \"\" -d 1"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2993
+msgid ""
+"Note about hostname Hostname can either be a alphanumerical name or it "
+"can be the LDAP server IP address (its optional to write port number). By"
+" default the ldaps default port number is 636, whilst ldap default port "
+"number is 389"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:2997
+msgid ""
+"Note about the replicate and update fields The replicate  LDAP config "
+"field for LDAP in the koha-conf.xml file allow the Koha database to be "
+"added to with a new borrower account whenever a user logs into Koha "
+"(either the staff client or OPAC) with their LDAP username and password "
+"(assuming the same username and password does not already exist in the "
+"Koha database)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3000
+msgid ""
+"Whereas the update LDAP config field (in the same file allows) allows for"
+" user information in the LDAP database to be synced down to the Koha "
+"database. e.g. if someone gets married and their surname changes then the"
+" new surname only needs to       be updated in the existing LDAP database"
+" and that will be synced down to the Koha       database automatically if"
+" the update configuration is set to 1."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3004
+msgid ""
+"About the mapping fields (the fields highlighted green) <city "
+"is=\"l\">Athens, OH</city>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3007
+msgid ""
+"The left hand column name (highlighted yellow) is the name of the column "
+"in the LDAP database."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3009
+msgid ""
+"The column name inside quote marks (highlighted pink) is the name of the "
+"column in the Koha database. NOTE: This can be filled with any value if "
+"there is no equivalent column name in the Koha database as exists in the "
+"LDAP database."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3011
+msgid ""
+"The value highlighted cyan is the default value for the specified Koha "
+"and LDAP columns. So in the above example all user records in the Koha "
+"and LDAP databases  will by default have the city value of ‘Athens, OH’."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3013
+msgid "Example of the LDAP configurations:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3015
+msgid ""
+"<useldapserver>1</useldapserver><!-- see C4::Auth_with_ldap for extra "
+"configs you must add if you want to turn this on -->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3017
+msgid "<ldapserver id=\"ldapserver\" listenref=\"ldapserver\">"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3019
+msgid "<hostname>ldaps://example.co.au</hostname>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3021
+msgid "<base>ou=employees,dc=companya,dc=com,dc=au</base>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3023
+msgid "<user></user> <!-- DN, if not anonymous -->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3025
+msgid "<pass></pass> <!-- password, if not anonymous -->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3027
+msgid "<auth_by_bind>1</auth_by_bind>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3029
+msgid "<replicate>1</replicate> <!-- add new users from LDAP to Koha database -->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3031
+msgid "<update>0</update> <!-- update existing users in Koha database -->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3033
+msgid "<principal_name>ou=employees,dc=companya,dc=com,dc=au</principal_name>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3035
+msgid "<mapping>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3037
+msgid "<userid       is=\"uid\"            ></userid>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3039
+msgid "<cardnumber   is=\"uid\"            ></cardnumber>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3041
+msgid "<email        is=\"mail\"           ></email>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3043
+msgid "<surname      is=\"sn\"             ></surname>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3045
+msgid "<firstname    is=\"givenname\"      ></firstname>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3047
+msgid "<categorycode is=\"1\">EM</categorycode>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3049
+msgid "<branchcode   is=\"1\">SYD</branchcode>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3057
+msgid ""
+"The values in the mapping area are not always the same, and it depends on"
+" what is in your organisations LDAP database. For example some "
+"organisations do not use <userid> instead each user is only identified by"
+" the <email> field and so no <userid> is written."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3061
+msgid "**Troubleshooting LDAP**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3063
+msgid "The log that LDAP errors are printed to depends on several factors:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3065
+msgid ""
+"If plack is not disabled then LDAP errors are displayed in the plack-"
+"error.log file If plack is disabled then the location that LDAP errors "
+"are printed to is either the opac-error.log file (if the user is logging "
+"into the OPAC) or the intranet-error.log file (if the user is logging "
+"into the staff client) All of these three log files are accessible in the"
+" following directory:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3069
+msgid "/var/log/koha/<instance>/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3072
+msgid "OCLC Connexion Gateway"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3074
+msgid ""
+"Koha can be set to work with the OCLC Connextion Gateway. This allows "
+"libraries to use OCLC Connexion as their cataloging tool and simply send "
+"those records to Koha with a single click. The following instructions "
+"will help you set up the OCLC Connexion Gateway, if you have a system "
+"administrator you will want to consult with them on this process."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3083
+msgid "Setting up OCLC service on Koha"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3085
+msgid ""
+"First, you'll need to create a file somewhere on your system with "
+"configuration information.  You could put this anywhere that is visible "
+"to the account that will be running the service."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3089
+msgid "The file contains 11 lines. The first 6 will be about your Koha system:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3100
+msgid "The remaining lines describe how to do the staging:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3110
+msgid "A sample file would look like this:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3126
+msgid ""
+"When choosing an 'import\\_mode' if you use \"direct\" then the staged "
+"record will be immediately imported into Koha, and should be searchable "
+"after your indexes catch up.  If you choose \"stage\", then the record "
+"will be placed in a staged batch for you to later go the :ref:`Manage "
+"Staged MARC Records <staged-marc-record-management-label>` tool to finish"
+" the import."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3132
+msgid ""
+"If you import multiple records, they'll be in the same batch, until that "
+"batch is imported, then a new batch will be created."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3135
+msgid "In \"direct\" mode, each record will be in its' own batch."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3137
+msgid "To start the service, run the script:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3146
+msgid "Setting up your OCLC desktop client"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3150
+msgid "Screenshots are OCLC Connexion Client v.2.50, Koha v.3.12"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3152
+msgid ""
+"To set up the OCLC Connexion desktop client to connect to Koha, go to "
+"Tools > Options, then choose the Export tab."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3155
+msgid "|image1317|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3157
+msgid ""
+"Click the \"Create...\" button to set up a new destination, then choose "
+"\"OCLC Gateway Export\" and click OK."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3160
+msgid "Enter the following information:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3162
+msgid ""
+"\"Host Name:\" Your catalog’s appropriate IP address (from your "
+":ref:`config file above <setting-up-oclc-service-on-koha-label>`)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3165
+msgid ""
+"\"Port:\" Your catalog's appropriate port number (from your :ref:`config "
+"file above <setting-up-oclc-service-on-koha-label>`)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3168
+msgid "\"Login ID:\" The cataloger's Koha login"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3170
+msgid "\"Password:\" The cataloger's Koha password"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3172
+msgid "\"Notify Host Before Disconnect\" = checked,"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3174
+msgid "\"Timeout\" = 100, \"Retries\" = 3, \"Delay\" = 0 (zero),"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3176
+msgid "\"Send Local System Logon ID Password\" = checked."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3178
+msgid "|image1111|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3180
+msgid ""
+"Select \"OK\" when finished, and you should see your new \"Gateway "
+"Export\" option listed (The catalog's IP address and port are blacked out"
+" in the following screenshot)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3184
+msgid "Gateway Export Added"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3186
+msgid ""
+"Click on \"Record Characteristics\" and make sure that the bibliographic "
+"records are using MARC21, UTF-8 Unicode, and click OK to save."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3190
+msgid "Record Characteristics"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3192
+msgid ""
+"You should be ready to go!  To export a record from OCLC Connexion Client"
+" to Koha, just press F5 while the record is on-screen.  The export dialog"
+" will pop up, and you'll see Connexion attempting to talk to Koha.  You "
+"should get a message that the record was added or overlaid, including its"
+" biblio number, and a URL that you can copy into your web browser to jump"
+" straight to the record."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3202
+msgid "Using the OCLC Connexion Gateway"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3204
+msgid "Records can be exported from Connexion either in a batch or one by one."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3209
+msgid "Exporting records one by one"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3211
+msgid ""
+"To export bibliographic records one by one, be sure your \"Batch\" "
+"options are correct: from the \"Tools\" menu, select \"Options\", and "
+"select the \"Batch\" tab. In the \"Perform local actions in batch\" area,"
+" \"Bibliographic Record Export\" should be unchecked"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3216
+msgid "|image1318|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3218
+msgid ""
+"When ready to export, from the \"Action\" menu, select \"Export\" or use "
+"the F5 key. You will see a screen similar to the following if the import "
+"is successful and if the record is new to the Catalog; you may copy & "
+"paste the resulting URL into your Koha catalog to see the new record."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3223
+#: ../../source/17_miscellaneous.rst:3228
+msgid "|image1319|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3225
+msgid ""
+"If the record was overlaid, you will see a message to that effect in the "
+"\"OCLC Gateway Export Status\" window"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3233
+msgid "Exporting records in a batch"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3235
+msgid ""
+"To export bibliographic records in a batch, be sure your \"Batch\" "
+"options are correct: from the \"Tools\" menu, select \"Options\", and "
+"select the \"Batch\" tab. In the \"Perform local actions in batch\" area,"
+" \"Bibliographic Record Export\" should be checkedOCLC"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3240
+msgid "|image1320|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3242
+msgid ""
+"When a record is ready to export, from the \"Action\" menu, select "
+"\"Export\" or use the F5 key, and it’s export status will be \"ready.\""
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3245
+msgid ""
+"When ready to export the batch, from the \"Batch\" menu, select \"Process"
+" batch\" and check the appropriate \"Path\" and \"Export\" boxes"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3248
+msgid "|image1321|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3250
+msgid ""
+"The export will begin, and the bib records will be exported & imported "
+"into Koha one by one; you will see \"OCLC Gateway Export Status\" "
+"windows, as above, showing you the results of each export. That window "
+"will stay there until you select \"Close,\" and then the next record’s "
+"export/import will begin. The process will continue until all records in "
+"the batch are completed. Then you may or may not see the Connexion Client"
+" export report (depending on your Client options for that)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3261
+msgid "Items in OCLC"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3263
+msgid ""
+"If you'd like to create your item records in OCLC you can do so by "
+"addding a 952 for each item to the bib record you're cataloging. The "
+":ref:`Item/Holdings Cataloging Guide <item/holdings-record-cataloging-"
+"guide-label>` will break down what subfields you can use in the 952, but "
+"at the minimum you want to have subfield 2, a, b, and y on your items."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3269
+msgid ""
+"952 "
+"\\\\\\\\$2CLASSIFICATION$aHOMEBRANCHCODE$bHOLDINGBRANCHCODE$yITEMTYPECODE"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3272
+msgid ""
+"The subfield 2 holds the classification code. This can be ddc for Dewey "
+"or lcc for Library of Congress or z for Custom. Other classification "
+"sources can be found in the :ref:`Classification Sources <classification-"
+"sources-label>` area in administration"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3277
+msgid ""
+"Subfield a is your home library and needs to be the code for your home "
+"library, not the library name. You can find these codes in the "
+":ref:`Libraries & Groups` administration area."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3281
+msgid ""
+"Subfield b is your holding library and needs to be the code for your "
+"holding library, not the library name. You can find these codes in the "
+":ref:`Libraries & Groups` administration area."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3285
+msgid ""
+"Subfield y is your item type code. It needs to be the code, not the item "
+"type name. You can find these codes in the :ref:`Item Types <item-types-"
+"label>` administration area."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3289
+msgid "952 \\\\\\\\$2ddc$aMAIN$bMAIN$yBOOK"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3291
+msgid ""
+"In addition to these required fields you can enter any other subfield "
+"you'd like. Most libraries will enter a call number in subfield o and a "
+"barcode in subfield p as well. Review the :ref:`Item/Holdings Cataloging "
+"Guide <item/holdings-record-cataloging-guide-label>` for a full list of "
+"subfields and values."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3297
+msgid "FAQs"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3302
+msgid "Display"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3307
+msgid "Custom Item Type/Authorized Value Icons"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3309
+msgid ""
+"**Question:** Can I have my own set of item type images (or authorized "
+"value icons)?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3312
+msgid ""
+"**Answer:**\\ Absolutely. To add additional icons to your system you "
+"simply add a new directory to koha-tmpl/intranet-"
+"tmpl/prog/img/itemtypeimg/ and to koha-tmpl/opac-tmpl/prog/itemtypeimg "
+"and put your icons in the new directory. Your icons will show up in a new"
+" tab as soon as they are in the folders."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3321
+msgid "Remember to put the icons in both places (on the OPAC and the intranet)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3327
+msgid "Customizing Koha Images"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3329
+msgid "**Question**: Can I customize the images in the OPAC?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3331
+msgid ""
+"**Answer**: Absolutely. Koha comes with a series of original images that "
+"you can alter to meet your needs. The originals can be found in the "
+"misc/interface\\_customization/ directory."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3338
+msgid "OPAC Display Fields"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3340
+msgid ""
+"**Question**: What MARC fields print to the different OPAC screens in "
+"Koha?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3343
+msgid ""
+"**Answer**: The XSLT preference must be set as follows for the following "
+"fields to show"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3346
+msgid ":ref:`OPACXSLTResultsDisplay` = using XSLT stylesheets"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3349
+msgid ":ref:`OPACXSLTDetailsDisplay` = using XSLT stylesheets"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3352
+msgid ":ref:`DisplayOPACiconsXSLT` = show"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3354
+msgid "The OPAC Results page shows:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3356
+#: ../../source/17_miscellaneous.rst:3372
+msgid "245"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3358
+#: ../../source/17_miscellaneous.rst:3374
+msgid "100, 110, 111"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3360
+#: ../../source/17_miscellaneous.rst:3376
+msgid "700, 710, 711"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3362
+#: ../../source/17_miscellaneous.rst:3382
+msgid "250"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3364
+#: ../../source/17_miscellaneous.rst:3380
+msgid "260"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3366
+#: ../../source/17_miscellaneous.rst:3390
+msgid "246"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3368
+#: ../../source/17_miscellaneous.rst:3396
+msgid "856"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3370
+msgid "The OPAC Details page shows:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3378
+msgid "440, 490"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3384
+msgid "300"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3386
+msgid "020"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3388
+msgid "022"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3392
+msgid "130, 240"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3394
+msgid "6xx"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3398
+msgid "505"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3400
+msgid "773"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3402
+msgid "520"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3404
+msgid "866"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3406
+msgid "775"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3408
+msgid "780"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3410
+msgid "785"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3412
+msgid "plus all of the 5xx fields in the Notes tab at the bottom"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3417
+msgid "Subtitle Display on Bib Records"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3419
+msgid ""
+"**Question**: How do I get the subtitle to display on the detail pages "
+"for my bib records?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3422
+msgid ""
+"**Answer**: Subtitle display now depends on there being a :ref:`keyword "
+"mapping <keywords-to-marc-mapping-label>` for the MARC field in question."
+" Adding a mapping for \"subtitle\" -> \"245b\" for an item's framework "
+"results in display of the subtitle in OPAC and staff client search and "
+"detail pages (although not in all instances where subtitles might be "
+"displayed, e.g. the Cart)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3432
+msgid "Show patrons the barcodes of items they have checked out"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3434
+msgid ""
+"**Question**: Can patrons see the barcodes for the items they have "
+"checked out."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3437
+msgid ""
+"**Answer**: Not by default, but with a few edits to the patron record you"
+" can make a barcode column appear on the patron's check out summary in "
+"the OPAC. You can set up a :ref:`patron attribute <patron-attribute-"
+"types-label>` with the value of SHOW\\_BCODE and :ref:`authorized value "
+"<authorized-values-label>` of YES\\_NO to make this happen."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3443
+msgid "|image1112|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3445
+msgid ""
+"Then on the :ref:`patron's record set the value <editing-patrons-label>` "
+"for SHOW\\_BCODE to yes."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3448
+msgid "|image1113|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3450
+msgid ""
+"This will add a column to the check out summary in the OPAC that shows "
+"the patrons the barcodes of the items they have checked out."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3453
+msgid "|image1114|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3455
+msgid "Clicking on the 'Overdue' tab will show only the items that are overdue."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3460
+msgid "Circulation/Notices"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3465
+msgid "Book drop Date"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3467
+msgid ""
+"**Question**: How is the book drop date is determined? Is it the last "
+"open date for the checkout branch? Is it today's date minus one? Can the "
+"book drop checkin date be set?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3471
+msgid ""
+"**Answer**: If the library is closed for four days for renovations, for "
+"example, there would be more than one day needed for the book drop date. "
+"You will only have one book drop date and that will be the last day that "
+"the library open (determined by the holiday calendar) because there is no"
+" real way to know what day the books were dropped into the box during the"
+" 4 closed days. The only way to change the effective checkin date in book"
+" drop mode is to modify the calendar."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3482
+msgid "Holds to Pull and Holds Queue"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3484
+msgid ""
+"**Question**: What is the difference between the :ref:`Holds Queue "
+"<holds-queue-label>` and :ref:`Holds to Pull <holds-to-pull-label>`?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3487
+msgid ""
+"**Answer**: The holds to pull report gives a simple list of what holds "
+"need to be filled with available items. It should only be used in Koha "
+"installations where there is only one library."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3491
+msgid ""
+"The holds queue tries to do the same thing, but in a 'smarter' way. This "
+"allows it to split up the list by library, consult the :ref:`transport "
+"cost matrix <transport-cost-matrix-label>` and refresh regularly to "
+"provide different pull lists to each library."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3499
+msgid "Duplicate Overdue Notices"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3501
+msgid "**Question**: Why are patrons getting two overdue notices?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3503
+msgid ""
+"**Answer**: This tool takes all branches in the overdue rules and sent "
+"notifications to them. So, if you have a default rule & a branch rule, "
+"the notification will be generated twice. A quick fix is to discard "
+"\"default rule\" for instance."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3511
+msgid "Printing Overdue Notices"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3513
+msgid ""
+"**Question**: Can I print overdue notices for patrons without email "
+"addresses on file?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3516
+msgid ""
+"**Answer**: Yes. The :ref:`overdue notice cron job <overdue-notice-"
+"label>` has a setting to generate the overdue notices as HTML for "
+"printing. An example of this usage would be:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3524
+msgid ""
+"In this example, we wanted to use only certain item fields in our "
+"notices, so we specified itemscontent fields in the cron entry; that's "
+"not a requirement for the feature."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3528
+msgid ""
+"The command line needs to specify a web-accessible directory where the "
+"print notices will go -- they get a filename like notices-2009-11-24.html"
+" (or holdnotices-2009-11-24.html). The overdue notice itself can be "
+"formatted to fit a Z-mailer. Within the notice file, the text is spaced "
+"down or over to where it will print properly on the form. The script has "
+"code that wraps around the notice file to tell the HTML to obey the "
+"formatting, and to do a page break between notices. That's so that when "
+"staff print it out, they get one per page. We had to add an extra syspref"
+" (:ref:`PrintNoticesMaxLines`) to specify page length because our client "
+"allows a \\_lot\\_ of checkouts which meant some notices were running "
+"onto multiple pages. That syspref says to truncate the print notice at "
+"that page length and put in a message about go check your OPAC account "
+"for the full list."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3542
+msgid ""
+"The print and email overdues use the same notice file. The print notices "
+"for holds are different -- there's a separate HOLD\\_PRINT notice file "
+"and the system uses it if there's no email address. Then a nightly cron "
+"job runs to gather those up from the message queue and put them in an "
+"HTML file in the notice directory, as above."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3548
+msgid "The cron entry is gather\\_print\\_notices.pl /tmp/noticedir"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3553
+msgid "Unable to Renew Items"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3555
+msgid ""
+"**Question**: We're trying to renew some items for our patron. One of the"
+" items is on hold and ineligible for renewal, but the other two items "
+"refuse to renew even though they should be eligible. When I try to use "
+"the override renewal limit, it just returns a little message that says "
+"\"renewal failed\". Any idea what's going on here?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3561
+msgid ""
+"**Answer**: At the very least you will need to set an absolute "
+":ref:`default circulation rule <circulation-and-fine-rules-label>`. This "
+"rule should be set for the default itemtype, default branchcode and "
+"default patron category. That will catch anyone who doesn't match a "
+"specific rule. Patrons who do not match a specific rule will get blocked "
+"from placing holds or renewing items, since there was no baseline number "
+"of holds or renewals to utilize."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3572
+msgid "Unable to Place Holds"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3574
+msgid ""
+"**Question**: Why can't I place holds when I have all of the preferences "
+"turned on."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3577
+msgid ""
+"**Answer**: You probably need to set a default circulation rule. At the "
+"very least you will need to set an default circulation rule. This rule "
+"should be set for all item types, all branches and all patron categories."
+" That will catch all instances that do not match a specific rule. When "
+"checking out if you do not have a rule for the default branch, default "
+"item and default patron category then you may see patrons getting blocked"
+" from placing holds."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3588
+msgid "Keyboard Shortcuts"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3590
+msgid ""
+"**Question**: Do I have to use my mouse to access the checkout, checkin "
+"and cataloging tabs at the top of the circulation pages?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3593
+msgid ""
+"**Answer**: You can jump between the tabs on the quick search box at the "
+"top of the screen by using the following hot keys (if the tab is "
+"available):"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3597
+msgid "jump to the catalog search with Alt+Q"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3599
+msgid "jump to the checkout with Alt+U"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3601
+msgid "this will not work for Mac user"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3603
+msgid "jump to the checkin with Alt+R"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3607
+msgid "Mac users use the OPTION button in place of ALT"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3612
+msgid "SMS Notices/Messages"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3614
+msgid "**Question**: I want Koha to send notices via SMS, what do I need to do?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3616
+msgid ""
+"**Answer**: First you need to choose a SMS service to use with Koha. "
+"There is a list available here: "
+"http://search.cpan.org/search?query=sms%3A%3Asend&mode=all Not all SMS "
+"services available to libraries have Perl drivers, so be sure to check "
+"this list to see if the provider you're considering is listed. If not you"
+" want to ask your provider if they have a Perl module, if not you should "
+"consider another service. Some common options in the US (that have Perl "
+"drivers) are:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3625
+msgid "AQL (`www.aql.com <http://www.aql.com>`__)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3627
+msgid "Wadja (`wadja.com <http://wadja.com>`__)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3629
+msgid "Ipipi (`ipipi.com <http://ipipi.com>`__)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3631
+msgid "T-mobile"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3633
+msgid "SMSDiscount (`smsdiscount.com <http://smsdiscount.com>`__)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3635
+msgid "Clickatell"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3637
+msgid "**Question**: What about in India?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3639
+msgid ""
+"**Answer**: India does not yet have too many options here. This is partly"
+" due to the Telecom regulatory authority's (TRAI) stipulations about "
+"transactional SMSes and limits on the number of SMSes that may be sent / "
+"received per users per day. India specific drivers include:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3644
+msgid "Unicel Technologies Pvt Ltd (`unicel.in <http://unicel.in>`__)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3649
+msgid "Cataloging"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3654
+msgid "Authority Fields"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3656
+msgid ""
+"**Question:**\\ Why can't I edit 1xx, 6xx, or 7xx fields in my catalog "
+"record?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3659
+msgid ""
+"**Answer:** These fields are authority controlled and you probably have "
+"the :ref:`BiblioAddsAuthorities` set to \"Don't allow\". When it is set "
+"to \"Don't allow\" these fields will be locked and require you to search "
+"for an existing authority record to populate the field with. To allow "
+"typing in these authority fields set :ref:`BiblioAddsAuthorities` to "
+"'Allow'."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3668
+msgid "Fields affected by this preference will show a lock symbol in them"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3670
+msgid "|image1115|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3675
+msgid "Koha to MARC Mapping"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3677
+msgid ""
+"**Question**: What's the relationship between 'Koha to MARC Mapping' and "
+"'MARC Bibliographic Frameworks'?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3680
+msgid ""
+"**Answer**: Mapping can be defined through 'MARC Bibliographic "
+"Frameworks' OR 'Koha to MARC Mapping'. 'Koha to MARC Mapping' is just a "
+"shortcut to speed up linkage. If you change a mapping in one of these "
+"modules, the mapping will change in the other as well. (In other words, "
+"the two modules 'overwrite' each other in order to prevent conflicts from"
+" existing in Koha)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3690
+msgid "Number of Items Per Bib Record"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3692
+msgid ""
+"**Question**: Is there a limit on the number of items I can attach to a "
+"bib record?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3695
+msgid ""
+"**Answer**: There is no explicit limit to the number of items you can "
+"attach to a bibliographic record, but if you attach enough of them, your "
+"MARC record will exceed the maximum file size limit for the ISO 2709 "
+"standard, which breaks indexing for that record. I've found this occurs "
+"somewhere between 600 and 1000 items on a 'normal' bibliographic record."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3704
+msgid "Analytics"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3706
+msgid ""
+"**Question**: I am using the :ref:`EasyAnalyticalRecords` feature, but my"
+" links in the OPAC and Staff Client to 'Show Analytics' are not working."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3710
+msgid ""
+"**Answer**: If you plan on using :ref:`EasyAnalyticalRecords` you will "
+"want to make sure to set your :ref:`UseControlNumber` preference to "
+"\"Don't use,\" this will prevent broken links."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3718
+msgid "Acquisitions"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3723
+msgid "Planning Categories"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3725
+msgid "**Question**: What is a planning category?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3727
+msgid ""
+"**Answer**: When you plan in advance for the way your budget is going to "
+"be spent, you initially plan for how it's going to be spent over time, "
+"that's the most natural thing to do."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3731
+msgid ""
+"So you plan for $1000 in Jan. $1000 in Feb., $3000 in March, etc. You can"
+" basically do the same thing with a list of values in lieu of the months."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3735
+msgid "Say you have a list like this one:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3737
+msgid "< 1 month"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3739
+msgid "< 6 months"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3741
+msgid "< 1 year"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3743
+msgid "< 3 years"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3745
+msgid "< 10 years"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3747
+msgid "> 10 years"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3749
+#, python-format
+msgid ""
+"The list is meant to represent when the books acquired where published. "
+"Then you plan for it, saying: we went to spend at list 40% of our budgets"
+" on books published less than a year ago, 10% on books more than 10 years"
+" old, etc."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3754
+msgid ""
+"Upon acquiring new material, you'll be able to select, for a given item, "
+"a value from this list in a drop down. Then, after the material has been "
+"acquired, at the end of the year, you'll be able to compare the goals "
+"set, with what's been achieved."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3762
+msgid "Serials"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3767
+msgid "Advanced Patterns"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3769
+msgid ""
+"**Question**: What is the 'inner counter' on the advanced serials pattern"
+" interface?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3772
+msgid "**Answer**: I think it is better to give an example to understand this :"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3774
+msgid "Example for a monthly subscription :"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3776
+msgid "First issue publication date : April 2010"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3778
+msgid "Numbering : No {X}, year {Y}"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3780
+msgid "First issue : No 4, year 2010"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3782
+msgid "For the year Y : you will want the year change on January 2011"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3784
+msgid "So, the advanced pattern for Y will be :"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3786
+msgid "Add : 1"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3788
+msgid "once every : 12"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3790
+msgid "When more than 9999999"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3792
+msgid "inner counter : 3"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3794
+msgid "Set back to 0"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3796
+msgid "Begins with 2010"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3798
+msgid ""
+"Year is going to change after 12 received issues from April 2010, that is"
+" in April 2011 if you don't set inner counter. Set inner counter to 3 "
+"will say to Koha : change year after 12-3 = 9 received issues."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3802
+msgid ""
+"Inner counter says to Koha to take into account the first issues of the "
+"year, even if they are not received with Koha. If you begin with first "
+"issue of the year write nothing or 0."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3809
+msgid "Reports"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3814
+msgid "Define Codes Stored in DB"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3819
+msgid "Fines Table"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3821
+msgid ""
+"**Question:** What do the codes in the accounttype field in the "
+"accountlines table stand for?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3824
+#: ../../source/17_miscellaneous.rst:3856
+msgid "**Answer:**"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3826
+msgid "A = Account management fee"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3828
+msgid "C = Credit"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3830
+msgid "F = Overdue fine"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3832
+msgid "FOR = Forgiven"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3834
+msgid "FU = Overdue, still acccruing"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3836
+msgid "L = Lost item"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3838
+msgid "LR = Lost item returned/refunded"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3840
+msgid "M = Sundry"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3842
+msgid "N = New card"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3844
+msgid "PAY = Payment"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3846
+msgid "W = Writeoff"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3851
+msgid "Statistics Table"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3853
+msgid ""
+"**Question:**\\ What are the possible codes for the type field in the "
+"statistics table?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3858
+msgid "localuse"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3860
+msgid ""
+"Registers if an item that had been checked out to a statistics patron "
+"(category type = 'X') is returned"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3863
+msgid "issue"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3865
+msgid "return"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3867
+msgid "renew"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3869
+msgid "writeoff"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3871
+msgid "payment"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3873
+msgid "CreditXXX"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3875
+msgid ""
+"The XXX stores different types of fee credits, so a query to catch them "
+"all would include a clause like \"type LIKE 'Credit%'\""
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3881
+msgid "Reserves Table"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3883
+msgid ""
+"**Question**: What are the possible codes for the found field in the "
+"reserves and old\\_reserves tables?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3886
+#: ../../source/17_miscellaneous.rst:3907
+#: ../../source/17_miscellaneous.rst:3927
+#: ../../source/17_miscellaneous.rst:3941
+#: ../../source/17_miscellaneous.rst:3975
+#: ../../source/17_miscellaneous.rst:3991
+msgid "**Answer**:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3888
+msgid ""
+"NULL: means the patron requested the 1st available, and we haven't chosen"
+" the item"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3891
+msgid ""
+"T = Transit: the reserve is linked to an item but is in transit to the "
+"pickup branch"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3894
+msgid ""
+"W = Waiting: the reserve is linked to an item, is at the pickup branch, "
+"and is waiting on the hold shelf"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3897
+msgid "F = Finished: the reserve has been completed, and is done"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3902
+msgid "Reports Dictionary Table"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3904
+msgid ""
+"**Question**: What are the possible codes for the area field in the "
+"reports\\_dictionary table?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3909
+msgid "1 = Circulation"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3911
+msgid "2 = Catalog"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3913
+msgid "3 = Patrons"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3915
+msgid "4 = Acquisitions"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3917
+msgid "5 = Accounts"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3922
+msgid "Messages Table"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3924
+msgid ""
+"**Question**: What are the possible codes for the message\\_type field in"
+" the messages table?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3929
+msgid "L = For Librarians"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3931
+msgid "B = For Patrons/Borrowers"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3936
+msgid "Serial Table"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3938
+msgid ""
+"**Question**: What are the possible codes for the status field in the "
+"serial table?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3943
+msgid "1 = Expected"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3945
+msgid "2 = Arrived"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3947
+msgid "3 = Late"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3949
+msgid "4 = Missing"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3951
+msgid "5 = Not available"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3953
+msgid "6 = Delete"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3955
+msgid "7 = Claimed"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3957
+msgid "8 = Stopped"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3959
+msgid "41 = Missing (not received)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3961
+msgid "42 = Missing (sold out)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3963
+msgid "43 = Missing (damaged)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3965
+msgid "44 = Missing (lost)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3970
+msgid "Borrowers Table"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3972
+msgid ""
+"**Question**: What are the possible codes for the privacy field in the "
+"borrowers table?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3977
+msgid "0 = Forever"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3979
+msgid "1 = Default"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3981
+msgid "2 = Never"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3986
+msgid "Messaging Preferences"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3988
+msgid ""
+"**Question**: What are the possible codes in the message\\_attribute\\_id"
+" field in the borrower\\_message\\_preferences table?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3993
+msgid "2 = advanced notice"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3995
+msgid "6 = item checkout"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3997
+msgid "4 = hold filled"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:3999
+msgid "1 = item due"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4001
+msgid "5 = item check in"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4006
+msgid "Runtime Parameters"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4008
+msgid ""
+"**Question**: Is there a way to filter my custom SQL reports before they "
+"run?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4011
+msgid ""
+"**Answer**: If you feel that your report might be too resource intensive "
+"you might want to consider using runtime parameters to your query. "
+"Runtime parameters basically make a filter appear before the report is "
+"run to save your system resources."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4016
+msgid ""
+"There is a specific syntax that Koha will understand as 'ask for values "
+"when running the report'. The syntax is <<Question to "
+"ask\\|authorized\\_value>>."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4020
+msgid ""
+"The << and >> are just delimiters. You must put << at the beginning and "
+">> at the end of your parameter"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4023
+msgid ""
+"The 'Question to ask' will be displayed on the left of the string to "
+"enter."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4026
+msgid ""
+"The authorized\\_value can be omitted if not applicable. If it contains "
+"an authorized value category, or branches or itemtype or categorycode or "
+"biblio\\_framework, a list with the Koha authorized values will be "
+"displayed instead of a free field Note that you can have more than one "
+"parameter in a given SQL Note that entering nothing at run time won't "
+"probably work as you expect. It will be considered as \"value empty\" not"
+" as \"ignore this parameter\". For example entering nothing for : "
+"\"title=<<Enter title>>\" will display results with title='' (no title). "
+"If you want to have to have something not mandatory, use \"title like "
+"<<Enter title>>\" and enter a % at run time instead of nothing"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4038
+msgid "Examples:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4040
+#, python-format
+msgid ""
+"SELECT surname,firstname FROM borrowers WHERE branchcode=<<Enter patrons "
+"library\\|branches>> AND surname like <<Enter filter for patron surname "
+"(% if none)>>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4044
+msgid ""
+"SELECT \\* FROM items WHERE homebranch = <<Pick your branch\\|branches>> "
+"and barcode like <<Partial barcode value here>>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4047
+msgid ""
+"SELECT title , author FROM biblio WHERE frameworkcode=<<Enter the "
+"frameworkcode\\|biblio\\_framework>>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4052
+msgid ""
+"To generate a date picker calendar to the right of the field when running"
+" a report you can use the 'date' keyword like this: <<Enter Date\\|date>>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4056
+msgid "|image1116|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4060
+msgid ""
+"You have to put \"%\" in a text box to 'leave it blank'. Otherwise, it "
+"literally looks for \"\" (empty string) as the value for the field."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4065
+msgid ""
+"In addition to using any authorized value code to generate a dropdown, "
+"you can use the following values as well: Framework codes "
+"(biblio\\_framework), Branches (branches), Item Types (itemtypes) and "
+"Patron Categories (categorycode). For example a branch pull down would be"
+" generated like this <<Branch\\|branches>>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4071
+msgid "|image1117|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4076
+msgid "Results Limited"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4078
+msgid ""
+"**Question**: When I download my report it's limited to 10,000 results, "
+"how do I get all of the results to download?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4081
+msgid ""
+"**Answer**: There is a limit of 10,000 records put on SQL statements "
+"entered in Koha. To get around this you want to add 'LIMIT 100000' to the"
+" end of your SQL statement (or any other number above 10,000."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4088
+msgid "Searching"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4093
+msgid "Advanced Search"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4098
+msgid "Scan Indexes"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4100
+msgid "**Question**: What does 'scan indexes' on the advanced search page mean?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4102
+msgid ""
+"**Answer**: When you choose an index, enter a term, click 'scan indexes' "
+"and do the search, Koha displays the searched term and the following "
+"terms found in this index with the number of corresponding records That "
+"is search is not made directly in the catalog, but first in the indexes "
+"It works only for one index at once, and only with no limit in Location "
+"(All libraries needed)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4112
+msgid "Searching for Terms that Start With a Character"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4114
+msgid ""
+"**Question**: How do I search for all titles that start with the letter "
+"'C'?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4117
+msgid ""
+"**Answer**: You can choose to search for things that start with a "
+"character or series of characters by using the CCL 'first-in-subfield'"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4120
+msgid "example: ti,first-in-subfield=C"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4125
+msgid "Wildcard Searching"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4127
+msgid ""
+"**Question**:What is the difference between a keyword search using the "
+"'\\*' (asterisk) versus a keyword search using the '%' (percent)? Both "
+"work in the catalog, but return different sets. Why?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4131
+msgid ""
+"**Answer**: A wildcard is a character (\\*,?,%,.) that can be used to "
+"represent one or more characters in a word. Two of the wildcard "
+"characters that can be used in Koha searches are the asterisk ('\\*') and"
+" the percent sign ('%'). However, these two characters act differently "
+"when used in searching."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4137
+msgid ""
+"The '\\*' is going to force a more exact search of the first few "
+"characters you enter prior to the '\\*'. The asterisk will allow for an "
+"infinite number of characters in the search as long as the first few "
+"characters designated by your search remain the same. For example, "
+"searching for authors using the term, Smi\\*, will return a list that may"
+" include Smith, Smithers, Smithfield, Smiley, etc depending on the "
+"authors in your database."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4145
+msgid ""
+"The '%' will treat the words you enter in the terms of \"is like\". So a "
+"search of Smi% will search for words like Smi. This results in a much "
+"more varied results list. For example, a search on Smi% will return a "
+"list containing Smothers, Smith, Smelley, Smithfield and many others "
+"depending on what is your database."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4151
+msgid ""
+"The bottom line in searching with wildcards: '\\*' is more exact while "
+"'%' searches for like terms."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4157
+msgid "Title Searching"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4159
+msgid ""
+"**Question**: Why does my Zebra title search for 'Help' not turn up 'The "
+"help' in the first pages of results?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4162
+msgid ""
+"**Answer**: When doing a title search, you actually want to search for "
+"the title (i.e., 'the help' rather than just 'help'), and it will bubble "
+"right up to the top. If you're just searching for 'help' then the "
+"relevance ranking is going to affect the results you see."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4167
+msgid ""
+"When it comes to relevance in Zebra, here's what's happening. First, the "
+"search is done. If you search for the title \"help\", then any title that"
+" has \"help\" in it comes back. Then from those records, separately, it "
+"does relevance on the \\*whole\\* record. The more your word appears, the"
+" more relevant, and some MARC tags are worth more points than others. So "
+"a self-help book with 505 notes where \"help\" appears a \\*lot\\* will "
+"be at the top, regardless of keyword or title."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4175
+msgid ""
+"But when you add a \\*second word\\*, that helps it figure things out, as"
+" it's weighing the relevance of both words and the phrase. Because of the"
+" way relevance works, if you search \"the help\", then \"the help\" or "
+"\"the help I need\" are more relevant than \"the way to help\", because "
+"they appear together in order. Likewise, \"help the girl\" would be lower"
+" relevance, because it's out of order, and \"help for the homeless\" "
+"would be lower still, as they're out of order, and apart."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4183
+msgid ""
+"The moral of the story is that single word searches, particularly on "
+"common words, will always struggle a bit; it can't evaluate relevance "
+"well, because you've not given it enough input."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4190
+msgid "Enhanced Content"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4195
+msgid "FRBRizing Content"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4197
+msgid ""
+"**Question:**\\ At our public library we are running a Koha installation "
+"and we've tried to turn on all the nice functionalities in Koha such as "
+"the frbrising tool, but do not get the same result as Nelsonville public "
+"library."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4202
+msgid ""
+"**Answer:**\\ In fact, this feature is quite tricky to make that right. "
+"First it looks at XISBN service. And then search in your database for "
+"that ISBN. So both XISBN and your internal ISBN (in biblio table) have to"
+" be normalized. You could therefore use the script "
+"misc/batchupdateISBNs.pl (it removes all the - in your local ISBNs)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4211
+msgid "Amazon"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4216
+msgid "All Amazon Content"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4218
+msgid ""
+"**Question**: I have all of the Amazon preferences turned on and have "
+"entered both of my keys, but none of the content appears in my system, "
+"why is that?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4222
+msgid ""
+"**Answer**: Amazon's API checks your server time on all requests and if "
+"your server time is not set properly requests will be denied. To resolve "
+"this issue be sure to set your system time appropriately. Once that "
+"change in made Amazon content should appear immediately."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4227
+msgid ""
+"On Debian the the command is *date -s \"2010-06-30 17:21\"* (with the "
+"proper date and time for your timezone)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4233
+msgid "System Administration"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4238
+msgid "Errors in Zebra Cron"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4240
+msgid ""
+"**Question**: I am noticing some errors in the koha-zebradaemon-"
+"output.log file. When new records are added it takes a bit longer to "
+"index than we think they should. Running rebuild zebra is often faster. "
+"Zebra ends up indexing and search works, but I am concerned about the "
+"errors. Any ideas?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4246
+msgid ""
+"**Answer**: Rebuild\\_zebra.pl -r deletes all of the files in the Zebra "
+"db directories (such as reci-0.mf) and then recreates them. Thus, "
+"permissions will be lost, and the files will be owned by the user who ran"
+" rebuild\\_zebra.pl. If one rebuilds the zebra indexes as root, the "
+"daemons, which typically run under the user Koha, will not be able to "
+"update the indexes. Thus, it's important then that the zebra rebuilds are"
+" put in the cronjob file of the user Koha, and not root. Also important "
+"is that other users, such as root, don't manually execute rebuilds."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4256
+msgid ""
+"If one desires that another user be able to execute rebuild\\_zebra.pl, "
+"he should be given the permission to execute 'sudo -u Koha "
+".../rebuild\\_zebra.pl,' (if you want to do this, you also have to edit "
+"the sudoers file to pass the PERL5LIB variable with the env\\_keep option"
+" as by default sudo strips away almost all environment variables). Or, as"
+" root user, one can use a simple 'su koha' and then the "
+"rebuild\\_zebra.pl command."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4264
+msgid ""
+"I've also tried to set the sticky bit on rebuild\\_zebra.pl, but for "
+"whatever reason it didn't seem to work due to some problem with the "
+"PERL5LIB variable that I wasn't able to figure. That seems to me the "
+"easiest thing to do, if anybody has any idea how to make it work. If it "
+"worked and were the default, I think it would help folks to avoid a great"
+" deal of the problems that come up with zebra."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4274
+msgid "Making Z39.50 Target Public"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4276
+msgid ""
+"**Question**: Could someone tell me the exact steps I need to take to "
+"configure Zebra to expose my Koha 3 db as a public Z39.50 service?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4279
+msgid ""
+"**Answer**: Edit the KOHA\\_CONF file that your Koha is using. Uncomment "
+"the publicserver line like:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4282
+msgid "<!-- <listen id=\"publicserver\" >tcp:@:9999</listen> -->"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4284
+msgid "to be:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4286
+msgid "<listen id=\"publicserver\" >tcp:@:9999</listen>"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4288
+msgid "Then restart zebasrv and connect on the port specified (9999)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4293
+msgid "Shelving Location Authorized Values"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4295
+msgid ""
+"**Question**: When editing an item, the new shelving location I created "
+"is not showing up by default in the items where I assigned it to."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4298
+msgid ""
+"**Answer**: This is because you created the new shelving location with a "
+"code value of 0 (zero) Just FYI the system interprets authorized values "
+"of 0 as equaling a null so when you edit a record in cataloging where the"
+" authorized value in a field was assigned where the code was 0, the value"
+" displays as null in the item editor (or MARC editor) instead of the "
+"value the library meant it to be."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4308
+msgid "Why do I need Authorized Values?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4310
+msgid "**Question**: Why would I want to define authorized values for MARC tags?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4313
+msgid ""
+"**Answer**: Authorized Values create a 'controlled vocabulary' for your "
+"staff. As an example, let us assume that your Koha installation is used "
+"by several libraries, and you use MARC 21. You might want to restrict the"
+" 850a MARC subfield to the institution codes for just those libraries. In"
+" that case, you could define an authorized values category (perhaps "
+"called \"INST\") and enter the institution codes as the authorized values"
+" for that category."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4323
+msgid ""
+"Koha automatically sets up authorized value categories for your item "
+"types and branch codes, and you can link these authorized values to MARC "
+"subfields when you set up your MARC tag structure."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4330
+msgid "How do I clean up the sessions table?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4332
+msgid ""
+"**Question**: Is there a periodic job that can be run to cull old "
+"sessions from the table? We don't want to backup all the useless session "
+"data every night."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4336
+msgid ""
+"**Answer**: You can run :ref:`cleanup database cron job <clean-up-"
+"database-label>`."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4338
+msgid ""
+"Or just before doing a backup command (mysqldump), you can truncate "
+"session table:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4348
+msgid "Hardware"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4353
+msgid "Barcode Scanners"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4355
+msgid "**Question**: What barcode scanners have been known to work with Koha?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4357
+msgid ""
+"**Answer**: The simple rule of thumb is, does it act like a keyboard "
+"device?, if so, it will work. (i.e. can you take the scanner, scan a "
+"barcode and have it show up in a text editor, if so, it will work.)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4361
+msgid ""
+"The main points to check are that it connects to your PC conveniently "
+"(can be USB or \"keyboard wedge\" which means it connects in line with "
+"the keyboard, which is useful with older computers), and that it scans "
+"the barcode type that you are using."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4366
+msgid ""
+"It is a good idea to test some 'used' barcodes if you have any, to see "
+"whether the scanner can read scuffed or slightly wrinkled ones "
+"successfully. Most scanners are capable of reading several barcode types "
+"- there are many, and the specification should list the ones it can read."
+" You may need to adjust settings slightly, such as prefix and suffix "
+"characters, or whether you want to send an 'enter' character or not."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4374
+msgid ""
+"One more tip - some can be set 'always on' and may come with a stand, "
+"some have triggers under the handle, some have buttons on top, some are "
+"held like a pen. Think about the staff working with the hardware before "
+"choosing, as a button in the wrong place can be very awkward to use."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4382
+msgid "Printers"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4387
+msgid "Printers used by Koha libraries"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4389
+msgid "POS-X receipt printer"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4391
+msgid ""
+"Star Micronics printer (exact model unknown) with a generic/plain text "
+"driver."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4394
+msgid "Star SP2000 (Nelsonville)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4396
+msgid "Star TSP-100 futurePRINT (Geauga)"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4398
+msgid ""
+"\"I know there have been a lot of questions on receipt printers so I "
+"thought I'd pass on my findings. We have been testing the Star TSP-100 "
+"futurePRINT. I found this print to be VERY easy to configure for Koha. I "
+"was even able to customize the print job by adding our system logo (a "
+".gif) to the top of every receipt. Also with a bitmap created in Paint "
+"was able to add a message at the bottom of each receipt with the contact "
+"information, hours and website for the library that the materials were "
+"checked out at.\""
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4407
+msgid "Epson TM 88 IIIP thermal receipt printers"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4409
+msgid "Epson TM-T88IV"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4411
+msgid "1x1 labels using a Dymolabelwriter printer"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4416
+msgid "Braille Support"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4418
+msgid ""
+"**Question**: Are there any braille embosser or printer which has inbuilt"
+" braille converter and it is accessible with UNIX environment?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4421
+msgid ""
+"**Answer**: You may want to look into BRLTTY "
+"(http://www.emptech.info/product_details.php?ID=1232)."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4427
+msgid "Additional Support"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4429
+msgid "http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4432
+msgid "Extending Koha"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4437
+msgid "Amazon lookup script for Koha libraries"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4439
+msgid ""
+"We order most of our materials from Amazon, so I've been looking for a "
+"convenient way to tell if a book under consideration is in our catalog "
+"already."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4443
+msgid "Greasemonkey & a custom user script fit the bill nicely:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4445
+msgid "https://addons.mozilla.org/en-US/firefox/addon/748"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4447
+msgid "http://userscripts.org/scripts/show/56847"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4449
+msgid "A few caveats:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4451
+msgid ""
+"Like most scripts, this one was designed to work with Firefox; I haven't "
+"explored getting it to work with other browsers."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4454
+msgid ""
+"I'm not a JavaScript programmer -- this was adapted from others' work. "
+"Just a few lines would have to be changed to get the script to work with "
+"your catalog."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4458
+msgid ""
+"It depends on the existence of ISBN for the item in question, so movies, "
+"older books, etc. would not work."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4461
+msgid ""
+"Others have added all sorts of bells & whistles: XISBN lookups to search "
+"for related titles, custom messages based on the status of items (on "
+"order, on hold, etc.), ... just search the UserScripts site for Amazon + "
+"library. For a later date!"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4469
+msgid "Keyword Clouds"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4471
+msgid ""
+"In addition to the traditional tag cloud available in Koha, there is a "
+"way to generate clouds for popular subjects within Koha."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4474
+msgid ""
+"The :ref:`Author/Subject Cloud cron job <subject/author-clouds-label>` is"
+" used to help with this process. This cron job sends its output to files."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4477
+msgid "/home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4479
+msgid "/home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4481
+msgid ""
+"This means that you can produce clouds for authors, collective author, "
+"all kind of subjects, classifications, etc. And since it works on zebra "
+"indexes, it is quick, even on large DBs. Tags clouds are sent to files. "
+"It's up to library webmaster to deal with those files in order to include"
+" them in :ref:`OPACMainUserBlock <opacmainuserblock-label>`, or include "
+"them into their library CMS."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4488
+msgid ""
+"Some libraries even send the file into a Samba shared folder where "
+"webmaster take them, eventually clean them a little bit before "
+"integrating them into navigation widgets or pages."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4495
+msgid "Newest Titles Pulldown"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4497
+msgid ""
+"Often we want to add a way for our patrons to do searches for the newest "
+"items. In this example I'll show you how to create a pull down menu of "
+"the newest items by item type. These tips will work (with a couple "
+"changes) for collection codes or shelving locations as well."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4502
+msgid ""
+"First, it's important to note that every link in Koha is a permanent "
+"link. This means if I do a search for everything of a specific item type "
+"sorted by the acquisitions date and bookmark that URL, whenever I click "
+"it I'll see the newest items of that type on the first few pages of the "
+"results."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4508
+msgid ""
+"I took this knowledge and wrote a form takes this functionality in to "
+"consideration. It basically just does a search of your Koha catalog for a"
+" specific item type and sorts the results by acquisitions date."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4512
+msgid ""
+"The first thing I did was write a MySQL statement to generate a list of "
+"item types for me - why copy and paste when you can use the power of "
+"MySQL?"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4520
+msgid ""
+"The above looks at the itemtypes table and slaps the necessary HTML "
+"around each item type for me. I then exported that to CSV and opened it "
+"in my text editor and added the other parts of the form."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4544
+msgid "Now, what does all of that mean? The important bits are these:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4546
+msgid "First the starting of the form."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4552
+msgid ""
+"This tells the browser to take any value selected and put it at the end "
+"of this http://YOURSITE/cgi-bin/koha/opac-search.pl. If you want to embed"
+" this form on your library website (and not on your OPAC) you can put the"
+" full OPAC URL in there."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4557
+msgid ""
+"Next, there is a hidden value that is telling the search to sort by "
+"acquisitions date descending (newest items at the top):"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4564
+msgid ""
+"And finally you have an option for each item type you want people to "
+"search."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4571
+msgid ""
+"These options each include the string \"mc-itype:\" which tells Koha to "
+"do an item type search."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4574
+msgid ""
+"Once you have all of that in place you can copy and paste the form to "
+"somewhere on your OPAC. The `Farmington Public Libraries OPAC "
+"<http://catalog.farmingtonlibraries.org>`__ has a few examples of this on"
+" the left."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4582
+msgid "Cataloging and Searching by Color"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4584
+msgid ""
+"One of the icon sets installed in Koha includes a series of colors. This "
+"set can be used to catalog and search by color if you'd like. This guide "
+"will walk you use changing collection code to color in Koha so that you "
+"can do this."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4589
+msgid ""
+"The following SQL could be used to add these colors to the CCODE "
+"authorized value category in a batch. If you wanted to use these colors "
+"for another authorized value you'd have to edit this to use that "
+"category:"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4641
+msgid ""
+"If you would like to choose the colors manually you can do that via the "
+":ref:`Authorized Values` administration area."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4644
+msgid "|image1118|"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4646
+msgid ""
+"Next you'll want to :ref:`update the frameworks <marc-bibliographic-"
+"frameworks-label>` so that the 952$8 (if you're using collection code) "
+"label to says Color."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4649
+msgid "Once you have that in place you can start to catalog items by color."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4651
+msgid ""
+"Finally you'll want to add the following JQuery to your preferences so "
+"that it will relabel 'Collection' to 'Color'"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4654
+msgid ":ref:`IntranetUserJS`"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4663
+msgid ":ref:`OPACUserJS`"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4673
+msgid "Koha and Your Website"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4675
+msgid ""
+"This appendix will include tips for integrating Koha in to your library "
+"website."
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4681
+msgid "Koha search on your site"
+msgstr ""
+
+#: ../../source/17_miscellaneous.rst:4683
+msgid ""
+"Often you'll want to add a Koha search box to your library website. To do"
+" so, just copy and paste the following code in to your library website "
+"and update the YOURCATALOG bit with your catalog's URL and you're set to "
+"go."
+msgstr ""
+