Updating .po files
[kohadocs.git] / en / locales / pt_BR / LC_MESSAGES / 17_miscellaneous.po
1 # Compendium of pt.
2 msgid ""
3 msgstr ""
4 "Project-Id-Version: compendium-pt\n"
5 "Report-Msgid-Bugs-To: \n"
6 "POT-Creation-Date: 2017-10-25 12:27-0300\n"
7 "PO-Revision-Date: 2017-06-05 20:24-0300\n"
8 "Language-Team: Koha Translation Team \n"
9 "Language: pt\n"
10 "MIME-Version: 1.0\n"
11 "Content-Type: application/x-publican; charset=UTF-8\n"
12 "Content-Transfer-Encoding: 8bit\n"
13
14 #: ../../source/17_miscellaneous.rst:4
15 msgid "Web Services"
16 msgstr "Web Services"
17
18 #: ../../source/17_miscellaneous.rst:9
19 msgid "OAI-PMH"
20 msgstr ""
21
22 #: ../../source/17_miscellaneous.rst:11
23 msgid ""
24 "For the Open Archives Initiative-Protocol for Metadata Harvesting (OAI-PMH) "
25 "there are two groups of 'participants': Data Providers and Service "
26 "Providers. Data Providers (open archives, repositories) provide free access "
27 "to metadata, and may, but do not necessarily, offer free access to full "
28 "texts or other resources. OAI-PMH provides an easy to implement, low barrier "
29 "solution for Data Providers. Service Providers use the OAI interfaces of the "
30 "Data Providers to harvest and store metadata. Note that this means that "
31 "there are no live search requests to the Data Providers; rather, services "
32 "are based on the harvested data via OAI-PMH."
33 msgstr ""
34
35 #: ../../source/17_miscellaneous.rst:22
36 msgid ""
37 "Koha at present can only act as a Data Provider. It can not harvest from "
38 "other repositories. The biggest stumbling block to having Koha harvest from "
39 "other repositories is that MARC is the only metadata format that Koha "
40 "indexes natively. Visit http://www.oaforum.org/tutorial/english/page3.htm "
41 "for diagrams of how OAI-PMH works."
42 msgstr ""
43
44 # Web services > OAI-PMH
45 #: ../../source/17_miscellaneous.rst:29
46 #, fuzzy
47 msgid "Learn more about OAI-PMH at: http://www.openarchives.org/pmh/"
48 msgstr "servidor <a href=\"http://www.openarchives.org/pmh/\">OAI-PMH</a>."
49
50 #: ../../source/17_miscellaneous.rst:31
51 msgid ""
52 "To enable OAI-PMH in Koha edit the :ref:`OAI-PMH` preference. Once enabled "
53 "you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl to see your file."
54 msgstr ""
55
56 #: ../../source/17_miscellaneous.rst:38
57 msgid "Sample OAI Conf File"
58 msgstr ""
59
60 #: ../../source/17_miscellaneous.rst:64
61 #, fuzzy
62 msgid "REST services"
63 msgstr "Web Services"
64
65 #: ../../source/17_miscellaneous.rst:66
66 msgid ""
67 "Koha can now be requested by REST http requests. BibLibre wrotes an external "
68 "module to adds more possibilities than ILS-DI can provide.There is no "
69 "authentication process, but authorized ips are listed in the config file. "
70 "Services have been tested in 3.10, 3.12 and 3.14 koha versions. You can find "
71 "more information about it into README file and opac/rest.pl documentation on "
72 "http://git.biblibre.com. If you want to add features, send us a patch at dev"
73 "\\_patches AT biblibre DOT com."
74 msgstr ""
75
76 #: ../../source/17_miscellaneous.rst:74
77 msgid "Services provided in 1.4 version are:"
78 msgstr ""
79
80 #: ../../source/17_miscellaneous.rst:102 ../../source/17_miscellaneous.rst:107
81 #, fuzzy
82 msgid "Using the SRU server"
83 msgstr "Novo servidor SRU"
84
85 #: ../../source/17_miscellaneous.rst:109
86 msgid ""
87 "Koha implements the Search/Retrieve via URL (SRU) protocol. More information "
88 "about the protocol itself can be found at http://www.loc.gov/standards/sru/. "
89 "The version implemented is version 1.1."
90 msgstr ""
91
92 #: ../../source/17_miscellaneous.rst:117
93 msgid "Explain"
94 msgstr "Explicação"
95
96 #: ../../source/17_miscellaneous.rst:119
97 msgid ""
98 "If you want to have information about the implementation of SRU on a given "
99 "server, you should have access to the Explain file using a request to the "
100 "server without any parameter. Like <http://myserver.com:9999/biblios/>. The "
101 "response from the server is an XML file that should look like the following "
102 "and will give you information about the default settings of the SRU server."
103 msgstr ""
104
105 #: ../../source/17_miscellaneous.rst:188
106 msgid "Search"
107 msgstr "Pesquisar"
108
109 #: ../../source/17_miscellaneous.rst:190
110 msgid ""
111 "This url : http://myserver.com:9999/biblios?"
112 "version=1.1&operation=searchRetrieve&query=reefs is composed of the "
113 "following elements:"
114 msgstr ""
115
116 #: ../../source/17_miscellaneous.rst:194
117 msgid "base url of the SRU server : http://myserver.com:9999/biblios?"
118 msgstr ""
119
120 #: ../../source/17_miscellaneous.rst:196
121 msgid ""
122 "search part with the 3 required parameters : version, operation and query. "
123 "The parameters within the search part should be of the key=value form, and "
124 "can be combined with the & character."
125 msgstr ""
126
127 #: ../../source/17_miscellaneous.rst:200
128 msgid ""
129 "One can add optional parameters to the query, for instance maximumRecords "
130 "indicating the maximum number of records to be returned by the server. So "
131 "http://myserver.com:9999/biblios?"
132 "version=1.1&operation=searchRetrieve&query=reefs&maximumRecords=5 will only "
133 "get the first 5 results results from the server."
134 msgstr ""
135
136 #: ../../source/17_miscellaneous.rst:206
137 msgid ""
138 "http://www.loc.gov/standards/sru/sru1-1archive/search-retrieve-operation."
139 "html gives more details about the search operations and in particular the "
140 "list of optional parameters for searching."
141 msgstr ""
142
143 #: ../../source/17_miscellaneous.rst:213
144 #, fuzzy
145 msgid "More details about Search"
146 msgstr "`Pesquisar <#sru_search>`__"
147
148 #: ../../source/17_miscellaneous.rst:215
149 msgid "The \"operation\" key can take two values: scan or searchRetrieve."
150 msgstr ""
151
152 #: ../../source/17_miscellaneous.rst:217
153 msgid ""
154 "If operation=searchRetrieve, then the search key should be query. As in : "
155 "operation=searchRetrieve&query=reefs"
156 msgstr ""
157
158 #: ../../source/17_miscellaneous.rst:220
159 msgid ""
160 "If operation=scan, then the search key should be scanClause. As in : "
161 "operation=scan&scanClause=reefs"
162 msgstr ""
163
164 #: ../../source/17_miscellaneous.rst:223
165 msgid ""
166 "etc/zebradb/biblios/etc/bib1.att defines Zebra/3950 indexes that exist on "
167 "your system. For instance you'll see that we have indexes for Subject and "
168 "for Title: att 21 Subject and att 4 Title respectively."
169 msgstr ""
170
171 #: ../../source/17_miscellaneous.rst:227
172 msgid ""
173 "In the pqf.properties file located under etc/zebradb/pqf.properties I see "
174 "that an access point already uses my Subject index (index.dc.subject = 1=21) "
175 "while another uses my Title index (index.dc.title = 1=4) I know this is my "
176 "Subject index because as I've seen just before in my bib1.att file, it's "
177 "called with =1=21 in Z3950: so index.dc.subject = 1=21 correctly points to "
178 "my Subject index. And Title was called with 1=4 so index.dc.title = 1=4 "
179 "correctly points to my Title index. I can now construct my query just like I "
180 "would in a search box, just preceding it with the \"query\" key: "
181 "query=Subject=reefs and Title=coral searches \"reefs\" in the subject and "
182 "\"coral\" in the title. The full url would be http://myserver.com:9999/"
183 "biblios?version=1.1&operation=searchRetrieve&query=Subject=reefs and "
184 "Title=coral If I want to limit the result set to just 5 records, I can do "
185 "http://myserver.com:9999/biblios?"
186 "version=1.1&operation=searchRetrieve&query=Subject=reefs and "
187 "Title=coral&maximumRecords=5"
188 msgstr ""
189
190 #: ../../source/17_miscellaneous.rst:243
191 msgid ""
192 "I can also play with truncate, relations, etc. Those are also defined in my "
193 "pqf.properties file. I can see for instance the position properties defined "
194 "as:"
195 msgstr ""
196
197 #: ../../source/17_miscellaneous.rst:255
198 msgid ""
199 "So as an example if I want \"coral\" to be at the beginning of the title, I "
200 "can do this query : http://myserver.com:9999/biblios?"
201 "version=1.1&operation=searchRetrieve&query=Title=coral first"
202 msgstr ""
203
204 #: ../../source/17_miscellaneous.rst:263
205 msgid "Retrieve"
206 msgstr ""
207
208 #: ../../source/17_miscellaneous.rst:265
209 msgid ""
210 "My search for http://univ\\_lyon3.biblibre.com:9999/biblios?"
211 "version=1.1&operation=searchRetrieve&query=coral reefs&maximumRecords=1 "
212 "retrieves just on record. The response looks like this:"
213 msgstr ""
214
215 #: ../../source/17_miscellaneous.rst:336
216 #, fuzzy
217 msgid "New titles slider for OPAC"
218 msgstr "Nota para o OPAC"
219
220 #: ../../source/17_miscellaneous.rst:338
221 msgid ""
222 "Often times libraries will want to add a flowing widget with new materials "
223 "at the library to their main public catalog page. To do this you can use a "
224 "widget from any number of services (usually for a cost) or you can `enable "
225 "plugins <#pluginsystem>`__ in Koha and use the `Cover Flow plugin <http://"
226 "git.bywatersolutions.com/koha-plugins.git/shortlog/refs/heads/cover_flow>`__ "
227 "which is based on the `Flipster <https://github.com/drien/jquery-"
228 "flipster>`__, a responsive jQuery coverflow plugin."
229 msgstr ""
230
231 #: ../../source/17_miscellaneous.rst:348
232 msgid ""
233 "Once the plugin is installed, the steps to get your coverflow to show up are "
234 "as follows:"
235 msgstr ""
236
237 #: ../../source/17_miscellaneous.rst:351
238 msgid ""
239 "First, you need to create one or more public reports for your coverflow "
240 "widget or widgets to be based on. This is how the plugin knows what the "
241 "content of your widget should contain. Each report needs only three columns; "
242 "title, biblionumber, and isbn. It is important that you have a good and "
243 "valid isbn, as that is the datum used to actually fetch the cover. In the "
244 "iteration of the plugin, we are using Amazon cover images, but I believe in "
245 "the end I will make the cover image fetcher configurable so we can use any "
246 "data source for cover image fetching."
247 msgstr ""
248
249 #: ../../source/17_miscellaneous.rst:360
250 msgid ""
251 "Second, we need to configure the plugin. The plugin configuration is a "
252 "single text area that uses YAML ( actually, it’s JSON, whcih is a subset of "
253 "YAML ) to store the configuration options. In this example it looks like "
254 "this:"
255 msgstr ""
256
257 #: ../../source/17_miscellaneous.rst:372
258 msgid ""
259 "In this example, we are telling the plugin to use the report with id 42, and "
260 "use it to create a coverflow widget to replace the HTML element with the id "
261 "“coverflow”. The options list is passed directly to Flipster, so any options "
262 "supported by Flipster can be set from the plugin configuration! In fact, in "
263 "addition to the traditional coverflow, Flipster has a “carousel” mode which "
264 "is a much more compact version of the coverflow. You can also configure "
265 "which cover the widget will start on, among other options."
266 msgstr ""
267
268 #: ../../source/17_miscellaneous.rst:381
269 msgid ""
270 "At the time the plugins options are saved or updated, the plugin will then "
271 "generate some minified JavaScript code that is automatically stored in the "
272 "Koha system preference OPACUserJS. Here is an example of the output:"
273 msgstr ""
274
275 #: ../../source/17_miscellaneous.rst:393
276 msgid ""
277 "Why do this? For speed! Rather than regenerating this code each and every "
278 "time the page loads, we can generate it once, and use it over and over again."
279 msgstr ""
280
281 #: ../../source/17_miscellaneous.rst:397
282 msgid ""
283 "If you inspect the code closely, you’ll notice it references a script "
284 "“coverflow.pl”. This is a script that is included with the coverflow plugin. "
285 "Since we need to access this from the OPAC ( and we don’t want to set off "
286 "any XSS attack alarms ), we need to modify the web server configuration for "
287 "the public catalog and add the followup to it:"
288 msgstr ""
289
290 #: ../../source/17_miscellaneous.rst:407
291 msgid ""
292 "This line gives us access to the coverflow.pl script from the OPAC. This "
293 "script retrieves the report data and passes it back to the public catalog "
294 "for creating the coverflow widget. Koha::Cache is supported in order to make "
295 "the widget load as quickly as possible!"
296 msgstr ""
297
298 #: ../../source/17_miscellaneous.rst:412
299 msgid ""
300 "The final step is to put your selector element somewhere in your public "
301 "catalog. In this example, I put the following in the system preference "
302 "OpacMainUserBlock:"
303 msgstr ""
304
305 #: ../../source/17_miscellaneous.rst:420
306 msgid ""
307 "Once that is in place, you need only refresh your OPAC page, and there you "
308 "have it, your very own catalog coverflow widget! Not only do these "
309 "coverflows look great on a computer screen, but they look great on mobile "
310 "platforms as well, and are even touch responsive!"
311 msgstr ""
312
313 #: ../../source/17_miscellaneous.rst:425
314 msgid "|image1316|"
315 msgstr ""
316
317 #: ../../source/17_miscellaneous.rst:428
318 #, fuzzy
319 msgid "System Preference Defaults"
320 msgstr "Configurações do sistema"
321
322 #: ../../source/17_miscellaneous.rst:433
323 #, fuzzy
324 msgid "ISBD Defaults"
325 msgstr "Padrão"
326
327 #: ../../source/17_miscellaneous.rst:435
328 msgid "Default values for the :ref:`ISBD` preference."
329 msgstr ""
330
331 #: ../../source/17_miscellaneous.rst:440
332 #, fuzzy
333 msgid "MARC Default"
334 msgstr "Padrão"
335
336 #: ../../source/17_miscellaneous.rst:442 ../../source/17_miscellaneous.rst:842
337 msgid ""
338 "#100\\|\\|{ 100a }{ 100b }{ 100c }{ 100d }{ 110a }{ 110b }{ 110c }{ 110d }"
339 "{ 110e }{ 110f }{ 110g }{ 130a }{ 130d }{ 130f }{ 130g }{ 130h }{ 130k }"
340 "{ 130l }{ 130m }{ 130n }{ 130o }{ 130p }{ 130r }{ 130s }{ 130t }\\|<br/><br/>"
341 msgstr ""
342
343 #: ../../source/17_miscellaneous.rst:447 ../../source/17_miscellaneous.rst:847
344 msgid ""
345 "#245\\|\\|{ 245a }{ 245b }{245f }{ 245g }{ 245k }{ 245n }{ 245p }{ 245s }"
346 "{ 245h }\\|"
347 msgstr ""
348
349 #: ../../source/17_miscellaneous.rst:450 ../../source/17_miscellaneous.rst:850
350 msgid ""
351 "#246\\|\\|{ : 246i }{ 246a }{ 246b }{ 246f }{ 246g }{ 246n }{ 246p }"
352 "{ 246h }\\|"
353 msgstr ""
354
355 #: ../../source/17_miscellaneous.rst:453 ../../source/17_miscellaneous.rst:853
356 msgid "#242\\|\\|{ = 242a }{ 242b }{ 242n }{ 242p }{ 242h }\\|"
357 msgstr ""
358
359 #: ../../source/17_miscellaneous.rst:455 ../../source/17_miscellaneous.rst:855
360 msgid "#245\\|\\|{ 245c }\\|"
361 msgstr ""
362
363 #: ../../source/17_miscellaneous.rst:457 ../../source/17_miscellaneous.rst:857
364 msgid "#242\\|\\|{ = 242c }\\|"
365 msgstr ""
366
367 #: ../../source/17_miscellaneous.rst:459 ../../source/17_miscellaneous.rst:859
368 msgid "#250\\| - \\|{ 250a }{ 250b }\\|"
369 msgstr ""
370
371 #: ../../source/17_miscellaneous.rst:461
372 msgid "#254\\|, \\|{ 254a }\\|"
373 msgstr ""
374
375 #: ../../source/17_miscellaneous.rst:463
376 msgid "#255\\|, \\|{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }{ 255f }{ 255g }\\|"
377 msgstr ""
378
379 #: ../../source/17_miscellaneous.rst:465
380 msgid "#256\\|, \\|{ 256a }\\|"
381 msgstr ""
382
383 #: ../../source/17_miscellaneous.rst:467 ../../source/17_miscellaneous.rst:864
384 msgid "#257\\|, \\|{ 257a }\\|"
385 msgstr ""
386
387 #: ../../source/17_miscellaneous.rst:469 ../../source/17_miscellaneous.rst:866
388 msgid "#258\\|, \\|{ 258a }{ 258b }\\|"
389 msgstr ""
390
391 #: ../../source/17_miscellaneous.rst:471 ../../source/17_miscellaneous.rst:868
392 msgid "#260\\| - \\|{ 260a }{ 260b }{ 260c }\\|"
393 msgstr ""
394
395 #: ../../source/17_miscellaneous.rst:473 ../../source/17_miscellaneous.rst:870
396 msgid ""
397 "#300\\| - \\|{ 300a }{ 300b }{ 300c }{ 300d }{ 300e }{ 300f }{ 300g }\\|"
398 msgstr ""
399
400 #: ../../source/17_miscellaneous.rst:475
401 msgid "#306\\| - \\|{ 306a }\\|"
402 msgstr ""
403
404 #: ../../source/17_miscellaneous.rst:477
405 msgid "#307\\| - \\|{ 307a }{ 307b }\\|"
406 msgstr ""
407
408 #: ../../source/17_miscellaneous.rst:479 ../../source/17_miscellaneous.rst:874
409 msgid "#310\\| - \\|{ 310a }{ 310b }\\|"
410 msgstr ""
411
412 #: ../../source/17_miscellaneous.rst:481 ../../source/17_miscellaneous.rst:876
413 msgid "#321\\| - \\|{ 321a }{ 321b }\\|"
414 msgstr ""
415
416 #: ../../source/17_miscellaneous.rst:483 ../../source/17_miscellaneous.rst:878
417 msgid ""
418 "#340\\| - \\|{ 3403 }{ 340a }{ 340b }{ 340c }{ 340d }{ 340e }{ 340f }{ 340h }"
419 "{ 340i }\\|"
420 msgstr ""
421
422 #: ../../source/17_miscellaneous.rst:486 ../../source/17_miscellaneous.rst:881
423 msgid ""
424 "#342\\| - \\|{ 342a }{ 342b }{ 342c }{ 342d }{ 342e }{ 342f }{ 342g }{ 342h }"
425 "{ 342i }{ 342j }{ 342k }{ 342l }{ 342m }{ 342n }{ 342o }{ 342p }{ 342q }"
426 "{ 342r }{ 342s }{ 342t }{ 342u }{ 342v }{ 342w }\\|"
427 msgstr ""
428
429 #: ../../source/17_miscellaneous.rst:490 ../../source/17_miscellaneous.rst:885
430 msgid ""
431 "#343\\| - \\|{ 343a }{ 343b }{ 343c }{ 343d }{ 343e }{ 343f }{ 343g }{ 343h }"
432 "{ 343i }\\|"
433 msgstr ""
434
435 #: ../../source/17_miscellaneous.rst:493 ../../source/17_miscellaneous.rst:888
436 msgid "#351\\| - \\|{ 3513 }{ 351a }{ 351b }{ 351c }\\|"
437 msgstr ""
438
439 #: ../../source/17_miscellaneous.rst:495 ../../source/17_miscellaneous.rst:890
440 msgid ""
441 "#352\\| - \\|{ 352a }{ 352b }{ 352c }{ 352d }{ 352e }{ 352f }{ 352g }{ 352i }"
442 "{ 352q }\\|"
443 msgstr ""
444
445 #: ../../source/17_miscellaneous.rst:498 ../../source/17_miscellaneous.rst:893
446 msgid "#362\\| - \\|{ 362a }{ 351z }\\|"
447 msgstr ""
448
449 #: ../../source/17_miscellaneous.rst:500
450 msgid "#440\\| - \\|{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }\\|."
451 msgstr ""
452
453 #: ../../source/17_miscellaneous.rst:502
454 msgid "#490\\| - \\|{ 490a }{ 490v }{ 490x }\\|."
455 msgstr ""
456
457 #: ../../source/17_miscellaneous.rst:504 ../../source/17_miscellaneous.rst:898
458 msgid ""
459 "#800\\| - \\|{ 800a }{ 800b }{ 800c }{ 800d }{ 800e }{ 800f }{ 800g }{ 800h }"
460 "{ 800j }{ 800k }{ 800l }{ 800m }{ 800n }{ 800o }{ 800p }{ 800q }{ 800r }"
461 "{ 800s }{ 800t }{ 800u }{ 800v }\\|."
462 msgstr ""
463
464 #: ../../source/17_miscellaneous.rst:508 ../../source/17_miscellaneous.rst:902
465 msgid ""
466 "#810\\| - \\|{ 810a }{ 810b }{ 810c }{ 810d }{ 810e }{ 810f }{ 810g }{ 810h }"
467 "{ 810k }{ 810l }{ 810m }{ 810n }{ 810o }{ 810p }{ 810r }{ 810s }{ 810t }"
468 "{ 810u }{ 810v }\\|."
469 msgstr ""
470
471 #: ../../source/17_miscellaneous.rst:512 ../../source/17_miscellaneous.rst:906
472 msgid ""
473 "#811\\| - \\|{ 811a }{ 811c }{ 811d }{ 811e }{ 811f }{ 811g }{ 811h }{ 811k }"
474 "{ 811l }{ 811n }{ 811p }{ 811q }{ 811s }{ 811t }{ 811u }{ 811v }\\|."
475 msgstr ""
476
477 #: ../../source/17_miscellaneous.rst:516 ../../source/17_miscellaneous.rst:910
478 msgid ""
479 "#830\\| - \\|{ 830a }{ 830d }{ 830f }{ 830g }{ 830h }{ 830k }{ 830l }{ 830m }"
480 "{ 830n }{ 830o }{ 830p }{ 830r }{ 830s }{ 830t }{ 830v }\\|."
481 msgstr ""
482
483 #: ../../source/17_miscellaneous.rst:519 ../../source/17_miscellaneous.rst:913
484 msgid "#500\\|<br/><br/>\\|{ 5003 }{ 500a }\\|"
485 msgstr ""
486
487 #: ../../source/17_miscellaneous.rst:521 ../../source/17_miscellaneous.rst:915
488 msgid "#501\\|<br/><br/>\\|{ 501a }\\|"
489 msgstr ""
490
491 #: ../../source/17_miscellaneous.rst:523 ../../source/17_miscellaneous.rst:917
492 msgid "#502\\|<br/><br/>\\|{ 502a }\\|"
493 msgstr ""
494
495 #: ../../source/17_miscellaneous.rst:525 ../../source/17_miscellaneous.rst:919
496 msgid "#504\\|<br/><br/>\\|{ 504a }\\|"
497 msgstr ""
498
499 #: ../../source/17_miscellaneous.rst:527 ../../source/17_miscellaneous.rst:921
500 msgid "#505\\|<br/><br/>\\|{ 505a }{ 505t }{ 505r }{ 505g }{ 505u }\\|"
501 msgstr ""
502
503 #: ../../source/17_miscellaneous.rst:529 ../../source/17_miscellaneous.rst:923
504 msgid "#506\\|<br/><br/>\\|{ 5063 }{ 506a }{ 506b }{ 506c }{ 506d }{ 506u }\\|"
505 msgstr ""
506
507 #: ../../source/17_miscellaneous.rst:531
508 msgid "#507\\|<br/><br/>\\|{ 507a }{ 507b }\\|"
509 msgstr ""
510
511 #: ../../source/17_miscellaneous.rst:533
512 msgid "#508\\|<br/><br/>\\|{ 508a }{ 508a }\\|"
513 msgstr ""
514
515 #: ../../source/17_miscellaneous.rst:535 ../../source/17_miscellaneous.rst:928
516 msgid "#510\\|<br/><br/>\\|{ 5103 }{ 510a }{ 510x }{ 510c }{ 510b }\\|"
517 msgstr ""
518
519 #: ../../source/17_miscellaneous.rst:537 ../../source/17_miscellaneous.rst:930
520 msgid "#511\\|<br/><br/>\\|{ 511a }\\|"
521 msgstr ""
522
523 #: ../../source/17_miscellaneous.rst:539 ../../source/17_miscellaneous.rst:932
524 msgid "#513\\|<br/><br/>\\|{ 513a }{513b }\\|"
525 msgstr ""
526
527 #: ../../source/17_miscellaneous.rst:541 ../../source/17_miscellaneous.rst:934
528 msgid ""
529 "#514\\|<br/><br/>\\|{ 514z }{ 514a }{ 514b }{ 514c }{ 514d }{ 514e }{ 514f }"
530 "{ 514g }{ 514h }{ 514i }{ 514j }{ 514k }{ 514m }{ 514u }\\|"
531 msgstr ""
532
533 #: ../../source/17_miscellaneous.rst:544 ../../source/17_miscellaneous.rst:937
534 msgid "#515\\|<br/><br/>\\|{ 515a }\\|"
535 msgstr ""
536
537 #: ../../source/17_miscellaneous.rst:546 ../../source/17_miscellaneous.rst:939
538 msgid "#516\\|<br/><br/>\\|{ 516a }\\|"
539 msgstr ""
540
541 #: ../../source/17_miscellaneous.rst:548 ../../source/17_miscellaneous.rst:941
542 msgid "#518\\|<br/><br/>\\|{ 5183 }{ 518a }\\|"
543 msgstr ""
544
545 #: ../../source/17_miscellaneous.rst:550 ../../source/17_miscellaneous.rst:943
546 msgid "#520\\|<br/><br/>\\|{ 5203 }{ 520a }{ 520b }{ 520u }\\|"
547 msgstr ""
548
549 #: ../../source/17_miscellaneous.rst:552 ../../source/17_miscellaneous.rst:945
550 msgid "#521\\|<br/><br/>\\|{ 5213 }{ 521a }{ 521b }\\|"
551 msgstr ""
552
553 #: ../../source/17_miscellaneous.rst:554 ../../source/17_miscellaneous.rst:947
554 msgid "#522\\|<br/><br/>\\|{ 522a }\\|"
555 msgstr ""
556
557 #: ../../source/17_miscellaneous.rst:556 ../../source/17_miscellaneous.rst:949
558 msgid "#524\\|<br/><br/>\\|{ 524a }\\|"
559 msgstr ""
560
561 #: ../../source/17_miscellaneous.rst:558 ../../source/17_miscellaneous.rst:951
562 msgid "#525\\|<br/><br/>\\|{ 525a }\\|"
563 msgstr ""
564
565 #: ../../source/17_miscellaneous.rst:560 ../../source/17_miscellaneous.rst:953
566 msgid ""
567 "#526\\|<br/><br/>\\|{\\\\n510i }{\\\\n510a }{ 510b }{ 510c }{ 510d }{\\"
568 "\\n510x }\\|"
569 msgstr ""
570
571 #: ../../source/17_miscellaneous.rst:563 ../../source/17_miscellaneous.rst:956
572 msgid ""
573 "#530\\|<br/><br/>\\|{\\\\n5063 }{\\\\n506a }{ 506b }{ 506c }{ 506d }{\\"
574 "\\n506u }\\|"
575 msgstr ""
576
577 #: ../../source/17_miscellaneous.rst:566 ../../source/17_miscellaneous.rst:959
578 msgid ""
579 "#533\\|<br/><br/>\\|{\\\\n5333 }{\\\\n533a }{\\\\n533b }{\\\\n533c }{\\"
580 "\\n533d }{\\\\n533e }{\\\\n533f }{\\\\n533m }{\\\\n533n }\\|"
581 msgstr ""
582
583 #: ../../source/17_miscellaneous.rst:569 ../../source/17_miscellaneous.rst:962
584 msgid ""
585 "#534\\|<br/><br/>\\|{\\\\n533p }{\\\\n533a }{\\\\n533b }{\\\\n533c }{\\"
586 "\\n533d }{\\\\n533e }{\\\\n533f }{\\\\n533m }{\\\\n533n }{\\\\n533t }{\\"
587 "\\n533x }{\\\\n533z }\\|"
588 msgstr ""
589
590 #: ../../source/17_miscellaneous.rst:573 ../../source/17_miscellaneous.rst:966
591 msgid ""
592 "#535\\|<br/><br/>\\|{\\\\n5353 }{\\\\n535a }{\\\\n535b }{\\\\n535c }{\\"
593 "\\n535d }\\|"
594 msgstr ""
595
596 #: ../../source/17_miscellaneous.rst:575 ../../source/17_miscellaneous.rst:968
597 msgid "#538\\|<br/><br/>\\|{\\\\n5383 }{\\\\n538a }{\\\\n538i }{\\\\n538u }\\|"
598 msgstr ""
599
600 #: ../../source/17_miscellaneous.rst:577 ../../source/17_miscellaneous.rst:970
601 msgid ""
602 "#540\\|<br/><br/>\\|{\\\\n5403 }{\\\\n540a }{ 540b }{ 540c }{ 540d }{\\"
603 "\\n520u }\\|"
604 msgstr ""
605
606 #: ../../source/17_miscellaneous.rst:580 ../../source/17_miscellaneous.rst:973
607 msgid ""
608 "#544\\|<br/><br/>\\|{\\\\n5443 }{\\\\n544a }{\\\\n544b }{\\\\n544c }{\\"
609 "\\n544d }{\\\\n544e }{\\\\n544n }\\|"
610 msgstr ""
611
612 #: ../../source/17_miscellaneous.rst:583
613 msgid "#545\\|<br/><br/>\\|{\\\\n545a }{ 545b }{\\\\n545u }\\|"
614 msgstr ""
615
616 #: ../../source/17_miscellaneous.rst:585
617 msgid "#546\\|<br/><br/>\\|{\\\\n5463 }{\\\\n546a }{ 546b }\\|"
618 msgstr ""
619
620 #: ../../source/17_miscellaneous.rst:587
621 msgid "#547\\|<br/><br/>\\|{\\\\n547a }\\|"
622 msgstr ""
623
624 #: ../../source/17_miscellaneous.rst:589
625 msgid "#550\\|<br/><br/>\\|{ 550a }\\|"
626 msgstr ""
627
628 #: ../../source/17_miscellaneous.rst:591 ../../source/17_miscellaneous.rst:981
629 msgid ""
630 "#552\\|<br/><br/>\\|{ 552z }{ 552a }{ 552b }{ 552c }{ 552d }{ 552e }{ 552f }"
631 "{ 552g }{ 552h }{ 552i }{ 552j }{ 552k }{ 552l }{ 552m }{ 552n }{ 562o }"
632 "{ 552p }{ 552u }\\|"
633 msgstr ""
634
635 #: ../../source/17_miscellaneous.rst:595 ../../source/17_miscellaneous.rst:985
636 msgid "#555\\|<br/><br/>\\|{ 5553 }{ 555a }{ 555b }{ 555c }{ 555d }{ 555u }\\|"
637 msgstr ""
638
639 #: ../../source/17_miscellaneous.rst:597
640 msgid "#556\\|<br/><br/>\\|{ 556a }{ 506z }\\|"
641 msgstr ""
642
643 #: ../../source/17_miscellaneous.rst:599
644 msgid "#563\\|<br/><br/>\\|{ 5633 }{ 563a }{ 563u }\\|"
645 msgstr ""
646
647 #: ../../source/17_miscellaneous.rst:601 ../../source/17_miscellaneous.rst:990
648 msgid "#565\\|<br/><br/>\\|{ 5653 }{ 565a }{ 565b }{ 565c }{ 565d }{ 565e }\\|"
649 msgstr ""
650
651 #: ../../source/17_miscellaneous.rst:603 ../../source/17_miscellaneous.rst:992
652 msgid "#567\\|<br/><br/>\\|{ 567a }\\|"
653 msgstr ""
654
655 #: ../../source/17_miscellaneous.rst:605 ../../source/17_miscellaneous.rst:994
656 msgid "#580\\|<br/><br/>\\|{ 580a }\\|"
657 msgstr ""
658
659 #: ../../source/17_miscellaneous.rst:607 ../../source/17_miscellaneous.rst:996
660 msgid "#581\\|<br/><br/>\\|{ 5633 }{ 581a }{ 581z }\\|"
661 msgstr ""
662
663 #: ../../source/17_miscellaneous.rst:609 ../../source/17_miscellaneous.rst:998
664 msgid "#584\\|<br/><br/>\\|{ 5843 }{ 584a }{ 584b }\\|"
665 msgstr ""
666
667 #: ../../source/17_miscellaneous.rst:611
668 #: ../../source/17_miscellaneous.rst:1000
669 msgid "#585\\|<br/><br/>\\|{ 5853 }{ 585a }\\|"
670 msgstr ""
671
672 #: ../../source/17_miscellaneous.rst:613
673 #: ../../source/17_miscellaneous.rst:1002
674 msgid "#586\\|<br/><br/>\\|{ 5863 }{ 586a }\\|"
675 msgstr ""
676
677 #: ../../source/17_miscellaneous.rst:615
678 #: ../../source/17_miscellaneous.rst:1004
679 msgid "#020\\|<br/><br/><label>ISBN: </label>\\|{ 020a }{ 020c }\\|"
680 msgstr ""
681
682 #: ../../source/17_miscellaneous.rst:617
683 #: ../../source/17_miscellaneous.rst:1006
684 msgid "#022\\|<br/><br/><label>ISSN: </label>\\|{ 022a }\\|"
685 msgstr ""
686
687 #: ../../source/17_miscellaneous.rst:619
688 #: ../../source/17_miscellaneous.rst:1008
689 msgid "#222\\| = \\|{ 222a }{ 222b }\\|"
690 msgstr ""
691
692 #: ../../source/17_miscellaneous.rst:621
693 #: ../../source/17_miscellaneous.rst:1010
694 msgid "#210\\| = \\|{ 210a }{ 210b }\\|"
695 msgstr ""
696
697 #: ../../source/17_miscellaneous.rst:623
698 #: ../../source/17_miscellaneous.rst:1012
699 msgid ""
700 "#024\\|<br/><br/><label>Standard No.: </label>\\|{ 024a }{ 024c }{ 024d }"
701 "{ 0242 }\\|"
702 msgstr ""
703
704 #: ../../source/17_miscellaneous.rst:626
705 #: ../../source/17_miscellaneous.rst:1015
706 msgid ""
707 "#027\\|<br/><br/><label>Standard Tech. Report. No.: </label>\\|{ 027a }\\|"
708 msgstr ""
709
710 #: ../../source/17_miscellaneous.rst:628
711 #: ../../source/17_miscellaneous.rst:1017
712 msgid "#028\\|<br/><br/><label>Publisher. No.: </label>\\|{ 028a }{ 028b }\\|"
713 msgstr ""
714
715 #: ../../source/17_miscellaneous.rst:630
716 #: ../../source/17_miscellaneous.rst:1019
717 msgid ""
718 "#013\\|<br/><br/><label>Patent No.: </label>\\|{ 013a }{ 013b }{ 013c }"
719 "{ 013d }{ 013e }{ 013f }\\|"
720 msgstr ""
721
722 #: ../../source/17_miscellaneous.rst:633
723 #: ../../source/17_miscellaneous.rst:1022
724 msgid "#030\\|<br/><br/><label>CODEN: </label>\\|{ 030a }\\|"
725 msgstr ""
726
727 #: ../../source/17_miscellaneous.rst:635
728 #: ../../source/17_miscellaneous.rst:1024
729 msgid ""
730 "#037\\|<br/><br/><label>Source: </label>\\|{ 037a }{ 037b }{ 037c }{ 037f }"
731 "{ 037g }{ 037n }\\|"
732 msgstr ""
733
734 #: ../../source/17_miscellaneous.rst:638
735 #: ../../source/17_miscellaneous.rst:1027
736 msgid "#010\\|<br/><br/><label>LCCN: </label>\\|{ 010a }\\|"
737 msgstr ""
738
739 #: ../../source/17_miscellaneous.rst:640
740 #: ../../source/17_miscellaneous.rst:1029
741 msgid "#015\\|<br/><br/><label>Nat. Bib. No.: </label>\\|{ 015a }{ 0152 }\\|"
742 msgstr ""
743
744 #: ../../source/17_miscellaneous.rst:642
745 #: ../../source/17_miscellaneous.rst:1031
746 msgid ""
747 "#016\\|<br/><br/><label>Nat. Bib. Agency Control No.: </label>\\|{ 016a }"
748 "{ 0162 }\\|"
749 msgstr ""
750
751 #: ../../source/17_miscellaneous.rst:645
752 #: ../../source/17_miscellaneous.rst:1034
753 msgid ""
754 "#600\\|<br/><br/><label>Subjects--Personal Names: </label>\\|{\\\\n6003 }{\\"
755 "\\n600a}{ 600b }{ 600c }{ 600d }{ 600e }{ 600f }{ 600g }{ 600h }{--600k}"
756 "{ 600l }{ 600m }{ 600n }{ 600o }{--600p}{ 600r }{ 600s }{ 600t }{ 600u }"
757 "{--600x}{--600z}{--600y}{--600v}\\|"
758 msgstr ""
759
760 #: ../../source/17_miscellaneous.rst:650
761 #: ../../source/17_miscellaneous.rst:1039
762 msgid ""
763 "#610\\|<br/><br/><label>Subjects--Corporate Names: </label>\\|{\\\\n6103 }{\\"
764 "\\n610a}{ 610b }{ 610c }{ 610d }{ 610e }{ 610f }{ 610g }{ 610h }{--610k}"
765 "{ 610l }{ 610m }{ 610n }{ 610o }{--610p}{ 610r }{ 610s }{ 610t }{ 610u }"
766 "{--610x}{--610z}{--610y}{--610v}\\|"
767 msgstr ""
768
769 #: ../../source/17_miscellaneous.rst:655
770 #: ../../source/17_miscellaneous.rst:1044
771 msgid ""
772 "#611\\|<br/><br/><label>Subjects--Meeting Names: </label>\\|{\\\\n6113 }{\\"
773 "\\n611a}{ 611b }{ 611c }{ 611d }{ 611e }{ 611f }{ 611g }{ 611h }{--611k}"
774 "{ 611l }{ 611m }{ 611n }{ 611o }{--611p}{ 611r }{ 611s }{ 611t }{ 611u }"
775 "{--611x}{--611z}{--611y}{--611v}\\|"
776 msgstr ""
777
778 #: ../../source/17_miscellaneous.rst:660
779 #: ../../source/17_miscellaneous.rst:1049
780 msgid ""
781 "#630\\|<br/><br/><label>Subjects--Uniform Titles: </label>\\|{\\\\n630a}"
782 "{ 630b }{ 630c }{ 630d }{ 630e }{ 630f }{ 630g }{ 630h }{--630k }{ 630l }"
783 "{ 630m }{ 630n }{ 630o }{--630p}{ 630r }{ 630s }{ 630t }{--630x}{--630z}"
784 "{--630y}{--630v}\\|"
785 msgstr ""
786
787 #: ../../source/17_miscellaneous.rst:665
788 msgid ""
789 "#648\\|<br/><br/><label>Subjects--Chronological Terms: </label>\\|{\\"
790 "\\n6483 }{\\\\n648a }{--648x}{--648z}{--648y}{--648v}\\|"
791 msgstr ""
792
793 #: ../../source/17_miscellaneous.rst:668
794 msgid ""
795 "#650\\|<br/><br/><label>Subjects--Topical Terms: </label>\\|{\\\\n6503 }{\\"
796 "\\n650a}{ 650b }{ 650c }{ 650d }{ 650e }{--650x}{--650z}{--650y}{--650v}\\|"
797 msgstr ""
798
799 #: ../../source/17_miscellaneous.rst:672
800 #: ../../source/17_miscellaneous.rst:1060
801 msgid ""
802 "#651\\|<br/><br/><label>Subjects--Geographic Terms: </label>\\|{\\\\n6513 }"
803 "{\\\\n651a}{ 651b }{ 651c }{ 651d }{ 651e }{--651x}{--651z}{--651y}"
804 "{--651v}\\|"
805 msgstr ""
806
807 #: ../../source/17_miscellaneous.rst:676
808 #: ../../source/17_miscellaneous.rst:1064
809 msgid "#653\\|<br/><br/><label>Subjects--Index Terms: </label>\\|{ 653a }\\|"
810 msgstr ""
811
812 #: ../../source/17_miscellaneous.rst:678
813 #: ../../source/17_miscellaneous.rst:1066
814 msgid ""
815 "#654\\|<br/><br/><label>Subjects--Facted Index Terms: </label>\\|{\\\\n6543 }"
816 "{\\\\n654a}{--654b}{--654x}{--654z}{--654y}{--654v}\\|"
817 msgstr ""
818
819 #: ../../source/17_miscellaneous.rst:681
820 #: ../../source/17_miscellaneous.rst:1069
821 msgid ""
822 "#655\\|<br/><br/><label>Index Terms--Genre/Form: </label>\\|{\\\\n6553 }{\\"
823 "\\n655a}{--655b}{--655x }{--655z}{--655y}{--655v}\\|"
824 msgstr ""
825
826 #: ../../source/17_miscellaneous.rst:684
827 #: ../../source/17_miscellaneous.rst:1072
828 msgid ""
829 "#656\\|<br/><br/><label>Index Terms--Occupation: </label>\\|{\\\\n6563 }{\\"
830 "\\n656a}{--656k}{--656x}{--656z}{--656y}{--656v}\\|"
831 msgstr ""
832
833 #: ../../source/17_miscellaneous.rst:687
834 #: ../../source/17_miscellaneous.rst:1075
835 msgid ""
836 "#657\\|<br/><br/><label>Index Terms--Function: </label>\\|{\\\\n6573 }{\\"
837 "\\n657a}{--657x}{--657z}{--657y}{--657v}\\|"
838 msgstr ""
839
840 #: ../../source/17_miscellaneous.rst:690
841 #: ../../source/17_miscellaneous.rst:1078
842 msgid ""
843 "#658\\|<br/><br/><label>Index Terms--Curriculum Objective: </label>\\|{\\"
844 "\\n658a}{--658b}{--658c}{--658d}{--658v}\\|"
845 msgstr ""
846
847 #: ../../source/17_miscellaneous.rst:693
848 #: ../../source/17_miscellaneous.rst:1081
849 msgid "#050\\|<br/><br/><label>LC Class. No.: </label>\\|{ 050a }{ / 050b }\\|"
850 msgstr ""
851
852 #: ../../source/17_miscellaneous.rst:695
853 #: ../../source/17_miscellaneous.rst:1083
854 msgid ""
855 "#082\\|<br/><br/><label>Dewey Class. No.: </label>\\|{ 082a }{ / 082b }\\|"
856 msgstr ""
857
858 #: ../../source/17_miscellaneous.rst:697
859 #: ../../source/17_miscellaneous.rst:1085
860 msgid ""
861 "#080\\|<br/><br/><label>Universal Decimal Class. No.: </label>\\|{ 080a }"
862 "{ 080x }{ / 080b }\\|"
863 msgstr ""
864
865 #: ../../source/17_miscellaneous.rst:700
866 #: ../../source/17_miscellaneous.rst:1088
867 msgid ""
868 "#070\\|<br/><br/><label>National Agricultural Library Call No.: </label>\\|"
869 "{ 070a }{ / 070b }\\|"
870 msgstr ""
871
872 #: ../../source/17_miscellaneous.rst:703
873 #: ../../source/17_miscellaneous.rst:1091
874 msgid ""
875 "#060\\|<br/><br/><label>National Library of Medicine Call No.: </label>\\|"
876 "{ 060a }{ / 060b }\\|"
877 msgstr ""
878
879 #: ../../source/17_miscellaneous.rst:706
880 #: ../../source/17_miscellaneous.rst:1094
881 msgid "#074\\|<br/><br/><label>GPO Item No.: </label>\\|{ 074a }\\|"
882 msgstr ""
883
884 #: ../../source/17_miscellaneous.rst:708
885 #: ../../source/17_miscellaneous.rst:1096
886 msgid "#086\\|<br/><br/><label>Gov. Doc. Class. No.: </label>\\|{ 086a }\\|"
887 msgstr ""
888
889 #: ../../source/17_miscellaneous.rst:710
890 #: ../../source/17_miscellaneous.rst:1098
891 msgid "#088\\|<br/><br/><label>Report. No.: </label>\\|{ 088a }\\|"
892 msgstr ""
893
894 #: ../../source/17_miscellaneous.rst:715
895 #, fuzzy
896 msgid "UNIMARC Default"
897 msgstr "Padrão"
898
899 #: ../../source/17_miscellaneous.rst:717
900 msgid ""
901 "#200\\|<h2>Title : \\|{200a}{. 200c}{ : 200e}{200d}{. 200h}{. 200i}\\|</h2>"
902 msgstr ""
903
904 #: ../../source/17_miscellaneous.rst:719
905 msgid ""
906 "#461\\|<label class=\"ipt\">A part of : </label>\\|<a href=\"/cgi-bin/koha/"
907 "catalogue/search.pl?op=do\\_search{&q=461t&idx=ti}\">{461t}</a>{N∞ 461h} {v. "
908 "461v}{(461d)}<br/>\\|"
909 msgstr ""
910
911 #: ../../source/17_miscellaneous.rst:723
912 msgid ""
913 "#200b\\|<label class=\"ipt\">Material Designation : </label>\\| {200b }\\|"
914 "<br/>"
915 msgstr ""
916
917 #: ../../source/17_miscellaneous.rst:726
918 msgid ""
919 "#101a\\|<label class=\"ipt\">Language(s): </label>\\|<a href=\"/cgi-bin/koha/"
920 "catalogue/search.pl?op=do\\_search{&q=101a&idx=ln}\">{101a}</a>\\|<br/>"
921 msgstr ""
922
923 #: ../../source/17_miscellaneous.rst:729
924 msgid ""
925 "#200f\\|<label class=\"ipt\">Authors : </label>\\|<a href=\"/cgi-bin/koha/"
926 "catalogue/search.pl?op=do\\_search{&q=200f&idx=au}\">{200f ; }</a>\\|<br/>"
927 msgstr ""
928
929 #: ../../source/17_miscellaneous.rst:733
930 msgid ""
931 "#200g\\|<label class=\"ipt\">Co-authors : </label>\\|<a href=\"/cgi-bin/koha/"
932 "catalogue/search.pl?op=do\\_search{&q=200g&idx=au}\">{200g ; }</a>\\|<br/>"
933 msgstr ""
934
935 #: ../../source/17_miscellaneous.rst:737
936 msgid ""
937 "#210a\\|<br/><label class=\"ipt\">Place of pubblication : </label>\\|<a href="
938 "\"/cgi-bin/koha/catalogue/search.pl?op=do\\_search&idx=pl&q={210a}\">{210a}</"
939 "a>\\|<br/>"
940 msgstr ""
941
942 #: ../../source/17_miscellaneous.rst:740
943 msgid ""
944 "#210c\\|<label class=\"ipt\">Publisher : </label>\\|<a href=\"/cgi-bin/koha/"
945 "catalogue/search.pl?op=do\\_search&idx=pb&q={210c}\">{210c ; }</a>\\|<br/>"
946 msgstr ""
947
948 #: ../../source/17_miscellaneous.rst:744
949 msgid ""
950 "#210d\\|<label class=\"ipt\">Date of pubblication : </label>\\|{ 210d}\\|<br/"
951 ">"
952 msgstr ""
953
954 #: ../../source/17_miscellaneous.rst:747
955 msgid ""
956 "#215\\|<label class=\"ipt\">Description : </label>\\|{215a}{ : 215c}{ ; 215d}"
957 "{ + 215e}\\|<br/>"
958 msgstr ""
959
960 #: ../../source/17_miscellaneous.rst:750
961 msgid ""
962 "#225a\\|<label class=\"ipt\">Series :</label>\\|<a href=\"/cgi-bin/koha/"
963 "catalogue/search.pl?op=do\\_search{&q=225a&idx=se}\">{225a ;}</a> \\|"
964 msgstr ""
965
966 #: ../../source/17_miscellaneous.rst:754
967 msgid ""
968 "#225\\|\\|{ = 225d}{ : 225e}{. 225h}{. 225i}{ / 225f}{, 225x}{ ; 225v}\\|<br/"
969 ">"
970 msgstr ""
971
972 #: ../../source/17_miscellaneous.rst:757
973 msgid "#686\\|<label>Classification : </label>\\|{ 686a }\\|<br/>"
974 msgstr ""
975
976 #: ../../source/17_miscellaneous.rst:759
977 msgid ""
978 "#608\\|<label>Form, Genre : </label>\\|<a href=\"/cgi-bin/koha/catalogue/"
979 "search.pl?op=do\\_search&idx=su&q={608a}\"><img border=\"0\" src=\"/opac-"
980 "tmpl/css/en/images/filefind.png\" height=\"15\" title=\"Search on "
981 "{608a}\">{ 608a}</a>\\|<br/><br/>"
982 msgstr ""
983
984 #: ../../source/17_miscellaneous.rst:764
985 msgid "#200\\|\\|<label class=\"ipt\">Subjects : </label><br/>\\|<ul>"
986 msgstr ""
987
988 #: ../../source/17_miscellaneous.rst:766
989 msgid ""
990 "#600\\|<label class=\"ipt\">Person(s) </label><br/> \\|<li><a href=\"/cgi-"
991 "bin/koha/catalogue/search.pl?op=do\\_search&idx=su&q={600a}\"><img border="
992 "\"0\" src=\"/opac-tmpl/css/en/images/filefind.png\" height=\"15\" title="
993 "\"Search on {600a}\">{ 600a}</a></li>\\|<br/>"
994 msgstr ""
995
996 #: ../../source/17_miscellaneous.rst:771
997 msgid ""
998 "#601\\|<label class=\"ipt\">Organisation(s) </label><br/>\\|<li><a href=\"/"
999 "cgi-bin/koha/catalogue/search.pl?op=do\\_search&idx=su&q={601a}\"><img "
1000 "border=\"0\" src=\"/opac-tmpl/css/en/images/filefind.png\" height=\"15\" "
1001 "title=\"Search on {601a}\">{ 601a}</a></li>\\|<br/>"
1002 msgstr ""
1003
1004 #: ../../source/17_miscellaneous.rst:776
1005 msgid ""
1006 "#606\\|<label class=\"ipt\">Term(s) </label><br/>\\|<li><a href=\"/cgi-bin/"
1007 "koha/catalogue/search.pl?op=do\\_search&idx=su&q={606a}\"><img border=\"0\" "
1008 "src=\"/opac-tmpl/css/en/images/filefind.png\" height=\"15\" title=\"Search "
1009 "on {606a}\">{ 606a}</a></li>\\|<br/>"
1010 msgstr ""
1011
1012 #: ../../source/17_miscellaneous.rst:781
1013 msgid ""
1014 "#607\\|<label class=\"ipt\">Place(s) </label><br/>\\|<li><a href=\"/cgi-bin/"
1015 "koha/catalogue/search.pl?op=do\\_search&idx=su&q={607a}\"><img border=\"0\" "
1016 "src=\"/opac-tmpl/css/en/images/filefind.png\" height=\"15\" title=\"Search "
1017 "on {607a}\">{ 607a}</a></li>\\|<br/>"
1018 msgstr ""
1019
1020 #: ../../source/17_miscellaneous.rst:786
1021 msgid ""
1022 "#610\\|<label>Keywords</label><br/>\\|<li><a href=\"/cgi-bin/koha/catalogue/"
1023 "search.pl?op=do\\_search&idx=su&q={610a}\"><img border=\"0\" src=\"/opac-"
1024 "tmpl/css/en/images/filefind.png\" height=\"15\" title=\"Search on "
1025 "{610a}\">{ 610a}</a></li>\\|"
1026 msgstr ""
1027
1028 #: ../../source/17_miscellaneous.rst:791 ../../source/17_miscellaneous.rst:814
1029 msgid "#200\\|\\|</ul>\\|"
1030 msgstr ""
1031
1032 #: ../../source/17_miscellaneous.rst:793
1033 msgid ""
1034 "#856\\|<label class=\"ipt\">Electronic resource : </label>\\|<a href="
1035 "\"{856u}\">click here</a> to go to the external resource<br/>"
1036 msgstr ""
1037
1038 #: ../../source/17_miscellaneous.rst:796
1039 msgid "#010\\|<label class=\"ipt\">ISBN : </label>\\|{010a ;}\\|<br/>"
1040 msgstr ""
1041
1042 #: ../../source/17_miscellaneous.rst:798
1043 msgid "#011\\|<label class=\"ipt\">ISSN : </label>\\|{011a ;}\\|<br/>"
1044 msgstr ""
1045
1046 #: ../../source/17_miscellaneous.rst:800
1047 msgid "#200\\|\\|<label class=\"ipt\">Notes : </label>\\|<br/><ul>"
1048 msgstr ""
1049
1050 #: ../../source/17_miscellaneous.rst:802
1051 msgid "#300\\|\\|<li>{300a}</li>\\|"
1052 msgstr ""
1053
1054 #: ../../source/17_miscellaneous.rst:804
1055 msgid "#307\\|\\|<li>{307a}</li>\\|"
1056 msgstr ""
1057
1058 #: ../../source/17_miscellaneous.rst:806
1059 msgid "#310\\|\\|<li>{310a}</li>\\|"
1060 msgstr ""
1061
1062 #: ../../source/17_miscellaneous.rst:808
1063 msgid "#326\\|\\|<li>{326a}</li>\\|"
1064 msgstr ""
1065
1066 #: ../../source/17_miscellaneous.rst:810
1067 msgid "#327\\|\\|<li>{327a}</li>\\|"
1068 msgstr ""
1069
1070 #: ../../source/17_miscellaneous.rst:812
1071 msgid "#333\\|<li>Public : \\|{333a}</li>\\|"
1072 msgstr ""
1073
1074 #: ../../source/17_miscellaneous.rst:816
1075 msgid "#330\\|\\|<label class=\"ipt\">Abstract : </label>\\|<br/>"
1076 msgstr ""
1077
1078 #: ../../source/17_miscellaneous.rst:818
1079 msgid "#330\\|\\|{330a}\\|<br/>"
1080 msgstr ""
1081
1082 #: ../../source/17_miscellaneous.rst:820
1083 msgid "#200\\|\\|<br/><h2>Items</h2>\\|"
1084 msgstr ""
1085
1086 #: ../../source/17_miscellaneous.rst:822
1087 msgid ""
1088 "#200\\|<table>\\|<th>Call number</th><th>Copy note</th><th>Fonds</"
1089 "th><th>Genre detail</th><th>Circulation type</th><th>Barcode</th>\\|"
1090 msgstr ""
1091
1092 #: ../../source/17_miscellaneous.rst:826
1093 msgid ""
1094 "#995\\|\\|<tr><td> {995k}</td><td> {995u}</td><td> {995y}</td><td>{995e}  </"
1095 "td><td> {995o}</td><td>{995f}</td></tr>\\|</table>"
1096 msgstr ""
1097
1098 #: ../../source/17_miscellaneous.rst:833
1099 msgid "OPACISBD Defaults"
1100 msgstr ""
1101
1102 #: ../../source/17_miscellaneous.rst:835
1103 msgid "Default values for the :ref:`OPACISBD` preference."
1104 msgstr ""
1105
1106 #: ../../source/17_miscellaneous.rst:840
1107 msgid "MARC"
1108 msgstr "MARC"
1109
1110 #: ../../source/17_miscellaneous.rst:861
1111 msgid ""
1112 "#254\\|, \\|{ 254a }\\| #255\\|, \\|{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }"
1113 "{ 255f }{ 255g }\\| #256\\|, \\|{ 256a }\\|"
1114 msgstr ""
1115
1116 #: ../../source/17_miscellaneous.rst:872
1117 msgid "#306\\| - \\|{ 306a }\\| #307\\| - \\|{ 307a }{ 307b }\\|"
1118 msgstr ""
1119
1120 #: ../../source/17_miscellaneous.rst:895
1121 msgid ""
1122 "#440\\| - \\|{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }\\|. #490\\| - \\|"
1123 "{ 490a }{ 490v }{ 490x }\\|."
1124 msgstr ""
1125
1126 #: ../../source/17_miscellaneous.rst:925
1127 msgid ""
1128 "#507\\|<br/><br/>\\|{ 507a }{ 507b }\\| #508\\|<br/><br/>\\|{ 508a }"
1129 "{ 508a }\\|"
1130 msgstr ""
1131
1132 #: ../../source/17_miscellaneous.rst:976
1133 msgid ""
1134 "#545\\|<br/><br/>\\|{\\\\n545a }{ 545b }{\\\\n545u }\\| #546\\|<br/><br/>\\|"
1135 "{\\\\n5463 }{\\\\n546a }{ 546b }\\|"
1136 msgstr ""
1137
1138 #: ../../source/17_miscellaneous.rst:979
1139 msgid "#547\\|<br/><br/>\\|{\\\\n547a }\\| #550\\|<br/><br/>\\|{ 550a }\\|"
1140 msgstr ""
1141
1142 #: ../../source/17_miscellaneous.rst:987
1143 msgid ""
1144 "#556\\|<br/><br/>\\|{ 556a }{ 506z }\\| #563\\|<br/><br/>\\|{ 5633 }{ 563a }"
1145 "{ 563u }\\|"
1146 msgstr ""
1147
1148 #: ../../source/17_miscellaneous.rst:1054
1149 msgid ""
1150 "#648\\|<br/><br/><label>Subjects--Chronological Terms: </label>\\|{\\"
1151 "\\n6483 }{\\\\n648a }{--648x}{--648z}{--648y}{--648v}\\| #650\\|<br/><br/"
1152 "><label>Subjects--Topical Terms: </label>\\|{\\\\n6503 }{\\\\n650a}{ 650b }"
1153 "{ 650c }{ 650d }{ 650e }{--650x}{--650z}{--650y}{--650v}\\|"
1154 msgstr ""
1155
1156 #: ../../source/17_miscellaneous.rst:1101
1157 #, fuzzy
1158 msgid "Configuring Receipt Printers"
1159 msgstr "Confirmar exclusão de impressora "
1160
1161 #: ../../source/17_miscellaneous.rst:1103
1162 msgid ""
1163 "The following instructions are for specific receipt printers, but can "
1164 "probably be used to help with setup of other brands as well."
1165 msgstr ""
1166
1167 #: ../../source/17_miscellaneous.rst:1109
1168 msgid "For Epson TM-T88III (3) & TM-T88IV (4) Printers"
1169 msgstr ""
1170
1171 #: ../../source/17_miscellaneous.rst:1114
1172 #, fuzzy
1173 msgid "In the Print Driver"
1174 msgstr "`Impressoras <#printersfaq>`__"
1175
1176 #: ../../source/17_miscellaneous.rst:1116
1177 msgid ""
1178 "For these instructions, we are using version 5,0,3,0 of the Epson TM-T88III "
1179 "print driver; the EPSON TM-T88IV version is ReceiptE4. Register at the "
1180 "`EpsonExpert Technical Resource Center website <https://www.epsonexpert.com/"
1181 "login>`__ to gain access to the drivers; go to Technical Resources, then "
1182 "choose the printer model from the Printers drop-down list."
1183 msgstr ""
1184
1185 #: ../../source/17_miscellaneous.rst:1123
1186 msgid ""
1187 "Click Start > Printers and Faxes > Right click the receipt printer > "
1188 "Properties:"
1189 msgstr ""
1190
1191 #: ../../source/17_miscellaneous.rst:1126
1192 msgid "Advanced Tab, click Printing Defaults button"
1193 msgstr ""
1194
1195 #: ../../source/17_miscellaneous.rst:1128
1196 #: ../../source/17_miscellaneous.rst:1165
1197 msgid "Layout Tab: Paper size: Roll Paper 80 x 297mm"
1198 msgstr ""
1199
1200 #: ../../source/17_miscellaneous.rst:1130
1201 #: ../../source/17_miscellaneous.rst:1167
1202 msgid "TM-T88III: Layout Tab: Check Reduce Printing and Fit to Printable Width"
1203 msgstr ""
1204
1205 #: ../../source/17_miscellaneous.rst:1133
1206 msgid ""
1207 "TM-T88IV: Check Reduced Size Print; Click OK on the popup window that "
1208 "appears. Fit to Printable Width should be automatically selected."
1209 msgstr ""
1210
1211 #: ../../source/17_miscellaneous.rst:1136
1212 msgid "OK your way out of there."
1213 msgstr ""
1214
1215 #: ../../source/17_miscellaneous.rst:1141
1216 #: ../../source/17_miscellaneous.rst:1211
1217 msgid "In Firefox"
1218 msgstr ""
1219
1220 #: ../../source/17_miscellaneous.rst:1143
1221 #: ../../source/17_miscellaneous.rst:1213
1222 msgid "Under File > Page Setup:"
1223 msgstr ""
1224
1225 #: ../../source/17_miscellaneous.rst:1145
1226 #: ../../source/17_miscellaneous.rst:1215
1227 msgid "Shrink to fit page on Format & Options tab"
1228 msgstr ""
1229
1230 #: ../../source/17_miscellaneous.rst:1147
1231 #: ../../source/17_miscellaneous.rst:1217
1232 msgid ""
1233 "0,0,0,0 for Margins on Margins & Header/Footer Tab. This makes the receipts "
1234 "use all available space on the paper roll."
1235 msgstr ""
1236
1237 #: ../../source/17_miscellaneous.rst:1150
1238 #: ../../source/17_miscellaneous.rst:1220
1239 msgid ""
1240 "Set all Headers/Footers to -blank-. This removes all of the gunk you might "
1241 "normally find on a print from Firefox, such as the URL, number of pages, etc."
1242 msgstr ""
1243
1244 #: ../../source/17_miscellaneous.rst:1154
1245 #: ../../source/17_miscellaneous.rst:1224
1246 #: ../../source/17_miscellaneous.rst:1326
1247 #, fuzzy
1248 msgid "Click OK"
1249 msgstr "Clique aqui"
1250
1251 #: ../../source/17_miscellaneous.rst:1156
1252 #: ../../source/17_miscellaneous.rst:1226
1253 msgid ""
1254 "Set the default printer settings in Firefox so you don't see a \"Print\" "
1255 "dialog:"
1256 msgstr ""
1257
1258 #: ../../source/17_miscellaneous.rst:1159
1259 #: ../../source/17_miscellaneous.rst:1229
1260 msgid "Go to File > Print"
1261 msgstr ""
1262
1263 #: ../../source/17_miscellaneous.rst:1161
1264 #: ../../source/17_miscellaneous.rst:1231
1265 msgid "Set the Printer to the receipt printer."
1266 msgstr ""
1267
1268 #: ../../source/17_miscellaneous.rst:1163
1269 #, fuzzy
1270 msgid "Click the Advanced (or Properties) button"
1271 msgstr "Clique no botão \"Pagar Quantia\""
1272
1273 #: ../../source/17_miscellaneous.rst:1170
1274 msgid ""
1275 "TM-T88IV: Check Reduced Size Print; click OK on the popup window that "
1276 "appears. Fit to Printable Width should be automatically selected."
1277 msgstr ""
1278
1279 #: ../../source/17_miscellaneous.rst:1173
1280 msgid "OK your way out, go ahead and print whatever page you are on."
1281 msgstr ""
1282
1283 #: ../../source/17_miscellaneous.rst:1175
1284 #: ../../source/17_miscellaneous.rst:1235
1285 msgid ""
1286 "Type about:config, in the address bar. Click \"I'll be careful, I promise!\" "
1287 "on the warning message."
1288 msgstr ""
1289
1290 #: ../../source/17_miscellaneous.rst:1178
1291 #: ../../source/17_miscellaneous.rst:1238
1292 msgid "Type, print.always in Filter."
1293 msgstr ""
1294
1295 #: ../../source/17_miscellaneous.rst:1180
1296 msgid "Look for print.always\\_print\\_silent."
1297 msgstr ""
1298
1299 #: ../../source/17_miscellaneous.rst:1182
1300 #: ../../source/17_miscellaneous.rst:1242
1301 #, fuzzy
1302 msgid "If the preference is there then set the value to true."
1303 msgstr ""
1304 "Estas preferências irão suplantar quaisquer definições feitas pelas "
1305 "categorias de usuário"
1306
1307 #: ../../source/17_miscellaneous.rst:1184
1308 #: ../../source/17_miscellaneous.rst:1244
1309 msgid ""
1310 "If the preference is not there (and it shouldn't be in most browsers) you "
1311 "have to add the preference."
1312 msgstr ""
1313
1314 #: ../../source/17_miscellaneous.rst:1187
1315 #: ../../source/17_miscellaneous.rst:1247
1316 msgid "Right click the preference area and select New > Boolean"
1317 msgstr ""
1318
1319 #: ../../source/17_miscellaneous.rst:1189
1320 msgid ""
1321 "Type print.always\\_print\\_silent in the dialog box and set the value to "
1322 "True. This sets the print settings in Firefox to always use the same "
1323 "settings and print without showing a dialog box."
1324 msgstr ""
1325
1326 #: ../../source/17_miscellaneous.rst:1193
1327 #: ../../source/17_miscellaneous.rst:1253
1328 #, fuzzy
1329 msgid "**Warning**"
1330 msgstr "Atenção"
1331
1332 #: ../../source/17_miscellaneous.rst:1195
1333 #: ../../source/17_miscellaneous.rst:1255
1334 msgid ""
1335 "Setting the print.always\\_print\\_silent setting in about:config DISABLES "
1336 "the ability to choose a printer in Firefox."
1337 msgstr ""
1338
1339 #: ../../source/17_miscellaneous.rst:1201
1340 msgid "For Epson TM-T88II (2) Printers"
1341 msgstr ""
1342
1343 #: ../../source/17_miscellaneous.rst:1203
1344 msgid ""
1345 "Register at the `EpsonExpert Technical Resource Center website <https://www."
1346 "epsonexpert.com/login>`__ to gain access to the drivers; go to Technical "
1347 "Resources, then choose the printer model from the Printers drop-down list."
1348 msgstr ""
1349
1350 #: ../../source/17_miscellaneous.rst:1233
1351 #, fuzzy
1352 msgid "Print whatever page you are on."
1353 msgstr "voltar para onde você estava antes."
1354
1355 #: ../../source/17_miscellaneous.rst:1240
1356 msgid "Look for, print.always\\_print\\_silent."
1357 msgstr ""
1358
1359 #: ../../source/17_miscellaneous.rst:1249
1360 msgid ""
1361 "Type, print.always\\_print\\_silent in the dialog box and set the value to "
1362 "True. This sets the print settings in Firefox to always use the same "
1363 "settings and print without showing a dialog box."
1364 msgstr ""
1365
1366 #: ../../source/17_miscellaneous.rst:1261
1367 #, fuzzy
1368 msgid "For Star SP542 Printers"
1369 msgstr "`Impressoras <#printersfaq>`__"
1370
1371 #: ../../source/17_miscellaneous.rst:1266
1372 #, fuzzy
1373 msgid "Installing the Printer"
1374 msgstr "`Editando autoridades <#editauthorities>`__"
1375
1376 #: ../../source/17_miscellaneous.rst:1268
1377 msgid ""
1378 "While the following comments are based on the Star SP542 receipt printer, "
1379 "they probably apply to all printers in the SP5xx series."
1380 msgstr ""
1381
1382 #: ../../source/17_miscellaneous.rst:1271
1383 msgid ""
1384 "The Star SP542 receipt printer works well with Koha and **Firefox on Windows "
1385 "XP SP3**. This printer, with either the parallel or USB interface, is fairly "
1386 "easy to install and configure. You will need the following executable file "
1387 "which is available from numerous places on the Internet:"
1388 msgstr ""
1389
1390 #: ../../source/17_miscellaneous.rst:1277
1391 msgid "linemode\\_2k-xp\\_20030205.exe"
1392 msgstr ""
1393
1394 #: ../../source/17_miscellaneous.rst:1279
1395 msgid ""
1396 "This executable actually does all of the installation; you will not need to "
1397 "use the Microsoft Windows \"Add Printer\" program. We recommend that when "
1398 "installing, the option for the software monitor not be selected; we have "
1399 "experienced significant pauses and delays in printing with it. Instead, "
1400 "simply choose to install the receipt printer without the monitor."
1401 msgstr ""
1402
1403 #: ../../source/17_miscellaneous.rst:1286
1404 msgid ""
1405 "Additionally, the install program may not put the printer on the correct "
1406 "port, especially if using the USB interface. This is easily corrected by "
1407 "going to \"Start -> Printers and Faxes -> Properties for the SP542 printer -"
1408 "> Ports\", then check the appropriate port."
1409 msgstr ""
1410
1411 #: ../../source/17_miscellaneous.rst:1291
1412 msgid ""
1413 "A reboot may be required, even if not indicated by the installation software "
1414 "or the operating system."
1415 msgstr ""
1416
1417 #: ../../source/17_miscellaneous.rst:1294
1418 msgid ""
1419 "**Windows 7** users should refer to this page: http://www.starmicronics.com/"
1420 "supports/win7.aspx."
1421 msgstr ""
1422
1423 #: ../../source/17_miscellaneous.rst:1300
1424 #, fuzzy
1425 msgid "Configuring Firefox to Print to Receipt Printer"
1426 msgstr "`Imprimindo Recibos <#printcircreceipt>`__"
1427
1428 #: ../../source/17_miscellaneous.rst:1302
1429 msgid "Open File > Page Setup"
1430 msgstr ""
1431
1432 #: ../../source/17_miscellaneous.rst:1304
1433 msgid "Make all the headers and footers blank"
1434 msgstr ""
1435
1436 #: ../../source/17_miscellaneous.rst:1306
1437 #, fuzzy
1438 msgid "Set the margins to 0 (zero)"
1439 msgstr "Configurar todos os fundos para zero"
1440
1441 #: ../../source/17_miscellaneous.rst:1308
1442 msgid "In the address bar of Firefox, type about:config"
1443 msgstr ""
1444
1445 #: ../../source/17_miscellaneous.rst:1310
1446 msgid "Search for print.always\\_print\\_silent and double click it"
1447 msgstr ""
1448
1449 #: ../../source/17_miscellaneous.rst:1312
1450 #, fuzzy
1451 msgid "Change it from false to true"
1452 msgstr "Alterar nota interna"
1453
1454 #: ../../source/17_miscellaneous.rst:1314
1455 msgid ""
1456 "This lets you skip the Print pop up box that comes up, as well as skipping "
1457 "the step where you have to click OK, automatically printing the right sized "
1458 "slip."
1459 msgstr ""
1460
1461 #: ../../source/17_miscellaneous.rst:1318
1462 msgid "If print.always\\_print\\_silent does not come up"
1463 msgstr ""
1464
1465 #: ../../source/17_miscellaneous.rst:1320
1466 msgid "Right click on a blank area of the preference window"
1467 msgstr ""
1468
1469 #: ../../source/17_miscellaneous.rst:1322
1470 #, fuzzy
1471 msgid "Select new > Boolean"
1472 msgstr "Selecionar nota"
1473
1474 #: ../../source/17_miscellaneous.rst:1324
1475 msgid "Enter \"print.always\\_print\\_silent\" as the name (without quotes)"
1476 msgstr ""
1477
1478 #: ../../source/17_miscellaneous.rst:1328
1479 #, fuzzy
1480 msgid "Select true for the value"
1481 msgstr "Selecione o tipo de material"
1482
1483 #: ../../source/17_miscellaneous.rst:1330
1484 msgid "You may also want to check what is listed for print.print\\_printer"
1485 msgstr ""
1486
1487 #: ../../source/17_miscellaneous.rst:1332
1488 msgid ""
1489 "You may have to choose Generic/Text Only (or whatever your receipt printer "
1490 "might be named)"
1491 msgstr ""
1492
1493 #: ../../source/17_miscellaneous.rst:1336
1494 #, fuzzy
1495 msgid "Notice & Slips Guides"
1496 msgstr "Avisos &amp; Etiquetas rápidas"
1497
1498 #: ../../source/17_miscellaneous.rst:1341
1499 #, fuzzy
1500 msgid "Field Guide for Notices & Slips"
1501 msgstr "`Mensagens &amp; Comprovantes <#notices>`__"
1502
1503 #: ../../source/17_miscellaneous.rst:1343
1504 msgid ""
1505 "This guide will break down the notices and slips information in 3 ways. "
1506 "First it will tell you what file generates the notice, then how you will "
1507 "present the item info in that notice and finally if the notice can be branch "
1508 "specific or not."
1509 msgstr ""
1510
1511 #: ../../source/17_miscellaneous.rst:1349
1512 #, fuzzy
1513 msgid "Letter Code"
1514 msgstr "Cartas "
1515
1516 #: ../../source/17_miscellaneous.rst:1349
1517 #, fuzzy
1518 msgid "Used In"
1519 msgstr "Usado em"
1520
1521 #: ../../source/17_miscellaneous.rst:1349
1522 #, fuzzy
1523 msgid "Detail tag"
1524 msgstr "Detalhes"
1525
1526 #: ../../source/17_miscellaneous.rst:1349
1527 msgid "Can be branch specific"
1528 msgstr ""
1529
1530 #: ../../source/17_miscellaneous.rst:1351
1531 #, fuzzy
1532 msgid "DUE"
1533 msgstr "DUE"
1534
1535 #: ../../source/17_miscellaneous.rst:1351
1536 #: ../../source/17_miscellaneous.rst:1353
1537 #: ../../source/17_miscellaneous.rst:1355
1538 #: ../../source/17_miscellaneous.rst:1357
1539 #, fuzzy
1540 msgid "advance\\_notices.pl"
1541 msgstr "Aviso prévio"
1542
1543 #: ../../source/17_miscellaneous.rst:1351
1544 #: ../../source/17_miscellaneous.rst:1353
1545 #: ../../source/17_miscellaneous.rst:1355
1546 #: ../../source/17_miscellaneous.rst:1357
1547 msgid "<<items.content>>"
1548 msgstr ""
1549
1550 #: ../../source/17_miscellaneous.rst:1351
1551 #: ../../source/17_miscellaneous.rst:1353
1552 #: ../../source/17_miscellaneous.rst:1355
1553 #: ../../source/17_miscellaneous.rst:1357
1554 #: ../../source/17_miscellaneous.rst:1387
1555 msgid "No"
1556 msgstr "Não"
1557
1558 #: ../../source/17_miscellaneous.rst:1353
1559 #, fuzzy
1560 msgid "DUEDGST"
1561 msgstr "DUEDGST"
1562
1563 #: ../../source/17_miscellaneous.rst:1355
1564 #, fuzzy
1565 msgid "PREDUE"
1566 msgstr "PREDUE "
1567
1568 #: ../../source/17_miscellaneous.rst:1357
1569 #, fuzzy
1570 msgid "PREDUEDGST"
1571 msgstr "PREDUEDGST "
1572
1573 #: ../../source/17_miscellaneous.rst:1359
1574 msgid "ODUE\\*"
1575 msgstr ""
1576
1577 #: ../../source/17_miscellaneous.rst:1359
1578 #, fuzzy
1579 msgid "overdue\\_notices.pl"
1580 msgstr "edit_notices "
1581
1582 #: ../../source/17_miscellaneous.rst:1359
1583 msgid "<<items.content>> or <item> </item>"
1584 msgstr ""
1585
1586 #: ../../source/17_miscellaneous.rst:1359
1587 #: ../../source/17_miscellaneous.rst:1361
1588 #: ../../source/17_miscellaneous.rst:1363
1589 #: ../../source/17_miscellaneous.rst:1365
1590 #: ../../source/17_miscellaneous.rst:1367
1591 #: ../../source/17_miscellaneous.rst:1373
1592 #: ../../source/17_miscellaneous.rst:1375
1593 #: ../../source/17_miscellaneous.rst:1377
1594 #: ../../source/17_miscellaneous.rst:1379
1595 #: ../../source/17_miscellaneous.rst:1381
1596 #: ../../source/17_miscellaneous.rst:1383
1597 #: ../../source/17_miscellaneous.rst:1385
1598 msgid "Yes"
1599 msgstr "Sim"
1600
1601 #: ../../source/17_miscellaneous.rst:1361
1602 #, fuzzy
1603 msgid "CHECKOUT"
1604 msgstr "EMPRESTAR"
1605
1606 #: ../../source/17_miscellaneous.rst:1361
1607 #: ../../source/17_miscellaneous.rst:1363
1608 #: ../../source/17_miscellaneous.rst:1365
1609 #, fuzzy
1610 msgid "C4/Circulation.pm"
1611 msgstr "Circulação"
1612
1613 #: ../../source/17_miscellaneous.rst:1361
1614 #: ../../source/17_miscellaneous.rst:1363
1615 #: ../../source/17_miscellaneous.rst:1365
1616 #: ../../source/17_miscellaneous.rst:1375
1617 #: ../../source/17_miscellaneous.rst:1377
1618 #: ../../source/17_miscellaneous.rst:1379
1619 #: ../../source/17_miscellaneous.rst:1381
1620 #: ../../source/17_miscellaneous.rst:1383
1621 #: ../../source/17_miscellaneous.rst:1385
1622 #: ../../source/17_miscellaneous.rst:1387
1623 msgid "N/A"
1624 msgstr "N/D"
1625
1626 #: ../../source/17_miscellaneous.rst:1363
1627 #, fuzzy
1628 msgid "RENEWAL"
1629 msgstr "RENEWAL "
1630
1631 #: ../../source/17_miscellaneous.rst:1365
1632 #, fuzzy
1633 msgid "TRANSFERSLIP"
1634 msgstr "TRANSFERSLIP "
1635
1636 #: ../../source/17_miscellaneous.rst:1367
1637 #, fuzzy
1638 msgid "ISSUESLIP"
1639 msgstr "ISSUESLIP "
1640
1641 #: ../../source/17_miscellaneous.rst:1367
1642 #: ../../source/17_miscellaneous.rst:1373
1643 #, fuzzy
1644 msgid "C4/Members.pm"
1645 msgstr "Usuários"
1646
1647 #: ../../source/17_miscellaneous.rst:1367
1648 #: ../../source/17_miscellaneous.rst:1373
1649 #, fuzzy
1650 msgid "<checkedout> </checkedout>"
1651 msgstr "Não está emprestado"
1652
1653 #: ../../source/17_miscellaneous.rst:1369
1654 #, fuzzy
1655 msgid "<overdue> </overdue>"
1656 msgstr "`Atrasos <#overduesreport>`__"
1657
1658 #: ../../source/17_miscellaneous.rst:1371
1659 msgid "<news> </news>"
1660 msgstr ""
1661
1662 #: ../../source/17_miscellaneous.rst:1373
1663 #, fuzzy
1664 msgid "ISSUEQSLIP"
1665 msgstr "ISSUEQSLIP "
1666
1667 #: ../../source/17_miscellaneous.rst:1375
1668 msgid "HOLDPLACED"
1669 msgstr ""
1670
1671 #: ../../source/17_miscellaneous.rst:1375
1672 #: ../../source/17_miscellaneous.rst:1377
1673 #, fuzzy
1674 msgid "C4/Reserves.pm"
1675 msgstr "Reservas"
1676
1677 #: ../../source/17_miscellaneous.rst:1377
1678 msgid "HOLD_SLIP"
1679 msgstr ""
1680
1681 #: ../../source/17_miscellaneous.rst:1379
1682 msgid "ASKED"
1683 msgstr ""
1684
1685 #: ../../source/17_miscellaneous.rst:1379
1686 #: ../../source/17_miscellaneous.rst:1381
1687 #: ../../source/17_miscellaneous.rst:1383
1688 #: ../../source/17_miscellaneous.rst:1385
1689 #, fuzzy
1690 msgid "C4/Suggestions.pm"
1691 msgstr "Sugestões"
1692
1693 #: ../../source/17_miscellaneous.rst:1381
1694 #, fuzzy
1695 msgid "CHECKED"
1696 msgstr "NÂO RETORNADO"
1697
1698 #: ../../source/17_miscellaneous.rst:1383
1699 msgid "ACCEPTED"
1700 msgstr ""
1701
1702 #: ../../source/17_miscellaneous.rst:1385
1703 #, fuzzy
1704 msgid "REJECTED"
1705 msgstr "RESTRITO"
1706
1707 #: ../../source/17_miscellaneous.rst:1387
1708 msgid "OPAC\\_REG\\_VERIFY"
1709 msgstr ""
1710
1711 #: ../../source/17_miscellaneous.rst:1387
1712 msgid "opac/opac-memberentry.pl"
1713 msgstr ""
1714
1715 #: ../../source/17_miscellaneous.rst:1391
1716 #, fuzzy
1717 msgid "Example Notice"
1718 msgstr "Exemplo de convite"
1719
1720 #: ../../source/17_miscellaneous.rst:1393
1721 msgid "Nicole Engard"
1722 msgstr "Nicole Engard"
1723
1724 #: ../../source/17_miscellaneous.rst:1395
1725 msgid "410 Library Rd."
1726 msgstr "410 Library Rd."
1727
1728 #: ../../source/17_miscellaneous.rst:1397
1729 msgid "Philadelphia, PA 19107"
1730 msgstr "Philadelphia, PA 19107"
1731
1732 #: ../../source/17_miscellaneous.rst:1399
1733 msgid "Dear Nicole Engard (23529000035726),"
1734 msgstr "Cara Nicole Engard (23529000035726),"
1735
1736 #: ../../source/17_miscellaneous.rst:1401
1737 msgid ""
1738 "According to our records, at the time of this notice, you have items that "
1739 "are overdue. Please return or renew them as soon as possible to avoid "
1740 "increasing late fines."
1741 msgstr ""
1742 "De acordo com nossos registros, no momento do presente, você tem itens que "
1743 "estão em atraso. Por favor, retorne ou renove-os o mais rapidamente possível "
1744 "para evitar o aumento das multas."
1745
1746 #: ../../source/17_miscellaneous.rst:1405
1747 msgid ""
1748 "If you have registered a password with the library, you may use it with your "
1749 "library card number to renew online."
1750 msgstr ""
1751 "Se você registrou uma senha na biblioteca, você pode usá-la com o número de "
1752 "usuário para renovar materiais online."
1753
1754 #: ../../source/17_miscellaneous.rst:1408
1755 msgid ""
1756 "If you believe you have returned the items below please call at and library "
1757 "staff will be happy to help resolve the issue."
1758 msgstr ""
1759 "Se tem a certeza que você devolveu os itens abaixo, por favor contacte a "
1760 "biblioteca e os técnicos terão todo o prazer em lhe resolver o problema."
1761
1762 #: ../../source/17_miscellaneous.rst:1411
1763 msgid "The following item(s) are currently overdue:"
1764 msgstr "Os exemplares a seguir estão atualmente em atraso:"
1765
1766 #: ../../source/17_miscellaneous.rst:1413
1767 msgid ""
1768 "07/08/2008 Creating drug-free schools and communities : 502326000054 Fox, C. "
1769 "Lynn."
1770 msgstr ""
1771 "07/08/2008 Criando escolas e comunidades livres das drogas : 502326000054 "
1772 "Fox, C. Lynn."
1773
1774 #: ../../source/17_miscellaneous.rst:1416
1775 msgid "06/27/2008 Eating fractions / 502326000022 McMillan, Bruce."
1776 msgstr "06/27/2008 Devorando a matemática / 502326000022 McMillan, Bruce."
1777
1778 #: ../../source/17_miscellaneous.rst:1418
1779 msgid "Sincerely, Library Staff"
1780 msgstr "Atenciosamente, Equipa Biblioteca"
1781
1782 #: ../../source/17_miscellaneous.rst:1421
1783 #, fuzzy
1784 msgid "Sample Serials"
1785 msgstr "Periódicos"
1786
1787 #: ../../source/17_miscellaneous.rst:1426
1788 msgid "Reader's Digest (0034-0375)"
1789 msgstr ""
1790
1791 #: ../../source/17_miscellaneous.rst:1428
1792 msgid "Published 12 times a year (monthly)"
1793 msgstr ""
1794
1795 #: ../../source/17_miscellaneous.rst:1430
1796 msgid ""
1797 "The Volume number changes every 6 months and the numbers continues on "
1798 "(requires an advanced pattern)."
1799 msgstr ""
1800
1801 #: ../../source/17_miscellaneous.rst:1433
1802 msgid "|image1069|"
1803 msgstr ""
1804
1805 #: ../../source/17_miscellaneous.rst:1438
1806 msgid "People Weekly (1076-0091)"
1807 msgstr ""
1808
1809 #: ../../source/17_miscellaneous.rst:1440
1810 #, fuzzy
1811 msgid "Published weekly"
1812 msgstr "Publicado entre"
1813
1814 #: ../../source/17_miscellaneous.rst:1442
1815 msgid ""
1816 "The website says \"on Saturday except the first week of August, Thanksgiving "
1817 "week, the first and last weeks of the year\" but this does not match the "
1818 "pattern for 2007 or 2008"
1819 msgstr ""
1820
1821 #: ../../source/17_miscellaneous.rst:1446
1822 msgid "In the Jul-Dec there are 26 issues"
1823 msgstr ""
1824
1825 #: ../../source/17_miscellaneous.rst:1448
1826 msgid ""
1827 "In the Jan-Jun there are 25 issues (no issue for the first week of January)"
1828 msgstr ""
1829
1830 #: ../../source/17_miscellaneous.rst:1451
1831 msgid ""
1832 "Since the irregularity on the first # 26 does not skip a week, this would be "
1833 "set up as to roll over on issue 25. The 26th issue in the second half of the "
1834 "year would have to be received as a supplemental."
1835 msgstr ""
1836
1837 #: ../../source/17_miscellaneous.rst:1455
1838 msgid ""
1839 "The irregularity check will complain that 52 issues were expected, but 25 "
1840 "entered. The current irregularity check can only check that the first "
1841 "position of the numbering pattern matches the expected issue count of the "
1842 "periodicity. But we do need to trigger the rollover on the volume, so we "
1843 "need to define the last two weeks of the year as irregularities. So we "
1844 "receive 50 issues the first 50 weeks, then one supplemental issue in week "
1845 "51, which we have to define the enumeration for, then the next predicted "
1846 "issue will be the following year's first week."
1847 msgstr ""
1848
1849 #: ../../source/17_miscellaneous.rst:1467
1850 msgid "Et-Mol"
1851 msgstr ""
1852
1853 #: ../../source/17_miscellaneous.rst:1469
1854 #, fuzzy
1855 msgid "This journal is published with the following rules:"
1856 msgstr "Formate seu arquivo com os seguintes campos "
1857
1858 #: ../../source/17_miscellaneous.rst:1471
1859 #, fuzzy
1860 msgid "6 issues a year (every 2 months)"
1861 msgstr "bimestral (de dois em dois meses)"
1862
1863 #: ../../source/17_miscellaneous.rst:1473
1864 msgid "year changes every 6 issues"
1865 msgstr ""
1866
1867 #: ../../source/17_miscellaneous.rst:1475
1868 msgid "we start in 2011"
1869 msgstr ""
1870
1871 #: ../../source/17_miscellaneous.rst:1477
1872 msgid "the issue number goes up indefinitely"
1873 msgstr ""
1874
1875 #: ../../source/17_miscellaneous.rst:1479
1876 msgid "starting from issue 215"
1877 msgstr ""
1878
1879 #: ../../source/17_miscellaneous.rst:1481
1880 msgid "The planning would look like this:"
1881 msgstr ""
1882
1883 #: ../../source/17_miscellaneous.rst:1483
1884 msgid "|image1070|"
1885 msgstr ""
1886
1887 #: ../../source/17_miscellaneous.rst:1488
1888 msgid "Backpacker (0277-867X)"
1889 msgstr ""
1890
1891 #: ../../source/17_miscellaneous.rst:1490
1892 msgid ""
1893 "Published 9 times a year irregularly. The issues continues while the volume "
1894 "and number rolls over every 9 issues. If you're holding Volume 41, Number 3, "
1895 "Issue 302 in your hand the prediction would look like this:"
1896 msgstr ""
1897
1898 #: ../../source/17_miscellaneous.rst:1495
1899 msgid "|image1071|"
1900 msgstr ""
1901
1902 #: ../../source/17_miscellaneous.rst:1497
1903 msgid "And the received issues would number like this:"
1904 msgstr ""
1905
1906 #: ../../source/17_miscellaneous.rst:1499
1907 msgid "41, no. 3, iss. 302"
1908 msgstr ""
1909
1910 #: ../../source/17_miscellaneous.rst:1501
1911 msgid "41, no. 4, iss. 303"
1912 msgstr ""
1913
1914 #: ../../source/17_miscellaneous.rst:1503
1915 msgid "41, no. 5, iss. 304"
1916 msgstr ""
1917
1918 #: ../../source/17_miscellaneous.rst:1505
1919 msgid "41, no. 6, iss. 305"
1920 msgstr ""
1921
1922 #: ../../source/17_miscellaneous.rst:1507
1923 msgid "41, no. 7, iss. 306"
1924 msgstr ""
1925
1926 #: ../../source/17_miscellaneous.rst:1509
1927 msgid "41, no. 8, iss. 307"
1928 msgstr ""
1929
1930 #: ../../source/17_miscellaneous.rst:1511
1931 msgid "41, no. 9, iss. 308"
1932 msgstr ""
1933
1934 #: ../../source/17_miscellaneous.rst:1513
1935 msgid "42, no. 1, iss. 309"
1936 msgstr ""
1937
1938 #: ../../source/17_miscellaneous.rst:1515
1939 msgid "42, no. 2, iss. 310"
1940 msgstr ""
1941
1942 #: ../../source/17_miscellaneous.rst:1517
1943 msgid "42, no. 3, iss. 311"
1944 msgstr ""
1945
1946 #: ../../source/17_miscellaneous.rst:1519
1947 msgid "42, no. 4, iss. 312"
1948 msgstr ""
1949
1950 #: ../../source/17_miscellaneous.rst:1524
1951 msgid "Keats-Shelley Journal (0453-4387)"
1952 msgstr ""
1953
1954 #: ../../source/17_miscellaneous.rst:1526
1955 msgid ""
1956 "This journal is published once per year in July.  The numbering follows this "
1957 "pattern:"
1958 msgstr ""
1959
1960 #: ../../source/17_miscellaneous.rst:1529
1961 msgid "Vol. 61 2013"
1962 msgstr ""
1963
1964 #: ../../source/17_miscellaneous.rst:1531
1965 msgid "Vol. 62 2014"
1966 msgstr ""
1967
1968 #: ../../source/17_miscellaneous.rst:1533
1969 msgid "Vol. 63 2015"
1970 msgstr ""
1971
1972 #: ../../source/17_miscellaneous.rst:1535
1973 msgid "Setup should look like this (if you're starting in July 2014):"
1974 msgstr ""
1975
1976 #: ../../source/17_miscellaneous.rst:1537
1977 msgid "|image1072|"
1978 msgstr ""
1979
1980 #: ../../source/17_miscellaneous.rst:1542
1981 msgid "Computers in Libraries (1041-7915)"
1982 msgstr ""
1983
1984 #: ../../source/17_miscellaneous.rst:1544
1985 msgid ""
1986 "Computers in Libraries is published ten times per year (monthly with January/"
1987 "February and July/August combined issues)."
1988 msgstr ""
1989
1990 #: ../../source/17_miscellaneous.rst:1547
1991 msgid "|image1073|"
1992 msgstr ""
1993
1994 #: ../../source/17_miscellaneous.rst:1549
1995 #, fuzzy
1996 msgid "|image1074|"
1997 msgstr "Gerenciar Imagens"
1998
1999 #: ../../source/17_miscellaneous.rst:1551
2000 msgid "|image1075|"
2001 msgstr ""
2002
2003 #: ../../source/17_miscellaneous.rst:1554
2004 msgid "Sample List & Cart Emails"
2005 msgstr ""
2006
2007 #: ../../source/17_miscellaneous.rst:1559
2008 msgid "Example Email from List"
2009 msgstr ""
2010
2011 #: ../../source/17_miscellaneous.rst:1561
2012 msgid "Below is an example of an email from a list in Koha."
2013 msgstr ""
2014
2015 #: ../../source/17_miscellaneous.rst:1607
2016 msgid "Example Email from Cart"
2017 msgstr ""
2018
2019 #: ../../source/17_miscellaneous.rst:1609
2020 msgid ""
2021 "Below is a sample of what an email from the Cart in Koha will look like:"
2022 msgstr ""
2023
2024 #: ../../source/17_miscellaneous.rst:1657
2025 msgid "Using Koha as a Content Management System (CMS)"
2026 msgstr ""
2027
2028 #: ../../source/17_miscellaneous.rst:1662
2029 msgid "Setup"
2030 msgstr "Configurar"
2031
2032 #: ../../source/17_miscellaneous.rst:1664
2033 msgid ""
2034 "These are instructions for taking a default install of Koha and allowing it "
2035 "to function as a little content management system. This will allow a library "
2036 "to publish an arbitrary number of pages based on a template. This example "
2037 "uses the template for the main opac page, but you could just as well use any "
2038 "template you wish with a bit more editing. This may be appropriate if you "
2039 "have a small library, want to allow librarians to easily add pages, and do "
2040 "not want to support a complete CMS."
2041 msgstr ""
2042
2043 #: ../../source/17_miscellaneous.rst:1672
2044 msgid ""
2045 "Copy /usr/share/koha/opac/cgi-bin/opac/opac-main.pl to /usr/share/koha/opac/"
2046 "cgi-bin/opac/pages.pl (in the same directory)"
2047 msgstr ""
2048
2049 #: ../../source/17_miscellaneous.rst:1675
2050 msgid "Edit pages.pl in an editor"
2051 msgstr ""
2052
2053 #: ../../source/17_miscellaneous.rst:1677
2054 msgid "At approximately line 33 change this code:"
2055 msgstr ""
2056
2057 #: ../../source/17_miscellaneous.rst:1683
2058 #, fuzzy
2059 msgid "To this code:"
2060 msgstr "Selecionar este registro"
2061
2062 #: ../../source/17_miscellaneous.rst:1689
2063 msgid "At approximately line 62 after this code:"
2064 msgstr ""
2065
2066 #: ../../source/17_miscellaneous.rst:1700
2067 #, fuzzy
2068 msgid "Add these lines:"
2069 msgstr "Adicionar à lista:"
2070
2071 #: ../../source/17_miscellaneous.rst:1708
2072 msgid ""
2073 "Note pages.pl file must have Webserver user execution permissions, you can "
2074 "use `chmod <http://en.wikipedia.org/wiki/Chmod>`__ command if you are "
2075 "actually logged in as such user:"
2076 msgstr ""
2077
2078 #: ../../source/17_miscellaneous.rst:1716
2079 msgid ""
2080 "In the browser go to Home > Administration > System Preferences > Local Use "
2081 "and add a New Preference called \"page\\_test\""
2082 msgstr ""
2083
2084 #: ../../source/17_miscellaneous.rst:1719
2085 #, fuzzy
2086 msgid "Fill it out as so"
2087 msgstr "Fatura para: %s %s "
2088
2089 #: ../../source/17_miscellaneous.rst:1721
2090 msgid "Explanation: test page for pages tiny cms"
2091 msgstr ""
2092
2093 #: ../../source/17_miscellaneous.rst:1723
2094 #, fuzzy
2095 msgid "Variable: page\\_test"
2096 msgstr "Variável: "
2097
2098 #: ../../source/17_miscellaneous.rst:1725
2099 msgid "Value: Lorem ipsum"
2100 msgstr ""
2101
2102 #: ../../source/17_miscellaneous.rst:1727
2103 msgid ""
2104 "Click the TextArea link (or enter \"TextArea\" into the input field below it)"
2105 msgstr ""
2106
2107 #: ../../source/17_miscellaneous.rst:1730
2108 msgid "variable options (last field): 80\\|50"
2109 msgstr ""
2110
2111 #: ../../source/17_miscellaneous.rst:1732
2112 msgid ""
2113 "In a browser go to http://youraddress/cgi-bin/koha/pages.pl?p=test The page "
2114 "should come up with the words \"Lorem ipsum\" in the main content area of "
2115 "the page. (replace \"youraddress\" with localhost, 127.0.0.1, or your domain "
2116 "name depending on how you have Apache set up.)"
2117 msgstr ""
2118
2119 #: ../../source/17_miscellaneous.rst:1738
2120 msgid ""
2121 "To add more pages simply create a system preference where the title begins "
2122 "with \"page\\_\" followed by any arbitrary letters. You can add any markup "
2123 "you want as the value of the field. Reference the new page by changing the "
2124 "value of the \"p\" parameter in the URL."
2125 msgstr ""
2126
2127 #: ../../source/17_miscellaneous.rst:1743
2128 msgid ""
2129 "To learn more visit the Koha wiki page on this topic: http://wiki.koha-"
2130 "community.org/wiki/Koha_as_a_CMS"
2131 msgstr ""
2132
2133 #: ../../source/17_miscellaneous.rst:1749
2134 #, fuzzy
2135 msgid "Editing the pages template"
2136 msgstr "`Editando tipo de itens <#edititemtype>`__"
2137
2138 #: ../../source/17_miscellaneous.rst:1751
2139 msgid ""
2140 "The file to create / edit for the pages template will depend on your :ref:"
2141 "`opacthemes` system preference setting"
2142 msgstr ""
2143
2144 #: ../../source/17_miscellaneous.rst:1757
2145 msgid "Editing 'bootstrap' theme template (current)"
2146 msgstr ""
2147
2148 #: ../../source/17_miscellaneous.rst:1759
2149 msgid ""
2150 "Copy /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-main.tt "
2151 "to /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/pages.tt"
2152 msgstr ""
2153
2154 #: ../../source/17_miscellaneous.rst:1764
2155 msgid ""
2156 "Edit /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/pages.tt"
2157 msgstr ""
2158
2159 #: ../../source/17_miscellaneous.rst:1767
2160 msgid "At approximately line 61, change this:"
2161 msgstr ""
2162
2163 #: ../../source/17_miscellaneous.rst:1773
2164 msgid "To this:"
2165 msgstr ""
2166
2167 #: ../../source/17_miscellaneous.rst:1779
2168 msgid ""
2169 "Remark: You may wish to disable your News block of these CMS style pages e."
2170 "g. when you do not want it displayed on the CMS style pages or where the "
2171 "News block is long enough that it actually makes the 'page\\_test' include "
2172 "scroll outside the default viewport dimensions. In that case, remove the "
2173 "following code from your pages.tt template."
2174 msgstr ""
2175
2176 #: ../../source/17_miscellaneous.rst:1803
2177 msgid "Troubleshooting"
2178 msgstr "Solução de problemas"
2179
2180 #: ../../source/17_miscellaneous.rst:1805
2181 msgid ""
2182 "If you have problems check file permissions on pages.pl and pages.tmpl. They "
2183 "should have the same user and group as other Koha files like opac-main.pl."
2184 msgstr ""
2185
2186 #: ../../source/17_miscellaneous.rst:1812
2187 msgid "Bonus Points"
2188 msgstr ""
2189
2190 #: ../../source/17_miscellaneous.rst:1814
2191 msgid ""
2192 "Instead of using the address http://youraddress/cgi-bin/koha/pages.pl?p=test "
2193 "you can shorten it to http://youraddress/pages.pl?p=test Just open up /etc/"
2194 "koha/koha-httpd.conf and add the follow at about line 13:"
2195 msgstr ""
2196
2197 #: ../../source/17_miscellaneous.rst:1823
2198 msgid "Then restart Apache."
2199 msgstr ""
2200
2201 #: ../../source/17_miscellaneous.rst:1828
2202 msgid "Usage"
2203 msgstr ""
2204
2205 #: ../../source/17_miscellaneous.rst:1830
2206 msgid ""
2207 "After setting up Koha as a CMS you can create new pages following these "
2208 "instructions:"
2209 msgstr ""
2210
2211 #: ../../source/17_miscellaneous.rst:1836
2212 msgid "Adding Pages"
2213 msgstr ""
2214
2215 #: ../../source/17_miscellaneous.rst:1838
2216 msgid "To add a new page you need to add a system preference under Local Use."
2217 msgstr ""
2218
2219 #: ../../source/17_miscellaneous.rst:1840
2220 #, fuzzy
2221 msgid ""
2222 "Get there: More > Administration > Global System Preferences > Local Use"
2223 msgstr "Ir em: Mais &gt; Administração &gt; Preferências Globais do Sistema"
2224
2225 #: ../../source/17_miscellaneous.rst:1843
2226 #, fuzzy
2227 msgid "Click 'New Preference'"
2228 msgstr "Nova preferência"
2229
2230 #: ../../source/17_miscellaneous.rst:1845
2231 #, fuzzy
2232 msgid "Enter in a description in the Explanation field"
2233 msgstr "Inserir um título e um descrição para o feriado."
2234
2235 #: ../../source/17_miscellaneous.rst:1847
2236 msgid "Enter a value that starts with 'page\\_' in the Variable field"
2237 msgstr ""
2238
2239 #: ../../source/17_miscellaneous.rst:1849
2240 #, fuzzy
2241 msgid "Enter starting HTML in the Value field"
2242 msgstr "Digite o número do cartão inicial: "
2243
2244 #: ../../source/17_miscellaneous.rst:1851
2245 msgid "|image1076|"
2246 msgstr ""
2247
2248 #: ../../source/17_miscellaneous.rst:1853
2249 #, fuzzy
2250 msgid "Set the Variable Type to Textarea"
2251 msgstr "Selecione o arquivo para tratar: "
2252
2253 #: ../../source/17_miscellaneous.rst:1855
2254 msgid ""
2255 "Set the Variable options to something like 20\\|20 for 20 rows and 20 columns"
2256 msgstr ""
2257
2258 #: ../../source/17_miscellaneous.rst:1858
2259 msgid "|image1077|"
2260 msgstr ""
2261
2262 #: ../../source/17_miscellaneous.rst:1863
2263 #, fuzzy
2264 msgid "Viewing your page"
2265 msgstr "`Visualizando mensagens <#viewcircmsg>`__"
2266
2267 #: ../../source/17_miscellaneous.rst:1865
2268 msgid ""
2269 "You can view your new page at http://YOUR-OPAC/cgi-bin/koha/pages.pl?"
2270 "p=PAGENAME where PAGENAME is the part you entered after 'page\\_' in the "
2271 "Variable field."
2272 msgstr ""
2273
2274 #: ../../source/17_miscellaneous.rst:1872
2275 msgid "Example"
2276 msgstr "Exemplo"
2277
2278 #: ../../source/17_miscellaneous.rst:1874
2279 msgid ""
2280 "This process can be used to create recommended reading lists within Koha. So "
2281 "once the code changes have been made per the instructions on 'Koha as a CMS' "
2282 "you go through the 'Adding a New Page' instructions above to great a page "
2283 "for 'Recommended Reading Lists'"
2284 msgstr ""
2285
2286 #: ../../source/17_miscellaneous.rst:1879
2287 #, fuzzy
2288 msgid "|image1078|"
2289 msgstr "Gerenciar Imagens"
2290
2291 #: ../../source/17_miscellaneous.rst:1881
2292 msgid ""
2293 "Next we need to create pages for our various classes (or categories). To do "
2294 "this, return to the 'Adding a New Page' section and create a preference for "
2295 "the first class."
2296 msgstr ""
2297
2298 #: ../../source/17_miscellaneous.rst:1885
2299 msgid "|image1079|"
2300 msgstr ""
2301
2302 #: ../../source/17_miscellaneous.rst:1887
2303 msgid ""
2304 "Next you'll want to link your first page to your new second page, go to the "
2305 "page\\_recommend preference and click 'Edit.' Now you want to edit the HTML "
2306 "to include a link to your newest page:"
2307 msgstr ""
2308
2309 #: ../../source/17_miscellaneous.rst:1891
2310 #, fuzzy
2311 msgid "|image1080|"
2312 msgstr "Gerenciar Imagens"
2313
2314 #: ../../source/17_miscellaneous.rst:1896
2315 #, fuzzy
2316 msgid "Live Examples"
2317 msgstr "Exemplos:"
2318
2319 #: ../../source/17_miscellaneous.rst:1898
2320 msgid ""
2321 "The Crawford Library at Dallas Christian College is using this method for "
2322 "their recommended reading lists: http://opac.dallas.edu/"
2323 msgstr ""
2324
2325 #: ../../source/17_miscellaneous.rst:1902
2326 msgid "Resetting the Koha Database"
2327 msgstr ""
2328
2329 #: ../../source/17_miscellaneous.rst:1904
2330 msgid ""
2331 "These notes on how to reset the database for Koha were derived from the "
2332 "following email thread: http://lists.koha-community.org/pipermail/koha-"
2333 "devel/2009-January/008939.html and http://lists.katipo.co.nz/public/"
2334 "koha/2014-June/039701.html"
2335 msgstr ""
2336
2337 #: ../../source/17_miscellaneous.rst:1909
2338 msgid ""
2339 "Resetting the database may be useful if you install Koha with the sample "
2340 "data, and then wish to use real data without reinstalling the software."
2341 msgstr ""
2342
2343 #: ../../source/17_miscellaneous.rst:1915
2344 #, fuzzy
2345 msgid "Delete sample data from Tables"
2346 msgstr "`Excluindo tipos de material <#deleteitemtype>`__"
2347
2348 #: ../../source/17_miscellaneous.rst:1917
2349 msgid ""
2350 "Use your preferred MySQL client to `delete <http://dev.mysql.com/doc/"
2351 "refman/5.5/en/delete.html>`__ the following tables:"
2352 msgstr ""
2353
2354 #: ../../source/17_miscellaneous.rst:1921
2355 msgid "bibio"
2356 msgstr ""
2357
2358 #: ../../source/17_miscellaneous.rst:1923
2359 #, fuzzy
2360 msgid "biblioitems"
2361 msgstr "registro %s"
2362
2363 #: ../../source/17_miscellaneous.rst:1925
2364 msgid "items"
2365 msgstr "itens"
2366
2367 #: ../../source/17_miscellaneous.rst:1927
2368 msgid "auth\\_header"
2369 msgstr ""
2370
2371 #: ../../source/17_miscellaneous.rst:1929
2372 #, fuzzy
2373 msgid "sessions"
2374 msgstr "permissões"
2375
2376 #: ../../source/17_miscellaneous.rst:1931
2377 msgid "zebraqueue"
2378 msgstr ""
2379
2380 #: ../../source/17_miscellaneous.rst:1933
2381 msgid ""
2382 "You may need to disable foreign key checks to delete data from same tables. "
2383 "For instructions follow this thread: https://lists.katipo.co.nz/pipermail/"
2384 "koha/2013-July/036853.html."
2385 msgstr ""
2386
2387 #: ../../source/17_miscellaneous.rst:1940
2388 msgid "Reset the Zebra Index"
2389 msgstr ""
2390
2391 #: ../../source/17_miscellaneous.rst:1942
2392 msgid ""
2393 "Run the following commands to reset the authorities and biblios Zebra "
2394 "indices."
2395 msgstr ""
2396
2397 #: ../../source/17_miscellaneous.rst:1950
2398 msgid ""
2399 "If you are running a package install then you'll want to run the following "
2400 "commands to reset the authorities and biblios Zebra indices instead:"
2401 msgstr ""
2402
2403 #: ../../source/17_miscellaneous.rst:1959
2404 msgid "Replacing YOURLIBRARY with your Koha installation name."
2405 msgstr ""
2406
2407 #: ../../source/17_miscellaneous.rst:1962
2408 #, fuzzy
2409 msgid "Important Links"
2410 msgstr "Importante"
2411
2412 #: ../../source/17_miscellaneous.rst:1967
2413 msgid "Koha Related"
2414 msgstr ""
2415
2416 #: ../../source/17_miscellaneous.rst:1969
2417 #, fuzzy
2418 msgid "Report Koha Bugs - http://bugs.koha-community.org"
2419 msgstr "http://schema.koha-community.org"
2420
2421 #: ../../source/17_miscellaneous.rst:1971
2422 msgid "Koha Versioning Control - http://git.koha-community.org/"
2423 msgstr ""
2424
2425 #: ../../source/17_miscellaneous.rst:1973
2426 #, fuzzy
2427 msgid "Database Structure - http://schema.koha-community.org"
2428 msgstr "http://schema.koha-community.org"
2429
2430 #: ../../source/17_miscellaneous.rst:1975
2431 #, fuzzy
2432 msgid "Koha Community Statistics - http://hea.koha-community.org"
2433 msgstr "http://schema.koha-community.org"
2434
2435 #: ../../source/17_miscellaneous.rst:1977
2436 #, fuzzy
2437 msgid "Koha as a CMS - http://wiki.koha-community.org/wiki/Koha_as_a_CMS"
2438 msgstr "http://wiki.koha-community.org/wiki/SQL_Reports_Library"
2439
2440 #: ../../source/17_miscellaneous.rst:1979
2441 #, fuzzy
2442 msgid "Kyles's Koha Tools - http://kylehall.info/index.php/projects/koha/"
2443 msgstr "http://kylehall.info/index.php/projects/koha/koha-offline-circulation/"
2444
2445 #: ../../source/17_miscellaneous.rst:1981
2446 msgid "Koha Bibliography - http://www.zotero.org/groups/koha"
2447 msgstr ""
2448
2449 #: ../../source/17_miscellaneous.rst:1983
2450 msgid "Koha Shared Links - http://groups.diigo.com/group/everything-koha"
2451 msgstr ""
2452
2453 #: ../../source/17_miscellaneous.rst:1988
2454 #, fuzzy
2455 msgid "Circulation Related"
2456 msgstr "1 = Circulação"
2457
2458 #: ../../source/17_miscellaneous.rst:1990
2459 msgid ""
2460 "Koha Desktop Offline Circulation: https://github.com/bywatersolutions/koha-"
2461 "offline-circulation/releases"
2462 msgstr ""
2463
2464 #: ../../source/17_miscellaneous.rst:1993
2465 #, fuzzy
2466 msgid ""
2467 "Koha Firefox Offline Circulation: https://addons.mozilla.org/en-US/firefox/"
2468 "addon/koct/"
2469 msgstr "https://addons.mozilla.org/en/firefox/addon/koct/"
2470
2471 #: ../../source/17_miscellaneous.rst:1999
2472 #, fuzzy
2473 msgid "Cataloging Related"
2474 msgstr "`Catalogação <#catfaq>`__"
2475
2476 #: ../../source/17_miscellaneous.rst:2001
2477 msgid "Koha MARC Tutorials - http://www.pakban.net/brooke/"
2478 msgstr ""
2479
2480 #: ../../source/17_miscellaneous.rst:2003
2481 msgid "IRSpy Open Z39.50 Server Search - http://irspy.indexdata.com/"
2482 msgstr ""
2483
2484 #: ../../source/17_miscellaneous.rst:2005
2485 msgid ""
2486 "Z39.50 Server List - http://staff.library.mun.ca/staff/toolbox/z3950hosts.htm"
2487 msgstr ""
2488
2489 #: ../../source/17_miscellaneous.rst:2008
2490 msgid ""
2491 "Open Koha Z39.50 Targets - http://wiki.koha-community.org/wiki/"
2492 "Koha_Open_Z39.50_Sources"
2493 msgstr ""
2494
2495 #: ../../source/17_miscellaneous.rst:2011
2496 msgid "Library of Congress Authorities - http://authorities.loc.gov/"
2497 msgstr ""
2498
2499 #: ../../source/17_miscellaneous.rst:2013
2500 msgid "MARC Country Codes - http://www.loc.gov/marc/countries/"
2501 msgstr ""
2502
2503 #: ../../source/17_miscellaneous.rst:2015
2504 msgid ""
2505 "Search the MARC Code List for Organizations - http://www.loc.gov/marc/"
2506 "organizations/org-search.php"
2507 msgstr ""
2508
2509 #: ../../source/17_miscellaneous.rst:2018
2510 msgid ""
2511 "Search for Canadian MARC Codes - http://www.collectionscanada.gc.ca/"
2512 "illcandir-bin/illsear/l=0/c=1"
2513 msgstr ""
2514
2515 #: ../../source/17_miscellaneous.rst:2021
2516 msgid ""
2517 "Z39.50 Bib-1 Attribute - http://www.loc.gov/z3950/agency/defns/bib1.html"
2518 msgstr ""
2519
2520 #: ../../source/17_miscellaneous.rst:2027
2521 msgid "Enhanced Content Related"
2522 msgstr ""
2523
2524 #: ../../source/17_miscellaneous.rst:2029
2525 msgid ""
2526 "Amazon Associates - `https://affiliate-program.amazon.com <https://affiliate-"
2527 "program.amazon.com/>`__"
2528 msgstr ""
2529
2530 #: ../../source/17_miscellaneous.rst:2032
2531 msgid "Amazon Web Services - http://aws.amazon.com"
2532 msgstr ""
2533
2534 #: ../../source/17_miscellaneous.rst:2034
2535 msgid ""
2536 "WorldCat Affiliate Tools - http://www.worldcat.org/wcpa/do/"
2537 "AffiliateUserServices?method=initSelfRegister"
2538 msgstr ""
2539
2540 # Enhanced Content > OCLC
2541 #: ../../source/17_miscellaneous.rst:2037
2542 #, fuzzy
2543 msgid "XISBN - http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp"
2544 msgstr ""
2545 "Use the <a href=\"http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp"
2546 "\">ID de associado ao OCLC</a>"
2547
2548 #: ../../source/17_miscellaneous.rst:2039
2549 msgid "LibraryThing for Libraries - http://www.librarything.com/forlibraries"
2550 msgstr ""
2551
2552 #: ../../source/17_miscellaneous.rst:2044
2553 #, fuzzy
2554 msgid "Design Related"
2555 msgstr "`Listas <#opaclists>`__"
2556
2557 #: ../../source/17_miscellaneous.rst:2046
2558 #, fuzzy
2559 msgid "JQuery Library - http://wiki.koha-community.org/wiki/JQuery_Library"
2560 msgstr "http://wiki.koha-community.org/wiki/SQL_Reports_Library"
2561
2562 #: ../../source/17_miscellaneous.rst:2048
2563 #, fuzzy
2564 msgid ""
2565 "HTML & CSS Library - http://wiki.koha-community.org/wiki/HTML_%26_CSS_Library"
2566 msgstr "http://wiki.koha-community.org/wiki/SQL_Reports_Library"
2567
2568 #: ../../source/17_miscellaneous.rst:2051
2569 msgid "Owen Leonard's Koha Blog - http://www.myacpl.org/koha"
2570 msgstr ""
2571
2572 #: ../../source/17_miscellaneous.rst:2056
2573 #, fuzzy
2574 msgid "Reports Related"
2575 msgstr "`Relatórios <#reportsfaq>`__"
2576
2577 #: ../../source/17_miscellaneous.rst:2058
2578 #, fuzzy
2579 msgid ""
2580 "SQL Reports Library - http://wiki.koha-community.org/wiki/SQL_Reports_Library"
2581 msgstr "http://wiki.koha-community.org/wiki/SQL_Reports_Library"
2582
2583 #: ../../source/17_miscellaneous.rst:2061
2584 #, fuzzy
2585 msgid "Database Schema - http://schema.koha-community.org"
2586 msgstr "http://schema.koha-community.org"
2587
2588 #: ../../source/17_miscellaneous.rst:2063
2589 #, fuzzy
2590 msgid ""
2591 "Sample reports from NEKLS - http://www.nexpresslibrary.org/training/reports-"
2592 "training/"
2593 msgstr "http://www.nexpresslibrary.org/training/reports-training/"
2594
2595 #: ../../source/17_miscellaneous.rst:2069
2596 msgid "Installation Guides"
2597 msgstr ""
2598
2599 #: ../../source/17_miscellaneous.rst:2071
2600 msgid ""
2601 "Installing Koha 3 on Ubuntu - http://www.blazingmoon.org/guides/k3-on-u810-1."
2602 "html"
2603 msgstr ""
2604
2605 #: ../../source/17_miscellaneous.rst:2074
2606 msgid ""
2607 "Koha on Debian installation documentation - http://openlib.org/home/krichel/"
2608 "courses/lis508/doc/koha_installation_overview.html"
2609 msgstr ""
2610
2611 #: ../../source/17_miscellaneous.rst:2077
2612 msgid ""
2613 "Koha 3.2 on Debian Squeeze - http://wiki.koha-community.org/wiki/"
2614 "Koha_3.2_on_Debian_Squeeze"
2615 msgstr ""
2616
2617 #: ../../source/17_miscellaneous.rst:2083
2618 msgid "Misc"
2619 msgstr ""
2620
2621 #: ../../source/17_miscellaneous.rst:2085
2622 msgid "Zotero - http://zotero.org"
2623 msgstr ""
2624
2625 #: ../../source/17_miscellaneous.rst:2087
2626 msgid "SOPAC - `http://thesocialopac.net <http://thesocialopac.net/>`__"
2627 msgstr ""
2628
2629 #: ../../source/17_miscellaneous.rst:2090
2630 #, fuzzy
2631 msgid "Koha XSLT Item Types"
2632 msgstr "Plano de Tipos de Documento"
2633
2634 #: ../../source/17_miscellaneous.rst:2092
2635 msgid ""
2636 "When you have any of the XSLT system preferences (:ref:"
2637 "`OPACXSLTDetailsDisplay`, :ref:`OPACXSLTResultsDisplay`, :ref:"
2638 "`XSLTDetailsDisplay`, and/or :ref:`XSLTResultsDisplay`) along with the :ref:"
2639 "`DisplayOPACiconsXSLT` and :ref:`DisplayIconsXSLT` preferences turned on you "
2640 "will see item type icons on the related screen."
2641 msgstr ""
2642
2643 #: ../../source/17_miscellaneous.rst:2101
2644 #: ../../source/17_miscellaneous.rst:2189
2645 #: ../../source/17_miscellaneous.rst:4063
2646 #, fuzzy
2647 msgid "**Important**"
2648 msgstr "Importante"
2649
2650 #: ../../source/17_miscellaneous.rst:2103
2651 msgid ""
2652 "These images are coming from values found in your leader, if your leader is "
2653 "not cataloged properly it might be best to turn off the :ref:"
2654 "`DisplayOPACiconsXSLT` preference (which can be done while leaving the other "
2655 "XSLT preferences turned on)."
2656 msgstr ""
2657
2658 #: ../../source/17_miscellaneous.rst:2108
2659 #, fuzzy
2660 msgid "|image1081|"
2661 msgstr "Gerenciar Imagens"
2662
2663 #: ../../source/17_miscellaneous.rst:2110
2664 #, fuzzy
2665 msgid "Book [BK]"
2666 msgstr "Cesto de Livros"
2667
2668 #: ../../source/17_miscellaneous.rst:2112
2669 msgid "leader6 = a (and one of the leader7 values below)"
2670 msgstr ""
2671
2672 #: ../../source/17_miscellaneous.rst:2114
2673 msgid "leader7 = a"
2674 msgstr ""
2675
2676 #: ../../source/17_miscellaneous.rst:2116
2677 msgid "leader7 = c"
2678 msgstr ""
2679
2680 #: ../../source/17_miscellaneous.rst:2118
2681 msgid "leader7 = d"
2682 msgstr ""
2683
2684 #: ../../source/17_miscellaneous.rst:2120
2685 msgid "leader7 = m"
2686 msgstr ""
2687
2688 #: ../../source/17_miscellaneous.rst:2122
2689 msgid "leader6 = t"
2690 msgstr ""
2691
2692 #: ../../source/17_miscellaneous.rst:2124
2693 #, fuzzy
2694 msgid "|image1082|"
2695 msgstr "Gerenciar Imagens"
2696
2697 #: ../../source/17_miscellaneous.rst:2126
2698 #, fuzzy
2699 msgid "Computer File [CF]"
2700 msgstr "Arquivos de computador"
2701
2702 #: ../../source/17_miscellaneous.rst:2128
2703 msgid "leader6 = m"
2704 msgstr ""
2705
2706 #: ../../source/17_miscellaneous.rst:2130
2707 #, fuzzy
2708 msgid "|image1083|"
2709 msgstr "Gerenciar Imagens"
2710
2711 #: ../../source/17_miscellaneous.rst:2132
2712 #, fuzzy
2713 msgid "Continuing Resource [CR]"
2714 msgstr "Recursos continuado"
2715
2716 #: ../../source/17_miscellaneous.rst:2134
2717 msgid "leader7 = b"
2718 msgstr ""
2719
2720 #: ../../source/17_miscellaneous.rst:2136
2721 msgid "leader7 = i"
2722 msgstr ""
2723
2724 #: ../../source/17_miscellaneous.rst:2138
2725 msgid "leader7 = s"
2726 msgstr ""
2727
2728 #: ../../source/17_miscellaneous.rst:2140
2729 #, fuzzy
2730 msgid "|image1084|"
2731 msgstr "Gerenciar Imagens"
2732
2733 #: ../../source/17_miscellaneous.rst:2142
2734 msgid "Map [MP]"
2735 msgstr ""
2736
2737 #: ../../source/17_miscellaneous.rst:2144
2738 msgid "leader6 = e"
2739 msgstr ""
2740
2741 #: ../../source/17_miscellaneous.rst:2146
2742 msgid "leader6 = f"
2743 msgstr ""
2744
2745 #: ../../source/17_miscellaneous.rst:2148
2746 #, fuzzy
2747 msgid "|image1085|"
2748 msgstr "Gerenciar Imagens"
2749
2750 #: ../../source/17_miscellaneous.rst:2150
2751 msgid "Mixed [MX]"
2752 msgstr ""
2753
2754 #: ../../source/17_miscellaneous.rst:2152
2755 msgid "leader6 = p"
2756 msgstr ""
2757
2758 #: ../../source/17_miscellaneous.rst:2154
2759 #, fuzzy
2760 msgid "|image1086|"
2761 msgstr "Gerenciar Imagens"
2762
2763 #: ../../source/17_miscellaneous.rst:2156
2764 #, fuzzy
2765 msgid "Sound [MU]"
2766 msgstr "Som"
2767
2768 #: ../../source/17_miscellaneous.rst:2158
2769 msgid "leader6 = c"
2770 msgstr ""
2771
2772 #: ../../source/17_miscellaneous.rst:2160
2773 msgid "leader6 = d"
2774 msgstr ""
2775
2776 #: ../../source/17_miscellaneous.rst:2162
2777 msgid "leader6 = i"
2778 msgstr ""
2779
2780 #: ../../source/17_miscellaneous.rst:2164
2781 msgid "leader6 = j"
2782 msgstr ""
2783
2784 #: ../../source/17_miscellaneous.rst:2166
2785 #, fuzzy
2786 msgid "|image1087|"
2787 msgstr "Gerenciar Imagens"
2788
2789 #: ../../source/17_miscellaneous.rst:2168
2790 #, fuzzy
2791 msgid "Visual Material [VM]"
2792 msgstr "Material visual"
2793
2794 #: ../../source/17_miscellaneous.rst:2170
2795 msgid "leader6 = g"
2796 msgstr ""
2797
2798 #: ../../source/17_miscellaneous.rst:2172
2799 msgid "leader6 = k"
2800 msgstr ""
2801
2802 #: ../../source/17_miscellaneous.rst:2174
2803 msgid "leader6 = r"
2804 msgstr ""
2805
2806 #: ../../source/17_miscellaneous.rst:2176
2807 #, fuzzy
2808 msgid "|image1088|"
2809 msgstr "Gerenciar Imagens"
2810
2811 #: ../../source/17_miscellaneous.rst:2178
2812 msgid "Kit"
2813 msgstr "Kit"
2814
2815 #: ../../source/17_miscellaneous.rst:2180
2816 msgid "leader6 = o"
2817 msgstr ""
2818
2819 #: ../../source/17_miscellaneous.rst:2183
2820 #, fuzzy
2821 msgid "MarcEdit"
2822 msgstr "Editar"
2823
2824 #: ../../source/17_miscellaneous.rst:2185
2825 msgid ""
2826 "Many libraries like to use MarcEdit for modifications or data cleanup. If "
2827 "you'd like to do this you will need to download it at: http://marcedit."
2828 "reeset.net/"
2829 msgstr ""
2830
2831 #: ../../source/17_miscellaneous.rst:2191
2832 msgid ""
2833 "Many of the actions described in this chapter can be done in Koha using :ref:"
2834 "`Marc Modification Templates <marc-modification-templates-label>`, but this "
2835 "section is here for those who are used to MarcEdit."
2836 msgstr ""
2837
2838 #: ../../source/17_miscellaneous.rst:2198
2839 #, fuzzy
2840 msgid "Adding a prefix to call numbers"
2841 msgstr "`Adicionar categoria de usuário <#addingpatroncat>`__"
2842
2843 #: ../../source/17_miscellaneous.rst:2200
2844 msgid ""
2845 "When bringing data into Koha, you may want to first clean it up. One common "
2846 "action among Koha users is to add a prefix to the call number."
2847 msgstr ""
2848
2849 #: ../../source/17_miscellaneous.rst:2203
2850 msgid "Open MarcEdit"
2851 msgstr ""
2852
2853 #: ../../source/17_miscellaneous.rst:2205
2854 #, fuzzy
2855 msgid "|image1089|"
2856 msgstr "Gerenciar Imagens"
2857
2858 #: ../../source/17_miscellaneous.rst:2207
2859 #, fuzzy
2860 msgid "Click 'MarcEditor'"
2861 msgstr "Clicar em 'Exportar'"
2862
2863 #: ../../source/17_miscellaneous.rst:2209
2864 msgid "Go to Tools > Edit Subfield Data"
2865 msgstr ""
2866
2867 #: ../../source/17_miscellaneous.rst:2211
2868 msgid "|image1090|"
2869 msgstr ""
2870
2871 #: ../../source/17_miscellaneous.rst:2213
2872 msgid ""
2873 "To prepend data the special character is: ^b  To simply prepend data to the "
2874 "beginning of a subfield, add ^b to the Field Data: textbox and the data to "
2875 "be appended in the Replace"
2876 msgstr ""
2877
2878 #: ../../source/17_miscellaneous.rst:2217
2879 msgid "|image1091|"
2880 msgstr ""
2881
2882 #: ../../source/17_miscellaneous.rst:2219
2883 msgid ""
2884 "To prepend data to the beginning of the subfield while replacing a text "
2885 "string, add ^b[string to replace] to the Field Data textbox and the data to "
2886 "be appended in the Replace With textbox."
2887 msgstr ""
2888
2889 #: ../../source/17_miscellaneous.rst:2226
2890 msgid "Importing Excel data into Koha"
2891 msgstr ""
2892
2893 #: ../../source/17_miscellaneous.rst:2228
2894 msgid ""
2895 "Suppose you have records of your library in excel data sheet format and want "
2896 "them to import into Koha. But how will you do this? Koha will not let you "
2897 "import excel records directly. Well here is a very simple solution for you "
2898 "which will let you import your excel records in Koha easily. First, we will "
2899 "convert excel file into Marc file and then will import it into Koha."
2900 msgstr ""
2901
2902 #: ../../source/17_miscellaneous.rst:2235
2903 msgid "Follow the given steps to import your excel records into Koha"
2904 msgstr ""
2905
2906 #: ../../source/17_miscellaneous.rst:2240
2907 msgid "Converting from Excel format into .mrk format"
2908 msgstr ""
2909
2910 #: ../../source/17_miscellaneous.rst:2242
2911 msgid ""
2912 "First, we will convert excel format into .mrk format. For this we will use "
2913 "MarcEdit. You can download it from http://marcedit.reeset.net/"
2914 msgstr ""
2915
2916 #: ../../source/17_miscellaneous.rst:2245
2917 msgid "Now open it and select Add-ins-->Delimited Text Translator."
2918 msgstr ""
2919
2920 #: ../../source/17_miscellaneous.rst:2247
2921 msgid "|image1092|"
2922 msgstr ""
2923
2924 #: ../../source/17_miscellaneous.rst:2249
2925 #, fuzzy
2926 msgid "Click Next when the following window appears."
2927 msgstr ""
2928 "Clique nos links seguintes para fazer o download do(s) lote(s) exportado(s)."
2929
2930 #: ../../source/17_miscellaneous.rst:2251
2931 msgid "|image1093|"
2932 msgstr ""
2933
2934 #: ../../source/17_miscellaneous.rst:2253
2935 #, fuzzy
2936 msgid "Browse for your excel file."
2937 msgstr "Procurar em seu computador o arquivo *.koc."
2938
2939 #: ../../source/17_miscellaneous.rst:2255
2940 #, fuzzy
2941 msgid "|image1094|"
2942 msgstr "Gerenciar Imagens"
2943
2944 #: ../../source/17_miscellaneous.rst:2257
2945 msgid "Locate your excel file by choosing the format Excel File(\\*.xls)."
2946 msgstr ""
2947
2948 #: ../../source/17_miscellaneous.rst:2259
2949 msgid "|image1095|"
2950 msgstr ""
2951
2952 #: ../../source/17_miscellaneous.rst:2261
2953 msgid ""
2954 "Similarly, fill all the other entries such as Output File, Excel Sheet Name "
2955 "and check UTF-8 Encoded (if required) and Click Next."
2956 msgstr ""
2957
2958 #: ../../source/17_miscellaneous.rst:2264
2959 msgid "|image1096|"
2960 msgstr ""
2961
2962 #: ../../source/17_miscellaneous.rst:2266
2963 msgid ""
2964 "Now you will be prompted for mapping the fields to recognise the fields by "
2965 "standard marc format."
2966 msgstr ""
2967
2968 #: ../../source/17_miscellaneous.rst:2269
2969 msgid ""
2970 "Suppose for Field 0 that is first column I entered Map to: 022$a( Valid ISSN "
2971 "for the continuing resource) and then click on Apply."
2972 msgstr ""
2973
2974 #: ../../source/17_miscellaneous.rst:2272
2975 msgid "|image1097|"
2976 msgstr ""
2977
2978 #: ../../source/17_miscellaneous.rst:2274
2979 #: ../../source/17_miscellaneous.rst:3148
2980 #: ../../source/17_miscellaneous.rst:3319
2981 #: ../../source/17_miscellaneous.rst:3605
2982 #: ../../source/17_miscellaneous.rst:3666
2983 #: ../../source/17_miscellaneous.rst:4050
2984 #: ../../source/17_miscellaneous.rst:4058
2985 #: ../../source/17_miscellaneous.rst:4321
2986 #, fuzzy
2987 msgid "**Note**"
2988 msgstr "Nota"
2989
2990 #: ../../source/17_miscellaneous.rst:2276
2991 msgid ""
2992 "You can customize Indicators and all other things, for more information on "
2993 "marc21 format visit the `official library of congress site <http://www.loc."
2994 "gov/marc/bibliographic/>`__."
2995 msgstr ""
2996
2997 #: ../../source/17_miscellaneous.rst:2280
2998 msgid "Similarly map all other fields and then Click on Finish."
2999 msgstr ""
3000
3001 #: ../../source/17_miscellaneous.rst:2282
3002 #, fuzzy
3003 msgid "|image1098|"
3004 msgstr "Gerenciar Imagens"
3005
3006 #: ../../source/17_miscellaneous.rst:2284
3007 msgid ""
3008 "And then a window will appear indicating that your Marc Text File(\\*.mrk) "
3009 "has been created."
3010 msgstr ""
3011
3012 #: ../../source/17_miscellaneous.rst:2287
3013 msgid "|image1099|"
3014 msgstr ""
3015
3016 #: ../../source/17_miscellaneous.rst:2289
3017 msgid ""
3018 "Click Close and we have created a .mrk file from .xls file in this step. You "
3019 "can view the file by double clicking on it."
3020 msgstr ""
3021
3022 #: ../../source/17_miscellaneous.rst:2295
3023 msgid "Convert .mrk file to .mrc"
3024 msgstr ""
3025
3026 #: ../../source/17_miscellaneous.rst:2297
3027 msgid ""
3028 "We will convert .mrk file that we have created in the above step into raw "
3029 "Marc format that can be directly imported into Koha."
3030 msgstr ""
3031
3032 #: ../../source/17_miscellaneous.rst:2300
3033 msgid "For this again open MarcEdit and Select MARC Tools."
3034 msgstr ""
3035
3036 #: ../../source/17_miscellaneous.rst:2302
3037 msgid "|image1100|"
3038 msgstr ""
3039
3040 #: ../../source/17_miscellaneous.rst:2304
3041 msgid "Next Select MarcMaker to convert .mrk file into .mrc format."
3042 msgstr ""
3043
3044 #: ../../source/17_miscellaneous.rst:2306
3045 msgid "|image1101|"
3046 msgstr ""
3047
3048 #: ../../source/17_miscellaneous.rst:2308
3049 msgid "Locate your input file and name your output file. Then Click Execute."
3050 msgstr ""
3051
3052 #: ../../source/17_miscellaneous.rst:2310
3053 msgid "|image1102|"
3054 msgstr ""
3055
3056 #: ../../source/17_miscellaneous.rst:2312
3057 msgid "And it will show you the Result."
3058 msgstr ""
3059
3060 #: ../../source/17_miscellaneous.rst:2314
3061 msgid "|image1103|"
3062 msgstr ""
3063
3064 #: ../../source/17_miscellaneous.rst:2316
3065 msgid "Click Close and now we have raw Marc records with us (.mrc file)."
3066 msgstr ""
3067
3068 #: ../../source/17_miscellaneous.rst:2321
3069 #, fuzzy
3070 msgid "Import .mrc into Koha"
3071 msgstr "`Importando usuários <#importpatrons>`__"
3072
3073 #: ../../source/17_miscellaneous.rst:2323
3074 msgid ""
3075 "More information on importing records into Koha can be found in the ':ref:"
3076 "`Stage MARC Records for Import`' section of this manual."
3077 msgstr ""
3078
3079 #: ../../source/17_miscellaneous.rst:2326
3080 msgid "Finally we will import above created .mrc file into Koha."
3081 msgstr ""
3082
3083 #: ../../source/17_miscellaneous.rst:2328
3084 #, fuzzy
3085 msgid "Click on Tools in your Koha staff client."
3086 msgstr "Opção de empréstimo na tela principal da interface de funcionários"
3087
3088 #: ../../source/17_miscellaneous.rst:2330
3089 #, fuzzy
3090 msgid "|image1104|"
3091 msgstr "Gerenciar Imagens"
3092
3093 #: ../../source/17_miscellaneous.rst:2332
3094 #, fuzzy
3095 msgid "Next Click on Stage MARC Records for Import."
3096 msgstr "Tratamento MARC para importação"
3097
3098 #: ../../source/17_miscellaneous.rst:2334
3099 msgid "|image1105|"
3100 msgstr ""
3101
3102 #: ../../source/17_miscellaneous.rst:2336
3103 msgid ""
3104 "After this, choose your previously created .mrc file and click on Upload."
3105 msgstr ""
3106
3107 #: ../../source/17_miscellaneous.rst:2339
3108 msgid "|image1106|"
3109 msgstr ""
3110
3111 #: ../../source/17_miscellaneous.rst:2341
3112 msgid ""
3113 "You can also add comment about file and finally click on Stage For Import."
3114 msgstr ""
3115
3116 #: ../../source/17_miscellaneous.rst:2344
3117 msgid "|image1107|"
3118 msgstr ""
3119
3120 #: ../../source/17_miscellaneous.rst:2346
3121 msgid "When the import is done, you will get a result something like this"
3122 msgstr ""
3123
3124 #: ../../source/17_miscellaneous.rst:2348
3125 #, fuzzy
3126 msgid "|image1108|"
3127 msgstr "Gerenciar Imagens"
3128
3129 #: ../../source/17_miscellaneous.rst:2350
3130 #, fuzzy
3131 msgid "Next, click on Manage staged records."
3132 msgstr "Gestão dos registros processados"
3133
3134 #: ../../source/17_miscellaneous.rst:2352
3135 #, fuzzy
3136 msgid "Here you can even change matching rules."
3137 msgstr "Não existe regras de concordância guardadas."
3138
3139 #: ../../source/17_miscellaneous.rst:2354
3140 msgid "|image1109|"
3141 msgstr ""
3142
3143 #: ../../source/17_miscellaneous.rst:2356
3144 #, fuzzy
3145 msgid "Click on Import this batch into catalog when you are done."
3146 msgstr "Importa este lote para o catálogo"
3147
3148 #: ../../source/17_miscellaneous.rst:2358
3149 msgid ""
3150 "Thats it. After all the records get imported, check Status and it should "
3151 "read \"imported\""
3152 msgstr ""
3153
3154 #: ../../source/17_miscellaneous.rst:2361
3155 msgid "|image1110|"
3156 msgstr ""
3157
3158 #: ../../source/17_miscellaneous.rst:2363
3159 msgid "You can even undo the Import operation."
3160 msgstr ""
3161
3162 #: ../../source/17_miscellaneous.rst:2365
3163 msgid "And within few minutes, we have imported around 10,000 records in Koha"
3164 msgstr ""
3165
3166 #: ../../source/17_miscellaneous.rst:2368
3167 #, fuzzy
3168 msgid "Talking Tech"
3169 msgstr "Pesquisa da catalogação"
3170
3171 #: ../../source/17_miscellaneous.rst:2370
3172 msgid ""
3173 "Talking Tech I-tiva is a third party, proprietary, product that libraries "
3174 "can subscribe to. Learn more here: http://www.talkingtech.com/solutions/"
3175 "library."
3176 msgstr ""
3177
3178 #: ../../source/17_miscellaneous.rst:2377
3179 msgid "Installation and Setup Instructions"
3180 msgstr ""
3181
3182 #: ../../source/17_miscellaneous.rst:2379
3183 msgid ""
3184 "Be sure you've run installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-"
3185 "itiva-phone-notifications.pl to install the required data pack (new syspref, "
3186 "notice placeholders and messaging transport preferences)"
3187 msgstr ""
3188
3189 #: ../../source/17_miscellaneous.rst:2384
3190 msgid ""
3191 "To use, :ref:`TalkingTechItivaPhoneNotification` syspref must be turned on."
3192 msgstr ""
3193
3194 #: ../../source/17_miscellaneous.rst:2388
3195 msgid ""
3196 "If you wish to process PREOVERDUE or RESERVES messages, you'll need the :ref:"
3197 "`EnhancedMessagingPreferences` system preference turned on, and patrons to "
3198 "have filled in a preference for receiving these notices by phone."
3199 msgstr ""
3200
3201 #: ../../source/17_miscellaneous.rst:2393
3202 msgid ""
3203 "For OVERDUE messages, overdue notice triggers must be configured under Koha -"
3204 "> Tools -> :ref:`Overdue Notice Triggers <overdue-notice/status-triggers-"
3205 "label>`. Either branch-specific triggers or the default level triggers may "
3206 "be used (script will select whichever is appropriate)."
3207 msgstr ""
3208
3209 #: ../../source/17_miscellaneous.rst:2401
3210 msgid "Sending Notices File"
3211 msgstr ""
3212
3213 #: ../../source/17_miscellaneous.rst:2403
3214 msgid ""
3215 "Add the :ref:`TalkingTech\\_itiva\\_outbound.pl <sending-notices-file-"
3216 "label>` script to your crontab"
3217 msgstr ""
3218
3219 #: ../../source/17_miscellaneous.rst:2406
3220 msgid ""
3221 "Add an FTP/SFTP or other transport method to send the output file to the I-"
3222 "tiva server"
3223 msgstr ""
3224
3225 #: ../../source/17_miscellaneous.rst:2409
3226 msgid ""
3227 "If you wish, archive the sent notices file in another directory after sending"
3228 msgstr ""
3229
3230 #: ../../source/17_miscellaneous.rst:2412
3231 msgid "Run TalkingTech\\_itiva\\_outbound.pl --help for more information"
3232 msgstr ""
3233
3234 #: ../../source/17_miscellaneous.rst:2417
3235 #, fuzzy
3236 msgid "Receiving Results File"
3237 msgstr "`Recebendo reservas <#receiveholds>`__"
3238
3239 #: ../../source/17_miscellaneous.rst:2419
3240 msgid ""
3241 "Add an FTP/SFTP or other transport method to send the Results file to a "
3242 "known directory on your Koha server"
3243 msgstr ""
3244
3245 #: ../../source/17_miscellaneous.rst:2422
3246 msgid ""
3247 "Add the :ref:`TalkingTech\\_itiva\\_inbound.pl <receiving-notices-file-"
3248 "label>` script to your crontab, aimed at that directory"
3249 msgstr ""
3250
3251 #: ../../source/17_miscellaneous.rst:2425
3252 msgid ""
3253 "If you wish, archive the results file in another directory after processing"
3254 msgstr ""
3255
3256 #: ../../source/17_miscellaneous.rst:2428
3257 msgid "Run TalkingTech\\_itiva\\_inbound.pl --help for more information"
3258 msgstr ""
3259
3260 #: ../../source/17_miscellaneous.rst:2431
3261 msgid "Integrating SIP2 with Koha"
3262 msgstr ""
3263
3264 #: ../../source/17_miscellaneous.rst:2433
3265 msgid ""
3266 "SIP2 (Session Initiation Protocol) is a protocol for communication between "
3267 "devices."
3268 msgstr ""
3269
3270 #: ../../source/17_miscellaneous.rst:2435
3271 msgid ""
3272 "In the context of Koha SIP2 is used for communication between Self Check "
3273 "(SC) machines i.e. self checkout machines, and the Automated Circulation "
3274 "System (also known as ACS which in this case is the server running Koha)."
3275 msgstr ""
3276
3277 #: ../../source/17_miscellaneous.rst:2437
3278 msgid "SIP2 communications consist of requests and responses."
3279 msgstr ""
3280
3281 #: ../../source/17_miscellaneous.rst:2439
3282 msgid ""
3283 "The self checkout machines are ‘dumb’ and so they send requests to the Koha "
3284 "server which runs logic which determines a particular outcome which is sent "
3285 "as a response message back to the client self checkout machine, and this is "
3286 "then conveyed to the user."
3287 msgstr ""
3288
3289 #: ../../source/17_miscellaneous.rst:2441
3290 msgid ""
3291 "Security notice regarding using SIP2 service: To ensure that your SIP2 "
3292 "traffic is secure as it passes over the internet you need to make sure that "
3293 "you are using a VPN or   stunnel."
3294 msgstr ""
3295
3296 #: ../../source/17_miscellaneous.rst:2445
3297 msgid "Setting up SIP2"
3298 msgstr ""
3299
3300 #: ../../source/17_miscellaneous.rst:2447
3301 msgid ""
3302 "If you installed Koha using Debian packages then SIP2 setup is easy, simply "
3303 "follow these steps:"
3304 msgstr ""
3305
3306 #: ../../source/17_miscellaneous.rst:2450
3307 msgid ""
3308 "1. In your terminal (in the root Koha directory) write in: *sudo koha-enable-"
3309 "sip <instancename>*"
3310 msgstr ""
3311
3312 #: ../../source/17_miscellaneous.rst:2454
3313 msgid ""
3314 "2. Now you need to configure the SIP2 settings, to do this you need to edit "
3315 "the SIPconfig.xml file which exists in the /etc/koha/sites/<instancename>/ "
3316 "directory. You will need to edit this file as root because it contains "
3317 "passwords (to do so write ‘sudo’  at the start of your command)."
3318 msgstr ""
3319
3320 #: ../../source/17_miscellaneous.rst:2457
3321 msgid "e.g. *sudo vi /etc/koha/sites/<instancename>/SIPconfig.xml*"
3322 msgstr ""
3323
3324 #: ../../source/17_miscellaneous.rst:2460
3325 msgid ""
3326 "Important note: There are three areas of interest in the SIPconfig.xml file "
3327 "that you need to change. These are: service, account and institution."
3328 msgstr ""
3329
3330 #: ../../source/17_miscellaneous.rst:2463
3331 #, fuzzy
3332 msgid "**Service**"
3333 msgstr "Web Services"
3334
3335 #: ../../source/17_miscellaneous.rst:2466
3336 msgid ""
3337 "2.1 Change the port value near the top of the SIPconfig.xml file (identified "
3338 "by the number 1 in the below screen shot), so it has the same IP address as "
3339 "set further down the SIPconfig.xml file identified by 2."
3340 msgstr ""
3341
3342 #: ../../source/17_miscellaneous.rst:2468
3343 msgid ""
3344 "Make sure the two port values don’t have the same port number as you cannot "
3345 "have the same port being listened to by two different services. When "
3346 "deciding upon the port number make sure it is a high number (i.e. above "
3347 "1000) because all ports below 1000 require root permissions."
3348 msgstr ""
3349
3350 #: ../../source/17_miscellaneous.rst:2470
3351 msgid "|image1122|"
3352 msgstr ""
3353
3354 #: ../../source/17_miscellaneous.rst:2474
3355 #, fuzzy
3356 msgid "**Account**"
3357 msgstr "5 = Contas"
3358
3359 #: ../../source/17_miscellaneous.rst:2476
3360 msgid ""
3361 "The account(s) you define in the SIPconfig.xml file are simply account(s) "
3362 "permitted to use the SIP2 service i.e. your defining who can send and "
3363 "receive SIP2 commands."
3364 msgstr ""
3365
3366 #: ../../source/17_miscellaneous.rst:2478
3367 msgid ""
3368 "Account information that you write here must also exist in the Koha database "
3369 "i.e. you need to create a patron in the Koha staff interface with the same "
3370 "username, password (making sure to assign them circulate permissions) as the "
3371 "user account you write into the SIPconfig.xml file."
3372 msgstr ""
3373
3374 #: ../../source/17_miscellaneous.rst:2480
3375 msgid ""
3376 "It is highly recommended that you only write in Koha user accounts with "
3377 "circulate permissions."
3378 msgstr ""
3379
3380 #: ../../source/17_miscellaneous.rst:2482
3381 msgid ""
3382 "The reason we want SIP2 users to only have circulate permissions rather than "
3383 "superlibrarian permissions is to reduce the access SIP2 users have to "
3384 "confidential patron data in case the system was compromised."
3385 msgstr ""
3386
3387 #: ../../source/17_miscellaneous.rst:2484
3388 msgid ""
3389 "If the ACS or the SC were compromised then having all SIP2 users only having "
3390 "circulation permissions means that an intruder would only be able to access "
3391 "patron data via the terminal rather than the web interface as well (which "
3392 "would be available with superlibrarian permissions). So it is simply a "
3393 "matter of protecting your users."
3394 msgstr ""
3395
3396 #: ../../source/17_miscellaneous.rst:2486
3397 msgid "|image1119|"
3398 msgstr ""
3399
3400 #: ../../source/17_miscellaneous.rst:2489
3401 msgid "**Account value definitions:**"
3402 msgstr ""
3403
3404 #: ../../source/17_miscellaneous.rst:2492
3405 msgid "Login id: This is the account username. - Modify this accordingly"
3406 msgstr ""
3407
3408 #: ../../source/17_miscellaneous.rst:2493
3409 msgid "Password: Account password - Modify this accordingly"
3410 msgstr ""
3411
3412 #: ../../source/17_miscellaneous.rst:2494
3413 msgid ""
3414 "Delimiter: The type of delimiter for account information - Leave as default"
3415 msgstr ""
3416
3417 #: ../../source/17_miscellaneous.rst:2495
3418 msgid "error-detect -  Leave as default"
3419 msgstr ""
3420
3421 #: ../../source/17_miscellaneous.rst:2496
3422 msgid ""
3423 "Institution: This is the branchcode for the library that the user belongs "
3424 "to. NOTE: This institution needs to be defined further down in the "
3425 "institution area of the SIPconfig.xml file and it must also exist in the "
3426 "Koha database. i.e. you need to create a library with the same branchcode in "
3427 "Koha staff interface."
3428 msgstr ""
3429
3430 #: ../../source/17_miscellaneous.rst:2497
3431 msgid "encoding: This is the standard used to encode the account data"
3432 msgstr ""
3433
3434 #: ../../source/17_miscellaneous.rst:2498
3435 msgid ""
3436 "Terminator: This needs to match the terminator value of the SIP2 server. - "
3437 "Modify this if you know the terminator value of the SIP2 server."
3438 msgstr ""
3439
3440 #: ../../source/17_miscellaneous.rst:2500
3441 msgid "**Institution**"
3442 msgstr ""
3443
3444 #: ../../source/17_miscellaneous.rst:2503
3445 msgid ""
3446 "The institution information you define here must match a library created in "
3447 "the Koha staff interface."
3448 msgstr ""
3449
3450 #: ../../source/17_miscellaneous.rst:2505
3451 msgid ""
3452 "You need to make sure all the institutions that accounts are assigned to "
3453 "further up in the SIPconfig.xml file are also defined in the institution "
3454 "area of the same file."
3455 msgstr ""
3456
3457 #: ../../source/17_miscellaneous.rst:2507
3458 msgid "|image1120|"
3459 msgstr ""
3460
3461 #: ../../source/17_miscellaneous.rst:2509
3462 msgid "**Institution value definitions:**"
3463 msgstr ""
3464
3465 #: ../../source/17_miscellaneous.rst:2512
3466 msgid ""
3467 "1. Institution id: The branchcode of the library. - Modify this accordingly. "
3468 "Must be the same as created in Koha and the account area."
3469 msgstr ""
3470
3471 #: ../../source/17_miscellaneous.rst:2515
3472 msgid "Implementation: Defines the code that will be run. - Leave as default"
3473 msgstr ""
3474
3475 #: ../../source/17_miscellaneous.rst:2517
3476 msgid ""
3477 "3. Policy: Policy defines the permitted SIP2 commands allowed from SC’s in "
3478 "this institution. For example: renewal=”true” means that SC’s at that "
3479 "institution have permission to send renewal item SIP2 commands."
3480 msgstr ""
3481
3482 #: ../../source/17_miscellaneous.rst:2520
3483 msgid ""
3484 "4. Starting SIP2 Simply write in the command: *sudo koha-start-sip "
3485 "<instancename>*"
3486 msgstr ""
3487
3488 #: ../../source/17_miscellaneous.rst:2524
3489 msgid "Now you have a running SIP2 server."
3490 msgstr ""
3491
3492 #: ../../source/17_miscellaneous.rst:2527
3493 msgid "Using SIP2"
3494 msgstr ""
3495
3496 #: ../../source/17_miscellaneous.rst:2529
3497 msgid ""
3498 "SIP2 is a communication protocol. The messages sent in SIP2 are either "
3499 "requests or responses. The SC’s send request messages to the ACS which will "
3500 "run some logic and send back the resulting value to the SC as a response "
3501 "message."
3502 msgstr ""
3503
3504 #: ../../source/17_miscellaneous.rst:2531
3505 msgid ""
3506 "The request messages contain arguments, which are data values used by the "
3507 "ACS in its functions to perform the required task such as renewing items."
3508 msgstr ""
3509
3510 #: ../../source/17_miscellaneous.rst:2533
3511 msgid "**SIP2 commands**"
3512 msgstr ""
3513
3514 #: ../../source/17_miscellaneous.rst:2535
3515 msgid ""
3516 "If you want to manually use/test SIP2 then you will be writing and receiving "
3517 "messages via the Linux terminal."
3518 msgstr ""
3519
3520 #: ../../source/17_miscellaneous.rst:2537
3521 msgid ""
3522 "To be able to send and receive messages with the SIP2 server you need to use "
3523 "telnet to open a SIP2 connection. You need to specify the port number you "
3524 "want telnet to use."
3525 msgstr ""
3526
3527 #: ../../source/17_miscellaneous.rst:2539
3528 msgid ""
3529 "To find this information look at the service area at the top of the "
3530 "SIPconfig.xml file (look for the port number as pointed out by the arrow in "
3531 "the below screenshot)."
3532 msgstr ""
3533
3534 #: ../../source/17_miscellaneous.rst:2541
3535 msgid "|image1121|"
3536 msgstr ""
3537
3538 #: ../../source/17_miscellaneous.rst:2544
3539 msgid "Write into the terminal"
3540 msgstr ""
3541
3542 #: ../../source/17_miscellaneous.rst:2546
3543 #: ../../source/17_miscellaneous.rst:2554
3544 msgid "*telnet localhost <portnumber>*"
3545 msgstr ""
3546
3547 #: ../../source/17_miscellaneous.rst:2548
3548 msgid "e.g. *telnet localhost 8023*"
3549 msgstr ""
3550
3551 #: ../../source/17_miscellaneous.rst:2550
3552 msgid ""
3553 "Now write in the username and password set in one of the accounts in the     "
3554 "SIPconfig.xml file."
3555 msgstr ""
3556
3557 #: ../../source/17_miscellaneous.rst:2552
3558 msgid ""
3559 "Now you are connected to the SIP2 server you can start writing and sending "
3560 "request commands. The connection to the SIP2 server does time out fast so if "
3561 "haven’t finished writing and receiving commands simply write in:"
3562 msgstr ""
3563
3564 #: ../../source/17_miscellaneous.rst:2556
3565 msgid "to restart the SIP2 connection."
3566 msgstr ""
3567
3568 #: ../../source/17_miscellaneous.rst:2558
3569 msgid "**SIP2 command syntax**"
3570 msgstr ""
3571
3572 #: ../../source/17_miscellaneous.rst:2560
3573 msgid ""
3574 "Every SIP2 command has a 2 digit numerical prefix which defines what the "
3575 "command is doing."
3576 msgstr ""
3577
3578 #: ../../source/17_miscellaneous.rst:2562
3579 msgid ""
3580 "e.g. To get information about a patron you start your command with the "
3581 "prefix: 63. The response from the server also has a corresponding numerical "
3582 "prefix."
3583 msgstr ""
3584
3585 #: ../../source/17_miscellaneous.rst:2564
3586 msgid ""
3587 "Below is an example of a SIP2 request message to request patron information "
3588 "(in this example a Koha patron account with the user name ‘joe’, password "
3589 "‘joes’, and card number ‘y76t5r43’ has been created in the Koha staff "
3590 "interface)."
3591 msgstr ""
3592
3593 #: ../../source/17_miscellaneous.rst:2566
3594 msgid ""
3595 "Additionally a library with the branchcode of ‘WEL’ has been created in the "
3596 "Koha staff interface and is also defined in the institution area of the "
3597 "SIPconfig.xml file):"
3598 msgstr ""
3599
3600 #: ../../source/17_miscellaneous.rst:2568
3601 msgid "|image1123|"
3602 msgstr ""
3603
3604 #: ../../source/17_miscellaneous.rst:2570
3605 msgid "So the format of this SIP2 request message is:"
3606 msgstr ""
3607
3608 #: ../../source/17_miscellaneous.rst:2572
3609 msgid "|image1124|"
3610 msgstr ""
3611
3612 #: ../../source/17_miscellaneous.rst:2574
3613 msgid ""
3614 "The summary value is a 10 character value. If a Y is written in for the "
3615 "summary value then you will be able to get both a summary and more detailed "
3616 "informational output."
3617 msgstr ""
3618
3619 #: ../../source/17_miscellaneous.rst:2576
3620 msgid ""
3621 "The value in the <YYYYMMDD>       <HHMMSS> is the current datetime, by "
3622 "leaving a 4 space gap between the YYYYMMDD and HHMMSS this indicates you "
3623 "want to use local time rather than UTC."
3624 msgstr ""
3625
3626 #: ../../source/17_miscellaneous.rst:2578
3627 msgid ""
3628 "In this manual letter codes for the various fields are used where possible "
3629 "in describing the SIP2 message fields e.g. AO<institutionid>."
3630 msgstr ""
3631
3632 #: ../../source/17_miscellaneous.rst:2580
3633 msgid ""
3634 "These letter codes can be written in the SIP2 commands into the Linux "
3635 "terminal, but make sure when substituting values in for the fields (values "
3636 "inside the <>) that you do not write in the <> brackets."
3637 msgstr ""
3638
3639 #: ../../source/17_miscellaneous.rst:2583
3640 msgid "**SIP2 messages:**"
3641 msgstr ""
3642
3643 #: ../../source/17_miscellaneous.rst:2586
3644 msgid "**Block patron**"
3645 msgstr ""
3646
3647 #: ../../source/17_miscellaneous.rst:2588
3648 msgid ""
3649 "This uses the prefix 01 for request messages and 24 for response messages."
3650 msgstr ""
3651
3652 #: ../../source/17_miscellaneous.rst:2590
3653 #: ../../source/17_miscellaneous.rst:2611
3654 #: ../../source/17_miscellaneous.rst:2642
3655 #: ../../source/17_miscellaneous.rst:2659
3656 #: ../../source/17_miscellaneous.rst:2673
3657 #: ../../source/17_miscellaneous.rst:2689
3658 #: ../../source/17_miscellaneous.rst:2707
3659 #: ../../source/17_miscellaneous.rst:2717
3660 #: ../../source/17_miscellaneous.rst:2748
3661 #: ../../source/17_miscellaneous.rst:2760
3662 #: ../../source/17_miscellaneous.rst:2781
3663 #: ../../source/17_miscellaneous.rst:2797
3664 #: ../../source/17_miscellaneous.rst:2813
3665 #: ../../source/17_miscellaneous.rst:2840
3666 msgid "Request message:"
3667 msgstr ""
3668
3669 #: ../../source/17_miscellaneous.rst:2592
3670 msgid "|image1125|"
3671 msgstr ""
3672
3673 #: ../../source/17_miscellaneous.rst:2595
3674 msgid ""
3675 "Card retained is a single character field of either ‘Y’ or ‘N’  which tells "
3676 "the ACS that a card has been retained by the self checkout machine."
3677 msgstr ""
3678
3679 #: ../../source/17_miscellaneous.rst:2597
3680 #: ../../source/17_miscellaneous.rst:2621
3681 #: ../../source/17_miscellaneous.rst:2648
3682 #: ../../source/17_miscellaneous.rst:2667
3683 #: ../../source/17_miscellaneous.rst:2679
3684 #: ../../source/17_miscellaneous.rst:2693
3685 #: ../../source/17_miscellaneous.rst:2711
3686 #: ../../source/17_miscellaneous.rst:2729
3687 #: ../../source/17_miscellaneous.rst:2752
3688 #: ../../source/17_miscellaneous.rst:2770
3689 #: ../../source/17_miscellaneous.rst:2785
3690 #: ../../source/17_miscellaneous.rst:2801
3691 #: ../../source/17_miscellaneous.rst:2852
3692 msgid "Response message:"
3693 msgstr ""
3694
3695 #: ../../source/17_miscellaneous.rst:2599
3696 msgid "|image1126|"
3697 msgstr ""
3698
3699 #: ../../source/17_miscellaneous.rst:2601
3700 msgid ""
3701 "<patronstatus> is a 14 character long value. The value Y in the string means "
3702 "true. Each position in this string (starting at 0) has a single "
3703 "corresponding value (Y or N) in the string."
3704 msgstr ""
3705
3706 #: ../../source/17_miscellaneous.rst:2603
3707 msgid ""
3708 "e.g. a Y at position 1 (the second value in the string) means that the "
3709 "patrons renewal privileges are denied."
3710 msgstr ""
3711
3712 #: ../../source/17_miscellaneous.rst:2606
3713 msgid "**Check-in items**"
3714 msgstr ""
3715
3716 #: ../../source/17_miscellaneous.rst:2609
3717 msgid ""
3718 "This uses the request message (messages sent to the ACS) prefix of 09 and "
3719 "the response prefix of 10 (sent to the SC)."
3720 msgstr ""
3721
3722 #: ../../source/17_miscellaneous.rst:2613
3723 msgid "|image1127|"
3724 msgstr ""
3725
3726 #: ../../source/17_miscellaneous.rst:2615
3727 msgid ""
3728 "<no block (Offline)> is a single character field of either ‘Y’ or ‘N’ which "
3729 "indicates if the transaction is being performed offline. As offline "
3730 "transactions are not supported you need to write ‘N’ if you are testing this "
3731 "message out manually."
3732 msgstr ""
3733
3734 #: ../../source/17_miscellaneous.rst:2617
3735 msgid ""
3736 "<transactiondate> this is a 18 character field with the date is the format: "
3737 "YYYYMMDDZZZZHHMMSS."
3738 msgstr ""
3739
3740 #: ../../source/17_miscellaneous.rst:2619
3741 msgid ""
3742 "ZZZZ is the timezone, if you want to set it to local you need to leave 4 "
3743 "blank spaces, but if you want to set it to the UTC (Coordinated Universal "
3744 "Time) then you need to write in 3 blank spaces and a Z."
3745 msgstr ""
3746
3747 #: ../../source/17_miscellaneous.rst:2623
3748 msgid "|image1128|"
3749 msgstr ""
3750
3751 #: ../../source/17_miscellaneous.rst:2625
3752 msgid ""
3753 "Alert type could have one of several values: 00 : Unknown 01: local hold 02: "
3754 "remote hold 03: ILL Transfer 04: transfer 99: Other"
3755 msgstr ""
3756
3757 #: ../../source/17_miscellaneous.rst:2633
3758 msgid ""
3759 "If an item is resensitized then the value of <resentitize> should be Y "
3760 "otherwise it should be N. Rensensitizing items is done to ensure that if "
3761 "someone tries to steal the item they are detected."
3762 msgstr ""
3763
3764 #: ../../source/17_miscellaneous.rst:2635
3765 msgid "**Checkout items**"
3766 msgstr ""
3767
3768 #: ../../source/17_miscellaneous.rst:2637
3769 msgid ""
3770 "This uses the request message prefix of 11 and the response message prefix "
3771 "of 12. It has similar syntax to the check-in command, outlined above except "
3772 "the prefixes are different."
3773 msgstr ""
3774
3775 #: ../../source/17_miscellaneous.rst:2640
3776 msgid ""
3777 "**Hold** – May not yet be supported on some systems. This has a request "
3778 "message numerical prefix of 15 and a response message prefix of 16."
3779 msgstr ""
3780
3781 #: ../../source/17_miscellaneous.rst:2644
3782 msgid "|image1129|"
3783 msgstr ""
3784
3785 #: ../../source/17_miscellaneous.rst:2646
3786 msgid ""
3787 "<holdmode> is a single character value. + means add a hold, - means delete a "
3788 "hold and * means change a hold."
3789 msgstr ""
3790
3791 #: ../../source/17_miscellaneous.rst:2650
3792 msgid "|image1130|"
3793 msgstr ""
3794
3795 #: ../../source/17_miscellaneous.rst:2652
3796 msgid ""
3797 "<ok> is a single length value which is either 0 (for hold is not permitted "
3798 "or was not successful) or 1 (for hold is permitted and was successful)."
3799 msgstr ""
3800
3801 #: ../../source/17_miscellaneous.rst:2654
3802 msgid ""
3803 "<available> is a single length value which is either Y or N. Y means the "
3804 "item is currently in the library, whilst N means the item is currently on "
3805 "loan/someone else has created a hold on the item."
3806 msgstr ""
3807
3808 #: ../../source/17_miscellaneous.rst:2657
3809 msgid ""
3810 "**Item information: This uses the request command prefix of 17, and the "
3811 "response command prefix of 18**"
3812 msgstr ""
3813
3814 #: ../../source/17_miscellaneous.rst:2661
3815 msgid "|image1131|"
3816 msgstr ""
3817
3818 #: ../../source/17_miscellaneous.rst:2663
3819 msgid ""
3820 "See the check-in items command (described above) to find out what the "
3821 "<xact_date> value is."
3822 msgstr ""
3823
3824 #: ../../source/17_miscellaneous.rst:2665
3825 msgid "The terminal password is optional."
3826 msgstr ""
3827
3828 #: ../../source/17_miscellaneous.rst:2669
3829 msgid "|image1132|"
3830 msgstr ""
3831
3832 #: ../../source/17_miscellaneous.rst:2671
3833 msgid ""
3834 "**Item status update  This uses the request message prefix of 19 and the "
3835 "response message prefix of 20**"
3836 msgstr ""
3837
3838 #: ../../source/17_miscellaneous.rst:2675
3839 msgid "|image1133|"
3840 msgstr ""
3841
3842 #: ../../source/17_miscellaneous.rst:2677
3843 msgid ""
3844 "<itemproperties> is not a fixed length value, and you can optionally write "
3845 "in values such as item size and these values will be stored in the Koha "
3846 "database for the item."
3847 msgstr ""
3848
3849 #: ../../source/17_miscellaneous.rst:2681
3850 msgid "|image1134|"
3851 msgstr ""
3852
3853 #: ../../source/17_miscellaneous.rst:2683
3854 msgid ""
3855 "<itempropertiesok> is a single length character value which is either 0 or "
3856 "1. 1 identifies that the <itemproperties> value defined in the item status "
3857 "update request message was successfully stored in the Koha database."
3858 msgstr ""
3859
3860 #: ../../source/17_miscellaneous.rst:2685
3861 msgid "**Patron status**"
3862 msgstr ""
3863
3864 #: ../../source/17_miscellaneous.rst:2687
3865 msgid ""
3866 "This uses the request message prefix 23 and the response message prefix of "
3867 "24."
3868 msgstr ""
3869
3870 #: ../../source/17_miscellaneous.rst:2691
3871 msgid "|image1135|"
3872 msgstr ""
3873
3874 #: ../../source/17_miscellaneous.rst:2695
3875 msgid "|image1136|"
3876 msgstr ""
3877
3878 #: ../../source/17_miscellaneous.rst:2697
3879 msgid ""
3880 "The value displayed for <patronvalidity> is Y (valid) and N (invalid) The "
3881 "value in the <YYYYMMDD>    < HHMMSS> is the current date/time."
3882 msgstr ""
3883
3884 #: ../../source/17_miscellaneous.rst:2700
3885 msgid ""
3886 "The reason for the gap between the two values is to define that you want to "
3887 "use localtime rather than UTC."
3888 msgstr ""
3889
3890 #: ../../source/17_miscellaneous.rst:2703
3891 msgid ""
3892 "**Patron enable - This is not yet supported. This uses the request message "
3893 "prefix of 25 and the response message prefix of 26**"
3894 msgstr ""
3895
3896 #: ../../source/17_miscellaneous.rst:2705
3897 msgid "This command undoes the block patron command."
3898 msgstr ""
3899
3900 #: ../../source/17_miscellaneous.rst:2709
3901 msgid "|image1137|"
3902 msgstr ""
3903
3904 #: ../../source/17_miscellaneous.rst:2713
3905 msgid "|image1138|"
3906 msgstr ""
3907
3908 #: ../../source/17_miscellaneous.rst:2715
3909 msgid ""
3910 "**Renew This uses the request message prefix of 29 and the response message "
3911 "prefix of 30**"
3912 msgstr ""
3913
3914 #: ../../source/17_miscellaneous.rst:2719
3915 msgid "|image1139|"
3916 msgstr ""
3917
3918 #: ../../source/17_miscellaneous.rst:2721
3919 msgid ""
3920 "<thirdpartyallowed> is  a single character value which is either Y or N. If "
3921 "it is Y then third parties can renew items."
3922 msgstr ""
3923
3924 #: ../../source/17_miscellaneous.rst:2723
3925 msgid ""
3926 "<noblock> is a single character value which is either Y or N. If it is Y "
3927 "then this means that the item was checkin/out when the ACS was offline."
3928 msgstr ""
3929
3930 #: ../../source/17_miscellaneous.rst:2725
3931 msgid ""
3932 "<nbduedate> is the transaction date of checkin/checkout when the ACS was "
3933 "offline."
3934 msgstr ""
3935
3936 #: ../../source/17_miscellaneous.rst:2727
3937 msgid ""
3938 "<feeacknowledged> is a single character value which is either Y or N. This "
3939 "indicates if the user accepts the fee associated with the item they are "
3940 "renewing."
3941 msgstr ""
3942
3943 #: ../../source/17_miscellaneous.rst:2731
3944 msgid "|image1140|"
3945 msgstr ""
3946
3947 #: ../../source/17_miscellaneous.rst:2733
3948 msgid ""
3949 "<ok> is a single character value which is either 0 or 1. A value of 1 means "
3950 "the item was successfully renewed, 0 means item was not successfully renewed."
3951 msgstr ""
3952
3953 #: ../../source/17_miscellaneous.rst:2735
3954 msgid ""
3955 "<renewalok> is a single character value which is either Y or N. The logic "
3956 "for the setting of the value of <renewalok> is Y is set when the item is "
3957 "already checkout by the user and so it should be desensitized thereby "
3958 "renewing it, whereas N is set if the item is not already checkout to the "
3959 "patron and so it should not be renewed."
3960 msgstr ""
3961
3962 #: ../../source/17_miscellaneous.rst:2737
3963 msgid ""
3964 "In other words don’t let patrons renew books when they are not currently "
3965 "checked out to them."
3966 msgstr ""
3967
3968 #: ../../source/17_miscellaneous.rst:2739
3969 msgid ""
3970 "<magneticmedia> is a single character value which is either Y (for yes), N "
3971 "( for no), or U (for unknown)."
3972 msgstr ""
3973
3974 #: ../../source/17_miscellaneous.rst:2741
3975 msgid ""
3976 "<mediatype> is a three numerical character long value. For a list of the "
3977 "values go to: http://multimedia.3m.com/mws/media/355361O/sip2-protocol.pdf"
3978 msgstr ""
3979
3980 #: ../../source/17_miscellaneous.rst:2744
3981 #, fuzzy
3982 msgid "**End session**"
3983 msgstr "permissões"
3984
3985 #: ../../source/17_miscellaneous.rst:2746
3986 msgid ""
3987 "This uses the request message prefix of 35 and the response message prefix "
3988 "of 36"
3989 msgstr ""
3990
3991 #: ../../source/17_miscellaneous.rst:2750
3992 msgid "|image1141|"
3993 msgstr ""
3994
3995 #: ../../source/17_miscellaneous.rst:2754
3996 msgid "|image1142|"
3997 msgstr ""
3998
3999 #: ../../source/17_miscellaneous.rst:2756
4000 msgid "<success_or_failure> is either Y for success or N for failure."
4001 msgstr ""
4002
4003 #: ../../source/17_miscellaneous.rst:2758
4004 msgid ""
4005 "**Fee Paid – May not be implemented yet. This uses a request message prefix "
4006 "of 37 and a response message prefix of 38**"
4007 msgstr ""
4008
4009 #: ../../source/17_miscellaneous.rst:2762
4010 msgid "|image1143|"
4011 msgstr ""
4012
4013 #: ../../source/17_miscellaneous.rst:2764
4014 msgid ""
4015 "<feetype> is a two numerical character value which is between 01 and 99. To "
4016 "see a list of fee type values go to http://multimedia.3m.com/mws/"
4017 "media/355361O/sip2-protocol.pdf"
4018 msgstr ""
4019
4020 #: ../../source/17_miscellaneous.rst:2766
4021 msgid ""
4022 "<paymenttype> is a two character numerical value between 00 and 99. 00 is "
4023 "cash, 01 is Visa, and 02 is credit card."
4024 msgstr ""
4025
4026 #: ../../source/17_miscellaneous.rst:2768
4027 msgid ""
4028 "<currencytype> is a 3 alphanumeric character long value identifying the "
4029 "currency the fee paid was in."
4030 msgstr ""
4031
4032 #: ../../source/17_miscellaneous.rst:2772
4033 msgid "|image1144|"
4034 msgstr ""
4035
4036 #: ../../source/17_miscellaneous.rst:2774
4037 msgid ""
4038 "<paymentaccepted> is a single alphanumeric character long value which is "
4039 "either Y (payment has been accepted) or N (payment has not been accepted)."
4040 msgstr ""
4041
4042 #: ../../source/17_miscellaneous.rst:2777
4043 msgid "**Patron information**"
4044 msgstr ""
4045
4046 #: ../../source/17_miscellaneous.rst:2779
4047 msgid ""
4048 "This uses the request message prefix of 63 and the response message prefix "
4049 "of 64"
4050 msgstr ""
4051
4052 #: ../../source/17_miscellaneous.rst:2783
4053 msgid "|image1145|"
4054 msgstr ""
4055
4056 #: ../../source/17_miscellaneous.rst:2787
4057 msgid "|image1146|"
4058 msgstr ""
4059
4060 #: ../../source/17_miscellaneous.rst:2789
4061 msgid "<valid patron> is Y for valid and N for not valid."
4062 msgstr ""
4063
4064 #: ../../source/17_miscellaneous.rst:2791
4065 msgid ""
4066 "<hold "
4067 "itemcount><overdueitemcount><chargeditemscount><fienitemscount><recallitemscount><unavaliableholdscount> "
4068 "are all 4 numerical character long values."
4069 msgstr ""
4070
4071 #: ../../source/17_miscellaneous.rst:2793
4072 msgid "**Renew all**"
4073 msgstr ""
4074
4075 #: ../../source/17_miscellaneous.rst:2795
4076 msgid ""
4077 "This uses the request message prefix of 65 and the  response message prefix "
4078 "of 66."
4079 msgstr ""
4080
4081 #: ../../source/17_miscellaneous.rst:2799
4082 msgid "|image1147|"
4083 msgstr ""
4084
4085 #: ../../source/17_miscellaneous.rst:2803
4086 msgid "|image1148|"
4087 msgstr ""
4088
4089 #: ../../source/17_miscellaneous.rst:2805
4090 msgid ""
4091 "<renewedcount> is a 4 numerical character long value denoting the number of "
4092 "items that were renewed."
4093 msgstr ""
4094
4095 #: ../../source/17_miscellaneous.rst:2807
4096 msgid ""
4097 "<unrenewedcount>, has the same format as the <renewedcount> but it denotes "
4098 "the number of items not renewed."
4099 msgstr ""
4100
4101 #: ../../source/17_miscellaneous.rst:2809
4102 msgid "**Login**"
4103 msgstr ""
4104
4105 #: ../../source/17_miscellaneous.rst:2811
4106 msgid ""
4107 "This uses the request message prefix of 93, and the response message prefix "
4108 "of 94."
4109 msgstr ""
4110
4111 #: ../../source/17_miscellaneous.rst:2815
4112 msgid "|image1149|"
4113 msgstr ""
4114
4115 #: ../../source/17_miscellaneous.rst:2817
4116 msgid ""
4117 "<UIDalgorithm> and <PWDalgorithm> are one character long values indicating "
4118 "the type of algorithm to use to encrypt the loginuserid and loginpassword "
4119 "respectively."
4120 msgstr ""
4121
4122 #: ../../source/17_miscellaneous.rst:2819
4123 msgid "Writing in the value of 0 means these values will not be encrypted."
4124 msgstr ""
4125
4126 #: ../../source/17_miscellaneous.rst:2821
4127 msgid ""
4128 "Response message: *941* is a successful login. *940* is an unsuccessful "
4129 "login *[connection closed by foreign host.]* is a unsuccessful login"
4130 msgstr ""
4131
4132 #: ../../source/17_miscellaneous.rst:2827
4133 msgid "**Resend**"
4134 msgstr ""
4135
4136 #: ../../source/17_miscellaneous.rst:2829
4137 msgid "This requests the receiving device to resend its last message."
4138 msgstr ""
4139
4140 #: ../../source/17_miscellaneous.rst:2831
4141 msgid "SC -> ACS resend request is *97*"
4142 msgstr ""
4143
4144 #: ../../source/17_miscellaneous.rst:2833
4145 msgid "ACS -> SC resend request is *96*"
4146 msgstr ""
4147
4148 #: ../../source/17_miscellaneous.rst:2836
4149 msgid "**Status of the ACS and SC**"
4150 msgstr ""
4151
4152 #: ../../source/17_miscellaneous.rst:2838
4153 msgid ""
4154 "This has the request message prefix of 99 and the response message prefix of "
4155 "98."
4156 msgstr ""
4157
4158 #: ../../source/17_miscellaneous.rst:2842
4159 msgid "|image1150|"
4160 msgstr ""
4161
4162 #: ../../source/17_miscellaneous.rst:2845
4163 msgid ""
4164 "The status code is one of 3 values. * 0: SC is ok * 1: SC is out of paper * "
4165 "2: SC is shutting down max print width is a 3 character long value which is "
4166 "the integer number of characters the client can print Protocol version is a "
4167 "4 character value in the format x.xx"
4168 msgstr ""
4169
4170 #: ../../source/17_miscellaneous.rst:2854
4171 msgid "|image1151|"
4172 msgstr ""
4173
4174 #: ../../source/17_miscellaneous.rst:2856
4175 msgid ""
4176 "If you get the response message ‘96’ this means that the request message is "
4177 "not valid/understood."
4178 msgstr ""
4179
4180 #: ../../source/17_miscellaneous.rst:2859
4181 msgid "**Troubleshooting SIP2**"
4182 msgstr ""
4183
4184 #: ../../source/17_miscellaneous.rst:2861
4185 msgid ""
4186 "Can’t connect to remote host when writing in the command telnet localhost "
4187 "<portnumber>"
4188 msgstr ""
4189
4190 #: ../../source/17_miscellaneous.rst:2863
4191 msgid "3 solutions for this issue to try are:"
4192 msgstr ""
4193
4194 #: ../../source/17_miscellaneous.rst:2865
4195 msgid ""
4196 "1. Check the portnumber your writing in the above command is the port number "
4197 "written in the SIPconfig.xml file at the location indicated by the number 1. "
4198 "i.e. in the below example because the portnumber is 6001 the correct command "
4199 "would be: telnet localhost 6001"
4200 msgstr ""
4201
4202 #: ../../source/17_miscellaneous.rst:2869
4203 msgid ""
4204 "2. Check if any userid is written more than once in the SIPconfig.xml file. "
4205 "The userid (which is simply the username of the Koha user)  needs to be "
4206 "unique within the SIPconfig.xml file. If you have the same userid multiple "
4207 "times in your SIPconfig.xml file this will cause the connection to SIP2 to "
4208 "fail before you get a chance to authenticate."
4209 msgstr ""
4210
4211 #: ../../source/17_miscellaneous.rst:2872
4212 msgid ""
4213 "3. Check the account defined in the SIPconfig.xml file also exists in the "
4214 "Koha database with the same username, password and has circulate "
4215 "permissions. If you have dropped and recreated the Koha database after "
4216 "creating the patron account in the Koha staff interface and the SIPconfig."
4217 "xml file then that patron account will not exist in the Koha database and so "
4218 "you will need to recreate them in the Koha staff interface."
4219 msgstr ""
4220
4221 #: ../../source/17_miscellaneous.rst:2878
4222 msgid "Further troubleshooting"
4223 msgstr ""
4224
4225 #: ../../source/17_miscellaneous.rst:2879
4226 msgid ""
4227 "To access the SIP2 logs in your Koha home directory navigate to the "
4228 "following directory: /var/log/koha/<instancename>"
4229 msgstr ""
4230
4231 #: ../../source/17_miscellaneous.rst:2882
4232 msgid ""
4233 "Then view the output of the sip-error.log and the sip-output.log files which "
4234 "give more detailed information about the SIP2 error."
4235 msgstr ""
4236
4237 #: ../../source/17_miscellaneous.rst:2884
4238 msgid "cat sip-error.log"
4239 msgstr ""
4240
4241 #: ../../source/17_miscellaneous.rst:2885
4242 msgid "cat sip-output.log"
4243 msgstr ""
4244
4245 #: ../../source/17_miscellaneous.rst:2888
4246 msgid "**Useful links on SIP2 commands:**"
4247 msgstr ""
4248
4249 #: ../../source/17_miscellaneous.rst:2890
4250 msgid "http://multimedia.3m.com/mws/media/355361O/sip2-protocol.pdf"
4251 msgstr ""
4252
4253 #: ../../source/17_miscellaneous.rst:2895
4254 msgid "Integrating LDAP with Koha"
4255 msgstr ""
4256
4257 #: ../../source/17_miscellaneous.rst:2896
4258 msgid ""
4259 "Setting up LDAP (Lightweight Directory Access Protocol) for Koha allows you "
4260 "to store all user information in a central database which is accessed both "
4261 "by your organisations Koha instance and for users to authenticate on other "
4262 "existing systems."
4263 msgstr ""
4264
4265 #: ../../source/17_miscellaneous.rst:2898
4266 msgid ""
4267 "LDAP is a protocol used for file discovery over networks and network "
4268 "authentication."
4269 msgstr ""
4270
4271 #: ../../source/17_miscellaneous.rst:2900
4272 msgid ""
4273 "LDAP configurations are powerful allowing you to customise how Koha and LDAP "
4274 "interact. LDAP  can be configured so that new accounts created in LDAP can "
4275 "be synced down into the Koha database, additionally updates to the LDAP user "
4276 "account are synced down to the Koha database."
4277 msgstr ""
4278
4279 #: ../../source/17_miscellaneous.rst:2902
4280 msgid ""
4281 "However Koha cannot sync data up to the LDAP server, thus the data traffic "
4282 "when using LDAP is only one directional."
4283 msgstr ""
4284
4285 #: ../../source/17_miscellaneous.rst:2904
4286 msgid ""
4287 "Auth_By_Bind is set to 1 where a Microsoft Windows Active Directory system "
4288 "is in use in the LDAP database."
4289 msgstr ""
4290
4291 #: ../../source/17_miscellaneous.rst:2906
4292 msgid ""
4293 "**Before going through the steps to configure LDAP you will need the "
4294 "following information/actions from the organisation**"
4295 msgstr ""
4296
4297 #: ../../source/17_miscellaneous.rst:2909
4298 msgid ""
4299 "The organisation will need to open a port to allow access to their AD from "
4300 "the server."
4301 msgstr ""
4302
4303 #: ../../source/17_miscellaneous.rst:2911
4304 msgid ""
4305 "Information on the access to the AD server (IP address/hostname, port, SSL "
4306 "info)"
4307 msgstr ""
4308
4309 #: ../../source/17_miscellaneous.rst:2913
4310 msgid ""
4311 "Information on the configuration of the AD server (relevant OUs, DCs, CN "
4312 "formats relative to usernames)"
4313 msgstr ""
4314
4315 #: ../../source/17_miscellaneous.rst:2915
4316 msgid "Mapping between AD fields and Koha fields, including defaults"
4317 msgstr ""
4318
4319 #: ../../source/17_miscellaneous.rst:2917
4320 msgid ""
4321 "Default values for things not provided by AD (categorycode, branchcode for "
4322 "example)"
4323 msgstr ""
4324
4325 #: ../../source/17_miscellaneous.rst:2919
4326 msgid ""
4327 "To authenticate a user do we bind as them (seems to be common for AD) or do "
4328 "we use an account and login with that and then check? If the latter, we'll "
4329 "need details of how to log in"
4330 msgstr ""
4331
4332 #: ../../source/17_miscellaneous.rst:2921
4333 msgid ""
4334 "Do the existing usernames in Koha match the usernames that we'll be using to "
4335 "look them up in AD? If so, good. If not, how will we deal with duplicate "
4336 "users?"
4337 msgstr ""
4338
4339 #: ../../source/17_miscellaneous.rst:2923
4340 msgid "**Steps to set up LDAP with your Koha instance**"
4341 msgstr ""
4342
4343 #: ../../source/17_miscellaneous.rst:2926
4344 msgid ""
4345 "1 In Linux terminal navigate to the directory containing the koha-conf.xml "
4346 "file which will either be in: * /etc/koha/sites/<instance-name>/ OR *  /etc/"
4347 "koha/"
4348 msgstr ""
4349
4350 #: ../../source/17_miscellaneous.rst:2931
4351 msgid ""
4352 "2 Open the koha-conf.xml file with root permissions: sudo vi koha-conf.xml"
4353 msgstr ""
4354
4355 #: ../../source/17_miscellaneous.rst:2934
4356 msgid ""
4357 "3 Scroll down to the line containing ‘<useldapserver>0</useldapserver>’ and "
4358 "change it to: <useldapserver>1</useldapserver>"
4359 msgstr ""
4360
4361 #: ../../source/17_miscellaneous.rst:2937
4362 msgid ""
4363 "4 Then in the next line below write in the LDAP configurations below: Note "
4364 "all fields highlighted in yellow need to be replaced with the appropriate "
4365 "values for your organisations LDAP server."
4366 msgstr ""
4367
4368 #: ../../source/17_miscellaneous.rst:2939
4369 msgid "<ldapserver id=\"<ldapserverid>\">"
4370 msgstr ""
4371
4372 #: ../../source/17_miscellaneous.rst:2941
4373 msgid "<hostname><hostname></hostname>"
4374 msgstr ""
4375
4376 #: ../../source/17_miscellaneous.rst:2943
4377 msgid "<base>dc=<domaincontroller>,dc=<domaincontroller></base>"
4378 msgstr ""
4379
4380 #: ../../source/17_miscellaneous.rst:2945
4381 msgid ""
4382 "<user>cn=<nameofuser>, dc=<domaincontroller>,dc=<domaincontroller></user> "
4383 "<!--This is the username of user account with permissions to query the LDAP "
4384 "server -->"
4385 msgstr ""
4386
4387 #: ../../source/17_miscellaneous.rst:2947
4388 msgid ""
4389 "<pass><password></pass> <!-- This is password of the user account with "
4390 "permissions  to query the LDAP server-->"
4391 msgstr ""
4392
4393 #: ../../source/17_miscellaneous.rst:2949
4394 msgid ""
4395 "<replicate><either0or1></replicate> <!-- add new users from LDAP to Koha "
4396 "database -->"
4397 msgstr ""
4398
4399 #: ../../source/17_miscellaneous.rst:2951
4400 msgid ""
4401 "<update><either0or1></update> <!-- update existing users in Koha database -->"
4402 msgstr ""
4403
4404 #: ../../source/17_miscellaneous.rst:2953
4405 msgid ""
4406 "<auth_by_bind><either0or1></auth_by_bind> <!-- set to 1 to authenticate by "
4407 "binding instead of password comparison, e.g., to use Active Directory -->"
4408 msgstr ""
4409
4410 #: ../../source/17_miscellaneous.rst:2955
4411 msgid ""
4412 "<principal_name><principalname></principal_name> <!-- optional, for     "
4413 "auth_by_bind: a printf format to make userPrincipalName from koha "
4414 "userid        -->"
4415 msgstr ""
4416
4417 #: ../../source/17_miscellaneous.rst:2957
4418 msgid ""
4419 "<mapping> <!-- match koha SQL field names to your LDAP record field names-->"
4420 msgstr ""
4421
4422 #: ../../source/17_miscellaneous.rst:2959
4423 msgid "<firstname is=\"givenname\"></firstname>"
4424 msgstr ""
4425
4426 #: ../../source/17_miscellaneous.rst:2961
4427 msgid "<surname is=\"sn\"></surname>"
4428 msgstr ""
4429
4430 #: ../../source/17_miscellaneous.rst:2963
4431 msgid "<address is=\"postaladdress\"></address>"
4432 msgstr ""
4433
4434 #: ../../source/17_miscellaneous.rst:2965
4435 msgid ""
4436 "<city is=\"l\">Athens, OH</city>    <!-- Athens,OH is the default value for "
4437 "city of all users logging into Koha -->"
4438 msgstr ""
4439
4440 #: ../../source/17_miscellaneous.rst:2968
4441 msgid "<zipcode is=\"postalcode\"></zipcode>"
4442 msgstr ""
4443
4444 #: ../../source/17_miscellaneous.rst:2970
4445 msgid "<branchcode is=\"branch\">Central</branchcode>"
4446 msgstr ""
4447
4448 #: ../../source/17_miscellaneous.rst:2972
4449 msgid "<userid is=\"uid\"></userid>"
4450 msgstr ""
4451
4452 #: ../../source/17_miscellaneous.rst:2974
4453 msgid "<password is=\"userpassword\"></password>"
4454 msgstr ""
4455
4456 #: ../../source/17_miscellaneous.rst:2976
4457 msgid "<email is=\"mail\"></email>"
4458 msgstr ""
4459
4460 #: ../../source/17_miscellaneous.rst:2978
4461 msgid "<categorycode is=\"employeetype\">EM</categorycode>"
4462 msgstr ""
4463
4464 #: ../../source/17_miscellaneous.rst:2980
4465 msgid "<phone is=\"telephonenumber\"></phone>"
4466 msgstr ""
4467
4468 #: ../../source/17_miscellaneous.rst:2982
4469 #: ../../source/17_miscellaneous.rst:3051
4470 msgid "</mapping>"
4471 msgstr ""
4472
4473 #: ../../source/17_miscellaneous.rst:2984
4474 #: ../../source/17_miscellaneous.rst:3053
4475 msgid "</ldapserver>"
4476 msgstr ""
4477
4478 #: ../../source/17_miscellaneous.rst:2986
4479 msgid "5 Save and exit the koha-conf.xml file"
4480 msgstr ""
4481
4482 #: ../../source/17_miscellaneous.rst:2988
4483 msgid "6 Check the LDAP connection works by writing in:"
4484 msgstr ""
4485
4486 #: ../../source/17_miscellaneous.rst:2990
4487 msgid "ldapsearch -H ldaps://host.name  -s base -x  -w \"\" -d 1"
4488 msgstr ""
4489
4490 #: ../../source/17_miscellaneous.rst:2993
4491 msgid ""
4492 "Note about hostname Hostname can either be a alphanumerical name or it can "
4493 "be the LDAP server IP address (its optional to write port number). By "
4494 "default the ldaps default port number is 636, whilst ldap default port "
4495 "number is 389"
4496 msgstr ""
4497
4498 #: ../../source/17_miscellaneous.rst:2997
4499 msgid ""
4500 "Note about the replicate and update fields The replicate  LDAP config field "
4501 "for LDAP in the koha-conf.xml file allow the Koha database to be added to "
4502 "with a new borrower account whenever a user logs into Koha (either the staff "
4503 "client or OPAC) with their LDAP username and password (assuming the same "
4504 "username and password does not already exist in the Koha database)."
4505 msgstr ""
4506
4507 #: ../../source/17_miscellaneous.rst:3000
4508 msgid ""
4509 "Whereas the update LDAP config field (in the same file allows) allows for "
4510 "user information in the LDAP database to be synced down to the Koha "
4511 "database. e.g. if someone gets married and their surname changes then the "
4512 "new surname only needs to       be updated in the existing LDAP database and "
4513 "that will be synced down to the Koha       database automatically if the "
4514 "update configuration is set to 1."
4515 msgstr ""
4516
4517 #: ../../source/17_miscellaneous.rst:3004
4518 msgid ""
4519 "About the mapping fields (the fields highlighted green) <city is=\"l"
4520 "\">Athens, OH</city>"
4521 msgstr ""
4522
4523 #: ../../source/17_miscellaneous.rst:3007
4524 msgid ""
4525 "The left hand column name (highlighted yellow) is the name of the column in "
4526 "the LDAP database."
4527 msgstr ""
4528
4529 #: ../../source/17_miscellaneous.rst:3009
4530 msgid ""
4531 "The column name inside quote marks (highlighted pink) is the name of the "
4532 "column in the Koha database. NOTE: This can be filled with any value if "
4533 "there is no equivalent column name in the Koha database as exists in the "
4534 "LDAP database."
4535 msgstr ""
4536
4537 #: ../../source/17_miscellaneous.rst:3011
4538 msgid ""
4539 "The value highlighted cyan is the default value for the specified Koha and "
4540 "LDAP columns. So in the above example all user records in the Koha and LDAP "
4541 "databases  will by default have the city value of ‘Athens, OH’."
4542 msgstr ""
4543
4544 #: ../../source/17_miscellaneous.rst:3013
4545 msgid "Example of the LDAP configurations:"
4546 msgstr ""
4547
4548 #: ../../source/17_miscellaneous.rst:3015
4549 msgid ""
4550 "<useldapserver>1</useldapserver><!-- see C4::Auth_with_ldap for extra "
4551 "configs you must add if you want to turn this on -->"
4552 msgstr ""
4553
4554 #: ../../source/17_miscellaneous.rst:3017
4555 msgid "<ldapserver id=\"ldapserver\" listenref=\"ldapserver\">"
4556 msgstr ""
4557
4558 #: ../../source/17_miscellaneous.rst:3019
4559 msgid "<hostname>ldaps://example.co.au</hostname>"
4560 msgstr ""
4561
4562 #: ../../source/17_miscellaneous.rst:3021
4563 msgid "<base>ou=employees,dc=companya,dc=com,dc=au</base>"
4564 msgstr ""
4565
4566 #: ../../source/17_miscellaneous.rst:3023
4567 msgid "<user></user> <!-- DN, if not anonymous -->"
4568 msgstr ""
4569
4570 #: ../../source/17_miscellaneous.rst:3025
4571 msgid "<pass></pass> <!-- password, if not anonymous -->"
4572 msgstr ""
4573
4574 #: ../../source/17_miscellaneous.rst:3027
4575 msgid "<auth_by_bind>1</auth_by_bind>"
4576 msgstr ""
4577
4578 #: ../../source/17_miscellaneous.rst:3029
4579 msgid ""
4580 "<replicate>1</replicate> <!-- add new users from LDAP to Koha database -->"
4581 msgstr ""
4582
4583 #: ../../source/17_miscellaneous.rst:3031
4584 msgid "<update>0</update> <!-- update existing users in Koha database -->"
4585 msgstr ""
4586
4587 #: ../../source/17_miscellaneous.rst:3033
4588 msgid "<principal_name>ou=employees,dc=companya,dc=com,dc=au</principal_name>"
4589 msgstr ""
4590
4591 #: ../../source/17_miscellaneous.rst:3035
4592 msgid "<mapping>"
4593 msgstr ""
4594
4595 #: ../../source/17_miscellaneous.rst:3037
4596 msgid "<userid       is=\"uid\"            ></userid>"
4597 msgstr ""
4598
4599 #: ../../source/17_miscellaneous.rst:3039
4600 msgid "<cardnumber   is=\"uid\"            ></cardnumber>"
4601 msgstr ""
4602
4603 #: ../../source/17_miscellaneous.rst:3041
4604 msgid "<email        is=\"mail\"           ></email>"
4605 msgstr ""
4606
4607 #: ../../source/17_miscellaneous.rst:3043
4608 msgid "<surname      is=\"sn\"             ></surname>"
4609 msgstr ""
4610
4611 #: ../../source/17_miscellaneous.rst:3045
4612 msgid "<firstname    is=\"givenname\"      ></firstname>"
4613 msgstr ""
4614
4615 #: ../../source/17_miscellaneous.rst:3047
4616 msgid "<categorycode is=\"1\">EM</categorycode>"
4617 msgstr ""
4618
4619 #: ../../source/17_miscellaneous.rst:3049
4620 msgid "<branchcode   is=\"1\">SYD</branchcode>"
4621 msgstr ""
4622
4623 #: ../../source/17_miscellaneous.rst:3057
4624 msgid ""
4625 "The values in the mapping area are not always the same, and it depends on "
4626 "what is in your organisations LDAP database. For example some organisations "
4627 "do not use <userid> instead each user is only identified by the <email> "
4628 "field and so no <userid> is written."
4629 msgstr ""
4630
4631 #: ../../source/17_miscellaneous.rst:3061
4632 msgid "**Troubleshooting LDAP**"
4633 msgstr ""
4634
4635 #: ../../source/17_miscellaneous.rst:3063
4636 msgid "The log that LDAP errors are printed to depends on several factors:"
4637 msgstr ""
4638
4639 #: ../../source/17_miscellaneous.rst:3065
4640 msgid ""
4641 "If plack is not disabled then LDAP errors are displayed in the plack-error."
4642 "log file If plack is disabled then the location that LDAP errors are printed "
4643 "to is either the opac-error.log file (if the user is logging into the OPAC) "
4644 "or the intranet-error.log file (if the user is logging into the staff "
4645 "client) All of these three log files are accessible in the following "
4646 "directory:"
4647 msgstr ""
4648
4649 #: ../../source/17_miscellaneous.rst:3069
4650 msgid "/var/log/koha/<instance>/"
4651 msgstr ""
4652
4653 #: ../../source/17_miscellaneous.rst:3072
4654 msgid "OCLC Connexion Gateway"
4655 msgstr ""
4656
4657 #: ../../source/17_miscellaneous.rst:3074
4658 msgid ""
4659 "Koha can be set to work with the OCLC Connextion Gateway. This allows "
4660 "libraries to use OCLC Connexion as their cataloging tool and simply send "
4661 "those records to Koha with a single click. The following instructions will "
4662 "help you set up the OCLC Connexion Gateway, if you have a system "
4663 "administrator you will want to consult with them on this process."
4664 msgstr ""
4665
4666 #: ../../source/17_miscellaneous.rst:3083
4667 msgid "Setting up OCLC service on Koha"
4668 msgstr ""
4669
4670 #: ../../source/17_miscellaneous.rst:3085
4671 msgid ""
4672 "First, you'll need to create a file somewhere on your system with "
4673 "configuration information.  You could put this anywhere that is visible to "
4674 "the account that will be running the service."
4675 msgstr ""
4676
4677 #: ../../source/17_miscellaneous.rst:3089
4678 msgid "The file contains 11 lines. The first 6 will be about your Koha system:"
4679 msgstr ""
4680
4681 #: ../../source/17_miscellaneous.rst:3100
4682 msgid "The remaining lines describe how to do the staging:"
4683 msgstr ""
4684
4685 #: ../../source/17_miscellaneous.rst:3110
4686 msgid "A sample file would look like this:"
4687 msgstr ""
4688
4689 #: ../../source/17_miscellaneous.rst:3126
4690 msgid ""
4691 "When choosing an 'import\\_mode' if you use \"direct\" then the staged "
4692 "record will be immediately imported into Koha, and should be searchable "
4693 "after your indexes catch up.  If you choose \"stage\", then the record will "
4694 "be placed in a staged batch for you to later go the :ref:`Manage Staged MARC "
4695 "Records <staged-marc-record-management-label>` tool to finish the import."
4696 msgstr ""
4697
4698 #: ../../source/17_miscellaneous.rst:3132
4699 msgid ""
4700 "If you import multiple records, they'll be in the same batch, until that "
4701 "batch is imported, then a new batch will be created."
4702 msgstr ""
4703
4704 #: ../../source/17_miscellaneous.rst:3135
4705 msgid "In \"direct\" mode, each record will be in its' own batch."
4706 msgstr ""
4707
4708 #: ../../source/17_miscellaneous.rst:3137
4709 msgid "To start the service, run the script:"
4710 msgstr ""
4711
4712 #: ../../source/17_miscellaneous.rst:3146
4713 msgid "Setting up your OCLC desktop client"
4714 msgstr ""
4715
4716 #: ../../source/17_miscellaneous.rst:3150
4717 msgid "Screenshots are OCLC Connexion Client v.2.50, Koha v.3.12"
4718 msgstr ""
4719
4720 #: ../../source/17_miscellaneous.rst:3152
4721 msgid ""
4722 "To set up the OCLC Connexion desktop client to connect to Koha, go to Tools "
4723 "> Options, then choose the Export tab."
4724 msgstr ""
4725
4726 #: ../../source/17_miscellaneous.rst:3155
4727 msgid "|image1317|"
4728 msgstr ""
4729
4730 #: ../../source/17_miscellaneous.rst:3157
4731 msgid ""
4732 "Click the \"Create...\" button to set up a new destination, then choose "
4733 "\"OCLC Gateway Export\" and click OK."
4734 msgstr ""
4735
4736 #: ../../source/17_miscellaneous.rst:3160
4737 #, fuzzy
4738 msgid "Enter the following information:"
4739 msgstr "#- Nenhum material biográfico"
4740
4741 #: ../../source/17_miscellaneous.rst:3162
4742 msgid ""
4743 "\"Host Name:\" Your catalog’s appropriate IP address (from your :ref:`config "
4744 "file above <setting-up-oclc-service-on-koha-label>`)"
4745 msgstr ""
4746
4747 #: ../../source/17_miscellaneous.rst:3165
4748 msgid ""
4749 "\"Port:\" Your catalog's appropriate port number (from your :ref:`config "
4750 "file above <setting-up-oclc-service-on-koha-label>`)"
4751 msgstr ""
4752
4753 #: ../../source/17_miscellaneous.rst:3168
4754 msgid "\"Login ID:\" The cataloger's Koha login"
4755 msgstr ""
4756
4757 #: ../../source/17_miscellaneous.rst:3170
4758 msgid "\"Password:\" The cataloger's Koha password"
4759 msgstr ""
4760
4761 #: ../../source/17_miscellaneous.rst:3172
4762 msgid "\"Notify Host Before Disconnect\" = checked,"
4763 msgstr ""
4764
4765 #: ../../source/17_miscellaneous.rst:3174
4766 msgid "\"Timeout\" = 100, \"Retries\" = 3, \"Delay\" = 0 (zero),"
4767 msgstr ""
4768
4769 #: ../../source/17_miscellaneous.rst:3176
4770 msgid "\"Send Local System Logon ID Password\" = checked."
4771 msgstr ""
4772
4773 #: ../../source/17_miscellaneous.rst:3178
4774 msgid "|image1111|"
4775 msgstr ""
4776
4777 #: ../../source/17_miscellaneous.rst:3180
4778 msgid ""
4779 "Select \"OK\" when finished, and you should see your new \"Gateway Export\" "
4780 "option listed (The catalog's IP address and port are blacked out in the "
4781 "following screenshot)"
4782 msgstr ""
4783
4784 #: ../../source/17_miscellaneous.rst:3184
4785 #, fuzzy
4786 msgid "Gateway Export Added"
4787 msgstr "Data de adição"
4788
4789 #: ../../source/17_miscellaneous.rst:3186
4790 msgid ""
4791 "Click on \"Record Characteristics\" and make sure that the bibliographic "
4792 "records are using MARC21, UTF-8 Unicode, and click OK to save."
4793 msgstr ""
4794
4795 #: ../../source/17_miscellaneous.rst:3190
4796 #, fuzzy
4797 msgid "Record Characteristics"
4798 msgstr "Características de formato especial"
4799
4800 #: ../../source/17_miscellaneous.rst:3192
4801 msgid ""
4802 "You should be ready to go!  To export a record from OCLC Connexion Client to "
4803 "Koha, just press F5 while the record is on-screen.  The export dialog will "
4804 "pop up, and you'll see Connexion attempting to talk to Koha.  You should get "
4805 "a message that the record was added or overlaid, including its biblio "
4806 "number, and a URL that you can copy into your web browser to jump straight "
4807 "to the record."
4808 msgstr ""
4809
4810 #: ../../source/17_miscellaneous.rst:3202
4811 msgid "Using the OCLC Connexion Gateway"
4812 msgstr ""
4813
4814 #: ../../source/17_miscellaneous.rst:3204
4815 msgid "Records can be exported from Connexion either in a batch or one by one."
4816 msgstr ""
4817
4818 #: ../../source/17_miscellaneous.rst:3209
4819 msgid "Exporting records one by one"
4820 msgstr ""
4821
4822 #: ../../source/17_miscellaneous.rst:3211
4823 msgid ""
4824 "To export bibliographic records one by one, be sure your \"Batch\" options "
4825 "are correct: from the \"Tools\" menu, select \"Options\", and select the "
4826 "\"Batch\" tab. In the \"Perform local actions in batch\" area, "
4827 "\"Bibliographic Record Export\" should be unchecked"
4828 msgstr ""
4829
4830 #: ../../source/17_miscellaneous.rst:3216
4831 msgid "|image1318|"
4832 msgstr ""
4833
4834 #: ../../source/17_miscellaneous.rst:3218
4835 msgid ""
4836 "When ready to export, from the \"Action\" menu, select \"Export\" or use the "
4837 "F5 key. You will see a screen similar to the following if the import is "
4838 "successful and if the record is new to the Catalog; you may copy & paste the "
4839 "resulting URL into your Koha catalog to see the new record."
4840 msgstr ""
4841
4842 #: ../../source/17_miscellaneous.rst:3223
4843 #: ../../source/17_miscellaneous.rst:3228
4844 msgid "|image1319|"
4845 msgstr ""
4846
4847 #: ../../source/17_miscellaneous.rst:3225
4848 msgid ""
4849 "If the record was overlaid, you will see a message to that effect in the "
4850 "\"OCLC Gateway Export Status\" window"
4851 msgstr ""
4852
4853 #: ../../source/17_miscellaneous.rst:3233
4854 msgid "Exporting records in a batch"
4855 msgstr ""
4856
4857 #: ../../source/17_miscellaneous.rst:3235
4858 msgid ""
4859 "To export bibliographic records in a batch, be sure your \"Batch\" options "
4860 "are correct: from the \"Tools\" menu, select \"Options\", and select the "
4861 "\"Batch\" tab. In the \"Perform local actions in batch\" area, "
4862 "\"Bibliographic Record Export\" should be checkedOCLC"
4863 msgstr ""
4864
4865 #: ../../source/17_miscellaneous.rst:3240
4866 msgid "|image1320|"
4867 msgstr ""
4868
4869 #: ../../source/17_miscellaneous.rst:3242
4870 msgid ""
4871 "When a record is ready to export, from the \"Action\" menu, select \"Export"
4872 "\" or use the F5 key, and it’s export status will be \"ready.\""
4873 msgstr ""
4874
4875 #: ../../source/17_miscellaneous.rst:3245
4876 msgid ""
4877 "When ready to export the batch, from the \"Batch\" menu, select \"Process "
4878 "batch\" and check the appropriate \"Path\" and \"Export\" boxes"
4879 msgstr ""
4880
4881 #: ../../source/17_miscellaneous.rst:3248
4882 msgid "|image1321|"
4883 msgstr ""
4884
4885 #: ../../source/17_miscellaneous.rst:3250
4886 msgid ""
4887 "The export will begin, and the bib records will be exported & imported into "
4888 "Koha one by one; you will see \"OCLC Gateway Export Status\" windows, as "
4889 "above, showing you the results of each export. That window will stay there "
4890 "until you select \"Close,\" and then the next record’s export/import will "
4891 "begin. The process will continue until all records in the batch are "
4892 "completed. Then you may or may not see the Connexion Client export report "
4893 "(depending on your Client options for that)."
4894 msgstr ""
4895
4896 #: ../../source/17_miscellaneous.rst:3261
4897 #, fuzzy
4898 msgid "Items in OCLC"
4899 msgstr "`Devolvendo itens em <#checkitemin>`__"
4900
4901 #: ../../source/17_miscellaneous.rst:3263
4902 msgid ""
4903 "If you'd like to create your item records in OCLC you can do so by addding a "
4904 "952 for each item to the bib record you're cataloging. The :ref:`Item/"
4905 "Holdings Cataloging Guide <item/holdings-record-cataloging-guide-label>` "
4906 "will break down what subfields you can use in the 952, but at the minimum "
4907 "you want to have subfield 2, a, b, and y on your items."
4908 msgstr ""
4909
4910 #: ../../source/17_miscellaneous.rst:3269
4911 msgid ""
4912 "952 \\\\\\\\$2CLASSIFICATION$aHOMEBRANCHCODE$bHOLDINGBRANCHCODE$yITEMTYPECODE"
4913 msgstr ""
4914
4915 #: ../../source/17_miscellaneous.rst:3272
4916 msgid ""
4917 "The subfield 2 holds the classification code. This can be ddc for Dewey or "
4918 "lcc for Library of Congress or z for Custom. Other classification sources "
4919 "can be found in the :ref:`Classification Sources <classification-sources-"
4920 "label>` area in administration"
4921 msgstr ""
4922
4923 #: ../../source/17_miscellaneous.rst:3277
4924 msgid ""
4925 "Subfield a is your home library and needs to be the code for your home "
4926 "library, not the library name. You can find these codes in the :ref:"
4927 "`Libraries & Groups` administration area."
4928 msgstr ""
4929
4930 #: ../../source/17_miscellaneous.rst:3281
4931 msgid ""
4932 "Subfield b is your holding library and needs to be the code for your holding "
4933 "library, not the library name. You can find these codes in the :ref:"
4934 "`Libraries & Groups` administration area."
4935 msgstr ""
4936
4937 #: ../../source/17_miscellaneous.rst:3285
4938 msgid ""
4939 "Subfield y is your item type code. It needs to be the code, not the item "
4940 "type name. You can find these codes in the :ref:`Item Types <item-types-"
4941 "label>` administration area."
4942 msgstr ""
4943
4944 #: ../../source/17_miscellaneous.rst:3289
4945 msgid "952 \\\\\\\\$2ddc$aMAIN$bMAIN$yBOOK"
4946 msgstr ""
4947
4948 #: ../../source/17_miscellaneous.rst:3291
4949 msgid ""
4950 "In addition to these required fields you can enter any other subfield you'd "
4951 "like. Most libraries will enter a call number in subfield o and a barcode in "
4952 "subfield p as well. Review the :ref:`Item/Holdings Cataloging Guide <item/"
4953 "holdings-record-cataloging-guide-label>` for a full list of subfields and "
4954 "values."
4955 msgstr ""
4956
4957 #: ../../source/17_miscellaneous.rst:3297
4958 msgid "FAQs"
4959 msgstr ""
4960
4961 #: ../../source/17_miscellaneous.rst:3302
4962 msgid "Display"
4963 msgstr "Mostrar"
4964
4965 #: ../../source/17_miscellaneous.rst:3307
4966 #, fuzzy
4967 msgid "Custom Item Type/Authorized Value Icons"
4968 msgstr "`Valores autorizados <#authorizedvalues>`__"
4969
4970 #: ../../source/17_miscellaneous.rst:3309
4971 msgid ""
4972 "**Question:** Can I have my own set of item type images (or authorized value "
4973 "icons)?"
4974 msgstr ""
4975
4976 #: ../../source/17_miscellaneous.rst:3312
4977 msgid ""
4978 "**Answer:**\\ Absolutely. To add additional icons to your system you simply "
4979 "add a new directory to koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/ and to "
4980 "koha-tmpl/opac-tmpl/prog/itemtypeimg and put your icons in the new "
4981 "directory. Your icons will show up in a new tab as soon as they are in the "
4982 "folders."
4983 msgstr ""
4984
4985 #: ../../source/17_miscellaneous.rst:3321
4986 msgid ""
4987 "Remember to put the icons in both places (on the OPAC and the intranet)."
4988 msgstr ""
4989
4990 #: ../../source/17_miscellaneous.rst:3327
4991 msgid "Customizing Koha Images"
4992 msgstr ""
4993
4994 #: ../../source/17_miscellaneous.rst:3329
4995 msgid "**Question**: Can I customize the images in the OPAC?"
4996 msgstr ""
4997
4998 #: ../../source/17_miscellaneous.rst:3331
4999 msgid ""
5000 "**Answer**: Absolutely. Koha comes with a series of original images that you "
5001 "can alter to meet your needs. The originals can be found in the misc/"
5002 "interface\\_customization/ directory."
5003 msgstr ""
5004
5005 #: ../../source/17_miscellaneous.rst:3338
5006 #, fuzzy
5007 msgid "OPAC Display Fields"
5008 msgstr "`Mostrar <#displayfaq>`__"
5009
5010 #: ../../source/17_miscellaneous.rst:3340
5011 msgid ""
5012 "**Question**: What MARC fields print to the different OPAC screens in Koha?"
5013 msgstr ""
5014
5015 #: ../../source/17_miscellaneous.rst:3343
5016 msgid ""
5017 "**Answer**: The XSLT preference must be set as follows for the following "
5018 "fields to show"
5019 msgstr ""
5020
5021 # OPAC > Appearance
5022 #: ../../source/17_miscellaneous.rst:3346
5023 #, fuzzy
5024 msgid ":ref:`OPACXSLTResultsDisplay` = using XSLT stylesheets"
5025 msgstr "opac.pref#OPACXSLTResultsDisplay# usando folhas de estilo XSLT."
5026
5027 # OPAC > Appearance
5028 #: ../../source/17_miscellaneous.rst:3349
5029 #, fuzzy
5030 msgid ":ref:`OPACXSLTDetailsDisplay` = using XSLT stylesheets"
5031 msgstr "opac.pref#OPACXSLTDetailsDisplay# utilizando folhas de estilo XSLT."
5032
5033 # OPAC > Appearance
5034 #: ../../source/17_miscellaneous.rst:3352
5035 #, fuzzy
5036 msgid ":ref:`DisplayOPACiconsXSLT` = show"
5037 msgstr "exiba"
5038
5039 #: ../../source/17_miscellaneous.rst:3354
5040 #, fuzzy
5041 msgid "The OPAC Results page shows:"
5042 msgstr "Resultados por página :"
5043
5044 #: ../../source/17_miscellaneous.rst:3356
5045 #: ../../source/17_miscellaneous.rst:3372
5046 msgid "245"
5047 msgstr ""
5048
5049 #: ../../source/17_miscellaneous.rst:3358
5050 #: ../../source/17_miscellaneous.rst:3374
5051 #, fuzzy
5052 msgid "100, 110, 111"
5053 msgstr "100,110,111,700,710,711"
5054
5055 #: ../../source/17_miscellaneous.rst:3360
5056 #: ../../source/17_miscellaneous.rst:3376
5057 #, fuzzy
5058 msgid "700, 710, 711"
5059 msgstr "100,110,111,700,710,711"
5060
5061 #: ../../source/17_miscellaneous.rst:3362
5062 #: ../../source/17_miscellaneous.rst:3382
5063 msgid "250"
5064 msgstr ""
5065
5066 #: ../../source/17_miscellaneous.rst:3364
5067 #: ../../source/17_miscellaneous.rst:3380
5068 msgid "260"
5069 msgstr ""
5070
5071 #: ../../source/17_miscellaneous.rst:3366
5072 #: ../../source/17_miscellaneous.rst:3390
5073 msgid "246"
5074 msgstr ""
5075
5076 #: ../../source/17_miscellaneous.rst:3368
5077 #: ../../source/17_miscellaneous.rst:3396
5078 msgid "856"
5079 msgstr ""
5080
5081 #: ../../source/17_miscellaneous.rst:3370
5082 msgid "The OPAC Details page shows:"
5083 msgstr ""
5084
5085 #: ../../source/17_miscellaneous.rst:3378
5086 #, fuzzy
5087 msgid "440, 490"
5088 msgstr "440,490"
5089
5090 #: ../../source/17_miscellaneous.rst:3384
5091 #, fuzzy
5092 msgid "300"
5093 msgstr "300s"
5094
5095 #: ../../source/17_miscellaneous.rst:3386
5096 #, fuzzy
5097 msgid "020"
5098 msgstr "130,240"
5099
5100 #: ../../source/17_miscellaneous.rst:3388
5101 msgid "022"
5102 msgstr ""
5103
5104 #: ../../source/17_miscellaneous.rst:3392
5105 #, fuzzy
5106 msgid "130, 240"
5107 msgstr "130,240"
5108
5109 #: ../../source/17_miscellaneous.rst:3394
5110 msgid "6xx"
5111 msgstr ""
5112
5113 #: ../../source/17_miscellaneous.rst:3398
5114 msgid "505"
5115 msgstr ""
5116
5117 #: ../../source/17_miscellaneous.rst:3400
5118 msgid "773"
5119 msgstr ""
5120
5121 #: ../../source/17_miscellaneous.rst:3402
5122 msgid "520"
5123 msgstr ""
5124
5125 #: ../../source/17_miscellaneous.rst:3404
5126 msgid "866"
5127 msgstr ""
5128
5129 #: ../../source/17_miscellaneous.rst:3406
5130 msgid "775"
5131 msgstr ""
5132
5133 #: ../../source/17_miscellaneous.rst:3408
5134 #, fuzzy
5135 msgid "780"
5136 msgstr "7/8"
5137
5138 #: ../../source/17_miscellaneous.rst:3410
5139 #, fuzzy
5140 msgid "785"
5141 msgstr "7/8"
5142
5143 #: ../../source/17_miscellaneous.rst:3412
5144 msgid "plus all of the 5xx fields in the Notes tab at the bottom"
5145 msgstr ""
5146
5147 #: ../../source/17_miscellaneous.rst:3417
5148 msgid "Subtitle Display on Bib Records"
5149 msgstr ""
5150
5151 #: ../../source/17_miscellaneous.rst:3419
5152 msgid ""
5153 "**Question**: How do I get the subtitle to display on the detail pages for "
5154 "my bib records?"
5155 msgstr ""
5156
5157 #: ../../source/17_miscellaneous.rst:3422
5158 msgid ""
5159 "**Answer**: Subtitle display now depends on there being a :ref:`keyword "
5160 "mapping <keywords-to-marc-mapping-label>` for the MARC field in question. "
5161 "Adding a mapping for \"subtitle\" -> \"245b\" for an item's framework "
5162 "results in display of the subtitle in OPAC and staff client search and "
5163 "detail pages (although not in all instances where subtitles might be "
5164 "displayed, e.g. the Cart)."
5165 msgstr ""
5166
5167 #: ../../source/17_miscellaneous.rst:3432
5168 msgid "Show patrons the barcodes of items they have checked out"
5169 msgstr ""
5170
5171 #: ../../source/17_miscellaneous.rst:3434
5172 msgid ""
5173 "**Question**: Can patrons see the barcodes for the items they have checked "
5174 "out."
5175 msgstr ""
5176
5177 #: ../../source/17_miscellaneous.rst:3437
5178 msgid ""
5179 "**Answer**: Not by default, but with a few edits to the patron record you "
5180 "can make a barcode column appear on the patron's check out summary in the "
5181 "OPAC. You can set up a :ref:`patron attribute <patron-attribute-types-"
5182 "label>` with the value of SHOW\\_BCODE and :ref:`authorized value "
5183 "<authorized-values-label>` of YES\\_NO to make this happen."
5184 msgstr ""
5185
5186 #: ../../source/17_miscellaneous.rst:3443
5187 msgid "|image1112|"
5188 msgstr ""
5189
5190 #: ../../source/17_miscellaneous.rst:3445
5191 msgid ""
5192 "Then on the :ref:`patron's record set the value <editing-patrons-label>` for "
5193 "SHOW\\_BCODE to yes."
5194 msgstr ""
5195
5196 #: ../../source/17_miscellaneous.rst:3448
5197 msgid "|image1113|"
5198 msgstr ""
5199
5200 #: ../../source/17_miscellaneous.rst:3450
5201 msgid ""
5202 "This will add a column to the check out summary in the OPAC that shows the "
5203 "patrons the barcodes of the items they have checked out."
5204 msgstr ""
5205
5206 #: ../../source/17_miscellaneous.rst:3453
5207 msgid "|image1114|"
5208 msgstr ""
5209
5210 #: ../../source/17_miscellaneous.rst:3455
5211 #, fuzzy
5212 msgid ""
5213 "Clicking on the 'Overdue' tab will show only the items that are overdue."
5214 msgstr "Clicando em 'Nome da Lista' exibirá todos os conteúdos da lista"
5215
5216 #: ../../source/17_miscellaneous.rst:3460
5217 #, fuzzy
5218 msgid "Circulation/Notices"
5219 msgstr "`Circulação <#circprefs>`__"
5220
5221 #: ../../source/17_miscellaneous.rst:3465
5222 msgid "Book drop Date"
5223 msgstr ""
5224
5225 #: ../../source/17_miscellaneous.rst:3467
5226 msgid ""
5227 "**Question**: How is the book drop date is determined? Is it the last open "
5228 "date for the checkout branch? Is it today's date minus one? Can the book "
5229 "drop checkin date be set?"
5230 msgstr ""
5231
5232 #: ../../source/17_miscellaneous.rst:3471
5233 #, fuzzy
5234 msgid ""
5235 "**Answer**: If the library is closed for four days for renovations, for "
5236 "example, there would be more than one day needed for the book drop date. You "
5237 "will only have one book drop date and that will be the last day that the "
5238 "library open (determined by the holiday calendar) because there is no real "
5239 "way to know what day the books were dropped into the box during the 4 closed "
5240 "days. The only way to change the effective checkin date in book drop mode is "
5241 "to modify the calendar."
5242 msgstr ""
5243 "Você só vai ter uma data de caixa de retorno e que será o último dia de "
5244 "abertura da biblioteca (determinada pelo calendário de feriados), porque não "
5245 "há nenhuma maneira real de saber o dia em que os livros foram lançados "
5246 "dentro da caixa durante os quatro dias fechado. A única maneira de alterar a "
5247 "data de devolução da caixa de retorno é modificar o calendário."
5248
5249 #: ../../source/17_miscellaneous.rst:3482
5250 #, fuzzy
5251 msgid "Holds to Pull and Holds Queue"
5252 msgstr "`Reservas a confirmar <#holdspull>`__"
5253
5254 #: ../../source/17_miscellaneous.rst:3484
5255 msgid ""
5256 "**Question**: What is the difference between the :ref:`Holds Queue <holds-"
5257 "queue-label>` and :ref:`Holds to Pull <holds-to-pull-label>`?"
5258 msgstr ""
5259
5260 #: ../../source/17_miscellaneous.rst:3487
5261 msgid ""
5262 "**Answer**: The holds to pull report gives a simple list of what holds need "
5263 "to be filled with available items. It should only be used in Koha "
5264 "installations where there is only one library."
5265 msgstr ""
5266
5267 #: ../../source/17_miscellaneous.rst:3491
5268 msgid ""
5269 "The holds queue tries to do the same thing, but in a 'smarter' way. This "
5270 "allows it to split up the list by library, consult the :ref:`transport cost "
5271 "matrix <transport-cost-matrix-label>` and refresh regularly to provide "
5272 "different pull lists to each library."
5273 msgstr ""
5274
5275 #: ../../source/17_miscellaneous.rst:3499
5276 #, fuzzy
5277 msgid "Duplicate Overdue Notices"
5278 msgstr "`Atraso com multas <#overduesfines>`__"
5279
5280 #: ../../source/17_miscellaneous.rst:3501
5281 msgid "**Question**: Why are patrons getting two overdue notices?"
5282 msgstr ""
5283
5284 #: ../../source/17_miscellaneous.rst:3503
5285 msgid ""
5286 "**Answer**: This tool takes all branches in the overdue rules and sent "
5287 "notifications to them. So, if you have a default rule & a branch rule, the "
5288 "notification will be generated twice. A quick fix is to discard \"default "
5289 "rule\" for instance."
5290 msgstr ""
5291
5292 #: ../../source/17_miscellaneous.rst:3511
5293 #, fuzzy
5294 msgid "Printing Overdue Notices"
5295 msgstr "`Impressoras <#printersfaq>`__"
5296
5297 #: ../../source/17_miscellaneous.rst:3513
5298 msgid ""
5299 "**Question**: Can I print overdue notices for patrons without email "
5300 "addresses on file?"
5301 msgstr ""
5302
5303 #: ../../source/17_miscellaneous.rst:3516
5304 msgid ""
5305 "**Answer**: Yes. The :ref:`overdue notice cron job <overdue-notice-label>` "
5306 "has a setting to generate the overdue notices as HTML for printing. An "
5307 "example of this usage would be:"
5308 msgstr ""
5309
5310 #: ../../source/17_miscellaneous.rst:3524
5311 msgid ""
5312 "In this example, we wanted to use only certain item fields in our notices, "
5313 "so we specified itemscontent fields in the cron entry; that's not a "
5314 "requirement for the feature."
5315 msgstr ""
5316
5317 #: ../../source/17_miscellaneous.rst:3528
5318 msgid ""
5319 "The command line needs to specify a web-accessible directory where the print "
5320 "notices will go -- they get a filename like notices-2009-11-24.html (or "
5321 "holdnotices-2009-11-24.html). The overdue notice itself can be formatted to "
5322 "fit a Z-mailer. Within the notice file, the text is spaced down or over to "
5323 "where it will print properly on the form. The script has code that wraps "
5324 "around the notice file to tell the HTML to obey the formatting, and to do a "
5325 "page break between notices. That's so that when staff print it out, they get "
5326 "one per page. We had to add an extra syspref (:ref:`PrintNoticesMaxLines`) "
5327 "to specify page length because our client allows a \\_lot\\_ of checkouts "
5328 "which meant some notices were running onto multiple pages. That syspref says "
5329 "to truncate the print notice at that page length and put in a message about "
5330 "go check your OPAC account for the full list."
5331 msgstr ""
5332
5333 #: ../../source/17_miscellaneous.rst:3542
5334 msgid ""
5335 "The print and email overdues use the same notice file. The print notices for "
5336 "holds are different -- there's a separate HOLD\\_PRINT notice file and the "
5337 "system uses it if there's no email address. Then a nightly cron job runs to "
5338 "gather those up from the message queue and put them in an HTML file in the "
5339 "notice directory, as above."
5340 msgstr ""
5341
5342 #: ../../source/17_miscellaneous.rst:3548
5343 msgid "The cron entry is gather\\_print\\_notices.pl /tmp/noticedir"
5344 msgstr ""
5345
5346 #: ../../source/17_miscellaneous.rst:3553
5347 msgid "Unable to Renew Items"
5348 msgstr ""
5349
5350 #: ../../source/17_miscellaneous.rst:3555
5351 msgid ""
5352 "**Question**: We're trying to renew some items for our patron. One of the "
5353 "items is on hold and ineligible for renewal, but the other two items refuse "
5354 "to renew even though they should be eligible. When I try to use the override "
5355 "renewal limit, it just returns a little message that says \"renewal failed"
5356 "\". Any idea what's going on here?"
5357 msgstr ""
5358
5359 #: ../../source/17_miscellaneous.rst:3561
5360 #, fuzzy
5361 msgid ""
5362 "**Answer**: At the very least you will need to set an absolute :ref:`default "
5363 "circulation rule <circulation-and-fine-rules-label>`. This rule should be "
5364 "set for the default itemtype, default branchcode and default patron "
5365 "category. That will catch anyone who doesn't match a specific rule. Patrons "
5366 "who do not match a specific rule will get blocked from placing holds or "
5367 "renewing items, since there was no baseline number of holds or renewals to "
5368 "utilize."
5369 msgstr ""
5370 "Importante: Antes de mais nada é necessário que você configure as regras "
5371 "padrão de circulação. Estas regras podem ser definidas para todos os tipos "
5372 "de material, todas as bibliotecas e todos os tipos de usuário. Estas regras "
5373 "servirão para todas as bibliotecas que não configurarem regras específicas. "
5374 "Quando realizar empréstimos, se você não tiver definido regras para todas as "
5375 "bibliotecas, tipos de usuário e materiais, então haverá usuários impedidos "
5376 "de fazer reservas. Você precisará criar regras específicas para seu conjunto "
5377 "de bibliotecas para todos os tipos de usuários e materiais caso queira "
5378 "evitar este problema nas reservas. O Koha precisa saber qual regra aplicar "
5379 "no caso de não haver uma regra específica definida."
5380
5381 #: ../../source/17_miscellaneous.rst:3572
5382 #, fuzzy
5383 msgid "Unable to Place Holds"
5384 msgstr "`Reservas <#holds>`__"
5385
5386 #: ../../source/17_miscellaneous.rst:3574
5387 msgid ""
5388 "**Question**: Why can't I place holds when I have all of the preferences "
5389 "turned on."
5390 msgstr ""
5391
5392 #: ../../source/17_miscellaneous.rst:3577
5393 #, fuzzy
5394 msgid ""
5395 "**Answer**: You probably need to set a default circulation rule. At the very "
5396 "least you will need to set an default circulation rule. This rule should be "
5397 "set for all item types, all branches and all patron categories. That will "
5398 "catch all instances that do not match a specific rule. When checking out if "
5399 "you do not have a rule for the default branch, default item and default "
5400 "patron category then you may see patrons getting blocked from placing holds."
5401 msgstr ""
5402 "Importante: Antes de mais nada é necessário que você configure as regras "
5403 "padrão de circulação. Estas regras podem ser definidas para todos os tipos "
5404 "de material, todas as bibliotecas e todos os tipos de usuário. Estas regras "
5405 "servirão para todas as bibliotecas que não configurarem regras específicas. "
5406 "Quando realizar empréstimos, se você não tiver definido regras para todas as "
5407 "bibliotecas, tipos de usuário e materiais, então haverá usuários impedidos "
5408 "de fazer reservas. Você precisará criar regras específicas para seu conjunto "
5409 "de bibliotecas para todos os tipos de usuários e materiais caso queira "
5410 "evitar este problema nas reservas. O Koha precisa saber qual regra aplicar "
5411 "no caso de não haver uma regra específica definida."
5412
5413 #: ../../source/17_miscellaneous.rst:3588
5414 #, fuzzy
5415 msgid "Keyboard Shortcuts"
5416 msgstr "Atalhos do teclado "
5417
5418 #: ../../source/17_miscellaneous.rst:3590
5419 msgid ""
5420 "**Question**: Do I have to use my mouse to access the checkout, checkin and "
5421 "cataloging tabs at the top of the circulation pages?"
5422 msgstr ""
5423
5424 #: ../../source/17_miscellaneous.rst:3593
5425 #, fuzzy
5426 msgid ""
5427 "**Answer**: You can jump between the tabs on the quick search box at the top "
5428 "of the screen by using the following hot keys (if the tab is available):"
5429 msgstr ""
5430 "Na tela de Circulação você pode alternar entre as abas na caixa de pesquisa "
5431 "rápida na parte superior da tela utilizando as seguintes teclas de atalho:"
5432
5433 #: ../../source/17_miscellaneous.rst:3597
5434 msgid "jump to the catalog search with Alt+Q"
5435 msgstr "vá para a busca no catálogo com Alt+Q"
5436
5437 #: ../../source/17_miscellaneous.rst:3599
5438 #, fuzzy
5439 msgid "jump to the checkout with Alt+U"
5440 msgstr "vá para a tela de empréstimo com Alt+U "
5441
5442 #: ../../source/17_miscellaneous.rst:3601
5443 msgid "this will not work for Mac user"
5444 msgstr "isto não funcionará para usuários de Mac"
5445
5446 #: ../../source/17_miscellaneous.rst:3603
5447 msgid "jump to the checkin with Alt+R"
5448 msgstr "vá para a tela de devolução com Alt+R"
5449
5450 #: ../../source/17_miscellaneous.rst:3607
5451 #, fuzzy
5452 msgid "Mac users use the OPTION button in place of ALT"
5453 msgstr "Dica: Usuários de Mac utilizam o botão OPTION no lugar de ALT"
5454
5455 #: ../../source/17_miscellaneous.rst:3612
5456 #, fuzzy
5457 msgid "SMS Notices/Messages"
5458 msgstr "`Correspondências <#patnotices>`__"
5459
5460 #: ../../source/17_miscellaneous.rst:3614
5461 msgid ""
5462 "**Question**: I want Koha to send notices via SMS, what do I need to do?"
5463 msgstr ""
5464
5465 #: ../../source/17_miscellaneous.rst:3616
5466 msgid ""
5467 "**Answer**: First you need to choose a SMS service to use with Koha. There "
5468 "is a list available here: http://search.cpan.org/search?query=sms%3A"
5469 "%3Asend&mode=all Not all SMS services available to libraries have Perl "
5470 "drivers, so be sure to check this list to see if the provider you're "
5471 "considering is listed. If not you want to ask your provider if they have a "
5472 "Perl module, if not you should consider another service. Some common options "
5473 "in the US (that have Perl drivers) are:"
5474 msgstr ""
5475
5476 #: ../../source/17_miscellaneous.rst:3625
5477 msgid "AQL (`www.aql.com <http://www.aql.com>`__)"
5478 msgstr ""
5479
5480 #: ../../source/17_miscellaneous.rst:3627
5481 msgid "Wadja (`wadja.com <http://wadja.com>`__)"
5482 msgstr ""
5483
5484 #: ../../source/17_miscellaneous.rst:3629
5485 msgid "Ipipi (`ipipi.com <http://ipipi.com>`__)"
5486 msgstr ""
5487
5488 #: ../../source/17_miscellaneous.rst:3631
5489 #, fuzzy
5490 msgid "T-mobile"
5491 msgstr "Celular:"
5492
5493 #: ../../source/17_miscellaneous.rst:3633
5494 msgid "SMSDiscount (`smsdiscount.com <http://smsdiscount.com>`__)"
5495 msgstr ""
5496
5497 #: ../../source/17_miscellaneous.rst:3635
5498 #, fuzzy
5499 msgid "Clickatell"
5500 msgstr "Clique 'Salvar'"
5501
5502 #: ../../source/17_miscellaneous.rst:3637
5503 msgid "**Question**: What about in India?"
5504 msgstr ""
5505
5506 #: ../../source/17_miscellaneous.rst:3639
5507 msgid ""
5508 "**Answer**: India does not yet have too many options here. This is partly "
5509 "due to the Telecom regulatory authority's (TRAI) stipulations about "
5510 "transactional SMSes and limits on the number of SMSes that may be sent / "
5511 "received per users per day. India specific drivers include:"
5512 msgstr ""
5513
5514 #: ../../source/17_miscellaneous.rst:3644
5515 msgid "Unicel Technologies Pvt Ltd (`unicel.in <http://unicel.in>`__)"
5516 msgstr ""
5517
5518 #: ../../source/17_miscellaneous.rst:3649
5519 msgid "Cataloging"
5520 msgstr "Catalogação"
5521
5522 #: ../../source/17_miscellaneous.rst:3654
5523 #, fuzzy
5524 msgid "Authority Fields"
5525 msgstr "`Autoridades <#catauthorities>`__"
5526
5527 #: ../../source/17_miscellaneous.rst:3656
5528 msgid ""
5529 "**Question:**\\ Why can't I edit 1xx, 6xx, or 7xx fields in my catalog "
5530 "record?"
5531 msgstr ""
5532
5533 #: ../../source/17_miscellaneous.rst:3659
5534 msgid ""
5535 "**Answer:** These fields are authority controlled and you probably have the :"
5536 "ref:`BiblioAddsAuthorities` set to \"Don't allow\". When it is set to "
5537 "\"Don't allow\" these fields will be locked and require you to search for an "
5538 "existing authority record to populate the field with. To allow typing in "
5539 "these authority fields set :ref:`BiblioAddsAuthorities` to 'Allow'."
5540 msgstr ""
5541
5542 #: ../../source/17_miscellaneous.rst:3668
5543 msgid "Fields affected by this preference will show a lock symbol in them"
5544 msgstr ""
5545
5546 #: ../../source/17_miscellaneous.rst:3670
5547 msgid "|image1115|"
5548 msgstr ""
5549
5550 #: ../../source/17_miscellaneous.rst:3675
5551 msgid "Koha to MARC Mapping"
5552 msgstr "Mapeamento Koha para MARC"
5553
5554 #: ../../source/17_miscellaneous.rst:3677
5555 msgid ""
5556 "**Question**: What's the relationship between 'Koha to MARC Mapping' and "
5557 "'MARC Bibliographic Frameworks'?"
5558 msgstr ""
5559
5560 #: ../../source/17_miscellaneous.rst:3680
5561 msgid ""
5562 "**Answer**: Mapping can be defined through 'MARC Bibliographic Frameworks' "
5563 "OR 'Koha to MARC Mapping'. 'Koha to MARC Mapping' is just a shortcut to "
5564 "speed up linkage. If you change a mapping in one of these modules, the "
5565 "mapping will change in the other as well. (In other words, the two modules "
5566 "'overwrite' each other in order to prevent conflicts from existing in Koha)."
5567 msgstr ""
5568
5569 #: ../../source/17_miscellaneous.rst:3690
5570 msgid "Number of Items Per Bib Record"
5571 msgstr ""
5572
5573 #: ../../source/17_miscellaneous.rst:3692
5574 msgid ""
5575 "**Question**: Is there a limit on the number of items I can attach to a bib "
5576 "record?"
5577 msgstr ""
5578
5579 #: ../../source/17_miscellaneous.rst:3695
5580 msgid ""
5581 "**Answer**: There is no explicit limit to the number of items you can attach "
5582 "to a bibliographic record, but if you attach enough of them, your MARC "
5583 "record will exceed the maximum file size limit for the ISO 2709 standard, "
5584 "which breaks indexing for that record. I've found this occurs somewhere "
5585 "between 600 and 1000 items on a 'normal' bibliographic record."
5586 msgstr ""
5587
5588 #: ../../source/17_miscellaneous.rst:3704
5589 msgid "Analytics"
5590 msgstr "Estatísticas"
5591
5592 #: ../../source/17_miscellaneous.rst:3706
5593 msgid ""
5594 "**Question**: I am using the :ref:`EasyAnalyticalRecords` feature, but my "
5595 "links in the OPAC and Staff Client to 'Show Analytics' are not working."
5596 msgstr ""
5597
5598 #: ../../source/17_miscellaneous.rst:3710
5599 msgid ""
5600 "**Answer**: If you plan on using :ref:`EasyAnalyticalRecords` you will want "
5601 "to make sure to set your :ref:`UseControlNumber` preference to \"Don't use,"
5602 "\" this will prevent broken links."
5603 msgstr ""
5604
5605 #: ../../source/17_miscellaneous.rst:3718
5606 msgid "Acquisitions"
5607 msgstr "Aquisições"
5608
5609 #: ../../source/17_miscellaneous.rst:3723
5610 #, fuzzy
5611 msgid "Planning Categories"
5612 msgstr "`Categorias de usuários <#patcats>`__"
5613
5614 #: ../../source/17_miscellaneous.rst:3725
5615 msgid "**Question**: What is a planning category?"
5616 msgstr ""
5617
5618 #: ../../source/17_miscellaneous.rst:3727
5619 msgid ""
5620 "**Answer**: When you plan in advance for the way your budget is going to be "
5621 "spent, you initially plan for how it's going to be spent over time, that's "
5622 "the most natural thing to do."
5623 msgstr ""
5624
5625 #: ../../source/17_miscellaneous.rst:3731
5626 msgid ""
5627 "So you plan for $1000 in Jan. $1000 in Feb., $3000 in March, etc. You can "
5628 "basically do the same thing with a list of values in lieu of the months."
5629 msgstr ""
5630
5631 #: ../../source/17_miscellaneous.rst:3735
5632 #, fuzzy
5633 msgid "Say you have a list like this one:"
5634 msgstr "Você já tem uma lista com este nome!"
5635
5636 #: ../../source/17_miscellaneous.rst:3737
5637 #, fuzzy
5638 msgid "< 1 month"
5639 msgstr "12 meses"
5640
5641 #: ../../source/17_miscellaneous.rst:3739
5642 #, fuzzy
5643 msgid "< 6 months"
5644 msgstr "6 meses"
5645
5646 #: ../../source/17_miscellaneous.rst:3741
5647 #, fuzzy
5648 msgid "< 1 year"
5649 msgstr "1/ano"
5650
5651 #: ../../source/17_miscellaneous.rst:3743
5652 #, fuzzy
5653 msgid "< 3 years"
5654 msgstr "2 anos"
5655
5656 #: ../../source/17_miscellaneous.rst:3745
5657 #, fuzzy
5658 msgid "< 10 years"
5659 msgstr "1/2 anos"
5660
5661 #: ../../source/17_miscellaneous.rst:3747
5662 #, fuzzy
5663 msgid "> 10 years"
5664 msgstr "1/2 anos"
5665
5666 #: ../../source/17_miscellaneous.rst:3749
5667 #, python-format
5668 msgid ""
5669 "The list is meant to represent when the books acquired where published. Then "
5670 "you plan for it, saying: we went to spend at list 40% of our budgets on "
5671 "books published less than a year ago, 10% on books more than 10 years old, "
5672 "etc."
5673 msgstr ""
5674
5675 #: ../../source/17_miscellaneous.rst:3754
5676 msgid ""
5677 "Upon acquiring new material, you'll be able to select, for a given item, a "
5678 "value from this list in a drop down. Then, after the material has been "
5679 "acquired, at the end of the year, you'll be able to compare the goals set, "
5680 "with what's been achieved."
5681 msgstr ""
5682
5683 #: ../../source/17_miscellaneous.rst:3762
5684 #, fuzzy
5685 msgid "Serials"
5686 msgstr "Periódicos"
5687
5688 #: ../../source/17_miscellaneous.rst:3767
5689 msgid "Advanced Patterns"
5690 msgstr ""
5691
5692 #: ../../source/17_miscellaneous.rst:3769
5693 msgid ""
5694 "**Question**: What is the 'inner counter' on the advanced serials pattern "
5695 "interface?"
5696 msgstr ""
5697
5698 #: ../../source/17_miscellaneous.rst:3772
5699 msgid ""
5700 "**Answer**: I think it is better to give an example to understand this :"
5701 msgstr ""
5702
5703 #: ../../source/17_miscellaneous.rst:3774
5704 #, fuzzy
5705 msgid "Example for a monthly subscription :"
5706 msgstr "Exibir apenas as assinaturas "
5707
5708 #: ../../source/17_miscellaneous.rst:3776
5709 #, fuzzy
5710 msgid "First issue publication date : April 2010"
5711 msgstr "Data de publicação do primeiro fascículo:"
5712
5713 #: ../../source/17_miscellaneous.rst:3778
5714 #, fuzzy
5715 msgid "Numbering : No {X}, year {Y}"
5716 msgstr "numerando para {Y}"
5717
5718 #: ../../source/17_miscellaneous.rst:3780
5719 msgid "First issue : No 4, year 2010"
5720 msgstr ""
5721
5722 #: ../../source/17_miscellaneous.rst:3782
5723 msgid "For the year Y : you will want the year change on January 2011"
5724 msgstr ""
5725
5726 #: ../../source/17_miscellaneous.rst:3784
5727 #, fuzzy
5728 msgid "So, the advanced pattern for Y will be :"
5729 msgstr "Mostrar/Esconder previsão detalhada"
5730
5731 #: ../../source/17_miscellaneous.rst:3786
5732 msgid "Add : 1"
5733 msgstr "Adicionar : 1"
5734
5735 #: ../../source/17_miscellaneous.rst:3788
5736 msgid "once every : 12"
5737 msgstr "uma vez a cada: 12"
5738
5739 #: ../../source/17_miscellaneous.rst:3790
5740 #, fuzzy
5741 msgid "When more than 9999999"
5742 msgstr "Quando maior que: 99999999"
5743
5744 #: ../../source/17_miscellaneous.rst:3792
5745 #, fuzzy
5746 msgid "inner counter : 3"
5747 msgstr "contagem interna: 3 "
5748
5749 #: ../../source/17_miscellaneous.rst:3794
5750 #, fuzzy
5751 msgid "Set back to 0"
5752 msgstr "Voltar a"
5753
5754 #: ../../source/17_miscellaneous.rst:3796
5755 #, fuzzy
5756 msgid "Begins with 2010"
5757 msgstr "Começa com : 2009"
5758
5759 #: ../../source/17_miscellaneous.rst:3798
5760 msgid ""
5761 "Year is going to change after 12 received issues from April 2010, that is in "
5762 "April 2011 if you don't set inner counter. Set inner counter to 3 will say "
5763 "to Koha : change year after 12-3 = 9 received issues."
5764 msgstr ""
5765
5766 #: ../../source/17_miscellaneous.rst:3802
5767 #, fuzzy
5768 msgid ""
5769 "Inner counter says to Koha to take into account the first issues of the "
5770 "year, even if they are not received with Koha. If you begin with first issue "
5771 "of the year write nothing or 0."
5772 msgstr ""
5773 "contagem interna: número de fascículos que o Koha precisa considerar para "
5774 "calcular quando houver alterações de valor. Se você começar com o primeiro "
5775 "fascículo do ano, deixe em branco ou coloque 0"
5776
5777 #: ../../source/17_miscellaneous.rst:3809
5778 msgid "Reports"
5779 msgstr "Relatórios"
5780
5781 #: ../../source/17_miscellaneous.rst:3814
5782 msgid "Define Codes Stored in DB"
5783 msgstr ""
5784
5785 #: ../../source/17_miscellaneous.rst:3819
5786 msgid "Fines Table"
5787 msgstr ""
5788
5789 #: ../../source/17_miscellaneous.rst:3821
5790 #, fuzzy
5791 msgid ""
5792 "**Question:** What do the codes in the accounttype field in the accountlines "
5793 "table stand for?"
5794 msgstr ""
5795 "O que representam os códigos do campo accounttype na tabela accountlines?"
5796
5797 #: ../../source/17_miscellaneous.rst:3824
5798 #: ../../source/17_miscellaneous.rst:3856
5799 #, fuzzy
5800 msgid "**Answer:**"
5801 msgstr "Resposta:"
5802
5803 # Traduzido por Ricardo Dias Marques (em 28-Mai-2009)
5804 #: ../../source/17_miscellaneous.rst:3826
5805 msgid "A = Account management fee"
5806 msgstr "A = Gerenciamento da taxa de conta"
5807
5808 #: ../../source/17_miscellaneous.rst:3828
5809 msgid "C = Credit"
5810 msgstr "C = Crédito"
5811
5812 #: ../../source/17_miscellaneous.rst:3830
5813 msgid "F = Overdue fine"
5814 msgstr "F = Multa por atraso"
5815
5816 #: ../../source/17_miscellaneous.rst:3832
5817 msgid "FOR = Forgiven"
5818 msgstr "FOR = Perdoado"
5819
5820 #: ../../source/17_miscellaneous.rst:3834
5821 msgid "FU = Overdue, still acccruing"
5822 msgstr "FU = Vencidos, ainda acumulando"
5823
5824 #: ../../source/17_miscellaneous.rst:3836
5825 msgid "L = Lost item"
5826 msgstr "L = Exemplar perdido"
5827
5828 #: ../../source/17_miscellaneous.rst:3838
5829 msgid "LR = Lost item returned/refunded"
5830 msgstr "LR = Examplar perdido devolvido/reposto"
5831
5832 #: ../../source/17_miscellaneous.rst:3840
5833 msgid "M = Sundry"
5834 msgstr "M = Diversos"
5835
5836 #: ../../source/17_miscellaneous.rst:3842
5837 msgid "N = New card"
5838 msgstr "N = Nova carteirinha"
5839
5840 #: ../../source/17_miscellaneous.rst:3844
5841 msgid "PAY = Payment"
5842 msgstr "PAY = Pagamento"
5843
5844 #: ../../source/17_miscellaneous.rst:3846
5845 msgid "W = Writeoff"
5846 msgstr "W = Writeoff"
5847
5848 #: ../../source/17_miscellaneous.rst:3851
5849 #, fuzzy
5850 msgid "Statistics Table"
5851 msgstr "`Estatísticas <#patronstatstab>`__"
5852
5853 #: ../../source/17_miscellaneous.rst:3853
5854 #, fuzzy
5855 msgid ""
5856 "**Question:**\\ What are the possible codes for the type field in the "
5857 "statistics table?"
5858 msgstr ""
5859 "Quais são os códigos possíveis para o campo tipo na tabela de estatísticas?"
5860
5861 #: ../../source/17_miscellaneous.rst:3858
5862 #, fuzzy
5863 msgid "localuse"
5864 msgstr "localuse"
5865
5866 #: ../../source/17_miscellaneous.rst:3860
5867 msgid ""
5868 "Registers if an item that had been checked out to a statistics patron "
5869 "(category type = 'X') is returned"
5870 msgstr ""
5871 "Registra se um exemplar que foi emprestado a um usuário estatística "
5872 "(categoria = 'X') foi devolvido"
5873
5874 #: ../../source/17_miscellaneous.rst:3863
5875 msgid "issue"
5876 msgstr "Número"
5877
5878 #: ../../source/17_miscellaneous.rst:3865
5879 msgid "return"
5880 msgstr "devolver"
5881
5882 #: ../../source/17_miscellaneous.rst:3867
5883 msgid "renew"
5884 msgstr "renovar"
5885
5886 #: ../../source/17_miscellaneous.rst:3869
5887 msgid "writeoff"
5888 msgstr "Cancelar"
5889
5890 #: ../../source/17_miscellaneous.rst:3871
5891 msgid "payment"
5892 msgstr "pagamento"
5893
5894 #: ../../source/17_miscellaneous.rst:3873
5895 #, fuzzy
5896 msgid "CreditXXX"
5897 msgstr "CréditoXXX"
5898
5899 #: ../../source/17_miscellaneous.rst:3875
5900 #, fuzzy
5901 msgid ""
5902 "The XXX stores different types of fee credits, so a query to catch them all "
5903 "would include a clause like \"type LIKE 'Credit%'\""
5904 msgstr ""
5905 "O XXX armazena diferentes tipos de taxas. Uma expressão que exiba todas elas "
5906 "seria algo como \"type LIKE 'Credit%%'\""
5907
5908 #: ../../source/17_miscellaneous.rst:3881
5909 #, fuzzy
5910 msgid "Reserves Table"
5911 msgstr "`Relatórios <#reportsfaq>`__"
5912
5913 #: ../../source/17_miscellaneous.rst:3883
5914 #, fuzzy
5915 msgid ""
5916 "**Question**: What are the possible codes for the found field in the "
5917 "reserves and old\\_reserves tables?"
5918 msgstr ""
5919 ": Quais são os códigos possíveis para o campo encontrado na tabela reserver "
5920 "e old_reserves?"
5921
5922 #: ../../source/17_miscellaneous.rst:3886
5923 #: ../../source/17_miscellaneous.rst:3907
5924 #: ../../source/17_miscellaneous.rst:3927
5925 #: ../../source/17_miscellaneous.rst:3941
5926 #: ../../source/17_miscellaneous.rst:3975
5927 #: ../../source/17_miscellaneous.rst:3991
5928 #, fuzzy
5929 msgid "**Answer**:"
5930 msgstr "Resposta:"
5931
5932 #: ../../source/17_miscellaneous.rst:3888
5933 msgid ""
5934 "NULL: means the patron requested the 1st available, and we haven't chosen "
5935 "the item"
5936 msgstr ""
5937 "NULL: significa que o usuário solicitou o primeiro disponível e o exemplar "
5938 "não foi escolhido"
5939
5940 #: ../../source/17_miscellaneous.rst:3891
5941 msgid ""
5942 "T = Transit: the reserve is linked to an item but is in transit to the "
5943 "pickup branch"
5944 msgstr ""
5945 "T = Trânsito: a reserva está ligada a um exemplar, mas ele está em trânsito "
5946 "para a biblioteca de retirada"
5947
5948 #: ../../source/17_miscellaneous.rst:3894
5949 msgid ""
5950 "W = Waiting: the reserve is linked to an item, is at the pickup branch, and "
5951 "is waiting on the hold shelf"
5952 msgstr ""
5953 "W = Aguardando: a reserva está relacionada a um exemplar que está na "
5954 "biblioteca de retirada e que está disponível na estante de reservas"
5955
5956 #: ../../source/17_miscellaneous.rst:3897
5957 msgid "F = Finished: the reserve has been completed, and is done"
5958 msgstr "F = Fim: a reserva foi concluída"
5959
5960 #: ../../source/17_miscellaneous.rst:3902
5961 #, fuzzy
5962 msgid "Reports Dictionary Table"
5963 msgstr "`Relatórios <#reportsfaq>`__"
5964
5965 #: ../../source/17_miscellaneous.rst:3904
5966 #, fuzzy
5967 msgid ""
5968 "**Question**: What are the possible codes for the area field in the reports"
5969 "\\_dictionary table?"
5970 msgstr ""
5971 ": Quais são os códigos possíveis para o campo área da tabela "
5972 "reports_dictionary?"
5973
5974 #: ../../source/17_miscellaneous.rst:3909
5975 msgid "1 = Circulation"
5976 msgstr "1 = Circulação"
5977
5978 #: ../../source/17_miscellaneous.rst:3911
5979 msgid "2 = Catalog"
5980 msgstr "2 = Catálogo"
5981
5982 #: ../../source/17_miscellaneous.rst:3913
5983 msgid "3 = Patrons"
5984 msgstr "3 = Usuários"
5985
5986 #: ../../source/17_miscellaneous.rst:3915
5987 msgid "4 = Acquisitions"
5988 msgstr "4 = Aquisições"
5989
5990 #: ../../source/17_miscellaneous.rst:3917
5991 msgid "5 = Accounts"
5992 msgstr "5 = Contas"
5993
5994 #: ../../source/17_miscellaneous.rst:3922
5995 msgid "Messages Table"
5996 msgstr ""
5997
5998 #: ../../source/17_miscellaneous.rst:3924
5999 #, fuzzy
6000 msgid ""
6001 "**Question**: What are the possible codes for the message\\_type field in "
6002 "the messages table?"
6003 msgstr ""
6004 ": Quais são os códigos possíveis para o campo tipo da mensagem na tabela "
6005 "messages?"
6006
6007 #: ../../source/17_miscellaneous.rst:3929
6008 msgid "L = For Librarians"
6009 msgstr "L = Para bibliotecários"
6010
6011 #: ../../source/17_miscellaneous.rst:3931
6012 msgid "B = For Patrons/Borrowers"
6013 msgstr "B = Para Usuários/Bibliotecas"
6014
6015 #: ../../source/17_miscellaneous.rst:3936
6016 msgid "Serial Table"
6017 msgstr ""
6018
6019 #: ../../source/17_miscellaneous.rst:3938
6020 #, fuzzy
6021 msgid ""
6022 "**Question**: What are the possible codes for the status field in the serial "
6023 "table?"
6024 msgstr ""
6025 ": Quais são os códigos possíveis para o campo status na tabela de periódicos?"
6026
6027 #: ../../source/17_miscellaneous.rst:3943
6028 msgid "1 = Expected"
6029 msgstr "1 = Aguardado"
6030
6031 #: ../../source/17_miscellaneous.rst:3945
6032 msgid "2 = Arrived"
6033 msgstr "2 = Recebido"
6034
6035 #: ../../source/17_miscellaneous.rst:3947
6036 msgid "3 = Late"
6037 msgstr "3 = Em atraso"
6038
6039 #: ../../source/17_miscellaneous.rst:3949
6040 msgid "4 = Missing"
6041 msgstr "4 = Em falta"
6042
6043 #: ../../source/17_miscellaneous.rst:3951
6044 #, fuzzy
6045 msgid "5 = Not available"
6046 msgstr "5 = Não disponível"
6047
6048 #: ../../source/17_miscellaneous.rst:3953
6049 msgid "6 = Delete"
6050 msgstr "6 = Excluir"
6051
6052 #: ../../source/17_miscellaneous.rst:3955
6053 msgid "7 = Claimed"
6054 msgstr "7 = Solicitado"
6055
6056 #: ../../source/17_miscellaneous.rst:3957
6057 msgid "8 = Stopped"
6058 msgstr "8 = Interrompido"
6059
6060 #: ../../source/17_miscellaneous.rst:3959
6061 #, fuzzy
6062 msgid "41 = Missing (not received)"
6063 msgstr "Faltando (nunca recebido)"
6064
6065 #: ../../source/17_miscellaneous.rst:3961
6066 #, fuzzy
6067 msgid "42 = Missing (sold out)"
6068 msgstr "Faltando (esgotado)"
6069
6070 #: ../../source/17_miscellaneous.rst:3963
6071 #, fuzzy
6072 msgid "43 = Missing (damaged)"
6073 msgstr "Faltando (danificado)"
6074
6075 #: ../../source/17_miscellaneous.rst:3965
6076 #, fuzzy
6077 msgid "44 = Missing (lost)"
6078 msgstr "Faltando (perdido)"
6079
6080 #: ../../source/17_miscellaneous.rst:3970
6081 msgid "Borrowers Table"
6082 msgstr ""
6083
6084 #: ../../source/17_miscellaneous.rst:3972
6085 #, fuzzy
6086 msgid ""
6087 "**Question**: What are the possible codes for the privacy field in the "
6088 "borrowers table?"
6089 msgstr ""
6090 ": Quais são os códigos possíveis para o campo status na tabela de periódicos?"
6091
6092 #: ../../source/17_miscellaneous.rst:3977
6093 #, fuzzy
6094 msgid "0 = Forever"
6095 msgstr "Eternamente"
6096
6097 #: ../../source/17_miscellaneous.rst:3979
6098 #, fuzzy
6099 msgid "1 = Default"
6100 msgstr "Padrão"
6101
6102 #: ../../source/17_miscellaneous.rst:3981
6103 #, fuzzy
6104 msgid "2 = Never"
6105 msgstr "Nunca"
6106
6107 #: ../../source/17_miscellaneous.rst:3986
6108 #, fuzzy
6109 msgid "Messaging Preferences"
6110 msgstr "`Configurações globais do sistema <#globalsysprefs>`__"
6111
6112 #: ../../source/17_miscellaneous.rst:3988
6113 #, fuzzy
6114 msgid ""
6115 "**Question**: What are the possible codes in the message\\_attribute\\_id "
6116 "field in the borrower\\_message\\_preferences table?"
6117 msgstr ""
6118 ": Quais são os códigos possíveis para o campo tipo da mensagem na tabela "
6119 "messages?"
6120
6121 #: ../../source/17_miscellaneous.rst:3993
6122 #, fuzzy
6123 msgid "2 = advanced notice"
6124 msgstr "Aviso prévio"
6125
6126 #: ../../source/17_miscellaneous.rst:3995
6127 #, fuzzy
6128 msgid "6 = item checkout"
6129 msgstr "Empréstimo de itens"
6130
6131 #: ../../source/17_miscellaneous.rst:3997
6132 #, fuzzy
6133 msgid "4 = hold filled"
6134 msgstr "Reserva feita"
6135
6136 #: ../../source/17_miscellaneous.rst:3999
6137 #, fuzzy
6138 msgid "1 = item due"
6139 msgstr "Ir para os detalhes do item"
6140
6141 #: ../../source/17_miscellaneous.rst:4001
6142 #, fuzzy
6143 msgid "5 = item check in"
6144 msgstr "Devolução de itens"
6145
6146 #: ../../source/17_miscellaneous.rst:4006
6147 #, fuzzy
6148 msgid "Runtime Parameters"
6149 msgstr "`Impressoras <#printersfaq>`__"
6150
6151 #: ../../source/17_miscellaneous.rst:4008
6152 msgid ""
6153 "**Question**: Is there a way to filter my custom SQL reports before they run?"
6154 msgstr ""
6155
6156 #: ../../source/17_miscellaneous.rst:4011
6157 #, fuzzy
6158 msgid ""
6159 "**Answer**: If you feel that your report might be too resource intensive you "
6160 "might want to consider using runtime parameters to your query. Runtime "
6161 "parameters basically make a filter appear before the report is run to save "
6162 "your system resources."
6163 msgstr ""
6164 "Se você achar que o seu relatório pode consumir muitos recursos do sistema, "
6165 "você pode ajustar os parâmetros de tempo de execução de seu relatório. "
6166 "Parâmetros de tempo de execução, basicamente, fazem um filtro antes do "
6167 "relatório ser processado, para poupar os recursos do sistema. "
6168
6169 #: ../../source/17_miscellaneous.rst:4016
6170 #, fuzzy
6171 msgid ""
6172 "There is a specific syntax that Koha will understand as 'ask for values when "
6173 "running the report'. The syntax is <<Question to ask\\|authorized\\_value>>."
6174 msgstr ""
6175 "Existe uma sintaxe específica que o Koha percebe como 'pergunte os valores "
6176 "quando correr o relatório. A sintaxe é &lt;&lt;Questão|valor_autorizado&gt;"
6177 "&gt;."
6178
6179 #: ../../source/17_miscellaneous.rst:4020
6180 #, fuzzy
6181 msgid ""
6182 "The << and >> are just delimiters. You must put << at the beginning and >> "
6183 "at the end of your parameter"
6184 msgstr ""
6185 "&lt;&lt; e &gt;&gt; são apenas limitados. Deve colocar &lt;&lt; no início e "
6186 "&gt;&gt; no fim do parâmetro"
6187
6188 #: ../../source/17_miscellaneous.rst:4023
6189 msgid ""
6190 "The 'Question to ask' will be displayed on the left of the string to enter."
6191 msgstr ""
6192 "A 'Pergunta a ser feita' será apresentado no lado esquerdo da string para "
6193 "entrar."
6194
6195 #: ../../source/17_miscellaneous.rst:4026
6196 #, fuzzy
6197 msgid ""
6198 "The authorized\\_value can be omitted if not applicable. If it contains an "
6199 "authorized value category, or branches or itemtype or categorycode or biblio"
6200 "\\_framework, a list with the Koha authorized values will be displayed "
6201 "instead of a free field Note that you can have more than one parameter in a "
6202 "given SQL Note that entering nothing at run time won't probably work as you "
6203 "expect. It will be considered as \"value empty\" not as \"ignore this "
6204 "parameter\". For example entering nothing for : \"title=<<Enter title>>\" "
6205 "will display results with title='' (no title). If you want to have to have "
6206 "something not mandatory, use \"title like <<Enter title>>\" and enter a % at "
6207 "run time instead of nothing"
6208 msgstr ""
6209 "O authorized_value pode ser omitido se não for aplicável. Se ele contém uma "
6210 "categoria de valor autorizado, ou ramais ou tipodeitem ou codigodecategoria, "
6211 "uma lista de valores autorizados irá ser exibida no campos de notas livres "
6212 "que você tiver em um parâmetro numa dada nota SQL que estava vazia no tempo "
6213 "de execução e não funcionou conforme esperado. Ele será considerado um "
6214 "\"valor em branco\" não como \"ignorar este parâmetro\". Por exemplo "
6215 "digitando nada para : \"title=&lt;&lt;Enter title&gt;&gt;\" irá exibir "
6216 "resultados com title='' (no title). ISe você quiser ter algo não "
6217 "obrigatório, use \"title like &lt;&lt;Enter title&gt;&gt;\" e entre um %% no "
6218 "momento da execução"
6219
6220 #: ../../source/17_miscellaneous.rst:4038
6221 msgid "Examples:"
6222 msgstr "Exemplos:"
6223
6224 #: ../../source/17_miscellaneous.rst:4040
6225 #, fuzzy, python-format
6226 msgid ""
6227 "SELECT surname,firstname FROM borrowers WHERE branchcode=<<Enter patrons "
6228 "library\\|branches>> AND surname like <<Enter filter for patron surname "
6229 "(% if none)>>"
6230 msgstr ""
6231 "SELECT surname,firstname FROM borrowers WHERE branchcode=&lt;&lt;Enter "
6232 "patrons library|branches&gt;&gt; AND surname like &lt;&lt;Enter filter for "
6233 "patron surname (%% if none)&gt;&gt;"
6234
6235 #: ../../source/17_miscellaneous.rst:4044
6236 #, fuzzy
6237 msgid ""
6238 "SELECT \\* FROM items WHERE homebranch = <<Pick your branch\\|branches>> and "
6239 "barcode like <<Partial barcode value here>>"
6240 msgstr ""
6241 "SELECT * FROM items WHERE homebranch = &lt;&lt;Pick your branch|branches&gt;"
6242 "&gt; and barcode like &lt;&lt;Partial barcode value here&gt;&gt;"
6243
6244 #: ../../source/17_miscellaneous.rst:4047
6245 msgid ""
6246 "SELECT title , author FROM biblio WHERE frameworkcode=<<Enter the "
6247 "frameworkcode\\|biblio\\_framework>>"
6248 msgstr ""
6249
6250 #: ../../source/17_miscellaneous.rst:4052
6251 #, fuzzy
6252 msgid ""
6253 "To generate a date picker calendar to the right of the field when running a "
6254 "report you can use the 'date' keyword like this: <<Enter Date\\|date>>"
6255 msgstr ""
6256 "Dica: Para gerar um calendário selecionador de data para a direita do campo "
6257 "durante a execução de um relatório que você pode usar o 'data' palavra-chave "
6258 "assim: &lt;&lt;Enter Date|date&gt;&gt;"
6259
6260 #: ../../source/17_miscellaneous.rst:4056
6261 msgid "|image1116|"
6262 msgstr ""
6263
6264 #: ../../source/17_miscellaneous.rst:4060
6265 #, fuzzy
6266 msgid ""
6267 "You have to put \"%\" in a text box to 'leave it blank'. Otherwise, it "
6268 "literally looks for \"\" (empty string) as the value for the field."
6269 msgstr ""
6270 "Dica: Você tem que colocar \"%%\" em uma caixa de texto para \"deixar em "
6271 "branco\". Caso contrário, ele literalmente procura por \"\" (string vazia) "
6272 "como o valor para o campo."
6273
6274 #: ../../source/17_miscellaneous.rst:4065
6275 #, fuzzy
6276 msgid ""
6277 "In addition to using any authorized value code to generate a dropdown, you "
6278 "can use the following values as well: Framework codes (biblio\\_framework), "
6279 "Branches (branches), Item Types (itemtypes) and Patron Categories "
6280 "(categorycode). For example a branch pull down would be generated like this "
6281 "<<Branch\\|branches>>"
6282 msgstr ""
6283 "Importante: além de utilizar qualquer valor autorizado para gerar uma lista "
6284 "suspensa, você também pode usar os valores a seguir: Bibliotecas (branches), "
6285 "Tipos de Material (itemtypes) e Categorias de Usuário (categorycode). Por "
6286 "exemplo, uma lista suspensa de bibliotecas seria parecida com esta &lt;&lt;"
6287 "Branch|branches&gt;&gt;"
6288
6289 #: ../../source/17_miscellaneous.rst:4071
6290 msgid "|image1117|"
6291 msgstr ""
6292
6293 #: ../../source/17_miscellaneous.rst:4076
6294 msgid "Results Limited"
6295 msgstr ""
6296
6297 #: ../../source/17_miscellaneous.rst:4078
6298 msgid ""
6299 "**Question**: When I download my report it's limited to 10,000 results, how "
6300 "do I get all of the results to download?"
6301 msgstr ""
6302
6303 #: ../../source/17_miscellaneous.rst:4081
6304 #, fuzzy
6305 msgid ""
6306 "**Answer**: There is a limit of 10,000 records put on SQL statements entered "
6307 "in Koha. To get around this you want to add 'LIMIT 100000' to the end of "
6308 "your SQL statement (or any other number above 10,000."
6309 msgstr ""
6310 ": Existe um limite de 10.000 registros de adição de SQL no Koha. Para "
6311 "contornar esta situação que você deseja adicionar 'LIMIT 100000' até o fim "
6312 "de sua instrução SQL (ou qualquer outro número acima de 10.000."
6313
6314 #: ../../source/17_miscellaneous.rst:4088
6315 msgid "Searching"
6316 msgstr "Pesquisa"
6317
6318 #: ../../source/17_miscellaneous.rst:4093
6319 msgid "Advanced Search"
6320 msgstr "Pesquisa avançada"
6321
6322 #: ../../source/17_miscellaneous.rst:4098
6323 msgid "Scan Indexes"
6324 msgstr "Ver Índices"
6325
6326 #: ../../source/17_miscellaneous.rst:4100
6327 msgid ""
6328 "**Question**: What does 'scan indexes' on the advanced search page mean?"
6329 msgstr ""
6330
6331 #: ../../source/17_miscellaneous.rst:4102
6332 msgid ""
6333 "**Answer**: When you choose an index, enter a term, click 'scan indexes' and "
6334 "do the search, Koha displays the searched term and the following terms found "
6335 "in this index with the number of corresponding records That is search is not "
6336 "made directly in the catalog, but first in the indexes It works only for one "
6337 "index at once, and only with no limit in Location (All libraries needed)"
6338 msgstr ""
6339
6340 #: ../../source/17_miscellaneous.rst:4112
6341 msgid "Searching for Terms that Start With a Character"
6342 msgstr ""
6343
6344 #: ../../source/17_miscellaneous.rst:4114
6345 msgid ""
6346 "**Question**: How do I search for all titles that start with the letter 'C'?"
6347 msgstr ""
6348
6349 #: ../../source/17_miscellaneous.rst:4117
6350 msgid ""
6351 "**Answer**: You can choose to search for things that start with a character "
6352 "or series of characters by using the CCL 'first-in-subfield'"
6353 msgstr ""
6354
6355 #: ../../source/17_miscellaneous.rst:4120
6356 msgid "example: ti,first-in-subfield=C"
6357 msgstr ""
6358
6359 #: ../../source/17_miscellaneous.rst:4125
6360 msgid "Wildcard Searching"
6361 msgstr ""
6362
6363 #: ../../source/17_miscellaneous.rst:4127
6364 msgid ""
6365 "**Question**:What is the difference between a keyword search using the "
6366 "'\\*' (asterisk) versus a keyword search using the '%' (percent)? Both work "
6367 "in the catalog, but return different sets. Why?"
6368 msgstr ""
6369
6370 #: ../../source/17_miscellaneous.rst:4131
6371 msgid ""
6372 "**Answer**: A wildcard is a character (\\*,?,%,.) that can be used to "
6373 "represent one or more characters in a word. Two of the wildcard characters "
6374 "that can be used in Koha searches are the asterisk ('\\*') and the percent "
6375 "sign ('%'). However, these two characters act differently when used in "
6376 "searching."
6377 msgstr ""
6378
6379 #: ../../source/17_miscellaneous.rst:4137
6380 msgid ""
6381 "The '\\*' is going to force a more exact search of the first few characters "
6382 "you enter prior to the '\\*'. The asterisk will allow for an infinite number "
6383 "of characters in the search as long as the first few characters designated "
6384 "by your search remain the same. For example, searching for authors using the "
6385 "term, Smi\\*, will return a list that may include Smith, Smithers, "
6386 "Smithfield, Smiley, etc depending on the authors in your database."
6387 msgstr ""
6388
6389 #: ../../source/17_miscellaneous.rst:4145
6390 msgid ""
6391 "The '%' will treat the words you enter in the terms of \"is like\". So a "
6392 "search of Smi% will search for words like Smi. This results in a much more "
6393 "varied results list. For example, a search on Smi% will return a list "
6394 "containing Smothers, Smith, Smelley, Smithfield and many others depending on "
6395 "what is your database."
6396 msgstr ""
6397
6398 #: ../../source/17_miscellaneous.rst:4151
6399 msgid ""
6400 "The bottom line in searching with wildcards: '\\*' is more exact while '%' "
6401 "searches for like terms."
6402 msgstr ""
6403
6404 #: ../../source/17_miscellaneous.rst:4157
6405 msgid "Title Searching"
6406 msgstr ""
6407
6408 #: ../../source/17_miscellaneous.rst:4159
6409 msgid ""
6410 "**Question**: Why does my Zebra title search for 'Help' not turn up 'The "
6411 "help' in the first pages of results?"
6412 msgstr ""
6413
6414 #: ../../source/17_miscellaneous.rst:4162
6415 msgid ""
6416 "**Answer**: When doing a title search, you actually want to search for the "
6417 "title (i.e., 'the help' rather than just 'help'), and it will bubble right "
6418 "up to the top. If you're just searching for 'help' then the relevance "
6419 "ranking is going to affect the results you see."
6420 msgstr ""
6421
6422 #: ../../source/17_miscellaneous.rst:4167
6423 msgid ""
6424 "When it comes to relevance in Zebra, here's what's happening. First, the "
6425 "search is done. If you search for the title \"help\", then any title that "
6426 "has \"help\" in it comes back. Then from those records, separately, it does "
6427 "relevance on the \\*whole\\* record. The more your word appears, the more "
6428 "relevant, and some MARC tags are worth more points than others. So a self-"
6429 "help book with 505 notes where \"help\" appears a \\*lot\\* will be at the "
6430 "top, regardless of keyword or title."
6431 msgstr ""
6432
6433 #: ../../source/17_miscellaneous.rst:4175
6434 msgid ""
6435 "But when you add a \\*second word\\*, that helps it figure things out, as "
6436 "it's weighing the relevance of both words and the phrase. Because of the way "
6437 "relevance works, if you search \"the help\", then \"the help\" or \"the help "
6438 "I need\" are more relevant than \"the way to help\", because they appear "
6439 "together in order. Likewise, \"help the girl\" would be lower relevance, "
6440 "because it's out of order, and \"help for the homeless\" would be lower "
6441 "still, as they're out of order, and apart."
6442 msgstr ""
6443
6444 #: ../../source/17_miscellaneous.rst:4183
6445 msgid ""
6446 "The moral of the story is that single word searches, particularly on common "
6447 "words, will always struggle a bit; it can't evaluate relevance well, because "
6448 "you've not given it enough input."
6449 msgstr ""
6450
6451 #: ../../source/17_miscellaneous.rst:4190
6452 msgid "Enhanced Content"
6453 msgstr "Enriquecimento de conteúdos"
6454
6455 #: ../../source/17_miscellaneous.rst:4195
6456 msgid "FRBRizing Content"
6457 msgstr ""
6458
6459 #: ../../source/17_miscellaneous.rst:4197
6460 msgid ""
6461 "**Question:**\\ At our public library we are running a Koha installation and "
6462 "we've tried to turn on all the nice functionalities in Koha such as the "
6463 "frbrising tool, but do not get the same result as Nelsonville public library."
6464 msgstr ""
6465
6466 #: ../../source/17_miscellaneous.rst:4202
6467 msgid ""
6468 "**Answer:**\\ In fact, this feature is quite tricky to make that right. "
6469 "First it looks at XISBN service. And then search in your database for that "
6470 "ISBN. So both XISBN and your internal ISBN (in biblio table) have to be "
6471 "normalized. You could therefore use the script misc/batchupdateISBNs.pl (it "
6472 "removes all the - in your local ISBNs)"
6473 msgstr ""
6474
6475 #: ../../source/17_miscellaneous.rst:4211
6476 msgid "Amazon"
6477 msgstr ""
6478
6479 #: ../../source/17_miscellaneous.rst:4216
6480 msgid "All Amazon Content"
6481 msgstr ""
6482
6483 #: ../../source/17_miscellaneous.rst:4218
6484 msgid ""
6485 "**Question**: I have all of the Amazon preferences turned on and have "
6486 "entered both of my keys, but none of the content appears in my system, why "
6487 "is that?"
6488 msgstr ""
6489
6490 #: ../../source/17_miscellaneous.rst:4222
6491 msgid ""
6492 "**Answer**: Amazon's API checks your server time on all requests and if your "
6493 "server time is not set properly requests will be denied. To resolve this "
6494 "issue be sure to set your system time appropriately. Once that change in "
6495 "made Amazon content should appear immediately."
6496 msgstr ""
6497
6498 #: ../../source/17_miscellaneous.rst:4227
6499 msgid ""
6500 "On Debian the the command is *date -s \"2010-06-30 17:21\"* (with the proper "
6501 "date and time for your timezone)."
6502 msgstr ""
6503
6504 #: ../../source/17_miscellaneous.rst:4233
6505 #, fuzzy
6506 msgid "System Administration"
6507 msgstr "Administração do sistema"
6508
6509 #: ../../source/17_miscellaneous.rst:4238
6510 msgid "Errors in Zebra Cron"
6511 msgstr ""
6512
6513 #: ../../source/17_miscellaneous.rst:4240
6514 msgid ""
6515 "**Question**: I am noticing some errors in the koha-zebradaemon-output.log "
6516 "file. When new records are added it takes a bit longer to index than we "
6517 "think they should. Running rebuild zebra is often faster. Zebra ends up "
6518 "indexing and search works, but I am concerned about the errors. Any ideas?"
6519 msgstr ""
6520
6521 #: ../../source/17_miscellaneous.rst:4246
6522 msgid ""
6523 "**Answer**: Rebuild\\_zebra.pl -r deletes all of the files in the Zebra db "
6524 "directories (such as reci-0.mf) and then recreates them. Thus, permissions "
6525 "will be lost, and the files will be owned by the user who ran rebuild"
6526 "\\_zebra.pl. If one rebuilds the zebra indexes as root, the daemons, which "
6527 "typically run under the user Koha, will not be able to update the indexes. "
6528 "Thus, it's important then that the zebra rebuilds are put in the cronjob "
6529 "file of the user Koha, and not root. Also important is that other users, "
6530 "such as root, don't manually execute rebuilds."
6531 msgstr ""
6532
6533 #: ../../source/17_miscellaneous.rst:4256
6534 msgid ""
6535 "If one desires that another user be able to execute rebuild\\_zebra.pl, he "
6536 "should be given the permission to execute 'sudo -u Koha .../rebuild\\_zebra."
6537 "pl,' (if you want to do this, you also have to edit the sudoers file to pass "
6538 "the PERL5LIB variable with the env\\_keep option as by default sudo strips "
6539 "away almost all environment variables). Or, as root user, one can use a "
6540 "simple 'su koha' and then the rebuild\\_zebra.pl command."
6541 msgstr ""
6542
6543 #: ../../source/17_miscellaneous.rst:4264
6544 msgid ""
6545 "I've also tried to set the sticky bit on rebuild\\_zebra.pl, but for "
6546 "whatever reason it didn't seem to work due to some problem with the PERL5LIB "
6547 "variable that I wasn't able to figure. That seems to me the easiest thing to "
6548 "do, if anybody has any idea how to make it work. If it worked and were the "
6549 "default, I think it would help folks to avoid a great deal of the problems "
6550 "that come up with zebra."
6551 msgstr ""
6552
6553 #: ../../source/17_miscellaneous.rst:4274
6554 #, fuzzy
6555 msgid "Making Z39.50 Target Public"
6556 msgstr "`Adicionar um Servidor Z39.50 <#addztarget>`__"
6557
6558 #: ../../source/17_miscellaneous.rst:4276
6559 msgid ""
6560 "**Question**: Could someone tell me the exact steps I need to take to "
6561 "configure Zebra to expose my Koha 3 db as a public Z39.50 service?"
6562 msgstr ""
6563
6564 #: ../../source/17_miscellaneous.rst:4279
6565 msgid ""
6566 "**Answer**: Edit the KOHA\\_CONF file that your Koha is using. Uncomment the "
6567 "publicserver line like:"
6568 msgstr ""
6569
6570 #: ../../source/17_miscellaneous.rst:4282
6571 msgid "<!-- <listen id=\"publicserver\" >tcp:@:9999</listen> -->"
6572 msgstr ""
6573
6574 #: ../../source/17_miscellaneous.rst:4284
6575 msgid "to be:"
6576 msgstr ""
6577
6578 #: ../../source/17_miscellaneous.rst:4286
6579 msgid "<listen id=\"publicserver\" >tcp:@:9999</listen>"
6580 msgstr ""
6581
6582 #: ../../source/17_miscellaneous.rst:4288
6583 msgid "Then restart zebasrv and connect on the port specified (9999)."
6584 msgstr ""
6585
6586 #: ../../source/17_miscellaneous.rst:4293
6587 #, fuzzy
6588 msgid "Shelving Location Authorized Values"
6589 msgstr "`Valores autorizados <#authorizedvalues>`__"
6590
6591 #: ../../source/17_miscellaneous.rst:4295
6592 msgid ""
6593 "**Question**: When editing an item, the new shelving location I created is "
6594 "not showing up by default in the items where I assigned it to."
6595 msgstr ""
6596
6597 #: ../../source/17_miscellaneous.rst:4298
6598 msgid ""
6599 "**Answer**: This is because you created the new shelving location with a "
6600 "code value of 0 (zero) Just FYI the system interprets authorized values of 0 "
6601 "as equaling a null so when you edit a record in cataloging where the "
6602 "authorized value in a field was assigned where the code was 0, the value "
6603 "displays as null in the item editor (or MARC editor) instead of the value "
6604 "the library meant it to be."
6605 msgstr ""
6606
6607 #: ../../source/17_miscellaneous.rst:4308
6608 #, fuzzy
6609 msgid "Why do I need Authorized Values?"
6610 msgstr "`Valores autorizados <#authorizedvalues>`__"
6611
6612 #: ../../source/17_miscellaneous.rst:4310
6613 msgid ""
6614 "**Question**: Why would I want to define authorized values for MARC tags?"
6615 msgstr ""
6616
6617 #: ../../source/17_miscellaneous.rst:4313
6618 msgid ""
6619 "**Answer**: Authorized Values create a 'controlled vocabulary' for your "
6620 "staff. As an example, let us assume that your Koha installation is used by "
6621 "several libraries, and you use MARC 21. You might want to restrict the 850a "
6622 "MARC subfield to the institution codes for just those libraries. In that "
6623 "case, you could define an authorized values category (perhaps called \"INST"
6624 "\") and enter the institution codes as the authorized values for that "
6625 "category."
6626 msgstr ""
6627
6628 #: ../../source/17_miscellaneous.rst:4323
6629 msgid ""
6630 "Koha automatically sets up authorized value categories for your item types "
6631 "and branch codes, and you can link these authorized values to MARC subfields "
6632 "when you set up your MARC tag structure."
6633 msgstr ""
6634
6635 #: ../../source/17_miscellaneous.rst:4330
6636 msgid "How do I clean up the sessions table?"
6637 msgstr ""
6638
6639 #: ../../source/17_miscellaneous.rst:4332
6640 msgid ""
6641 "**Question**: Is there a periodic job that can be run to cull old sessions "
6642 "from the table? We don't want to backup all the useless session data every "
6643 "night."
6644 msgstr ""
6645
6646 #: ../../source/17_miscellaneous.rst:4336
6647 msgid ""
6648 "**Answer**: You can run :ref:`cleanup database cron job <clean-up-database-"
6649 "label>`."
6650 msgstr ""
6651
6652 #: ../../source/17_miscellaneous.rst:4338
6653 msgid ""
6654 "Or just before doing a backup command (mysqldump), you can truncate session "
6655 "table:"
6656 msgstr ""
6657
6658 #: ../../source/17_miscellaneous.rst:4348
6659 msgid "Hardware"
6660 msgstr ""
6661
6662 #: ../../source/17_miscellaneous.rst:4353
6663 #, fuzzy
6664 msgid "Barcode Scanners"
6665 msgstr "`Pesquisa <#searchfaq>`__"
6666
6667 #: ../../source/17_miscellaneous.rst:4355
6668 msgid "**Question**: What barcode scanners have been known to work with Koha?"
6669 msgstr ""
6670
6671 #: ../../source/17_miscellaneous.rst:4357
6672 msgid ""
6673 "**Answer**: The simple rule of thumb is, does it act like a keyboard "
6674 "device?, if so, it will work. (i.e. can you take the scanner, scan a barcode "
6675 "and have it show up in a text editor, if so, it will work.)"
6676 msgstr ""
6677
6678 #: ../../source/17_miscellaneous.rst:4361
6679 msgid ""
6680 "The main points to check are that it connects to your PC conveniently (can "
6681 "be USB or \"keyboard wedge\" which means it connects in line with the "
6682 "keyboard, which is useful with older computers), and that it scans the "
6683 "barcode type that you are using."
6684 msgstr ""
6685
6686 #: ../../source/17_miscellaneous.rst:4366
6687 msgid ""
6688 "It is a good idea to test some 'used' barcodes if you have any, to see "
6689 "whether the scanner can read scuffed or slightly wrinkled ones successfully. "
6690 "Most scanners are capable of reading several barcode types - there are many, "
6691 "and the specification should list the ones it can read. You may need to "
6692 "adjust settings slightly, such as prefix and suffix characters, or whether "
6693 "you want to send an 'enter' character or not."
6694 msgstr ""
6695
6696 #: ../../source/17_miscellaneous.rst:4374
6697 msgid ""
6698 "One more tip - some can be set 'always on' and may come with a stand, some "
6699 "have triggers under the handle, some have buttons on top, some are held like "
6700 "a pen. Think about the staff working with the hardware before choosing, as a "
6701 "button in the wrong place can be very awkward to use."
6702 msgstr ""
6703
6704 #: ../../source/17_miscellaneous.rst:4382
6705 msgid "Printers"
6706 msgstr "Impressoras"
6707
6708 #: ../../source/17_miscellaneous.rst:4387
6709 #, fuzzy
6710 msgid "Printers used by Koha libraries"
6711 msgstr "`Impressoras <#printersfaq>`__"
6712
6713 #: ../../source/17_miscellaneous.rst:4389
6714 #, fuzzy
6715 msgid "POS-X receipt printer"
6716 msgstr "Pesquisar impressoras"
6717
6718 #: ../../source/17_miscellaneous.rst:4391
6719 msgid ""
6720 "Star Micronics printer (exact model unknown) with a generic/plain text "
6721 "driver."
6722 msgstr ""
6723
6724 #: ../../source/17_miscellaneous.rst:4394
6725 msgid "Star SP2000 (Nelsonville)"
6726 msgstr ""
6727
6728 #: ../../source/17_miscellaneous.rst:4396
6729 msgid "Star TSP-100 futurePRINT (Geauga)"
6730 msgstr ""
6731
6732 #: ../../source/17_miscellaneous.rst:4398
6733 msgid ""
6734 "\"I know there have been a lot of questions on receipt printers so I thought "
6735 "I'd pass on my findings. We have been testing the Star TSP-100 futurePRINT. "
6736 "I found this print to be VERY easy to configure for Koha. I was even able to "
6737 "customize the print job by adding our system logo (a .gif) to the top of "
6738 "every receipt. Also with a bitmap created in Paint was able to add a message "
6739 "at the bottom of each receipt with the contact information, hours and "
6740 "website for the library that the materials were checked out at.\""
6741 msgstr ""
6742
6743 #: ../../source/17_miscellaneous.rst:4407
6744 msgid "Epson TM 88 IIIP thermal receipt printers"
6745 msgstr ""
6746
6747 #: ../../source/17_miscellaneous.rst:4409
6748 msgid "Epson TM-T88IV"
6749 msgstr ""
6750
6751 #: ../../source/17_miscellaneous.rst:4411
6752 msgid "1x1 labels using a Dymolabelwriter printer"
6753 msgstr ""
6754
6755 #: ../../source/17_miscellaneous.rst:4416
6756 #, fuzzy
6757 msgid "Braille Support"
6758 msgstr "`Relatórios <#reportsfaq>`__"
6759
6760 #: ../../source/17_miscellaneous.rst:4418
6761 msgid ""
6762 "**Question**: Are there any braille embosser or printer which has inbuilt "
6763 "braille converter and it is accessible with UNIX environment?"
6764 msgstr ""
6765
6766 #: ../../source/17_miscellaneous.rst:4421
6767 msgid ""
6768 "**Answer**: You may want to look into BRLTTY (http://www.emptech.info/"
6769 "product_details.php?ID=1232)."
6770 msgstr ""
6771
6772 #: ../../source/17_miscellaneous.rst:4427
6773 #, fuzzy
6774 msgid "Additional Support"
6775 msgstr "`Ajuda Adicional <#calendarhelp>`__"
6776
6777 #: ../../source/17_miscellaneous.rst:4429
6778 #, fuzzy
6779 msgid "http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/"
6780 msgstr "http://www.nexpresslibrary.org/training/reports-training/"
6781
6782 #: ../../source/17_miscellaneous.rst:4432
6783 #, fuzzy
6784 msgid "Extending Koha"
6785 msgstr "Extended Roman"
6786
6787 #: ../../source/17_miscellaneous.rst:4437
6788 msgid "Amazon lookup script for Koha libraries"
6789 msgstr ""
6790
6791 #: ../../source/17_miscellaneous.rst:4439
6792 msgid ""
6793 "We order most of our materials from Amazon, so I've been looking for a "
6794 "convenient way to tell if a book under consideration is in our catalog "
6795 "already."
6796 msgstr ""
6797
6798 #: ../../source/17_miscellaneous.rst:4443
6799 msgid "Greasemonkey & a custom user script fit the bill nicely:"
6800 msgstr ""
6801
6802 #: ../../source/17_miscellaneous.rst:4445
6803 #, fuzzy
6804 msgid "https://addons.mozilla.org/en-US/firefox/addon/748"
6805 msgstr "https://addons.mozilla.org/en/firefox/addon/koct/"
6806
6807 #: ../../source/17_miscellaneous.rst:4447
6808 msgid "http://userscripts.org/scripts/show/56847"
6809 msgstr ""
6810
6811 #: ../../source/17_miscellaneous.rst:4449
6812 msgid "A few caveats:"
6813 msgstr ""
6814
6815 #: ../../source/17_miscellaneous.rst:4451
6816 msgid ""
6817 "Like most scripts, this one was designed to work with Firefox; I haven't "
6818 "explored getting it to work with other browsers."
6819 msgstr ""
6820
6821 #: ../../source/17_miscellaneous.rst:4454
6822 msgid ""
6823 "I'm not a JavaScript programmer -- this was adapted from others' work. Just "
6824 "a few lines would have to be changed to get the script to work with your "
6825 "catalog."
6826 msgstr ""
6827
6828 #: ../../source/17_miscellaneous.rst:4458
6829 msgid ""
6830 "It depends on the existence of ISBN for the item in question, so movies, "
6831 "older books, etc. would not work."
6832 msgstr ""
6833
6834 #: ../../source/17_miscellaneous.rst:4461
6835 msgid ""
6836 "Others have added all sorts of bells & whistles: XISBN lookups to search for "
6837 "related titles, custom messages based on the status of items (on order, on "
6838 "hold, etc.), ... just search the UserScripts site for Amazon + library. For "
6839 "a later date!"
6840 msgstr ""
6841
6842 #: ../../source/17_miscellaneous.rst:4469
6843 msgid "Keyword Clouds"
6844 msgstr ""
6845
6846 #: ../../source/17_miscellaneous.rst:4471
6847 msgid ""
6848 "In addition to the traditional tag cloud available in Koha, there is a way "
6849 "to generate clouds for popular subjects within Koha."
6850 msgstr ""
6851
6852 #: ../../source/17_miscellaneous.rst:4474
6853 msgid ""
6854 "The :ref:`Author/Subject Cloud cron job <subject/author-clouds-label>` is "
6855 "used to help with this process. This cron job sends its output to files."
6856 msgstr ""
6857
6858 #: ../../source/17_miscellaneous.rst:4477
6859 msgid "/home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html"
6860 msgstr ""
6861
6862 #: ../../source/17_miscellaneous.rst:4479
6863 msgid "/home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html"
6864 msgstr ""
6865
6866 #: ../../source/17_miscellaneous.rst:4481
6867 msgid ""
6868 "This means that you can produce clouds for authors, collective author, all "
6869 "kind of subjects, classifications, etc. And since it works on zebra indexes, "
6870 "it is quick, even on large DBs. Tags clouds are sent to files. It's up to "
6871 "library webmaster to deal with those files in order to include them in :ref:"
6872 "`OPACMainUserBlock <opacmainuserblock-label>`, or include them into their "
6873 "library CMS."
6874 msgstr ""
6875
6876 #: ../../source/17_miscellaneous.rst:4488
6877 msgid ""
6878 "Some libraries even send the file into a Samba shared folder where webmaster "
6879 "take them, eventually clean them a little bit before integrating them into "
6880 "navigation widgets or pages."
6881 msgstr ""
6882
6883 #: ../../source/17_miscellaneous.rst:4495
6884 msgid "Newest Titles Pulldown"
6885 msgstr ""
6886
6887 #: ../../source/17_miscellaneous.rst:4497
6888 msgid ""
6889 "Often we want to add a way for our patrons to do searches for the newest "
6890 "items. In this example I'll show you how to create a pull down menu of the "
6891 "newest items by item type. These tips will work (with a couple changes) for "
6892 "collection codes or shelving locations as well."
6893 msgstr ""
6894
6895 #: ../../source/17_miscellaneous.rst:4502
6896 msgid ""
6897 "First, it's important to note that every link in Koha is a permanent link. "
6898 "This means if I do a search for everything of a specific item type sorted by "
6899 "the acquisitions date and bookmark that URL, whenever I click it I'll see "
6900 "the newest items of that type on the first few pages of the results."
6901 msgstr ""
6902
6903 #: ../../source/17_miscellaneous.rst:4508
6904 msgid ""
6905 "I took this knowledge and wrote a form takes this functionality in to "
6906 "consideration. It basically just does a search of your Koha catalog for a "
6907 "specific item type and sorts the results by acquisitions date."
6908 msgstr ""
6909
6910 #: ../../source/17_miscellaneous.rst:4512
6911 msgid ""
6912 "The first thing I did was write a MySQL statement to generate a list of item "
6913 "types for me - why copy and paste when you can use the power of MySQL?"
6914 msgstr ""
6915
6916 #: ../../source/17_miscellaneous.rst:4520
6917 msgid ""
6918 "The above looks at the itemtypes table and slaps the necessary HTML around "
6919 "each item type for me. I then exported that to CSV and opened it in my text "
6920 "editor and added the other parts of the form."
6921 msgstr ""
6922
6923 #: ../../source/17_miscellaneous.rst:4544
6924 msgid "Now, what does all of that mean? The important bits are these:"
6925 msgstr ""
6926
6927 #: ../../source/17_miscellaneous.rst:4546
6928 msgid "First the starting of the form."
6929 msgstr ""
6930
6931 #: ../../source/17_miscellaneous.rst:4552
6932 msgid ""
6933 "This tells the browser to take any value selected and put it at the end of "
6934 "this http://YOURSITE/cgi-bin/koha/opac-search.pl. If you want to embed this "
6935 "form on your library website (and not on your OPAC) you can put the full "
6936 "OPAC URL in there."
6937 msgstr ""
6938
6939 #: ../../source/17_miscellaneous.rst:4557
6940 msgid ""
6941 "Next, there is a hidden value that is telling the search to sort by "
6942 "acquisitions date descending (newest items at the top):"
6943 msgstr ""
6944
6945 #: ../../source/17_miscellaneous.rst:4564
6946 msgid ""
6947 "And finally you have an option for each item type you want people to search."
6948 msgstr ""
6949
6950 #: ../../source/17_miscellaneous.rst:4571
6951 msgid ""
6952 "These options each include the string \"mc-itype:\" which tells Koha to do "
6953 "an item type search."
6954 msgstr ""
6955
6956 #: ../../source/17_miscellaneous.rst:4574
6957 msgid ""
6958 "Once you have all of that in place you can copy and paste the form to "
6959 "somewhere on your OPAC. The `Farmington Public Libraries OPAC <http://"
6960 "catalog.farmingtonlibraries.org>`__ has a few examples of this on the left."
6961 msgstr ""
6962
6963 #: ../../source/17_miscellaneous.rst:4582
6964 #, fuzzy
6965 msgid "Cataloging and Searching by Color"
6966 msgstr "`Pesquisar Usuários <#patronsearch>`__"
6967
6968 #: ../../source/17_miscellaneous.rst:4584
6969 msgid ""
6970 "One of the icon sets installed in Koha includes a series of colors. This set "
6971 "can be used to catalog and search by color if you'd like. This guide will "
6972 "walk you use changing collection code to color in Koha so that you can do "
6973 "this."
6974 msgstr ""
6975
6976 #: ../../source/17_miscellaneous.rst:4589
6977 msgid ""
6978 "The following SQL could be used to add these colors to the CCODE authorized "
6979 "value category in a batch. If you wanted to use these colors for another "
6980 "authorized value you'd have to edit this to use that category:"
6981 msgstr ""
6982
6983 #: ../../source/17_miscellaneous.rst:4641
6984 msgid ""
6985 "If you would like to choose the colors manually you can do that via the :ref:"
6986 "`Authorized Values` administration area."
6987 msgstr ""
6988
6989 #: ../../source/17_miscellaneous.rst:4644
6990 msgid "|image1118|"
6991 msgstr ""
6992
6993 #: ../../source/17_miscellaneous.rst:4646
6994 msgid ""
6995 "Next you'll want to :ref:`update the frameworks <marc-bibliographic-"
6996 "frameworks-label>` so that the 952$8 (if you're using collection code) label "
6997 "to says Color."
6998 msgstr ""
6999
7000 #: ../../source/17_miscellaneous.rst:4649
7001 msgid "Once you have that in place you can start to catalog items by color."
7002 msgstr ""
7003
7004 #: ../../source/17_miscellaneous.rst:4651
7005 msgid ""
7006 "Finally you'll want to add the following JQuery to your preferences so that "
7007 "it will relabel 'Collection' to 'Color'"
7008 msgstr ""
7009
7010 #: ../../source/17_miscellaneous.rst:4654
7011 msgid ":ref:`IntranetUserJS`"
7012 msgstr ""
7013
7014 #: ../../source/17_miscellaneous.rst:4663
7015 msgid ":ref:`OPACUserJS`"
7016 msgstr ""
7017
7018 #: ../../source/17_miscellaneous.rst:4673
7019 msgid "Koha and Your Website"
7020 msgstr ""
7021
7022 #: ../../source/17_miscellaneous.rst:4675
7023 msgid ""
7024 "This appendix will include tips for integrating Koha in to your library "
7025 "website."
7026 msgstr ""
7027
7028 #: ../../source/17_miscellaneous.rst:4681
7029 msgid "Koha search on your site"
7030 msgstr ""
7031
7032 #: ../../source/17_miscellaneous.rst:4683
7033 msgid ""
7034 "Often you'll want to add a Koha search box to your library website. To do "
7035 "so, just copy and paste the following code in to your library website and "
7036 "update the YOURCATALOG bit with your catalog's URL and you're set to go."
7037 msgstr ""
7038
7039 #, fuzzy
7040 #~ msgid "`REST services <#Rest-services>`__"
7041 #~ msgstr "`Relatando <#reportingservice>`__"
7042
7043 #, fuzzy
7044 #~ msgid "`Explain <#sru_explain>`__"
7045 #~ msgstr "`Exemplo <#kohacmsexpage>`__"
7046
7047 #~ msgid "`Search <#sru_search>`__"
7048 #~ msgstr "`Pesquisar <#sru_search>`__"
7049
7050 #, fuzzy
7051 #~ msgid "`Retrieve <#sru_retrieve>`__"
7052 #~ msgstr "`Relatando <#reportingservice>`__"
7053
7054 #, fuzzy
7055 #~ msgid "`ISBD Defaults <#isbddefaults>`__"
7056 #~ msgstr "`ISBD <#isbdpref>`__"
7057
7058 #, fuzzy
7059 #~ msgid "`MARC Default <#isbddefault>`__"
7060 #~ msgstr "`MARC <#opacisbdmarcdefault>`__"
7061
7062 #, fuzzy
7063 #~ msgid "`UNIMARC Default <#unimarcdefault>`__"
7064 #~ msgstr "`MARC <#opacisbdmarcdefault>`__"
7065
7066 #, fuzzy
7067 #~ msgid "`OPACISBD Defaults <#opacisbddefaults>`__"
7068 #~ msgstr "`MARC <#opacisbdmarcdefault>`__"
7069
7070 #~ msgid "`MARC <#opacisbdmarcdefault>`__"
7071 #~ msgstr "`MARC <#opacisbdmarcdefault>`__"
7072
7073 #, fuzzy
7074 #~ msgid "`In Firefox <#epsonfirefox>`__"
7075 #~ msgstr "`Arquivos <#patronfiles>`__"
7076
7077 #, fuzzy
7078 #~ msgid "`In Firefox <#epson2firefox>`__"
7079 #~ msgstr "`Arquivos <#patronfiles>`__"
7080
7081 #, fuzzy
7082 #~ msgid "RESERVESLIP"
7083 #~ msgstr "RESERVESLIP "
7084
7085 #, fuzzy
7086 #~ msgid "`Et-Mol <#hebrewserialsample>`__"
7087 #~ msgstr "`Periódicos <#serialsprefs>`__"
7088
7089 #, fuzzy
7090 #~ msgid "Backpacker numbering pattern |image1071|"
7091 #~ msgstr "Gerenciar padrões de numeração "
7092
7093 #, fuzzy
7094 #~ msgid "Serial planning |image1072|"
7095 #~ msgstr "Previsão do Periódico"
7096
7097 #, fuzzy
7098 #~ msgid "Subscription details |image1073|"
7099 #~ msgstr "Detalhes da assinatura"
7100
7101 #, fuzzy
7102 #~ msgid "Serial Planning |image1074|"
7103 #~ msgstr "Previsão do Periódico"
7104
7105 #~ msgid "`Setup <#kohacmssetup>`__"
7106 #~ msgstr "`Configurar <#kohacmssetup>`__"
7107
7108 #~ msgid "`Troubleshooting <#kohacmstrouble>`__"
7109 #~ msgstr "`Solução de problemas <#kohacmstrouble>`__"
7110
7111 #, fuzzy
7112 #~ msgid "`Bonus Points <#kohacmsbonus>`__"
7113 #~ msgstr "`Solução de problemas <#kohacmstrouble>`__"
7114
7115 #, fuzzy
7116 #~ msgid "`Usage <#kohacmsusage>`__"
7117 #~ msgstr "`Exemplo <#kohacmsexpage>`__"
7118
7119 #, fuzzy
7120 #~ msgid "`Adding Pages <#kohacmspages>`__"
7121 #~ msgstr "`Exemplo <#kohacmsexpage>`__"
7122
7123 #, fuzzy
7124 #~ msgid "Add a new preference |image1076|"
7125 #~ msgstr "Adicionar uma preferência do sistema"
7126
7127 #~ msgid "`Example <#kohacmsexpage>`__"
7128 #~ msgstr "`Exemplo <#kohacmsexpage>`__"
7129
7130 #, fuzzy
7131 #~ msgid "`Live Examples <#examplecms>`__"
7132 #~ msgstr "`Templates <#labeltemplates>`__"
7133
7134 #, fuzzy
7135 #~ msgid "`Koha Related <#koharelatedlinks>`__"
7136 #~ msgstr "`Adicionar Template <#addcardtemplate>`__"
7137
7138 #, fuzzy
7139 #~ msgid "`Circulation Related <#circrelatedlinks>`__"
7140 #~ msgstr "`Relatórios de circulação <#circreports>`__"
7141
7142 #, fuzzy
7143 #~ msgid "`Cataloging Related <#catalogrelatedlinks>`__"
7144 #~ msgstr "`Catálogo <#catalogtools>`__"
7145
7146 #, fuzzy
7147 #~ msgid "`Misc <#misclinks>`__"
7148 #~ msgstr "`Listas <#lists>`__"
7149
7150 #, fuzzy
7151 #~ msgid "Continuing Resource Image |image1083|"
7152 #~ msgstr "Recursos continuado"
7153
7154 #, fuzzy
7155 #~ msgid "Mixed Materials Image |image1085|"
7156 #~ msgstr "Materiais mixtos"
7157
7158 #, fuzzy
7159 #~ msgid "Visual Material Image |image1087|"
7160 #~ msgstr "Material visual"
7161
7162 #, fuzzy
7163 #~ msgid "Koha Staff Client |image1104|"
7164 #~ msgstr "Interface administrativa do Koha"
7165
7166 #, fuzzy
7167 #~ msgid "Stage MARC Records for Import |image1105|"
7168 #~ msgstr "Tratamento MARC para importação"
7169
7170 #, fuzzy
7171 #~ msgid "Stage for Import |image1107|"
7172 #~ msgstr "Tratamento para importação"
7173
7174 #, fuzzy
7175 #~ msgid "Staged Records Summary |image1108|"
7176 #~ msgstr "Importação de registros bibliográficos"
7177
7178 #, fuzzy
7179 #~ msgid "Manage Staged Records |image1109|"
7180 #~ msgstr "Gerenciar Registros MARC"
7181
7182 #~ msgid "`Display <#displayfaq>`__"
7183 #~ msgstr "`Mostrar <#displayfaq>`__"
7184
7185 #, fuzzy
7186 #~ msgid "Add SHOW\\_BCODE patron attribute |image1112|"
7187 #~ msgstr "Adicionar tipo de atributo de usuário"
7188
7189 #~ msgid "`Analytics <#analyticsfaq>`__"
7190 #~ msgstr "`Estatísticas <#analyticsfaq>`__"
7191
7192 #~ msgid "`Acquisitions <#acqfaq>`__"
7193 #~ msgstr "`Aquisições <#acqfaq>`__"
7194
7195 #~ msgid "`Serials <#serialsfaq>`__"
7196 #~ msgstr "`Periódicos <#serialsfaq>`__"
7197
7198 #, fuzzy
7199 #~ msgid "`Advanced Patterns <#advancedpatternfaq>`__"
7200 #~ msgstr "`Editando Usuários <#editpatrons>`__"
7201
7202 #~ msgid "`Reports <#reportsfaq>`__"
7203 #~ msgstr "`Relatórios <#reportsfaq>`__"
7204
7205 #, fuzzy
7206 #~ msgid "`Fines Table <#finescodefaq>`__"
7207 #~ msgstr "`Multas <#finescronjob>`__"
7208
7209 #, fuzzy
7210 #~ msgid "`Serial Table <#serialtablefaq>`__"
7211 #~ msgstr "`Periódicos <#serialsfaq>`__"
7212
7213 #, fuzzy
7214 #~ msgid "`Results Limited <#reportlimitfaq>`__"
7215 #~ msgstr "`Relatórios <#reportsfaq>`__"
7216
7217 #~ msgid "`Searching <#searchfaq>`__"
7218 #~ msgstr "`Pesquisa <#searchfaq>`__"
7219
7220 #, fuzzy
7221 #~ msgid "`Advanced Search <#advancedsearchfaq>`__"
7222 #~ msgstr "`Pesquisa <#searchfaq>`__"
7223
7224 #, fuzzy
7225 #~ msgid "`Scan Indexes <#scanindexfaq>`__"
7226 #~ msgstr "`Índices <#searchguide-indexes>`__"
7227
7228 #, fuzzy
7229 #~ msgid "`Wildcard Searching <#wildcardsearchfaq>`__"
7230 #~ msgstr "`Pesquisa <#searchfaq>`__"
7231
7232 #, fuzzy
7233 #~ msgid "`Title Searching <#titlesearchingfaq>`__"
7234 #~ msgstr "`Pesquisa <#searchfaq>`__"
7235
7236 #, fuzzy
7237 #~ msgid "`Amazon <#amzfaq>`__"
7238 #~ msgstr "`Catalogação <#catfaq>`__"
7239
7240 #, fuzzy
7241 #~ msgid "`Hardware <#hardwarefaq>`__"
7242 #~ msgstr "`IdRef <#idref>`__"
7243
7244 #~ msgid "`Printers <#printersfaq>`__"
7245 #~ msgstr "`Impressoras <#printersfaq>`__"
7246
7247 #, fuzzy
7248 #~ msgid "`IntranetUserJS <#intranetuserjs>`__"
7249 #~ msgstr "`Transferências <#transfers>`__"
7250
7251 #, fuzzy
7252 #~ msgid "`OPACUserJS <#opacuserjs>`__"
7253 #~ msgstr "`OPAC <#opaccrons>`__"