From 219431eb13fe6a4daf711d443f598b843e54ba22 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 | 44 +++++++++++----------- 1 file changed, 23 insertions(+), 21 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 991de6668a..42b21c5f70 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 @@ -204,12 +205,13 @@ Patrons: no: "Don't" - store and display surnames in upper case. - + - "Add the following fields to the patron quick add form when entering a new patron:" - pref: PatronQuickAddFields class: multi - - (separate columns with |) - - "add these fields 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." + - (separate columns with |). + - "The form only displays 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" @@ -231,7 +233,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 @@ -246,15 +248,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" @@ -287,13 +289,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