Bugzilla – Attachment 108913 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 Enhanced content and Web services system preferences
Bug-25630-Fix-capitalization-and-terminology-for-E.patch (text/plain), 7.65 KB, created by
Katrin Fischer
on 2020-08-22 11:58:39 UTC
(
hide
)
Description:
Bug 25630: Fix capitalization and terminology for Enhanced content and Web services system preferences
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-08-22 11:58:39 UTC
Size:
7.65 KB
patch
obsolete
>From 74e468ab18e5ffa559874f142af998b3413db59c Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 31 May 2020 16:21:48 +0200 >Subject: [PATCH] Bug 25630: Fix capitalization and terminology for Enhanced > content and Web services system preferences > >- Fixes capitalization, including URL and OPAC >- Consistent use of "staff interface" >- Ending punctuation >- Spelling: web service > >To test: >- Verify: > - Enhanced content page heading > - Babeltheque_url_js > - Babeltheque_url_update > - FRBRizeEditions > - BakerTaylorEnabled > - NovelistSelectStaffProfile > - NovelistSelectStaffEnabled > - CustomCoverImages > - LocalCoverImages > - IntranetCoce > - AutoShareWithMana > - OAI-PMH:AutoUpdateSets > - IdRef >- read correctly. > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../admin/preferences/enhanced_content.pref | 26 +++++++++++----------- > .../en/modules/admin/preferences/web_services.pref | 8 +++---- > 2 files changed, 17 insertions(+), 17 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref >index 1b5c0562bd..27c0a10d7f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref >@@ -1,4 +1,4 @@ >-Enhanced Content: >+Enhanced content: > Adlibris: > - > - <strong>NOTE:</strong> Using resources such as external images might leak sensitive data to third parties. >@@ -24,7 +24,7 @@ Enhanced Content: > choices: > yes: Show > no: "Don't show" >- - other editions of an item on the staff client (if found by one of the services below). >+ - other editions of an item on the staff interface (if found by one of the services below). > - > - pref: OPACFRBRizeEditions > default: 0 >@@ -72,17 +72,17 @@ Enhanced Content: > - include information (such as reviews and citations) from Babelthèque in item detail pages on the OPAC. > - > - pref: Babeltheque_url_js >- - Defined the url for the Babeltheque javascript file (eg. http://www.babeltheque.com/bw_XX.js) >+ - Defined the URL for the Babeltheque javascript file (eg. http://www.babeltheque.com/bw_XX.js) > - > - pref: Babeltheque_url_update >- - Defined the url for the Babeltheque update periodically (eq. http://www.babeltheque.com/.../file.csv.bz2). >+ - Defined the URL for the Babeltheque update periodically (eq. http://www.babeltheque.com/.../file.csv.bz2). > Baker and Taylor: > - > - pref: BakerTaylorEnabled > choices: > yes: Add > no: "Don't add" >- - Baker and Taylor links and cover images to the OPAC and staff client. This requires that you have entered in a username and password (which can be seen in image links). >+ - Baker and Taylor links and cover images to the OPAC and staff interface. This requires that you have entered in a username and password (which can be seen in image links). > - > - 'Baker and Taylor "My Library Bookstore" links should be accessed at <code>https://' > - pref: BakerTaylorBookstoreURL >@@ -119,7 +119,7 @@ Enhanced Content: > - > - Access Novelist Select using user profile > - pref: NovelistSelectStaffProfile >- - on the staff client >+ - on the staff interface. > - > - Access Novelist Select using password > - pref: NovelistSelectPassword >@@ -130,7 +130,7 @@ Enhanced Content: > choices: > yes: Add > no: "Don't add" >- - Novelist Select content to the Staff client (requires that you have entered in a user profile and password, which can be seen in image links). >+ - Novelist Select content to the staff interface (requires that you have entered in a user profile and password, which can be seen in image links). > - > - Display Novelist Select staff content > - pref: NovelistSelectStaffView >@@ -300,7 +300,7 @@ Enhanced Content: > choices: > yes: Display > no: "Don't display" >- - local cover images on intranet search and details pages. >+ - local cover images on staff interface search and details pages. > - > - pref: OPACLocalCoverImages > choices: >@@ -318,12 +318,12 @@ Enhanced Content: > choices: > yes: Display > no: "Don't display" >- - "custom remote url images in the staff client.<br/>" >+ - "custom remote URL images in the staff interface.<br/>" > - pref: OPACCustomCoverImages > choices: > yes: Display > no: "Don't display" >- - "custom remote url images at the OPAC.<br/>" >+ - "custom remote URL images at the OPAC.<br/>" > - "Using the following URL:" > - pref: CustomCoverImagesURL > class: url >@@ -336,8 +336,8 @@ Enhanced Content: > choices: > not: "not at all." > opac: "in the OPAC." >- staff: "in the staff client." >- both: "in OPAC and staff client." >+ staff: "in the staff interface." >+ both: "in OPAC and staff interface." > - > - Media file extensions > - pref: HTML5MediaExtensions >@@ -412,7 +412,7 @@ Enhanced Content: > choices: > yes: Enable > no: "Don't enable" >- - a Coce image cache service in the staff client. >+ - a Coce image cache service in the staff interface. > - > - Coce server URL > - pref: CoceHost >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >index 00556878c4..69b15a4e00 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >@@ -64,7 +64,7 @@ Web services: > choices: > yes: Enable > no: Disable >- - automatic update of OAI-PMH sets when a bibliographic record is created or updated >+ - automatic update of OAI-PMH sets when a bibliographic record is created or updated. > - > - Koha's deletedbiblio table > - pref: "OAI-PMH:DeletedRecord" >@@ -99,10 +99,10 @@ Web services: > class: Text > - Get a security token on the <a href="/cgi-bin/koha/admin/share_content.pl">Mana KB administration page</a>. > - >- - 'Fields automatically shared with Mana KB' >+ - 'Fields automatically shared with Mana KB:' > - pref: AutoShareWithMana > multiple: >- subscription: Subscriptions >+ subscription: subscriptions > Reporting: > - > - Only return >@@ -115,5 +115,5 @@ Web services: > choices: > yes: Enable > no: Disable >- - the IdRef webservice from the opac detail page. IdRef allows to request authorities from the Sudoc database. >+ - the IdRef web service from the OPAC detail page. IdRef allows to request authorities from the Sudoc database. > - Please note that this feature is available only for UNIMARC. >-- >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