add locales/fr
[kohadocs.git] / en / locales / fr / LC_MESSAGES / 16_cron_jobs.po
diff --git a/en/locales/fr/LC_MESSAGES/16_cron_jobs.po b/en/locales/fr/LC_MESSAGES/16_cron_jobs.po
new file mode 100644 (file)
index 0000000..9312837
--- /dev/null
@@ -0,0 +1,2385 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2017, Koha Community
+# This file is distributed under the same license as the Koha Manual
+# package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: Koha Manual 17.11\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-10-24 15:36-0300\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.3.4\n"
+
+#: ../../source/16_cron_jobs.rst:5 ../../source/16_cron_jobs.rst:18
+msgid "Cron Jobs"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:7
+msgid ""
+"A cron job is a Linux command for scheduling a command or script on your "
+"server to complete repetitive tasks automatically. Scripts executed as a "
+"cron job are typically used to modify files or databases; however, they "
+"can perform other tasks that do not modify data on the server, like "
+"sending out email notifications. Koha has many cron jobs in place that "
+"you can enable (search engine indexing, overdue notice generation, data "
+"cleanup and more), this chapter will explain those for you."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:20
+msgid ""
+"The locations below assume a dev install which puts the crons in misc/, "
+"if you have a standard install you may want to look in bin/ for these "
+"files if you cannot find them in misc/"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:27
+msgid "Search"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:32
+msgid "Rebuild Index"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:34
+msgid "Script path: misc/migration\\_tools/rebuild\\_zebra.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:36
+msgid "Does: Updates Zebra indexes with recently changed data."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:38
+msgid "Required by: Zebra"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:40
+msgid ""
+"Frequency suggestion: every x minutes, (between 5-15 minutes) depending "
+"on performance needs"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:46
+msgid "Circulation"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:51
+msgid "Holds Queue"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:53
+msgid "Script path: misc/cronjobs/holds/build\\_holds\\_queue.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:55
+msgid "Does: Updates holds queue report"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:57
+msgid "Required by: :ref:`Holds Queue Report <holds-queue-label>`"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:59
+msgid "Frequency suggestion: every 1-4 hours"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:61
+msgid "Description:"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:63
+msgid ""
+"A script that should be run periodically if your library system allows "
+"borrowers to place on-shelf holds. This script decides which library "
+"should be responsible for fulfilling a given hold request."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:67
+msgid ""
+"It's behavior is controlled by the system preferences "
+":ref:`StaticHoldsQueueWeight "
+"<staticholdsqueueweight,-holdsqueueskipclosed"
+"-&-randomizeholdsqueueweight-label>` and :ref:`RandomizeHoldsQueueWeight "
+"<staticholdsqueueweight,-holdsqueueskipclosed"
+"-&-randomizeholdsqueueweight-label>`."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:71
+msgid ""
+"If you do not want all of your libraries to participate in the on-shelf "
+"holds fulfillment process, you should list the the libraries that "
+"\\*do\\* participate in the process here by inputting all the "
+"participating library's branchcodes, separated by commas ( e.g. "
+"\"MPL,CPL,SPL,BML\" etc. )."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:77
+msgid ""
+"By default, the holds queue will be generated such that the system will "
+"first attempt to hold fulfillment using items already at the pickup "
+"library if possible. If there are no items available at the pickup "
+"library to fill a hold, build\\_holds\\_queue.pl will then use the list "
+"of libraries defined in StaticHoldsQueueWeight. If "
+"RandomizeHoldsQueueWeight is disabled ( which it is by default ), the "
+"script will assign fulfillment requests in the order the branches are "
+"placed in the StaticHoldsQueueWeight system preference."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:86
+msgid ""
+"For example, if your system has three libraries, of varying sizes ( "
+"small, medium and large ) and you want the burden of holds fulfillment to"
+" be on larger libraries before smaller libraries, you would want "
+"StaticHoldsQueueWeight to look something like \"LRG,MED,SML\"."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:92
+msgid ""
+"If you want the burden of holds fulfillment to be spread out equally "
+"throughout your library system, simply enable RandomizeHoldsQueueWeight. "
+"When this system preference is enabled, the order in which libraries will"
+" be requested to fulfill an on-shelf hold will be randomized each time "
+"the list is regenerated."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:98
+msgid ""
+"Leaving StaticHoldsQueueWeight empty is contraindicated at this time. "
+"Doing so will cause the build\\_holds\\_queue script to ignore "
+"RandomizeHoldsQueueWeight, causing the script to request hold fulfillment"
+" not randomly, but by alphabetical order."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:106 ../../source/16_cron_jobs.rst:247
+#: ../../source/16_cron_jobs.rst:304 ../../source/16_cron_jobs.rst:415
+#: ../../source/16_cron_jobs.rst:500 ../../source/16_cron_jobs.rst:616
+#: ../../source/16_cron_jobs.rst:661 ../../source/16_cron_jobs.rst:1047
+#: ../../source/16_cron_jobs.rst:1078 ../../source/16_cron_jobs.rst:1226
+#: ../../source/16_cron_jobs.rst:1321 ../../source/16_cron_jobs.rst:1422
+#: ../../source/16_cron_jobs.rst:1508 ../../source/16_cron_jobs.rst:1614
+msgid "Perl Documentation"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:108
+msgid "**GetBibsWithPendingHoldRequests**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:110
+msgid "my $biblionumber\\_aref = GetBibsWithPendingHoldRequests();"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:112
+msgid ""
+"Return an arrayref of the biblionumbers of all bibs that have one or more"
+" unfilled hold requests."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:115
+msgid "**GetPendingHoldRequestsForBib**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:117
+msgid "my $requests = GetPendingHoldRequestsForBib($biblionumber);"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:119
+msgid "Returns an arrayref of hashrefs to pending, unfilled hold requests on"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:121
+msgid ""
+"the bib identified by $biblionumber. The following keys are present in "
+"each hashref:"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:124
+msgid "biblionumber"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:126 ../../source/16_cron_jobs.rst:879
+msgid "borrowernumber"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:128
+msgid "itemnumber"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:130
+msgid "priority"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:132
+msgid "branchcode"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:134
+msgid "reservedate"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:136
+msgid "reservenotes"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:138
+msgid "borrowerbranch"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:140
+msgid "The arrayref is sorted in order of increasing priority."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:142
+msgid "**GetItemsAvailableToFillHoldRequestsForBib**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:144
+msgid "my $available\\_items ="
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:146
+msgid "GetItemsAvailableToFillHoldRequestsForBib($biblionumber);"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:148
+msgid ""
+"Returns an arrayref of items available to fill hold requests for the bib "
+"identified by $biblionumber. An item is available to fill a hold"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:151
+msgid "request if and only if:"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:153
+msgid "it is not on loan"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:155
+msgid "it is not withdrawn"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:157
+msgid "it is not marked notforloan"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:159
+msgid "it is not currently in transit"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:161
+msgid "it is not lost"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:163
+msgid "it is not sitting on the hold shelf"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:165
+msgid "**MapItemsToHoldRequests**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:167
+msgid "MapItemsToHoldRequests($hold\\_requests, $available\\_items);"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:169
+msgid "**CreatePickListFromItemMap**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:171
+msgid "**AddToHoldTargetMap**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:173
+msgid "**\\_get\\_branches\\_to\\_pull\\_from**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:175
+msgid ""
+"Query system preferences to get ordered list of branches to use to fill "
+"hold requests."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:181
+msgid "Expired Holds"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:183
+msgid "Script path: misc/cronjobs/holds/cancel\\_expired\\_holds.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:185
+msgid ""
+"Does: By default, this cron job will only automatically cancel holds "
+"where the user has set an expiration date. If the library is using the "
+":ref:`ExpireReservesMaxPickUpDelay` and "
+":ref:`ExpireReservesMaxPickUpDelayCharge` preferences then this script "
+"will also cancel holds that have been sitting on the hold shelf for too "
+"long and will (if the library does) charge the patron for not picking up "
+"the hold."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:193 ../../source/16_cron_jobs.rst:208
+msgid "Frequency suggestion: daily"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:198
+msgid "Unsuspend Holds"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:200
+msgid "Script path: misc/cronjobs/holds/auto\\_unsuspend\\_holds.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:202
+msgid ""
+"Does: This script checks to find holds that should no longer be suspended"
+" and removes the suspension if the :ref:`AutoResumeSuspendedHolds` "
+"preference is set to 'allow'. This puts the patron back in to the queue "
+"where they were when the hold was suspended."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:213
+msgid "Fines"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:215
+msgid "Script path: misc/cronjobs/fines.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:217
+msgid "Does: Calculates and posts fines to patron accounts."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:219
+msgid "Required by: :ref:`finesMode` system preference"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:221 ../../source/16_cron_jobs.rst:234
+#: ../../source/16_cron_jobs.rst:299 ../../source/16_cron_jobs.rst:410
+#: ../../source/16_cron_jobs.rst:455 ../../source/16_cron_jobs.rst:495
+#: ../../source/16_cron_jobs.rst:606 ../../source/16_cron_jobs.rst:650
+#: ../../source/16_cron_jobs.rst:896 ../../source/16_cron_jobs.rst:919
+#: ../../source/16_cron_jobs.rst:990 ../../source/16_cron_jobs.rst:1194
+#: ../../source/16_cron_jobs.rst:1207
+msgid "Frequency suggestion: nightly"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:226
+msgid "Long Overdues"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:228
+msgid "Script path: misc/cronjobs/longoverdue.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:230
+msgid ""
+"Does: allows one to specify delays for changing items to different lost "
+"statuses, and optionally charge for them using the replacement price "
+"listed on the item record."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:236 ../../source/16_cron_jobs.rst:608
+#: ../../source/16_cron_jobs.rst:652 ../../source/16_cron_jobs.rst:1184
+msgid "**Note**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:238
+msgid ""
+"Staff can control some of the parameters for the longoverdue cron job "
+"with the :ref:`DefaultLongOverdueLostValue <defaultlongoverduelostvalue"
+"-&-defaultlongoverduedays-label>` and "
+":ref:`DefaultLongOverdueChargeValue` preferences."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:249 ../../source/16_cron_jobs.rst:306
+#: ../../source/16_cron_jobs.rst:417 ../../source/16_cron_jobs.rst:502
+#: ../../source/16_cron_jobs.rst:618 ../../source/16_cron_jobs.rst:663
+#: ../../source/16_cron_jobs.rst:1049 ../../source/16_cron_jobs.rst:1080
+#: ../../source/16_cron_jobs.rst:1137 ../../source/16_cron_jobs.rst:1228
+#: ../../source/16_cron_jobs.rst:1323 ../../source/16_cron_jobs.rst:1510
+#: ../../source/16_cron_jobs.rst:1616
+msgid "**NAME**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:251
+msgid ""
+"longoverdue.pl cron script to set lost statuses on overdue materials. "
+"Execute without options for help."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:254 ../../source/16_cron_jobs.rst:322
+#: ../../source/16_cron_jobs.rst:427 ../../source/16_cron_jobs.rst:549
+#: ../../source/16_cron_jobs.rst:629 ../../source/16_cron_jobs.rst:758
+msgid "**DESCRIPTION**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:256
+msgid "--lost \\| -l"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:258
+msgid ""
+"This option takes the form of n=lv, where n is num days overdue, and lv "
+"is the lost value. See warning below."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:261
+msgid "--charge \\| -c"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:263
+msgid ""
+"This specifies what lost value triggers Koha to charge the account for "
+"the lost item. Replacement costs are not charged if this is not "
+"specified."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:267
+msgid "--verbose \\| v"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:269
+msgid "verbose."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:271
+msgid "--confirm"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:273
+msgid ""
+"confirm. without this option, the script will report the number of "
+"affected items and return without modifying any records."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:276
+msgid "--quiet"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:278
+msgid "suppress summary output."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:280
+msgid "--maxdays"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:282
+msgid ""
+"Specifies the end of the range of overdue days to deal with (defaults to "
+"366). This value is universal to all lost num days overdue passed."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:285
+msgid "--mark-returned"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:287
+msgid "When an item is marked lost, remove it from the borrowers issued items."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:292
+msgid "Track total checkouts"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:294
+msgid "Script path: misc/cronjobs/update\\_totalissues.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:296
+msgid ""
+"Does: updates the biblioitems.totalissues field in the database with the "
+"latest tally of checkouts."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:308
+msgid "update\\_totalissues.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:310 ../../source/16_cron_jobs.rst:421
+#: ../../source/16_cron_jobs.rst:509 ../../source/16_cron_jobs.rst:623
+#: ../../source/16_cron_jobs.rst:668 ../../source/16_cron_jobs.rst:1084
+#: ../../source/16_cron_jobs.rst:1232 ../../source/16_cron_jobs.rst:1515
+#: ../../source/16_cron_jobs.rst:1625
+msgid "**SYNOPSIS**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:312
+msgid "update\\_totalissues.pl --use-stats"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:314
+msgid "update\\_totalissues.pl --use-items"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:316
+msgid "update\\_totalissues.pl --commit=1000"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:318
+msgid "update\\_totalissues.pl --since='2012-01-01'"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:320
+msgid "update\\_totalissues.pl --interval=30d"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:324
+msgid ""
+"This batch job populates bibliographic records' total issues count based "
+"on historical issue statistics."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:327
+msgid "--help Prints this help"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:329 ../../source/16_cron_jobs.rst:1555
+msgid "-v\\|--verbose"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:331
+msgid "Provide verbose log information (list every bib modified)."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:333
+msgid "--use-stats"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:335
+msgid "Use the data in the statistics table for populating total issues."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:337
+msgid "--use-items"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:339
+msgid ""
+"Use items.issues data for populating total issues. Note that issues data "
+"from the items table does not respect the --since or --interval options, "
+"by definition. Also note that if both --use-stats and --use-items are "
+"specified, the count of biblios processed will be misleading."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:344
+msgid "-s\\|--since=DATE"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:346
+msgid "Only process issues recorded in the statistics table since DATE."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:348
+msgid "-i\\|--interval=S"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:350
+msgid ""
+"Only process issues recorded in the statistics table in the last N units "
+"of time. The interval should consist of a number with a one- letter unit "
+"suffix. The valid suffixes are h (hours), d (days), w (weeks), m "
+"(months), and y (years). The default unit is days."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:355
+msgid "--incremental"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:357
+msgid ""
+"Add the number of issues found in the statistics table to the existing "
+"total issues count. Intended so that this script can be used as a cron "
+"job to update popularity information during low-usage periods. If neither"
+" --since or --interval are specified, incremental mode will default to "
+"processing the last twenty-four hours."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:363
+msgid "--commit=N"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:365
+msgid "Commit the results to the database after every N records are processed."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:367
+msgid "--test"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:369
+msgid "Only test the popularity population script."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:371
+msgid "**WARNING**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:373
+msgid ""
+"If the time on your database server does not match the time on your Koha "
+"server you will need to take that into account, and probably use the "
+"--since argument instead of the --interval argument for incremental "
+"updating."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:378
+msgid "**CREDITS**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:380
+msgid ""
+"This patch to Koha was sponsored by the Arcadia Public Library and the "
+"Arcadia Public Library Foundation in honor of Jackie Faust-Moreno, late "
+"director of the Arcadia Public Library."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:384 ../../source/16_cron_jobs.rst:1247
+#: ../../source/16_cron_jobs.rst:1563
+msgid "**AUTHOR**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:386
+msgid "Jared Camins-Esakov <jcamins AT cpbibliography DOT com>"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:391
+msgid "Generate Patron File for Offline Circulation"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:393
+msgid "Script path: misc/cronjobs/create\\_koc\\_db.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:395
+msgid ""
+"Does: Generates the borrowers.db file for use with the :ref:`Koha Offline"
+" Circulation <offline-circ-tool-for-windows-label>` tool"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:398
+msgid "Frequency suggestion: weekly"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:403
+msgid "Automatic renewal"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:405
+msgid "Script path: misc/cronjobs/automatic\\_renewals.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:407
+msgid ""
+"Does: Will automatically renew items if you're allowing automatic renewal"
+" with your :ref:`circulation and fine rules <circulation-and-fine-rules-"
+"label>`."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:419
+msgid "automatic\\_renewals.pl - cron script to renew loans"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:423
+msgid "./automatic\\_renewals.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:425
+msgid "or, in crontab: 0 3 \\* \\* \\* automatic\\_renewals.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:429
+msgid ""
+"This script searches for issues scheduled for automatic renewal "
+"(issues.auto\\_renew). If there are still renews left (Renewals allowed) "
+"and the renewal isn't premature (No Renewal before) the issue is renewed."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:434 ../../source/16_cron_jobs.rst:697
+#: ../../source/16_cron_jobs.rst:1239 ../../source/16_cron_jobs.rst:1549
+#: ../../source/16_cron_jobs.rst:1630
+msgid "**OPTIONS**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:436
+msgid "No options."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:441
+msgid "Patrons"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:446
+msgid "Unverified Registrations"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:448
+msgid "Script path: misc/cronjobs/delete\\_expired\\_opac\\_registrations.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:450
+msgid ""
+"Does: Deletes patron registrations that were submitted via the OPAC but "
+"not reviewed by the library within the number of days entered in the "
+":ref:`PatronSelfRegistrationExpireTemporaryAccountsDelay` preference."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:460
+msgid "Unconfirmed Registrations"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:462
+msgid "Script path: misc/cronjobs/delete\\_unverified\\_opac\\_registrations.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:464
+msgid ""
+"Does: Deletes patron self registrations that were submitted via the OPAC "
+"but not confirmed via email within 24 hours. This is only necessary if "
+"you are requiring patrons to confirm their registrations via email with "
+"the :ref:`PatronSelfRegistrationVerifyByEmail` preference."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:471 ../../source/16_cron_jobs.rst:1042
+#: ../../source/16_cron_jobs.rst:1287
+msgid "Frequency suggestion: hourly"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:476
+msgid "Anonymize Patron Data"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:478
+msgid "Script path: misc/cronjobs/batch\\_anonymise.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:480
+msgid ""
+"Does: Used to anonymize patron data. This will remove borrowernumbers "
+"from circulation history so that the stats are kept, but the patron "
+"information is removed for privacy reasons."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:487
+msgid "Update Child to Adult Patron Type"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:489
+msgid "Script path: misc/cronjobs/j2a.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:491
+msgid ""
+"Does: Convert juvenile/child patrons from juvenile patron category and "
+"category code to corresponding adult patron category and category code "
+"when they reach the upper age limit defined in the Patron Categories."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:504
+msgid ""
+"juv2adult.pl - convert juvenile/child patrons from juvenile patron "
+"category and category code to corresponding adult patron category and "
+"category code when they reach the upper age limit defined in the Patron "
+"Categories."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:511
+msgid "juv2adult.pl [ -b=<branchcode> -f=<categorycode> -t=<categorycode> ]"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:513 ../../source/16_cron_jobs.rst:674
+msgid "Options:"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:515
+msgid "--help brief help message"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:517
+msgid "--man full documentation"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:519
+msgid "-v verbose mode"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:521
+msgid "-n take no action, display only"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:523
+msgid "-b <branchname> only deal with patrons from this library/branch"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:525
+msgid "-f <categorycode> change patron category from this category"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:527
+msgid "-t <categorycode> change patron category to this category"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:529
+msgid "=head1 OPTIONS"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:531
+msgid "--help Print a brief help message and exits."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:533
+msgid "--man Prints the manual page and exits."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:535 ../../source/16_cron_jobs.rst:703
+msgid "-v Verbose. Without this flag set, only fatal errors are reported."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:537
+msgid ""
+"-n No Action. With this flag set, script will report changes but not "
+"actually execute them on the database."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:540
+msgid ""
+"-b changes patrons for one specific branch. Use the value in the "
+"branches.branchcode table."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:543
+msgid ""
+"-f \\*required\\* defines the juvenile category to update. Expects the "
+"code from categories.categorycode."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:546
+msgid ""
+"-t \\*required\\* defines the category juvenile patrons will be converted"
+" to. Expects the code from categories.categorycode."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:551
+msgid ""
+"This script is designed to update patrons from juvenile to adult patron "
+"types, remove the guarantor, and update their category codes "
+"appropriately when they reach the upper age limit defined in the Patron "
+"Categories."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:556 ../../source/16_cron_jobs.rst:825
+msgid "**USAGE EXAMPLES**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:558
+msgid "\"juv2adult.pl\" - Suggests that you read this help. :)"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:560
+msgid ""
+"\"juv2adult.pl\" -b=<branchcode> -f=<categorycode> -t=<categorycode> - "
+"Processes a single branch, and updates the patron categories from fromcat"
+" to tocat."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:564
+msgid ""
+"\"juv2adult.pl\" -f=<categorycode> -t=<categorycode> -v -n - Processes "
+"all branches, shows all messages, and reports the patrons who would be "
+"affected. Takes no action on the database."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:571
+msgid "Notices"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:576
+msgid "Message Queue"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:578
+msgid "Script path: misc/cronjobs/process\\_message\\_queue.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:580
+msgid ""
+"Does: processes the message queue to send the check out, check in and "
+"hold filled emails and SMS message to users and sends outgoing emails to "
+"patrons. requires :ref:`EnhancedMessagingPreferences` to be on"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:586
+msgid "Frequency suggestion: 1-4 hours"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:588 ../../source/16_cron_jobs.rst:1300
+msgid "**Important**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:590
+msgid ""
+"Item due and Advanced due notices are controlled by the "
+":ref:`advance\\_notices cron <advanced-notice-label>`."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:596
+msgid "Advanced Notice"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:598
+msgid "Script path: misc/cronjobs/advance\\_notices.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:600
+msgid ""
+"Does: prepares \"pre-due\" notices and \"item due\" notices for patrons "
+"who request them prepares notices for patrons for items just due or "
+"coming due soon. requires :ref:`EnhancedMessagingPreferences` to be on"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:610
+msgid ""
+"This script does not actually send the notices. It queues them in the "
+":ref:`message queue <message-queue-label>` for later"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:620
+msgid ""
+"advance\\_notices.pl - cron script to put item due reminders into message"
+" queue"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:625
+msgid "./advance\\_notices.pl -c"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:627
+msgid "or, in crontab: 0 1 \\* \\* \\* advance\\_notices.pl -c"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:631
+msgid ""
+"This script prepares pre-due and item due reminders to be sent to "
+"patrons. It queues them in the message queue, which is processed by the "
+"process\\_message\\_queue.pl cronjob. The type and timing of the messages"
+" can be configured by the patrons in their \"My Alerts\" tab in the OPAC."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:636
+msgid "**METHODS**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:638 ../../source/16_cron_jobs.rst:851
+msgid "parse\\_letter"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:643
+msgid "Overdue Notice"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:645
+msgid "Script path: misc/cronjobs/overdue\\_notices.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:647
+msgid ""
+"Does: prepares messages to alert patrons of overdue messages (both via "
+"email and print)"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:654
+msgid ""
+"This script does not actually send the notices. It queues them in the "
+":ref:`message queue <message-queue-label>` for later or generates the "
+"HTML for later printing"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:665
+msgid ""
+"overdue\\_notices.pl - prepare messages to be sent to patrons for overdue"
+" items"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:670
+msgid ""
+"overdue\\_notices.pl [ -n ] [ -library <branchcode> ] [ -library "
+"<branchcode>...] [ -max <number of days> ] [ -csv [ <filename> ] ] "
+"[-itemscontent <field list> ]"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:676
+msgid "-help brief help message"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:678
+msgid "-man full documentation"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:680
+msgid "-n No email will be sent"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:682
+msgid "-max <days> maximum days overdue to deal with"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:684
+msgid ""
+"-library <branchname> only deal with overdues from this library "
+"(repeatable : several libraries can be given)"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:687
+msgid "-csv <filename> populate CSV file"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:689
+msgid "-html <filename> Output HTML to file"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:691
+msgid "-itemscontent <list of fields> item information in templates"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:693
+msgid "-borcat <categorycode> category code that must be included"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:695
+msgid "-borcatout <categorycode> category code that must be excluded"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:699
+msgid "-help Print a brief help message and exits."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:701
+msgid "-man Prints the manual page and exits."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:705
+msgid ""
+"-n Do not send any email. Overdue notices that would have been sent to "
+"the patrons or to the admin are printed to standard out. CSV data (if the"
+" -csv flag is set) is written to standard out or to any csv filename "
+"given."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:710
+msgid ""
+"-max Items older than max days are assumed to be handled somewhere else, "
+"probably the longoverdues.pl script. They are therefore ignored by this "
+"program. No notices are sent for them, and they are not added to any CSV "
+"files. Defaults to 90 to match longoverdues.pl."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:715
+msgid "-library"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:717
+msgid ""
+"select overdues for one specific library. Use the value in the "
+"branches.branchcode table. This option can be repeated in order to select"
+" overdues for a group of libraries."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:721
+msgid ""
+"-csv Produces CSV data. if -n (no mail) flag is set, then this CSV data "
+"is sent to standard out or to a filename if provided. Otherwise, only "
+"overdues that could not be emailed are sent in CSV format to the admin."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:725
+msgid "-itemscontent"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:727
+msgid ""
+"comma separated list of fields that get substituted into templates in "
+"places of the <<items.content>> placeholder. This defaults to "
+"issuedate,title,barcode,author"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:731
+msgid ""
+"Other possible values come from fields in the biblios, items, and issues "
+"tables."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:734
+msgid ""
+"-borcat Repetable field, that permit to select only few of patrons "
+"categories."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:737
+msgid "-borcatout"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:739
+msgid "Repetable field, permis to exclude some patrons categories."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:741
+msgid "-t \\| --triggered"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:743
+msgid ""
+"This option causes a notice to be generated if and only if an item is "
+"overdue by the number of days defined in a notice trigger."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:746
+msgid ""
+"By default, a notice is sent each time the script runs, which is suitable"
+" for less frequent run cron script, but requires syncing notice triggers "
+"with the cron schedule to ensure proper behavior. Add the --triggered "
+"option for daily cron, at the risk of no notice being generated if the "
+"cron fails to run on time."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:752
+msgid "-list-all"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:754
+msgid ""
+"Default items.content lists only those items that fall in the range of "
+"the currently processing notice. Choose list-all to include all overdue "
+"items in the list (limited by -max setting)."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:760
+msgid ""
+"This script is designed to alert patrons and administrators of overdue "
+"items."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:763
+msgid "Configuration"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:765
+msgid ""
+"This script pays attention to the overdue notice configuration performed "
+"in the \"Overdue notice/status triggers\" section of the \"Tools\" area "
+"of the staff interface to Koha. There, you can choose which letter "
+"templates are sent out after a configurable number of days to patrons of "
+"each library. More information about the use of this section of Koha is "
+"available in the Koha manual."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:772
+msgid ""
+"The templates used to craft the emails are defined in the \"Tools: "
+"Notices\" section of the staff interface to Koha."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:775
+msgid "Outgoing emails"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:777
+msgid ""
+"Typically, messages are prepared for each patron with overdue items. "
+"Messages for whom there is no email address on file are collected and "
+"sent as attachments in a single email to each library administrator, or "
+"if that is not set, then to the email address in the "
+"\"KohaAdminEmailAddress\" system preference."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:783
+msgid ""
+"These emails are staged in the outgoing message queue, as are messages "
+"produced by other features of Koha. This message queue must be processed "
+"regularly by the misc/cronjobs/process\\_message\\_queue.pl program."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:787
+msgid ""
+"In the event that the \"-n\" flag is passed to this program, no emails "
+"are sent. Instead, messages are sent on standard output from this "
+"program. They may be redirected to a file if desired."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:791
+msgid "Templates"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:793
+msgid ""
+"Templates can contain variables enclosed in double angle brackets like "
+"<<this>>. Those variables will be replaced with values specific to the "
+"overdue items or relevant patron. Available variables are:"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:797
+msgid "<<bib>>"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:799
+msgid "the name of the library"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:801
+msgid "<<items.content>>"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:803
+msgid ""
+"one line for each item, each line containing a tab separated list of "
+"title, author, barcode, issuedate"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:806
+msgid "<<borrowers.\\*>>"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:808
+msgid "any field from the borrowers table"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:810
+msgid "<<branches.\\*>>"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:812
+msgid "any field from the branches table"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:814
+msgid "CSV output"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:816
+msgid ""
+"The \"-csv\" command line option lets you specify a file to which "
+"overdues data should be output in CSV format."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:819
+msgid ""
+"With the \"-n\" flag set, data about all overdues is written to the file."
+" Without that flag, only information about overdues that were unable to "
+"be sent directly to the patrons will be written. In other words, this CSV"
+" file replaces the data that is typically sent to the administrator email"
+" address."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:827
+msgid ""
+"\"overdue\\_notices.pl\" - In this most basic usage, with no command line"
+" arguments, all libraries are processed individually, and notices are "
+"prepared for all patrons with overdue items for whom we have email "
+"addresses. Messages for those patrons for whom we have no email address "
+"are sent in a single attachment to the library administrator's email "
+"address, or to the address in the KohaAdminEmailAddress system "
+"preference."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:835
+msgid ""
+"\"overdue\\_notices.pl -n -csv /tmp/overdues.csv\" - sends no email and "
+"populates /tmp/overdues.csv with information about all overdue items."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:838
+msgid ""
+"\"overdue\\_notices.pl -library MAIN max 14\" - prepare notices of "
+"overdues in the last 2 weeks for the MAIN library."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:841
+msgid "**SEE ALSO**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:843
+msgid ""
+"The misc/cronjobs/advance\\_notices.pl program allows you to send "
+"messages to patrons in advance of their items becoming due, or to alert "
+"them of items that have just become due."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:847
+msgid "**INTERNAL METHODS**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:849
+msgid "These methods are internal to the operation of overdue\\_notices.pl."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:853
+msgid ""
+"parses the letter template, replacing the placeholders with data specific"
+" to this patron, biblio, or item"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:856
+msgid "named parameters:"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:858
+msgid "letter - required hashref"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:860
+msgid "borrowernumber - required integer"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:862
+msgid ""
+"substitute - optional hashref of other key/value pairs that should be "
+"substituted in the letter content"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:865
+msgid ""
+"returns the \"letter\" hashref, with the content updated to reflect the "
+"substituted keys and values."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:868
+msgid "prepare\\_letter\\_for\\_printing"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:870
+msgid ""
+"returns a string of text appropriate for printing in the event that an "
+"overdue notice will not be sent to the patron's email address. Depending "
+"on the desired output format, this may be a CSV string, or a human-"
+"readable representation of the notice."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:875
+msgid "required parameters:"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:877
+msgid "letter"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:881
+msgid "optional parameters:"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:883
+msgid "outputformat"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:888
+msgid "Print Hold Notices"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:890
+msgid "Script path: misc/cronjobs/gather\\_print\\_notices.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:892
+msgid ""
+"Does: looks through the message queue for hold notices that didn't go "
+"through because the patron didn't have an email address and generates a "
+"print notice"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:901
+msgid "Talking Tech"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:903
+msgid ""
+"To learn more about setting up this third party product view the `Talking"
+" Tech Appendix <#talkingtechappendix>`__."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:909
+msgid "Sending Notices File"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:911
+msgid "Script path: misc/cronjobs/thirdparty/TalkingTech\\_itiva\\_outbound.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:913
+msgid ""
+"Does: Script to generate Spec C outbound notifications file for Talking "
+"Tech i-tiva phone notification system."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:916 ../../source/16_cron_jobs.rst:987
+msgid "Required by: :ref:`TalkingTechItivaPhoneNotification`"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:921 ../../source/16_cron_jobs.rst:992
+msgid ":ref:`Perl Documentation`"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:924 ../../source/16_cron_jobs.rst:995
+#: ../../source/16_cron_jobs.rst:1141 ../../source/16_cron_jobs.rst:1327
+#: ../../source/16_cron_jobs.rst:1424
+msgid "**USAGE**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:926
+msgid "TalkingTech\\_itiva\\_outbound.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:928
+msgid ""
+"TalkingTech\\_itiva\\_outbound.pl --type=OVERDUE -w 0 -w 2 -w 6 "
+"--output=/tmp/talkingtech/outbound.csv"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:931
+msgid ""
+"TalkingTech\\_itiva\\_outbound.pl --type=RESERVE --type=PREOVERDUE "
+"--lang=FR"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:934
+msgid ""
+"Script to generate Spec C outbound notifications file for Talking Tech "
+"i-tiva phone notification system."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:937 ../../source/16_cron_jobs.rst:1004
+msgid "--help -h"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:939 ../../source/16_cron_jobs.rst:1006
+msgid "Prints this help"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:941 ../../source/16_cron_jobs.rst:1008
+msgid "-v Provide verbose log information."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:943
+msgid "--output -o"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:945
+msgid ""
+"Destination for outbound notifications file (CSV format). If no value is "
+"specified, output is dumped to screen."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:948
+msgid "--lang"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:950
+msgid ""
+"Sets the language for all outbound messages. Currently supported values "
+"are EN, FR and ES. If no value is specified, EN will be used by default."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:953
+msgid "--type"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:955
+msgid ""
+"REQUIRED. Sets which messaging types are to be used. Can be given "
+"multiple times, to specify multiple types in a single output file. "
+"Currently supported values are RESERVE, PREOVERDUE and OVERDUE. If no "
+"value is given, this script will not produce any outbound notifications."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:960
+msgid "--waiting-hold-day -w"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:962
+msgid ""
+"OPTIONAL for --type=RESERVE. Sets the days after a hold has been set to "
+"waiting on which to call. Use switch as many times as desired. For "
+"example, passing \"-w 0 -w 2 -w 6\" will cause calls to be placed on the "
+"day the hold was set to waiting, 2 days after the waiting date, and 6 "
+"days after. See example above. If this switch is not used with "
+"--type=RESERVE, calls will be placed every day until the waiting reserve "
+"is picked up or canceled."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:970
+msgid "--library-code --code -c"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:972
+msgid ""
+"OPTIONAL The code of the source library of the message. The library code "
+"is used to group notices together for consortium purposes and apply "
+"library specific settings, such as prompts, to those notices. This field "
+"can be blank if all messages are from a single library."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:980
+msgid "Receiving Notices File"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:982
+msgid "Script path: misc/cronjobs/thirdparty/TalkingTech\\_itiva\\_inbound.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:984
+msgid ""
+"Does: Script to process received Results files for Talking Tech i-tiva "
+"phone notification system."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:997
+msgid "TalkingTech\\_itiva\\_inbound.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:999
+msgid "TalkingTech\\_itiva\\_inbound.pl -v --input=/tmp/talkingtech/results.csv"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1001
+msgid ""
+"Script to process received Results files for Talking Tech i-tiva phone "
+"notification system."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1010
+msgid "--input -i"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1012
+msgid "REQUIRED. Path to incoming results file."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1017
+msgid "Notify Patrons of Expiration"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1019
+msgid "Script path: misc/cronjobs/membership\\_expiry.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1021
+msgid ""
+"Does: Sends messages to warn patrons of their card expiration to the "
+":ref:`messaage queue <message-queue-label>` cron."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1024
+msgid "Requires: :ref:`MembershipExpiryDaysNotice`"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1026
+msgid "Frequency: nightly"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1031
+msgid "In Processing/Book Cart"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1033
+msgid "Script path: misc/cronjobs/cart\\_to\\_shelf.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1035
+msgid ""
+"Does: Updates all items with a location of CART to the item's permanent "
+"location."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1038
+msgid ""
+"Required by: :ref:`NewItemsDefaultLocation`, "
+":ref:`InProcessingToShelvingCart`, & :ref:`ReturnToShelvingCart` system "
+"preferences"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1051
+msgid ""
+"cart\\_to\\_shelf.pl cron script to set items with location of CART to "
+"original shelving location after X hours. Execute without options for "
+"help."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1058
+msgid "Catalog"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1063
+msgid "Check URLs"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1065
+msgid "Script path: misc/cronjobs/check-url.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1067
+msgid ""
+"Does: checks URLs in 856$u field. Script output can now be formatted in "
+"CSV or HTML. The HTML version links directly to MARC biblio record "
+"editor."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1071
+msgid "Frequency suggestion: monthly"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1073
+msgid "Learn more: http://wiki.koha-community.org/wiki/Check-url_enhancements"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1082
+msgid "C4::URL::Checker - base object for checking URL stored in Koha DB"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1099
+msgid "**FUNCTIONS**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1101
+msgid "new"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1103
+msgid ""
+"Create a URL Checker. The returned object can be used to set default host"
+" variable :"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1111
+msgid "check\\_biblio"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1113
+msgid ""
+"Check all URL from a biblio record. Returns a pointer to an array "
+"containing all URLs with checking for each of them."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1120
+msgid "With 2 URLs, the returned array will look like that:"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1139
+msgid "check-url.pl - Check URLs from 856$u field."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1143
+msgid "check-url.pl [--verbose\\|--help] [--host=http://default.tld]"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1145
+msgid ""
+"Scan all URLs found in 856$u of bib records and display if resources are "
+"available or not."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1148 ../../source/16_cron_jobs.rst:1335
+#: ../../source/16_cron_jobs.rst:1430
+msgid "**PARAMETERS**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1150
+msgid "--host=http://default.tld"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1152
+msgid ""
+"Server host used when URL doesn't have one, ie doesn't begin with "
+"'http:'. For example, if --host=http://www.mylib.com, then when 856$u "
+"contains 'img/image.jpg', the url checked is: "
+"http://www.mylib.com/image.jpg'."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1157 ../../source/16_cron_jobs.rst:1341
+msgid "--verbose\\|-v"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1159
+msgid "Outputs both successful and failed URLs."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1161
+msgid "--html"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1163
+msgid ""
+"Formats output in HTML. The result can be redirected to a file accessible"
+" by http. This way, it's possible to link directly to biblio record in "
+"edit mode. With this parameter --host-pro is required."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1167
+msgid "--host-pro=http://koha-pro.tld"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1169
+msgid "Server host used to link to biblio record editing page."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1171 ../../source/16_cron_jobs.rst:1345
+msgid "--help\\|-h"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1173 ../../source/16_cron_jobs.rst:1347
+msgid "Print this help page."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1178
+msgid "Update Authorities"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1180
+msgid "Script path: misc/migration\\_tools/merge\\_authority.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1182
+msgid "Does: Updates biblio data with changes to authorities records"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1186
+msgid ""
+"The name of this script is misleading. This script does not merge "
+"authorities together it instead merges authority data with linked bib "
+"records. Edits to authority records will be applied to bibliographic "
+"records that use that authority when this script is run."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1192
+msgid "Required by: `dontmerge <#dontmerge>`__ system preference"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1199
+msgid "Serials Update"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1201
+msgid "Script path: misc/cronjobs/serialsUpdate.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1203
+msgid ""
+"Does: checks if there is a \"late\" issue on active subscriptions, and if"
+" there is, the script will set it as late, and add the next one as "
+"expected."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1212
+msgid "Automatic item update"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1214
+msgid "Script path: misc/cronjobs/automatic\\_item\\_modification\\_by\\_age.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1216
+msgid ""
+"Does: updates items based on the list of rules set forth in the "
+":ref:`Automatic item modifications by age` tool"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1219
+msgid "Required by: :ref:`Automatic item modifications by age`"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1221
+msgid "Frequency suggestions: nightly"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1230
+msgid "automatic\\_item\\_modification\\_by\\_age.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1234
+msgid "./automatic\\_item\\_modification\\_by\\_age.pl -h"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1236
+msgid ""
+"Toggle recent acquisitions status. Use this script to delete \"new\" "
+"status for items."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1241
+msgid "-h\\|--help Prints this help message."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1243
+msgid "-v\\|--verbose Set the verbose flag."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1245
+msgid "-c\\|--confirm The script will modify the items."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1249 ../../source/16_cron_jobs.rst:1567
+msgid "Jonathan Druart <jonathan.druart@biblibre.com>"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1251 ../../source/16_cron_jobs.rst:1569
+msgid "**COPYRIGHT**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1253
+msgid "Copyright 2013 BibLibre"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1255 ../../source/16_cron_jobs.rst:1573
+msgid "**LICENSE**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1257 ../../source/16_cron_jobs.rst:1575
+msgid "This file is part of Koha."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1259 ../../source/16_cron_jobs.rst:1577
+msgid ""
+"Koha is free software; you can redistribute it and/or modify it under the"
+" terms of the GNU General Public License as published by the Free "
+"Software Foundation; either version 3 of the License, or (at your option)"
+" any later version."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1264
+msgid ""
+"Koha is distributed in the hope that it will be useful, but WITHOUT ANY "
+"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS"
+" FOR A PARTICULAR PURPOSE. See the GNU General Public License for more "
+"details."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1269
+msgid ""
+"You should have received a copy of the GNU General Public License along "
+"with Koha; if not, see <http://www.gnu.org/licenses>."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1275
+msgid "OPAC"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1280
+msgid "RSS Feeds"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1282
+msgid "Script path: misc/cronjobs/rss/rss.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1284
+msgid ""
+"Does: Produces an RSS XML document for any SQL query (not used for search"
+" results RSS feed). :ref:`Learn more <custom-rss-feeds-label>`."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1292
+msgid "Authorities Browser"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1294
+msgid "Script path: misc/cronjobs/build\\_browser\\_and\\_cloud.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1296
+msgid "Does: Generate content for authorities browse in OPAC"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1298
+msgid "Required by: :ref:`OpacBrowser` system preference"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1302
+msgid "This preference and cron job should only be used on French systems."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1307
+msgid "Subject/Author Clouds"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1309
+msgid "Script path: misc/cronjobs/cloud-kw.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1311
+msgid ""
+"Does: Generates HTML keywords clouds from Koha Zebra indexes. "
+"misc/cronjobs/cloud-sample.conf has a sample of how this script operates."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1315
+msgid ""
+"Frequency: This is the type of script you can run once a month or so, the"
+" content generated isn't going to change very much over time."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1325
+msgid "cloud-kw.pl - Creates HTML keywords clouds from Koha Zebra Indexes"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1329
+msgid "cloud-kw.pl [--verbose\\|--help] --conf=cloud.conf"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1331
+msgid ""
+"Creates multiple HTML files containing keywords cloud with top terms "
+"sorted by their logarithmic weight. cloud.conf is a YAML configuration "
+"file driving cloud generation process."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1337
+msgid "--conf=configuration file"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1339
+msgid "Specify configuration file name"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1343
+msgid "Enable script verbose mode."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1349
+msgid "**CONFIGURATION**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1351
+msgid "Configuration file looks like that:"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1379
+msgid "**IMPROVEMENTS**"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1381
+msgid ""
+"Generated top terms have more informations than those outputted from the "
+"time being. Some parameters could be easily added to improve this script:"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1385
+msgid "WithCount"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1387
+msgid ""
+"In order to output terms with the number of occurrences they have been "
+"found in Koha Catalogue by Zebra."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1390
+msgid "CloudLevels"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1392
+msgid "Number of levels in the cloud. Now 24 levels are hardcoded."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1394
+msgid "Weighting"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1396
+msgid ""
+"Weighting method used to distribute terms in the cloud. We could have two"
+" values: Logarithmic and Linear. Now it's Logarithmic by default."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1399
+msgid "Order"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1401
+msgid ""
+"Now terms are outputted in the lexical order. They could be sorted by "
+"their weight."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1407
+msgid "System Administration"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1412
+msgid "Clean up Database"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1414
+msgid "Script path: misc/cronjobs/cleanup\\_database.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1416
+msgid ""
+"Does: Truncates the sessions table, cleans out old zebraqueue entries, "
+"action logs and staged MARC files."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1426
+msgid ""
+"kohaclone/misc/cronjobs/cleanup\\_database.pl [-h\\|--help] [--sessions] "
+"[--sessdays DAYS] [-v\\|--verbose] [--zebraqueue DAYS] [-m\\|--mail] "
+"[--merged] [--import DAYS] [--logs DAYS] [--searchhistory DAYS]"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1432
+msgid "-h --help"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1434
+msgid "prints this help message, and exits, ignoring all other options"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1436
+msgid "--sessions"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1438
+msgid ""
+"purge the sessions table. If you use this while users are logged into "
+"Koha, they will have to reconnect."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1441
+msgid "--sessdays DAYS"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1443
+msgid "purge only sessions older than DAYS days"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1445
+msgid "-v --verbose"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1447
+msgid "will cause the script to give you a bit more information about the run."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1449
+msgid "--zebraqueue DAYS"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1451
+msgid ""
+"purge completed zebraqueue entries older than DAYS days. Defaults to 30 "
+"days if no days specified."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1454
+msgid "-m --mail DAYS"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1456
+msgid ""
+"purge items from the mail queue that are older than DAYS days. Defaults "
+"to 30 days if no days specified."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1459
+msgid "--merged"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1461
+msgid "purged completed entries from need\\_merge\\_authorities."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1463
+msgid "--import DAYS"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1465
+msgid ""
+"purge records from import tables older than DAYS days. Defaults to 60 "
+"days if no days specified"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1468
+msgid "--z3950"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1470
+msgid "purge records from import tables that are the result of Z39.50 searches"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1472
+msgid "--logs DAYS"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1474
+msgid ""
+"purge entries from action\\_logs older than DAYS days. Defaults to 180 "
+"days if no days specified"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1477
+msgid "--searchhistory DAYS"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1479
+msgid ""
+"purge entries from search\\_history older than DAYS days. Defaults to 30 "
+"days if no days specified"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1482
+msgid "--list-invites DAYS"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1484
+msgid ""
+"purge (unaccepted) list share invites older than DAYS days. Defaults to "
+"14 days if no days specified."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1487
+msgid "--restrictions DAYS"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1489
+msgid ""
+"purge patrons restrictions expired since more than DAYS days. Defaults to"
+" 30 days if no days specified."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1495
+msgid "Share Usage Stats"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1497
+msgid "Script path: misc/cronjobs/share\\_usage\\_with\\_koha\\_community.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1499
+msgid ""
+"Does: If you're sharing information via the :ref:`UsageStats` feature "
+"this will send your info to the `Hea website <http://hea.koha-"
+"community.org/>`__."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1503
+msgid "Frequency: monthly"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1512
+msgid ""
+"share\\_usage\\_with\\_koha\\_community.pl - Share your library's usage "
+"with the Koha community"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1517
+msgid "share\\_usage\\_with\\_koha\\_community.pl [-h\\|--help] [-v\\|--verbose]"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1519
+msgid ""
+"If the :ref:`UsageStats` system preference is set, you can launch this "
+"script to share your usage data anonymously with the Koha community."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1523
+msgid ""
+"Collecting Koha usage statistics will help developers to know how Koha is"
+" used across the world."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1526
+msgid ""
+"This script will send the usage data for the bibliographic and authority "
+"records, checkouts, holds, orders, and subscriptions."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1529
+msgid ""
+"Only the total number is retrieved. In no case will private data be "
+"shared!"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1532
+msgid ""
+"In order to know which parts of Koha modules are used, this script will "
+"collect some system preference values."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1535
+msgid ""
+"If you want to tell us who you are, you can fill the "
+":ref:`UsageStatsLibraryName` system preference with your library name, "
+":ref:`UsageStatsLibraryUrl`, :ref:`UsageStatsLibraryType` and/or "
+":ref:`UsageStatsCountry`."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1542
+msgid ""
+"All these data will be analyzed on the http://hea.koha-community.org Koha"
+" community website."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1545
+msgid ""
+"IMPORTANT : please do NOT run the cron on the 1st, but on another day. "
+"The idea is to avoid all Koha libraries sending their data at the same "
+"time ! So choose any day between 1 and 28 !"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1551
+msgid "-h\\|--help"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1553
+msgid "Print a brief help message"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1557
+msgid "Verbose mode."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1559
+msgid "-f\\|--force"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1561
+msgid "Force the update."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1565
+msgid "Alex Arnaud <alex.arnaud@biblibre.com>"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1571
+msgid "Copyright 2014 BibLibre"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1582
+msgid ""
+"You should have received a copy of the GNU General Public License along "
+"with Koha; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1589
+msgid "Acquisitions"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1594
+msgid "Clean up old suggestions"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1596
+msgid "Script path: misc/cronjobs/purge\\_suggestions.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1598
+msgid ""
+"Does: Removes old (defined by you) suggestions from the suggestion "
+"management area."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1604
+msgid "Email suggestions to process"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1606
+msgid "Script path: misc/cronjobs/notice\\_unprocessed\\_suggestions.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1608
+msgid ""
+"Does: Generates a notice to the fund owner that there are suggestions in "
+"need of processing"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1618
+msgid ""
+"notice\\_unprocessed\\_suggestions.pl - Generate notification for "
+"unprocessed suggestions."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1621
+msgid "The budget owner will be notified."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1623
+msgid "The letter template 'TO\\_PROCESS' will be used."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1627
+msgid ""
+"notice\\_unprocessed\\_suggestions.pl [-h\\|--help] [-v\\|--verbose] "
+"[-c\\|--confirm] [--days=NUMBER\\_OF\\_DAYS]"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1632
+msgid "-h\\|--help Print a brief help message"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1634
+msgid ""
+"-c\\|--confirm This flag must be provided in order for the script to "
+"actually generate notices. If it is not supplied, the script will only "
+"report on the patron it would have noticed."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1638
+msgid ""
+"--days This parameter is mandatory. It must contain an integer "
+"representing the number of days elapsed since the last modification of "
+"suggestions to process."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1642
+msgid "-v\\|--verbose Verbose mode."
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1647
+msgid "EDI Message Processing"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1649
+msgid "Script path: misc/cronjobs/edi\\_cron.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1651
+msgid "Does: Sends and received EDI messages"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1653
+msgid "Frequency: Every 15 minutes"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1658
+msgid "Deprecated scripts"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1660
+msgid "These should not be run without modification:"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1662
+msgid "Script path: misc/cronjobs/update\\_items.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1664
+msgid "Script path:misc/cronjobs/smsoverdues.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1666
+msgid "Script path:misc/cronjobs/notifyMailsOp.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1668
+msgid "Script path:misc/cronjobs/reservefix.pl"
+msgstr ""
+
+#: ../../source/16_cron_jobs.rst:1670
+msgid "Script path:misc/cronjobs/zebraqueue\\_start.pl"
+msgstr ""
+