From 6131b4551db5b67828c73058aec3d125c3ec06a1 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 30 May 2020 02:04:27 +0000 Subject: [PATCH] Bug 25630: Fix capitalization and terminology for Patrons system preferences - Consistent use of 'staff interface' - Ending punctuation - Rearranged/rephrased for better readability To test: - Verify: - patronimages - PatronsPerPage (rearranged) - PatronQuickAddFields (rearranged) - PrefillGuaranteeField (punctuation) - borrowerRelationship (punctuation) - GDPR_Policy - CollapseFieldsPatronAddForm - read correctly. Signed-off-by: David Nind --- .../prog/en/modules/admin/preferences/patrons.pref | 39 +++++++++++----------- 1 file changed, 20 insertions(+), 19 deletions(-) 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 30621ec8f7..87560155ca 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 @@ -32,16 +32,17 @@ Patrons: choices: yes: Allow no: "Don't allow" - - images to be uploaded and shown for patrons on the staff client. + - images to be uploaded and shown for patrons on the staff interface. - - By default, show - pref: PatronsPerPage class: integer - - results per page in the staff client. + - results per page in the staff interface. - + - "Comma separated list defining the default fields to be used during a patron search using the \"standard\" option:" - pref: DefaultPatronSearchFields class: multi - - "Comma separated list defining the default fields to be used during a patron search using the \"standard\" option. If empty Koha will default to \"surname,firstname,othernames,cardnumber,userid\". Additional fields added to this preference will be added as search options in the dropdown menu on the patron search page." + - "If empty Koha will default to \"surname,firstname,othernames,cardnumber,userid\". Additional fields added to this preference will be added as search options in the dropdown menu on the patron search page." - - "Show the following fields from the items database table as columns on the statistics tab on the patron record: " - pref: StatisticsFields @@ -211,7 +212,7 @@ Patrons: source: borrowers - "will be added to the patron quick add form when entering a new patron. Displays only mandatory fields and fields specified here. If applicable the guarantor form will be shown as well, individual fields in that form will be ignored." - - - When adding new patrons or editing existing patrons, collapse the following fields from the full form (can still be expanded later) + - "When adding new patrons or editing existing patrons, collapse the following fields from the full form (can still be expanded later):" - pref: CollapseFieldsPatronAddForm multiple: identity: "Organization/Patron identity" @@ -233,7 +234,7 @@ Patrons: - "Guarantors can be the following of those they guarantee:" - pref: borrowerRelationship class: multi - - (input multiple choices separated by |). Leave empty to deactivate + - (input multiple choices separated by |). Leave empty to deactivate. - - "When adding a guarantee to a guarantor patron fill the following fields in the guarantee's member entry form from the guarantors record:" - pref: PrefillGuaranteeField @@ -248,15 +249,15 @@ Patrons: B_state: "Alternate address - State" B_streetnumber: "Alternate address - Street number" B_zipcode: "Alternate address - ZIP/Postal code" - altcontactaddress1: "Alternate contact: Address" - altcontactaddress2: "Alternate contact: Address 2" - altcontactaddress3: "Alternate contact: City" - altcontactcountry: "Alternate contact: Country" - altcontactfirstname: "Alternate contact: First name" - altcontactphone: "Alternate contact: Phone" - altcontactstate: "Alternate contact: State" - altcontactsurname: "Alternate contact: Surname" - altcontactzipcode: "Alternate contact: ZIP/Postal code" + altcontactaddress1: "Alternate contact - Address" + altcontactaddress2: "Alternate contact - Address 2" + altcontactaddress3: "Alternate contact - City" + altcontactcountry: "Alternate contact - Country" + altcontactfirstname: "Alternate contact - First name" + altcontactphone: "Alternate contact - Phone" + altcontactstate: "Alternate contact - State" + altcontactsurname: "Alternate contact - Surname" + altcontactzipcode: "Alternate contact - ZIP/Postal code" fax: "Contact - Fax" mobile: "Contact - Other phone" email: "Contact - Primary email" @@ -289,13 +290,13 @@ Patrons: - to refer to your local privacy policy in messages about privacy and data protection. (If you enforce GDPR policy, make sure that this page is not blocked.) - "
NOTE: The URL will only be displayed if GDPR_Policy is set." - - - Set GDPR policy to + - "Set GDPR policy to:" - pref: GDPR_Policy choices: - '': 'Disabled' - Enforced: 'Enforced' - Permissive: 'Permissive' - - "GDPR is the EU General Data Protection Regulation. When you enforce, patrons need to give consent before using the OPAC. If you set to permissive, Koha will warn but not enforce." + '': 'disabled' + Enforced: 'enforced' + Permissive: 'permissive' + - ". GDPR is the EU General Data Protection Regulation. When you enforce, patrons need to give consent before using the OPAC. If you set to permissive, Koha will warn but not enforce." - "
NOTE: If you enable this you will also have to set the URL of your public privacy policy with the PrivacyPolicyURL setting." - - Lock/expire patrons that submitted an unsubscribe request (refused consent) after -- 2.11.0