Bugzilla – Attachment 106235 Details for
Bug 25630
More capitalization and terminology fixes for system preferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25630: Fix capitalization and terminology for OPAC system preferences
Bug-25630-Fix-capitalization-and-terminology-for-O.patch (text/plain), 18.10 KB, created by
David Nind
on 2020-06-24 09:27:40 UTC
(
hide
)
Description:
Bug 25630: Fix capitalization and terminology for OPAC system preferences
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-06-24 09:27:40 UTC
Size:
18.10 KB
patch
obsolete
>From c1a1cc6d22ca6b412d1f8692e081fb798e660c16 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >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 <david@davidnind.com> >--- > .../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 9abfbb7cee..85c223c60f 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" >@@ -98,17 +98,17 @@ OPAC: > - 'Display lists in the OPAC using XSLT stylesheet at: ' > - pref: OPACXSLTListsDisplay > class: file >- - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language' >+ - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language.' > - > - 'Display OPAC results using XSLT stylesheet at: ' > - pref: OPACXSLTResultsDisplay > class: file >- - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language' >+ - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language.' > - > - 'Display OPAC details using XSLT stylesheet at: ' > - pref: OPACXSLTDetailsDisplay > class: file >- - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="default">default</a>" for the default one</li><li>put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language' >+ - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="default">default</a>" for the default one</li><li>put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language.' > - > - "Show itemtype icons in the OPAC: " > - pref: OpacNoItemTypeImages >@@ -168,7 +168,7 @@ OPAC: > both: "below both home and holding libraries" > column: "on a separate column" > - "for items on the OPAC record details page." >- - "<br />Note: If 'on a separate column' is selected, you still need to enable the item_shelving_location display on the <a href='/cgi-bin/koha/admin/columns_settings.pl'>configure columns</a> administration page" >+ - "<br />Note: If 'on a separate column' is selected, you still need to enable the item_shelving_location display on the <a href='/cgi-bin/koha/admin/columns_settings.pl'>configure columns</a> administration page." > - > - pref: OPACShowMusicalInscripts > default: 0 >@@ -209,7 +209,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 |) >@@ -233,7 +233,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 <code>http://</code> (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 <code>http://</code> (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 >@@ -371,13 +371,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. > - "<br/>" > - "<strong>NOTE:</strong> You must have KohaAdminEmailAddress enabled." > - >@@ -431,14 +432,14 @@ OPAC: > choices: > yes: Allow > no: "Don't allow" >- - patrons to browse subject authorities on OPAC >+ - "patrons to browse subject authorities on OPAC." > - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> 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." > - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask your system administrator to schedule it." > - > - pref: OpacAuthorities >@@ -507,7 +508,7 @@ OPAC: > email: Email > twitter: Twitter > >- - social network links in opac detail pages >+ - "social network links in opac detail pages." > - > - pref: OpacBrowseResults > default: 1 >@@ -521,7 +522,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 >@@ -549,7 +550,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 >@@ -635,7 +636,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: >@@ -648,7 +649,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 >@@ -672,33 +673,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 <a href="http://wiki.koha-community.org/wiki/OpacHiddenItems" target="_blank">Koha wiki</a>. > - >+ - "List of patron categories, separated by |, that can see items otherwise hidden by <code>OpacHiddenItems</code>:" > - pref: OpacHiddenItemsExceptions >- - List of borrower categories, separated by |, that can see items otherwise hidden by <code>OpacHiddenItems</code> > - > - 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 >@@ -713,7 +714,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: >@@ -733,7 +734,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 >@@ -752,7 +753,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 >@@ -760,12 +761,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 >@@ -776,7 +777,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 >@@ -885,7 +886,7 @@ OPAC: > > Advanced search options: > - >- - Show search options >+ - "Show search options:" > - pref: OpacAdvSearchOptions > multiple: > pubdate: Publication date >@@ -895,7 +896,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 >@@ -915,25 +916,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 >@@ -941,3 +946,4 @@ OPAC: > choices: > BaseURL: "OPACBaseURL" > OPACAlias: "OPAC's alias" >+ - "." >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25630
:
105459
|
105460
|
105461
|
105462
|
105463
|
105464
|
105465
|
105466
|
105467
|
105468
|
106230
|
106231
|
106232
|
106233
|
106234
|
106235
|
106236
|
106237
|
106238
|
106239
|
106266
|
107058
|
107059
|
107060
|
107061
|
107062
|
107063
|
107064
|
107065
|
107066
|
107067
|
107068
|
108260
|
108261
|
108262
|
108263
|
108264
|
108265
|
108266
|
108267
|
108268
|
108269
|
108270
|
108910
|
108911
|
108912
|
108913
|
108914
|
108915
|
108916
|
108917
|
108918
|
108919
|
108920
|
109446
|
109447
|
109448
|
109449
|
109450
|
109451
|
109452
|
109453
|
109454
|
109455
|
109456