From c2829583e3b8a07b08c8db78b4ff7780cdf735a3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 1 Nov 2018 13:11:35 +0100 Subject: [PATCH] Bug 12258: (QA follow-up) Add some missing rrrrrrs Signed-off-by: Katrin Fischer https://bugs.koha-community.org/show_bug.cgi?id=21158 --- .../prog/en/modules/admin/preferences/acquisitions.pref | 2 +- .../prog/en/modules/admin/preferences/admin.pref | 2 +- .../prog/en/modules/admin/preferences/authorities.pref | 2 +- .../prog/en/modules/admin/preferences/cataloguing.pref | 2 +- .../prog/en/modules/admin/preferences/circulation.pref | 16 ++++++++-------- .../prog/en/modules/admin/preferences/opac.pref | 8 ++++---- .../prog/en/modules/admin/preferences/patrons.pref | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref index cf9209d068..81aaa5056d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref @@ -82,7 +82,7 @@ Acquisitions: class: integer - "days. Example: [30] Sets purgation of suggestions for those older than 30 days." - "
WARNING: Leave this field empty if you don't want to activate this automatic feature." - - "
NOTE: This system preference requires the misc/cronjobs/purge_suggestions.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/purge_suggestions.pl cronjob. Ask your system administrator to schedule it." - - pref: UseACQFrameworkForBiblioRecords diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index da2a1f831f..464c8c8e6a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -178,7 +178,7 @@ Administration: no: "No" - ". Website where usage statistics are published: Hea Koha community website." - "
NOTE: The other \"UsageStats\" preferences have no effect if this preference is set to \"No\"." - - "
NOTE: This system preference requires the misc/cronjobs/share_usage_with_koha_community.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/share_usage_with_koha_community.pl cronjob. Ask your system administrator to schedule it." - - "Use the following library name to be shown on the Hea Community website: " - pref: UsageStatsLibraryName diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref index a6897e5f02..1de239b315 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref @@ -35,7 +35,7 @@ Authorities: - pref: AuthorityMergeLimit default: 50 - records. (Above this limit, the merge_authority cron job will merge them.) - - "
NOTE: This system preference requires the misc/migration_tools/merge_authority.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/migration_tools/merge_authority.pl cronjob. Ask your system administrator to schedule it." - - Use the following text for the contents of MARC21 authority control field 008 position 06-39 (fixed length data elements). Do NOT include the date (position 00-05). - pref: MARCAuthorityControlField008 diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref index 3faab1fd3e..0b17e881c4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -90,7 +90,7 @@ Cataloging: - pref: NewItemsDefaultLocation class: short - (should be a location code, or blank to disable). - - "
NOTE: This system preference requires the misc/cronjobs/cart_to_shelf.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/cart_to_shelf.pl cronjob. Ask your system administrator to schedule it." - - pref: z3950NormalizeAuthor choices: diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 814b83069c..c76b411ed4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -213,14 +213,14 @@ Circulation: yes: Move no: "Don't move" - items that have the location PROC to the location CART when they are checked in. - - "
NOTE: This system preference requires the misc/cronjobs/cart_to_shelf.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/cart_to_shelf.pl cronjob. Ask your system administrator to schedule it." - - pref: ReturnToShelvingCart choices: yes: Move no: "Don't move" - all items to the location CART when they are checked in. - - "
NOTE: This system preference requires the misc/cronjobs/cart_to_shelf.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/cart_to_shelf.pl cronjob. Ask your system administrator to schedule it." - - pref: AutomaticItemReturn choices: @@ -400,14 +400,14 @@ Circulation: -
WARNING — These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature. - "
Example: [1] [30] Sets an item to the LOST value 1 when it has been overdue for more than 30 days." -
(Used when the longoverdue.pl script is called without the --lost parameter) - - "
NOTE: This system preference requires the misc/cronjobs/longoverdue.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/longoverdue.pl cronjob. Ask your system administrator to schedule it." - - "Charge a lost item to the borrower's account when the LOST value of the item changes to :" - pref: DefaultLongOverdueChargeValue class: integer -
Leave this field empty if you don't want to charge the user for lost items. -
(Used when the longoverdue.pl script is called without the --charge parameter) - - "
NOTE: This system preference requires the misc/cronjobs/longoverdue.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/longoverdue.pl cronjob. Ask your system administrator to schedule it." - - "When issuing an item that has been marked as lost, " - pref: IssueLostItem @@ -604,7 +604,7 @@ Circulation: choices: yes: Allow no: "Don't allow" - - "holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay.
NOTE: This system preference requires the misc/cronjobs/holds/cancel_expired_holds.pl cronjob. Ask you system administrator to schedule it." + - "holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay.
NOTE: This system preference requires the misc/cronjobs/holds/cancel_expired_holds.pl cronjob. Ask your system administrator to schedule it." - - If using ExpireReservesMaxPickUpDelay, charge a borrower who allows his or her waiting hold to expire a fee of - pref: ExpireReservesMaxPickUpDelayCharge @@ -623,7 +623,7 @@ Circulation: choices: yes: in random order. no: in that order. - - "
NOTE: This system preference requires the misc/cronjobs/holds/build_holds_queue.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/holds/build_holds_queue.pl cronjob. Ask your system administrator to schedule it." - - - pref: canreservefromotherbranches @@ -672,7 +672,7 @@ Circulation: yes: Allow no: "Don't allow" - "suspended holds to be automatically resumed by a set date." - - "
NOTE: This system preference requires the misc/cronjobs/holds/auto_unsuspend_holds.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/holds/auto_unsuspend_holds.pl cronjob. Ask your system administrator to schedule it." - - pref: SuspendHoldsIntranet choices: @@ -795,7 +795,7 @@ Circulation: production: Calculate and charge - fines (when misc/cronjobs/fines.pl is being run). - "
NOTE: Fines can also be charged by the CalculateFinesOnReturn system preference." - - "
NOTE: This system preference requires the misc/cronjobs/fines.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/fines.pl cronjob. Ask your system administrator to schedule it." - - If a lost item is returned, apply the refunding rules defined in the - pref: RefundLostOnReturnControl diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index c92a753c00..ca432d1458 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -397,14 +397,14 @@ OPAC: yes: Allow no: "Don't allow" - patrons to browse subject authorities on OPAC - - "
NOTE: This system preference requires the misc/cronjobs/build_browser_and_cloud.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/build_browser_and_cloud.pl cronjob. Ask your system administrator to schedule it." - - pref: OpacCloud choices: yes: Show no: "Don't show" - a subject cloud on OPAC - - "
NOTE: This system preference requires the misc/cronjobs/build_browser_and_cloud.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/build_browser_and_cloud.pl cronjob. Ask your system administrator to schedule it." - - pref: OpacAuthorities choices: @@ -728,7 +728,7 @@ OPAC: yes: Require no: "Don't require" - "that a self-registering patron verify his or herself via email." - - "
NOTE: This system preference requires the misc/cronjobs/delete_unverified_opac_registrations.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/delete_unverified_opac_registrations.pl cronjob. Ask your system administrator to schedule it." - - "Use the patron category code" - pref: PatronSelfRegistrationDefaultCategory @@ -739,7 +739,7 @@ OPAC: - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay class: integer - "days." - - "
NOTE: This system preference requires the misc/cronjobs/delete_expired_opac_registrations.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/delete_expired_opac_registrations.pl cronjob. Ask your system administrator to schedule it." - - "The following database columns must be filled in on the patron entry screen:" - pref: PatronSelfRegistrationBorrowerMandatoryField diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref index 6b3c56ce12..434dd69580 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -67,7 +67,7 @@ Patrons: no: "Don't allow" - "Staff to manage which notices patrons will receive and when they will receive them." - "
NOTE: This only applies to courtesy notices. To manage if patrons have also access to these settings, use EnhancedMessagingPreferencesOPAC." - - "
NOTE: This system preference requires the misc/cronjobs/process_message_queue.pl and the misc/cronjobs/advance_notices.pl cronjob. Ask you system administrator to schedule them." + - "
NOTE: This system preference requires the misc/cronjobs/process_message_queue.pl and the misc/cronjobs/advance_notices.pl cronjob. Ask your system administrator to schedule them." - - pref: ExtendedPatronAttributes choices: @@ -108,7 +108,7 @@ Patrons: - pref: MembershipExpiryDaysNotice class: integer - days. - - "
NOTE: This system preference requires the misc/cronjobs/membership_expiry.pl cronjob. Ask you system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/membership_expiry.pl cronjob. Ask your system administrator to schedule it." - - pref: patronimages choices: -- 2.11.0