Add locales for ar, cs, es, it, pt_BR, tr, zh_TW
[kohadocs.git] / en / locales / it / LC_MESSAGES / 15_implementation_checklist.po
diff --git a/en/locales/it/LC_MESSAGES/15_implementation_checklist.po b/en/locales/it/LC_MESSAGES/15_implementation_checklist.po
new file mode 100644 (file)
index 0000000..b89c8e6
--- /dev/null
@@ -0,0 +1,1532 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2017, Koha Community
+# This file is distributed under the same license as the Koha Manual
+# package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: Koha Manual 17.11\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-10-25 12:27-0300\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.3.4\n"
+
+#: ../../source/15_implementation_checklist.rst:5
+msgid "Implementation Checklist"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:7
+msgid ""
+"The following guide will walk you through the areas of Koha you need to "
+"look at in order to prepare to start using the system."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:13
+msgid "Data Migration"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:15
+msgid ""
+"Before you can start using Koha you'll need to have some data. This can "
+"be done by entering it all by hand, but most people already have their "
+"data in electronic format of some sort and just need to reformat it a bit"
+" for importing into Koha."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:20
+msgid ""
+"Create a list of libraries and enter their info and codes into "
+":ref:`Libraries & Groups`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:23
+msgid "Define your list of :ref:`Item Types`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:25
+msgid ""
+"Define your patron categories and enter the categories and their codes "
+"into :ref:`Patron Categories`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:28
+msgid ""
+"Enter any additional patron information fields you use in your library in"
+" the :ref:`Patron Attributes <patron-attribute-types-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:31
+msgid ""
+"Requires that you first set the :ref:`ExtendedPatronAttributes` system "
+"preference if you have custom fields"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:35
+msgid "Define all of your :ref:`Authorized Values`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:37
+msgid "`Collection codes <#ccode>`__"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:39
+msgid "`Shelving locations <#shelvelocvals>`__"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:41
+msgid ""
+"Item statuses (`lost <#lost>`__, `not for loan <#notforloan>`__, `damaged"
+" <#damageauth>`__, `withdrawn <#withdrawnauth>`__)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:44
+msgid "Plus any others that are needed in your library"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:46
+msgid ""
+"Optionally define :ref:`City/State/Postal Code <cities-and-towns-label>` "
+"combos"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:48
+msgid ""
+":ref:`Map your bibliographic data <koha-to-marc-mapping-label>` from your"
+" legacy system to Koha fields and migrate (remembering to use the "
+"collection, shelving, item type and library codes you entered in the "
+"above setting areas)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:53
+msgid ""
+":ref:`Map your patron data <patron-import-label>` from your legacy system"
+" to the Koha fields and migrate (remembering to use the patron and "
+"library codes you defined above)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:57
+msgid ""
+"Test your migrated data to be sure that everything is as you expect it to"
+" be, some things to test include:"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:60
+msgid ""
+"Check some of your titles with diacritics and make sure that they "
+"migrated properly."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:63
+msgid ""
+"Check titles in a series and make sure that series information migrated "
+"properly."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:66
+msgid ""
+"Make sure that your patrons have their contact information in the right "
+"fields."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:69
+msgid ""
+"If your serials data was migrated search for these records in the catalog"
+" and confirm that they look right."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:72
+msgid ""
+"If your serials data was migrated search for these records in the serials"
+" module and confirm that they look right."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:75
+msgid "Check marc records to verify a variety of items are cataloged correctly"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:78
+msgid "Check cataloging process to see if all necessary fields are available"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:81
+msgid "If fines are migrated, check to see that they are applied correctly"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:84
+msgid ""
+"If holds are migrated, check to see they are accurate in catalog and "
+"patron record"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:90
+msgid "Admin Configuration"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:92
+msgid ""
+"Most of these preferences won't need to be changed to use your Koha "
+"system, but there are a few that you might want to customize."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:95
+msgid ""
+"If your library uses CAS Authentication, you'll want to set the various "
+":ref:`CAS system preferences <cas-authentication-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:98
+msgid "Administration System Preferences"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:100
+msgid ""
+":ref:`KohaAdminEmailAddress` : This is the email address that will be "
+"used by the system in 'from' lines and to send errors to if there is no "
+"email set for the branch"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:104
+msgid ""
+":ref:`noItemTypeImages` : Decide if you want to show item type icons in "
+"the staff client and opac"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:107
+msgid ""
+":ref:`delimiter` : This value will be put in between fields when "
+"exporting data from Koha"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:110
+msgid ""
+":ref:`virtualshelves` : Decide if you want the staff and/or patrons to "
+"use lists in Koha"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:113
+msgid ""
+":ref:`AutoLocation` : Require staff to log in to the staff client from a "
+"specific IP range"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:116
+msgid ""
+":ref:`IndependentBranches` : Prevent librarians from editing content that"
+" belongs to other branches"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:119
+msgid ""
+"Go through the :ref:`Log System Preferences <logs-label>` and decide "
+"which actions you want to keep track of in the logs"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:122
+msgid ""
+"Decide if you'd like to share your library's information with the Koha "
+"community by setting the :ref:`Sharing system preferences <share-"
+"anonymous-usage-statistics-label>`."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:126
+msgid "Decide what `cron jobs <#cronjobsch>`__ you need to run and when."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:128
+msgid ""
+"If you're using the long overdue cron job be sure to set your "
+":ref:`DefaultLongOverdueChargeValue`, :ref:`DefaultLongOverdueLostValue "
+"<defaultlongoverduelostvalue-&-defaultlongoverduedays-label>` & "
+":ref:`DefaultLongOverdueDays <defaultlongoverduelostvalue"
+"-&-defaultlongoverduedays-label>` preferences."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:137
+msgid "Localization Configuration"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:139
+msgid ""
+"Koha is used worldwide and so you need to make sure you set your "
+"localization preferences so that options throughout Koha appear properly "
+"for your location/language."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:143
+msgid "Localization/Internationalization System Preferences"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:145
+msgid ":ref:`dateformat` : Decide how dates are displayed throughout Koha"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:148
+msgid ""
+":ref:`opaclanguagesdisplay` : Decide if patrons can choose what language "
+"the OPAC appears in"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:151
+msgid ":ref:`opaclanguages` : Decide which languages the patrons can choose from"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:154
+msgid ":ref:`language` : Decide which languages appear in the staff client"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:157
+msgid ":ref:`CalendarFirstDayOfWeek` : Define your first day of the week"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:163
+msgid "Circulation Configuration"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:165
+msgid ""
+"Before you start circulating your collection you'll need to set up your "
+"rules and preferences for circulation."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:168
+msgid ""
+"Define your :ref:`Circulation/Fine rules <circulation-and-fine-rules-"
+"label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:170
+msgid ""
+"Enter the :ref:`days your library is closed <calendar-label>` for fines "
+"and due date calculations"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:173
+msgid "Circulation System Preferences"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:175
+msgid ""
+":ref:`CircControl` : Define whether circ rules are based on item's "
+"location, patron's location or transaction location"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:179
+msgid ":ref:`useDaysMode` : Define how due dates are calculated"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:182
+msgid ""
+":ref:`finesCalendar` : Define how fines are calculated (for every late "
+"date or only for days the library is open)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:186
+msgid ""
+":ref:`SpecifyDueDate` : Decide if staff are allowed to override due dates"
+" on checkout"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:189
+msgid ""
+":ref:`SpecifyReturnDate` : Decide if you want to let the staff specify an"
+" arbitrary return date on checkin"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:192
+msgid ""
+":ref:`itemBarcodeFallbackSearch` : Decide if you want staff to be able to"
+" checkout using a keyword search (title, call number, etc)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:196
+msgid ""
+":ref:`AutomaticItemReturn` : Decide if items are sent back to the owning "
+"branch when checked in"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:199
+msgid ""
+":ref:`todaysIssuesDefaultSortOrder` : Decide how items checked out today "
+"display on the patron record"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:202
+msgid ""
+":ref:`previousIssuesDefaultSortOrder` : Decide how items checked out "
+"prior to today display on the patron record"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:206
+msgid ""
+":ref:`noissuescharge` : Define the maximum amount a patron can owe before"
+" checkouts are blocked"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:209
+msgid ""
+":ref:`ReturnBeforeExpiry` : Decide if patrons need to return items before"
+" their accounts expire"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:212
+msgid ""
+":ref:`AllowHoldsOnDamagedItems` : Decide if patrons can place holds on "
+"items that are marked as damaged"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:215
+#: ../../source/15_implementation_checklist.rst:222
+#: ../../source/15_implementation_checklist.rst:229
+msgid ""
+":ref:`AllowHoldPolicyOverride` : Decide if you want the staff to be able "
+"to override the setting for the above at checkout"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:219
+msgid ""
+":ref:`maxreserves` : Decide how many items a patron can have on hold at "
+"once"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:226
+msgid ""
+":ref:`maxoutstanding` : Define the maximum amount a patron can owe before"
+" holds are blocked"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:233
+msgid ""
+":ref:`ReservesMaxPickUpDelay` : Define the number of days before a hold "
+"expires"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:236
+msgid ""
+":ref:`WebBasedSelfCheck` : Decide if you want to use the built in web-"
+"based self-checkout system"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:239
+msgid ""
+":ref:`AutoSelfCheckAllowed <autoselfcheckallowed,-autoselfcheckid"
+"-&-autoselfcheckpass-label>` : Decide if the self-checkout system "
+"requires login"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:242
+msgid ""
+":ref:`ShowPatronImageInWebBasedSelfCheck` : Decide if you want patron "
+"images to show on the self checkout screen"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:246
+msgid ""
+":ref:`AllowNotForLoanOverride` : Decide if you want the staff to be able "
+"to checkout items marked as 'not for loan'"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:250
+msgid ""
+":ref:`AllowRenewalLimitOverride` : Decide if you want staff to override "
+"the limit put on renewals"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:253
+msgid ""
+":ref:`AllowFineOverride` : Decide if you want staff to be able to "
+"override fine limits"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:256
+msgid ""
+":ref:`AllowTooManyOverride` : Descide if you want staff to be able to "
+"check out more than the limit to a patron"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:259
+msgid ":ref:`RenewalPeriodBase` : Decide what date renewals are based on"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:262
+msgid ""
+":ref:`finesMode` : Switch to 'Calculate and Charge' before go live if you"
+" charge fines"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:265
+msgid ""
+"`OverdueNoticeBcc <#OverdueNoticeBcc>`__ : If you want to receive a copy "
+"of every overdue notice sent out, enter your email address here"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:269
+msgid ""
+":ref:`emailLibrarianWhenHoldIsPlaced` : Decide if you want an email every"
+" time a hold is placed"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:272
+msgid ""
+":ref:`ReservesControlBranch` : Decide which branch's hold rules are "
+"considered first"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:275
+msgid ""
+":ref:`soundon <audioalerts-label>` : Decide if you want to have sounds on"
+" for circulation actions"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:278
+msgid ""
+":ref:`FilterBeforeOverdueReport` : If you have a large amount of "
+"overdues, you might want to turn this preference on so as to allow you to"
+" filter before results appear"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:282
+msgid ""
+":ref:`DisplayClearScreenButton` : If you have a lot of staff members "
+"sharing one circ computer you might want to enable this so that staff can"
+" clear the screen in between checkouts to protect patron's privacy"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:287
+msgid ""
+":ref:`CircAutoPrintQuickSlip` : Decide how you want Koha to react if you "
+"scan in a blank barcode on the checkout screen"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:291
+msgid ""
+":ref:`SuspendHoldsIntranet` and/or :ref:`SuspendHoldsOpac` : Decide if "
+"you want patrons and/or staff to be able to suspend holds"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:295
+msgid ""
+":ref:`AutoResumeSuspendedHolds` : If you allow holds to be suspended "
+"decide if you want them to automatically resume on the date entered by "
+"the staff and/or patron"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:300
+msgid ""
+":ref:`OnSiteCheckouts` : Decide if you want to allow items to be checked "
+"out for use within the library"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:303
+msgid ""
+":ref:`RecordLocalUseOnReturn` : Set this to record local use of items "
+"when you check them in"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:306
+msgid "Customize your :ref:`Notices & Slips`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:308
+msgid ""
+"Define your :ref:`Overdue Notice Triggers <overdue-notice/status-"
+"triggers-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:310
+#: ../../source/15_implementation_checklist.rst:403
+#: ../../source/15_implementation_checklist.rst:468
+#: ../../source/15_implementation_checklist.rst:504
+#: ../../source/15_implementation_checklist.rst:520
+#: ../../source/15_implementation_checklist.rst:688
+msgid "Set up your :ref:`cron jobs <cron-jobs-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:312
+msgid "Populate :ref:`your holds queue <holds-queue-label>` (every 1-4 hours)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:314
+msgid "Decide :ref:`when holds expire <expired-holds-label>` (daily)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:316
+msgid ":ref:`Calculate fines due <fines-label>` (daily)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:318
+msgid "Fines on hourly loans will calculate when you check the items in"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:321
+msgid ":ref:`Mark long overdue items as lost <long-overdues-label>` (daily)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:323
+msgid ""
+"Decide when the system :ref:`sends out messages <message-queue-label>` "
+"(1-4 hours)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:326
+msgid ""
+"Decide when the system :ref:`queues overdue notices <overdue-notice-"
+"label>` (daily)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:329
+msgid ""
+"Set up :ref:`hold notices that didn't send for printing <print-hold-"
+"notices-label>` (daily after overdues and message queue)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:333
+msgid ""
+"Decide when the system :ref:`queues the advanced notice of items due "
+"<advanced-notice-label>` (daily)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:336
+msgid ""
+"Find holds that need to be :ref:`resumed and remove suspension "
+"<unsuspend-holds-label>` (daily)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:339
+msgid ""
+"If you're allowing automatic renewal of items :ref:`set them to renew "
+"<automatic-renewal-label>` (nightly)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:345
+msgid "Patron Configuration"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:347
+msgid ""
+"You have already imported patron data from your old system, but there are"
+" plenty of options available to you regarding patrons and their accounts."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:351
+msgid "Enter your :ref:`staff members as patrons <add-a-staff-patron-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:353
+msgid "Define :ref:`staff members access permissions <patron-permissions-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:355
+msgid "Patron System Preferences"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:357
+msgid ""
+":ref:`autoMemberNum` : Decide if the patrons barcodes are auto-generated "
+"or if you enter them yourself"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:360
+msgid ":ref:`MaxFine` : Determine the maximum amount that people can owe in fines"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:363
+msgid ""
+":ref:`NotifyBorrowerDeparture` : Decide when to warn staff that the "
+"patron account is about to expire"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:366
+msgid ""
+":ref:`intranetreadinghistory` : Decide if the staff can see the patron's "
+"reading/checkout history"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:369
+msgid ""
+":ref:`BorrowerMandatoryField` : List fields that you want to appear as "
+"mandatory on the patron add/edit form"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:372
+msgid ":ref:`BorrowersTitles` : Add or change the titles for your patrons"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:375
+msgid ""
+":ref:`borrowerRelationship` : Add or change borrower relationships (child"
+" to adult and professional to organization)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:379
+msgid ""
+":ref:`AutoEmailPrimaryAddress` : Determine if the patrons get an email "
+"confirming the creation of their account"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:383
+msgid ""
+":ref:`EnhancedMessagingPreferences` : Decide if staff can choose from a "
+"series of notices (other than overdues) for patrons"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:387
+msgid ""
+":ref:`EnhancedMessagingPreferencesOPAC`: Decide if patrons can choose "
+"from a series of notices (other than ovedues) for themselves"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:391
+msgid ""
+":ref:`patronimages` : Decide if you want to save patron images in your "
+"system"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:394
+msgid ""
+":ref:`ExtendedPatronAttributes` : Decide if you want to enable custom "
+"patron fields"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:397
+msgid ""
+":ref:`minPasswordLength` : Enter the minimum number of characters you "
+"want passwords to have"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:400
+msgid ""
+":ref:`BorrowerUnwantedField` : Decide what fields your library doesn't "
+"need to see on the patron entry form"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:405
+msgid ""
+"Decide if you would like :ref:`children to automatically be come adults "
+"<update-child-to-adult-patron-type-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:411
+msgid "Cataloging Configuration"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:413
+msgid ""
+"Before you start cataloging in Koha you'll want to set up your "
+"preferences and other rules."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:416
+msgid ""
+"Define your cataloging templates aka :ref:`MARC Bibliographic Frameworks "
+"<marc-bibliographic-frameworks-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:419
+msgid ""
+"Run the :ref:`MARC Bibliographic Framework Test <marc-bibliographic-"
+"framework-test-label>` to be sure your changes are valid"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:422
+msgid ""
+"Define any :ref:`authorized values <authorized-values-label>` you might "
+"want to use in cataloging"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:425
+msgid ""
+"Set up :ref:`custom classification sources <classification-sources-"
+"label>` (if you use something other than the defaults)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:428
+msgid ""
+"Set up :ref:`MARC matching rules <record-matching-rules-label>` for "
+"importing records from mrc files or Z39.50"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:431
+msgid ""
+"Set up :ref:`Koha to Keyword mapping <keywords-to-marc-mapping-label>` "
+"for deciding how to display marc fields to the screen (still in beta - "
+"only one field)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:434
+msgid ""
+"Set up the :ref:`Z39.50 targets <z39.50/sru-servers-label>` you want to "
+"search for cataloging (and acquisitions)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:437
+#: ../../source/15_implementation_checklist.rst:846
+msgid "Cataloging System Preferences"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:439
+msgid ""
+":ref:`URLLinkText` : Enter text to display when 856 fields do not have "
+"pre-defined labels"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:442
+msgid ""
+":ref:`hide\\_marc <hide\\_marc-label>` : If you are unfamiliar with MARC "
+"you can have the MARC fields number hidden"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:445
+msgid ""
+":ref:`LabelMARCView` : Choose how you want duplicate fields to appear on "
+"the editor"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:448
+msgid ""
+":ref:`DefaultClassificationSource` : Choose which classification source "
+"is the default in your library"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:451
+msgid ""
+":ref:`advancedMARCeditor` : Decide if you need labels to appear on your "
+"MARC editor"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:454
+msgid ":ref:`marcflavour` : Choose your MARC format"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:456
+msgid ""
+":ref:`itemcallnumber` : Enter which field and subfields to look into for "
+"the call number"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:459
+msgid ""
+":ref:`MARCOrgCode` : Enter your MARC Organizational Code (not the same as"
+" your OCLC number)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:462
+msgid ":ref:`autoBarcode` : Decide if Koha generates item barcodes for you"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:465
+msgid ""
+":ref:`OpacSuppression "
+"<opacsuppression,-opacsuppressionbyiprange,-opacsuppressionredirect,-and-"
+"opacsuppressionmessage-label>` : Decide if you want to hide items marked "
+"as suppressed from the OPAC search results"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:470
+msgid ""
+"Decide when the system :ref:`checks URLs in catalog records <check-urls-"
+"label>` to see if they are still valid"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:476
+msgid "Authorities Configuration"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:478
+msgid ""
+"Koha has the ability to keep track of your authority records and how "
+"they're linked to your bibliographic records. Before using authorities "
+"you should configure several preferences."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:482
+msgid "Set :ref:`Authority Frameworks <authority-types-label>` aka templates"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:484
+msgid "Authority System Preferences"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:486
+msgid ""
+":ref:`BiblioAddsAuthorities` : Decide if Koha creates authorities when "
+"cataloging"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:489
+msgid ""
+"`dontmerge <#dontmerge>`__ : Decide if updates to authorities trigger "
+"updates to the bibliographic records that link to them"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:492
+msgid ":ref:`AutoCreateAuthorities` : Decide when authorities are created"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:495
+msgid ":ref:`LinkerModule` : Decide which match the authority linker should use"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:498
+msgid ""
+":ref:`LinkerOptions` : Decide if you want authority linking to be broader"
+" or more specific"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:501
+msgid ""
+":ref:`CatalogModuleRelink` : Decide if you want to enable authority "
+"linking while cataloging"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:506
+msgid ""
+"Choose when the system looks for authorities updates to :ref:`merge "
+"changes into bibliographic records <update-authorities-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:512
+msgid "Searching Configuration"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:514
+msgid ""
+"There are several system preferences related to searching, it is not "
+"always recommended to make too many changes to these preferences since "
+"they are set to get you the most relevant results. If you would like to "
+"change the default way that Koha handles searching, view the "
+":ref:`Searching system preferences <searching-label>` tab."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:522
+msgid ""
+"Decide how often your :ref:`system rebuilds the search index <rebuild-"
+"index-label>` (4-10 min)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:525
+msgid "Searching System Preferences"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:527
+msgid ""
+":ref:`AdvancedSearchTypes` : Decide which authorized value fields you "
+"want patrons and staff to be able to limit their advanced searches by"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:531
+msgid ""
+":ref:`AdvancedSearchLanguages` : Decide which languages you want people "
+"to be able to limit to via the search engine"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:535
+msgid ""
+":ref:`UseAuthoritiesForTracings` : Decide how you want Koha to handle "
+"subject searches in the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:538
+msgid ""
+":ref:`TraceCompleteSubfields` : Decide how you want Koha to handle "
+"subject searches in the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:541
+msgid ""
+":ref:`TraceSubjectSubdivisions` : Decide how you want Koha to handle "
+"subject searches in the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:544
+msgid ""
+":ref:`displayFacetCount` : Decide whether to show facet counts on search "
+"results"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:550
+msgid "OPAC Configuration"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:552
+msgid "There are a lot of ways you can customize your OPAC in Koha."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:554
+msgid ""
+"Decide how you want your OPAC to look & what content you want on the main"
+" page"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:557
+msgid "Create a library branded stylesheet using CSS"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:559
+msgid "**Important**"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:561
+msgid ""
+"Do not edit the default CSS files, instead create a new one, that way the"
+" system can always fall back on the original CSS."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:564
+msgid ""
+"Create a custom XSLT stylesheet to change the way search results and bib "
+"records appear in the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:567
+msgid "OPAC System preferences"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:569
+msgid ":ref:`OPACBaseURL` : Enter your library's url"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:571
+msgid ""
+":ref:`opacuserlogin` : Decide if you want to allow patrons to login to "
+"the OPAC to access customized functionality (searching will be allowed "
+"without logging in)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:575
+msgid ":ref:`RequestOnOpac` : Decide if patrons can place holds via the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:578
+msgid ""
+":ref:`OpacPasswordChange` : Decide if patrons can change their password "
+"(don't allow this if you're using LDAP)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:582
+msgid ""
+":ref:`OpacRenewalAllowed` : Decide if patrons can renew their checked out"
+" items via the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:585
+msgid ""
+":ref:`opacreadinghistory` : Decide if patrons can view their "
+"reading/checkout history via the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:588
+msgid ""
+":ref:`reviewson` : Decide if you want to allow patrons to comment on bib "
+"records via the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:591
+msgid ":ref:`OpacStarRatings` : Decide if patrons can leave star ratings"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:594
+msgid ""
+":ref:`virtualshelves` : Decide if you want patrons to be able to create "
+"Lists"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:597
+msgid ""
+":ref:`OpacAllowPublicListCreation` : If patrons can create lists then "
+"decide if they are allowed to create public lists"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:601
+msgid ""
+":ref:`suggestion` : Decide if you want patrons to be able to submit "
+"purchase suggestions"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:604
+msgid ""
+":ref:`OPACViewOthersSuggestions` : Decide if you want patrons to be able "
+"to see purchase suggestions made by other patrons"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:608
+msgid ":ref:`opacbookbag` : Decide if patrons can save items into their cart"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:611
+msgid ""
+":ref:`AnonSuggestions` : Decide if you want non logged in users to be "
+"able to make purchase suggestions"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:614
+msgid ""
+":ref:`LibraryName` : Enter your library name for display in the <title> "
+"tag and on the top of the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:617
+msgid ""
+":ref:`opaccredits` : Enter HTML to appear at the bottom of every page in "
+"the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:620
+msgid ""
+":ref:`OpacMainUserBlock` : Enter HTML that will appear in the center of "
+"the main OPAC page"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:623
+msgid ""
+":ref:`OpacNav` : Enter HTML that will appear to the left on the main OPAC"
+" page"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:626
+msgid ":ref:`OpacNavBottom` : Enter HTML that will appear below OpacNav"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:629
+msgid ""
+":ref:`OpacNavRight` : Enter HTML that will appear below the login box on "
+"the right"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:632
+msgid ""
+":ref:`opacheader` : Enter the HTML that will appear above the search box "
+"on the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:635
+msgid ""
+":ref:`OPACNoResultsFound` : Enter the HTML that will appear when no "
+"results are found"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:638
+msgid ""
+":ref:`OPACResultsSidebar` : Enter the HTML that will appear below the "
+"facets on your search results"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:641
+msgid ""
+":ref:`OPACMySummaryHTML` : Enter the HTML that will appear in the far "
+"right of the circulation summary in the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:645
+msgid "Customize your stylesheets:"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:647
+msgid ""
+":ref:`OPACUserCSS` : Enter any additional fields you want to define "
+"styles for"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:650
+msgid ":ref:`opaclayoutstylesheet` : Point to a CSS file on your Koha server"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:653
+msgid ""
+":ref:`OpacHighlightedWords <opachighlightedwords-&-nothighlightedwords-"
+"label>` : Decide if you want search terms to be highlighted on the search"
+" results"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:656
+msgid ""
+":ref:`hidelostitems` : Decide if you want to show patrons items you have "
+"marked as lost"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:659
+msgid ""
+":ref:`BiblioDefaultView` : Decide what view is the default for bib "
+"records on the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:662
+msgid ""
+":ref:`OPACShelfBrowser` : Decide if you want to enable the shelf browse "
+"functionality"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:665
+msgid ""
+":ref:`OPACURLOpenInNewWindow` : Decide if URLs clicked in the OPAC are "
+"opened in a new window"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:668
+msgid ""
+":ref:`SearchMyLibraryFirst` : If you have a multi-branch system decide if"
+" you want patrons to search their library first"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:672
+msgid ""
+":ref:`OpacAuthorities` : Decide if you want patrons to be able to search "
+"your authority file"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:675
+msgid ""
+":ref:`OpacBrowser` : Decide if you want patrons to browse your authority "
+"file (French libraries only)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:678
+msgid ""
+":ref:`OPACSearchForTitleIn` : Choose which libraries you want patrons to "
+"be able to re-run their search in"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:681
+msgid ""
+":ref:`OpacAddMastheadLibraryPulldown` : If you're a multi-branch system "
+"you can add a pull down to the search bar for patrons to search which "
+"library to search"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:685
+msgid ""
+":ref:`EnableOpacSearchHistory` : Decide if you want the system to keep a "
+"search history"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:690
+msgid ""
+"If you have the :ref:`OpacBrowser` preference set decide :ref:`when you "
+"want the contents to rebuild <authorities-browser-label>` (French "
+"libraries only)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:694
+msgid ""
+"If you have :ref:`custom RSS feeds <custom-rss-feeds-label>`, decide when"
+" you want the :ref:`feed to be populated <rss-feeds-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:700
+msgid "Editable OPAC Regions"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:702
+msgid ""
+"Using the OPAC system preferences you can customize various regions, the "
+"following graphic will define what preferences update each of the regions"
+" in the Bootstrap theme."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:706
+msgid "|image1068|"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:711
+msgid "Enhanced Content Configuration"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:713
+msgid ""
+"Koha allows you to pull in content from outside sources to enhance your "
+"bib records. All of this content can be toggled on and off using the "
+"enhanced content system preferences."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:717
+msgid ":ref:`FRBR/Editions <all-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:719
+msgid ""
+"If you would like to have your OPAC and/or staff client show an "
+"'Editions' tab on the bib record, you want to enable one or the other "
+"FRBR preferences and then either one or both of the ISBN services (XISBN "
+"and ThingISBN)."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:724
+msgid ""
+":ref:`Amazon` : This service is free and just requires that you visit "
+"http://aws.amazon.com to sign up"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:727
+msgid ""
+"Using the Amazon preferences you can choose to show cover images from "
+"Amazon."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:730
+msgid ":ref:`Babelthèque`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:732
+msgid ""
+"This is a pay service. Contact Babelthèque to learn how to enable this "
+"content in the OPAC."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:735
+msgid ":ref:`Baker and Taylor <baker-&-taylor-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:737
+msgid ""
+"This is a pay service from Baker & Taylor. Contact Baker & Taylor for the"
+" information to enter into these preferences."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:740
+msgid ":ref:`HTML5 Media`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:742
+msgid "This allows libraries to embed streaming media in their catalog"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:744
+msgid ":ref:`Google`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:746
+msgid ""
+"This service is free and does not require registration, simply enable "
+"GoogleJackets and you're set to go."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:749
+msgid ":ref:`I Deam Books <idreamlibraries-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:751
+msgid ""
+"This is a free service that compiles reviews for popular titles from many"
+" different sources."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:754
+msgid ":ref:`LibraryThing`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:756
+msgid ""
+"With the exception of ThingISBN, you will need to contact LibraryThing "
+"for the information to enter into these preferences"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:759
+msgid ""
+"Enabling ThingISBN will help to populate the editions tab on the bib "
+"record display if you have enabled FRBR."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:762
+msgid ":ref:`Novelist <novelist-select-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:764
+msgid ""
+"This is a pay service from Ebsco. Contact Ebsco for the information to "
+"enter into these preferences"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:767
+msgid ":ref:`OCLC`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:769
+msgid ""
+"XISBN is used to populate the editions tab on the bib record display if "
+"you have enabled FRBR. This service is free for up to 999 queries a day."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:773
+msgid ":ref:`Open Library`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:775
+msgid ""
+"Open Library project is an open system that you can pull cover images "
+"(and in the future additional content) from"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:778
+msgid ":ref:`Overdrive`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:780
+msgid ""
+"This is a pay service that libraries can subscribe to for ebook content. "
+"If the library subscribes to Overdrive they can integrate that content in"
+" to Koha for free."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:784
+msgid ":ref:`Syndetics`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:786
+msgid ""
+"This is a pay service from Syndetics to add content for your bib records."
+" Contact Syndetics for the information to enter into these preferences."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:790
+msgid ":ref:`Tagging`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:792
+msgid ""
+"Choose whether or not you want to allow patrons to add tags to records in"
+" Koha."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:798
+msgid "Acquisitions Configuration"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:800
+msgid "When using acquisitions in Koha you first need to define some defaults."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:802
+msgid "Set up your :ref:`funds & budgets <budgets-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:804
+msgid ""
+"Choose your :ref:`default currency <currencies-and-exchange-rates-label>`"
+" and enter others if you order from multiple countries"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:807
+msgid "Enter in your :ref:`vendor information <vendors-label>`"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:809
+msgid ""
+"Create an :ref:`Framework with the code ACQ <marc-bibliographic-"
+"frameworks-label>` (if you're going to enter item records at the time of "
+"ordering or receiving)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:813
+msgid "Acquisitions System preferences"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:815
+msgid ""
+":ref:`AcqCreateItem` : Decide if an item record is created during "
+"acquisition"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:818
+msgid ":ref:`CurrencyFormat` : Decide how you want monetary amounts to display"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:821
+msgid ":ref:`gist` : Enter your sales tax (if you are billed for tax)"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:824
+msgid ""
+":ref:`OrderPdfFormat` : Decide what format you want your print orders to "
+"use"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:830
+msgid "Serials Configuration"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:832
+msgid "When you use serials there are a few options you can set before hand."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:834
+msgid "Serials System Preferences"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:836
+msgid ""
+":ref:`RenewSerialAddsSuggestion` : Decide if you want renewing serials to"
+" add a suggestion for easy purchasing"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:840
+msgid ""
+":ref:`RoutingSerials` : Decide if you want to route serials around your "
+"library"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:843
+msgid ""
+":ref:`RoutingListAddReserves` : Decide if holds are placed on serials "
+"when there is a routing list in place"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:848
+msgid ""
+":ref:`StaffSerialIssueDisplayCount` : Decide how many of the most recent "
+"issues to display in the staff client"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:852
+msgid ""
+":ref:`OPACSerialIssueDisplayCount` : Decide how many of the most recent "
+"issues to display in the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:855
+msgid ""
+":ref:`SubscriptionHistory` : Decide how you want the subscription "
+"information to display in the OPAC"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:861
+msgid "Planning for Go-Live"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:863
+msgid ""
+"Once you have all of your settings ready, you need to prepare for making "
+"your system live:"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:866
+msgid ""
+"Decide if you need training by an outside service or if your staff can do"
+" the training themselves."
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:869
+msgid ""
+"Make sure that there is time for your staff to play with your test system"
+" and get comfortable with it"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:872
+msgid ""
+"If this is a migration, work with your previous company to extract data "
+"right before you go live"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:875
+msgid "Come up with URLs for your new Koha OPAC & Staff Client"
+msgstr ""
+
+#: ../../source/15_implementation_checklist.rst:877
+msgid "Make sure that if you're hosting your own system you have a backup plan"
+msgstr ""
+