From 231e1100857634c18a8023a3aec70ad208955501 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 9 May 2023 21:38:02 +0000 Subject: [PATCH] Bug 33390: (QA follow-up) Rephrase some preferences * to include 'authorised value' in text * to keep sentences on one line (translation) * to use sentences instead of just links in some places Signed-off-by: Katrin Fischer --- .../admin/preferences/circulation.pref | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 050d91297b..c4a4a9cc85 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -544,8 +544,8 @@ Circulation: - "For example:" - "
ccode: [NEWFIC,NULL,DVD]" - "
itype: [NEWBK,\"\"]" - - "
NOTE: The word 'NULL' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field." - - "
LINKS: Collection codes | Item types" + - "
NOTE: The word 'NULL' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field." + - "
Configuration: Collections (CCODE) | Item types" - - pref: UpdateNotForLoanStatusOnCheckout type: textarea @@ -562,11 +562,11 @@ Circulation: 0: "Don't trap" - items that are not for loan but holdable ( notforloan < 0 ) to fill holds. - - - Never trap items with 'not for loan' values of + - Never trap items with 'not for loan' authorized values of - pref: SkipHoldTrapOnNotForLoanValue class: integer - to fill holds. - - "(list of not for loan values separated with a pipe '|')" + - "(list of not for loan authorized values separated with a pipe '|')" - - pref: HoldsAutoFill choices: @@ -616,15 +616,15 @@ Circulation: type: textarea syntax: text/x-yaml class: code - - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.

" - - Location codes

+ - "This is a list of value pairs. The first value is followed immediately by colon space then the second value." + - "Valid values are LOC authorised values, _BLANK_, _PERM_, and _ALL_.

" - "Examples:
" - - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.
" + - "PROC: FIC - causes an item in the Processing center location to be updated into the Fiction location on check in.
" - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.
" - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check in.
" - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check in.
" - "_ALL_: FIC - causes all items to be updated into the Fiction location on check in.
" - - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.

" + - "PROC: _PERM_ - causes an item that is in the Processing center to be updated to it's permanent location.

" - "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).
" - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.
" - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.
" @@ -634,11 +634,11 @@ Circulation: type: textarea syntax: text/x-yaml class: code - - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value - - "it will be updated to the right-hand value. For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan." - - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'." - - "Each pair of values should be on a separate line.
" - - Not for loan values + - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value it will be updated to the right-hand value. + - "For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan." + - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'.
" + - "Each pair of values should be on a separate line.
" + - "Valid values are NOT_LOAN authorized values and ONLYMESSAGE." - - pref: HidePersonalPatronDetailOnCirculation choices: -- 2.30.2