From 000281336c0225b33588b829f8373035f2bfd4f3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 30 May 2020 02:34:59 +0000 Subject: [PATCH] Bug 25630: Fix capitalization and terminology for OPAC system preferences - Ending punctuation (p) - Capitalization (c) - Terminology: library instead of branch, patron instead of borrower, system preferences instead of syspref To test: - Verify: - OPACUserSummary (p, rephrase: mainpage) - HighlightOwnItemsOnOPACWhich (library) - OPACXSLTListsDisplay (p) - OPACXSLTResultsDisplay (p) - OPACXSLTDetailsDisplay (p) - OpacNoItemTypeImages (p) - NotHighlightedWords (p) - opaclayoutstylesheet (CSS) - OPACReportProblem (c) - OpacBrowser (p) - OpacCloud (p) - SocialNetworks (p) - QuoteOfTheDay (c,p) - OpacNewsLibrarySelect (library) - OPACFineNoRenewalsIncludeCredits (p) - AllowPurchaseSuggestionBranchChoice (p) - OpacHiddenItemsExceptions (p, patron) - OpacAllowPublicListCreation (p) - OpacAllowSharingPrivateLists (p) - BlockExpiredPatronOpacActions (whitespace) - MaxOpenSuggestions (p) - AnonSuggestions (p) - OPACPrivacy (p, whitespace) - AnonymousPatron (c,p) - TrackClicks (p) - RestrictedPageLocalIPs (p) - RestrictedPageTitle (p) - OpacAdvSearchOptions (p) - OpacAdvSearchMoreOptions (p) - PayPal* (p) - OPACUserSummary (mainpage to OPAC start page) - read correctly. Signed-off-by: David Nind --- .../prog/en/modules/admin/preferences/opac.pref | 70 ++++++++++++---------- 1 file changed, 38 insertions(+), 32 deletions(-) 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 a0c0672223..9ca89214aa 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 @@ -5,7 +5,7 @@ OPAC: choices: yes: Show no: "Don't show" - - "a summary of a logged in user's checkouts, overdues, holds and fines on the mainpage" + - "a summary of a logged in user's checkouts, overdues, holds and fines on the OPAC start page." - - For search results in the OPAC, show the item's - pref: OPACResultsLibrary @@ -50,8 +50,8 @@ OPAC: - "results from the " - pref: HighlightOwnItemsOnOPACWhich choices: - PatronBranch: "patron's home branch" - OpacURLBranch: "OPAC's branch via the URL" + PatronBranch: "patron's home library" + OpacURLBranch: "OPAC's library via the URL" - " by moving the results to the front and increasing the size or highlighting the rows for those results. (Non-XSLT Only)" - - "Show star-ratings on" @@ -97,17 +97,17 @@ OPAC: - 'Display lists in the OPAC using XSLT stylesheet at: ' - pref: OPACXSLTListsDisplay class: file - - '
Options:{langcode} will be replaced with current interface language' + - '
Options:{langcode} will be replaced with current interface language.' - - 'Display OPAC results using XSLT stylesheet at: ' - pref: OPACXSLTResultsDisplay class: file - - '
Options:{langcode} will be replaced with current interface language' + - '
Options:{langcode} will be replaced with current interface language.' - - 'Display OPAC details using XSLT stylesheet at: ' - pref: OPACXSLTDetailsDisplay class: file - - '
Options:{langcode} will be replaced with current interface language' + - '
Options:{langcode} will be replaced with current interface language.' - - "Show itemtype icons in the OPAC: " - pref: OpacNoItemTypeImages @@ -167,7 +167,7 @@ OPAC: both: "below both home and holding libraries" column: "on a separate column" - "for items on the OPAC record details page." - - "
Note: If 'on a separate column' is selected, you still need to enable the item_shelving_location display on the configure columns administration page" + - "
Note: If 'on a separate column' is selected, you still need to enable the item_shelving_location display on the configure columns administration page." - - pref: OPACShowMusicalInscripts default: 0 @@ -208,7 +208,7 @@ OPAC: choices: yes: Highlight no: "Don't highlight" - - words the patron searched for in their search results and detail pages; To prevent certain words from ever being highlighted, enter a list of stopwords here + - "words the patron searched for in their search results and detail pages; To prevent certain words from ever being highlighted, enter a list of stopwords here:" - pref: NotHighlightedWords class: multi - (separate columns with |) @@ -232,7 +232,7 @@ OPAC: - Use the CSS stylesheet - pref: opaclayoutstylesheet class: file - - on all pages in the OPAC, instead of the default css (used when leaving this field blank). Enter just a filename, a full local path or a complete URL starting with http:// (if the file lives on a remote server). Please note that if you just enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory. A full local path is expected to start from your HTTP document root. + - on all pages in the OPAC, instead of the default CSS (used when leaving this field blank). Enter just a filename, a full local path or a complete URL starting with http:// (if the file lives on a remote server). Please note that if you just enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory. A full local path is expected to start from your HTTP document root. - - "Include the following CSS on all pages in the OPAC:" - pref: OPACUserCSS @@ -370,13 +370,14 @@ OPAC: both: "both top and footer" top: "top" footer: "only footer" + - "." Features: - - pref: OPACReportProblem choices: yes: Allow no: "Don't allow" - - patrons to submit problem reports for OPAC pages to the library or Koha Administrator. + - patrons to submit problem reports for OPAC pages to the library or Koha administrator. - "
" - "NOTE: You must have KohaAdminEmailAddress enabled." - @@ -430,14 +431,14 @@ OPAC: choices: yes: Allow no: "Don't allow" - - patrons to browse subject authorities on OPAC + - "patrons to browse subject authorities on OPAC." - "
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 + - "a subject cloud on OPAC." - "
NOTE: This system preference requires the misc/cronjobs/build_browser_and_cloud.pl cronjob. Ask your system administrator to schedule it." - - pref: OpacAuthorities @@ -506,7 +507,7 @@ OPAC: email: Email twitter: Twitter - - social network links in opac detail pages + - "social network links in opac detail pages." - - pref: OpacBrowseResults default: 1 @@ -520,7 +521,7 @@ OPAC: choices: yes: Enable no: Disable - - Quote of the Day display on OPAC home page + - "Quote of the day display on OPAC home page." - - pref: OPACPopupAuthorsSearch default: 0 @@ -548,7 +549,7 @@ OPAC: choices: yes: Display no: Don't display - - a branch selection list for news items in the OPAC. + - a library selection list for news items in the OPAC. - - "Use the following as the OPAC ISBD template:" - pref: OPACISBD @@ -634,7 +635,7 @@ OPAC: choices: yes: Include no: "Don't include" - - outstanding/unapplied credits when applying the OPACFineNoRenewals rule to users + - "outstanding/unapplied credits when applying the OPACFineNoRenewals rule to users." - - pref: OPACViewOthersSuggestions choices: @@ -647,7 +648,7 @@ OPAC: choices: no: "Don't allow" yes: Allow - - patrons to select library when making a purchase suggestion + - "patrons to select library when making a purchase suggestion." - - "Fields that should be mandatory for patron purchase suggestions:" - pref: OPACSuggestionMandatoryFields @@ -671,33 +672,33 @@ OPAC: class: code - Define custom rules to hide specific items from search and view on the OPAC. How to write these rules is documented on the Koha wiki. - + - "List of patron categories, separated by |, that can see items otherwise hidden by OpacHiddenItems:" - pref: OpacHiddenItemsExceptions - - List of borrower categories, separated by |, that can see items otherwise hidden by OpacHiddenItems - - pref: OpacAllowPublicListCreation default: 1 choices: no: "Don't allow" yes: Allow - - opac users to create public lists + - "OPAC users to create public lists." - - pref: OpacAllowSharingPrivateLists default: 0 choices: no: "Don't allow" yes: Allow - - opac users to share private lists with other patrons. + - "OPAC users to share private lists with other patrons." - - pref: BlockExpiredPatronOpacActions choices: yes: "Block" no: "Don't block" - - expired patrons from OPAC actions such as placing a hold or renewing. Note that the setting for a patron category takes priority over this system preference. + - expired patrons from OPAC actions such as placing a hold or renewing. Note that the setting for a patron category takes priority over this system preference. - - Limit patrons to - pref: MaxOpenSuggestions class: integer - - "open suggestions. Leave empty for no limit. **Note: this setting does not affect anonymous suggestions" + - "open suggestions. Leave empty for no limit. **Note: this setting does not affect anonymous suggestions." - - Number of total suggestions allowed - pref: MaxTotalSuggestions @@ -712,7 +713,7 @@ OPAC: choices: yes: Allow no: "Don't allow" - - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron syspref" + - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron system preference." - - pref: opacreadinghistory choices: @@ -732,7 +733,7 @@ OPAC: choices: yes: Allow no: "Don't allow" - - patrons to choose their own privacy settings for their reading history. This requires opacreadinghistory and AnonymousPatron + - "patrons to choose their own privacy settings for their reading history. This requires opacreadinghistory and AnonymousPatron system preferences." - - pref: AllowPatronToSetCheckoutsVisibilityForGuarantor default: 0 @@ -751,7 +752,7 @@ OPAC: - Use borrowernumber - pref: AnonymousPatron class: integer - - as the Anonymous Patron (for anonymous suggestions and reading history) + - "as the anonymous patron (for anonymous suggestions and reading history)." - - pref: TrackClicks default: 0 @@ -759,12 +760,12 @@ OPAC: anonymous: "Track anonymously" track: "Track" no: "Don't track" - - links that patrons click on + - "links that patrons click on." Restricted page: - - "Access from IP addresses beginning with" - pref: RestrictedPageLocalIPs - - "do not need to be authenticated (comma separated - ex: '127.0.0,127.0.1')" + - "do not need to be authenticated (comma separated - ex: '127.0.0,127.0.1')." - - "HTML content of your restricted page (available at /cgi-bin/koha/opac-restrictedpage.pl)" - pref: RestrictedPageContent @@ -775,7 +776,7 @@ OPAC: - Use - pref: RestrictedPageTitle class: long - - "as title of your restricted page (appears in the breadcrumb and on the top of the restricted page)" + - "as title of your restricted page (appears in the breadcrumb and on the top of the restricted page)." Shelf browser: - - pref: OPACShelfBrowser @@ -884,7 +885,7 @@ OPAC: Advanced search options: - - - Show search options + - "Show search options:" - pref: OpacAdvSearchOptions multiple: pubdate: Publication date @@ -894,7 +895,7 @@ OPAC: sorting: Sorting location: Location and availability - - - Show search options for the expanded view + - "Show search options for the expanded view:" - pref: OpacAdvSearchMoreOptions multiple: pubdate: Publication date @@ -914,25 +915,29 @@ OPAC: - pref: PayPalSandboxMode default: 1 choices: - yes: "Sandbox" - no: "Production" + yes: "sandbox" + no: "production" - "mode." - - "The email address to receive PayPal payments is " - pref: PayPalUser class: long + - "." - - "The password for the PayPal account to receive payments is " - pref: PayPalPwd class: long + - "." - - "The signature for the PayPal account to receive payments is " - pref: PayPalSignature class: long + - "." - - "The patron should see the charge description as " - pref: PayPalChargeDescription class: long + - "." - - "After payment or cancellation, PayPal should return to the " - pref: PayPalReturnURL @@ -940,3 +945,4 @@ OPAC: choices: BaseURL: "OPACBaseURL" OPACAlias: "OPAC's alias" + - "." -- 2.11.0