@@ -, +, @@ --- .../en/modules/admin/preferences/admin.pref | 4 ++-- .../admin/preferences/authorities.pref | 4 ++-- .../admin/preferences/cataloguing.pref | 20 ++++++++--------- .../admin/preferences/enhanced_content.pref | 16 +++++++------- .../en/modules/admin/preferences/opac.pref | 22 +++++++++---------- .../modules/admin/preferences/searching.pref | 4 ++-- 6 files changed, 35 insertions(+), 35 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -39,8 +39,8 @@ Administration: - pref: noItemTypeImages default: 0 choices: - 1: "No" - 0: "Yes" + 1: "Don't show" + 0: "Show" - - "Default separator for columns in an exported CSV file: " - pref: CSVDelimiter --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref @@ -4,8 +4,8 @@ Authorities: - pref: AuthDisplayHierarchy default: no choices: - 1: Display - 0: "Don't display" + 1: Show + 0: "Don't show" - broader term/narrower term hierarchies when viewing authorities. - - Use the following text to edit how authority records control indicators of attached bibliographic fields (and possibly subfield $2).
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -9,14 +9,14 @@ Cataloging: - - pref: advancedMARCeditor choices: - 1: "Don't display" - 0: Display + 1: "Don't show" + 0: Show - descriptions of fields and subfields in the MARC editor. - - pref: EasyAnalyticalRecords choices: - 1: Display - 0: "Don't display" + 1: Show + 0: "Don't show" - "easy ways to create analytical record relationships." - - pref: EnableAdvancedCatalogingEditor @@ -59,8 +59,8 @@ Cataloging: - - pref: SpineLabelShowPrintOnBibDetails choices: - 1: Display - 0: "Don't display" + 1: Show + 0: "Don't show" - buttons on the bibliographic details page to print item spine labels. - Record structure: @@ -192,8 +192,8 @@ Cataloging: - - pref: hide_marc choices: - 1: "Don't display" - 0: Display + 1: "Don't show" + 0: Show - MARC tag numbers, subfield codes and indicators in MARC views. - - pref: LabelMARCView @@ -255,8 +255,8 @@ Cataloging: - - pref: AcquisitionDetails choices: - 1: Display - 0: "Don't display" + 1: Show + 0: "Don't show" - acquisition details on the bibliographic record detail page. - - "Show the following fields for deleted records after a merge:" --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref @@ -286,14 +286,14 @@ Enhanced content: - - pref: LocalCoverImages choices: - 1: Display - 0: "Don't display" + 1: Show + 0: "Don't show" - local cover images on staff interface search and details pages. - - pref: OPACLocalCoverImages choices: - 1: Display - 0: "Don't display" + 1: Show + 0: "Don't show" - local cover images on OPAC search and details pages. - - pref: AllowMultipleCovers @@ -304,13 +304,13 @@ Enhanced content: - - pref: CustomCoverImages choices: - 1: Display - 0: "Don't display" + 1: Show + 0: "Don't show" - "custom remote URL images in the staff interface.
" - pref: OPACCustomCoverImages choices: - 1: Display - 0: "Don't display" + 1: Show + 0: "Don't show" - "custom remote URL images at the OPAC.
" - "Using the following URL:" - pref: CustomCoverImagesURL --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -106,8 +106,8 @@ OPAC: - pref: OpacNoItemTypeImages default: 0 choices: - 1: "No" - 0: "Yes" + 1: "Don't show" + 0: "Show" - - pref: DisplayOPACiconsXSLT choices: @@ -449,7 +449,7 @@ OPAC: - pref: ShowReviewerPhoto choices: 1: Show - 0: Hide + 0: Don't show - reviewer's avatar beside comments in OPAC. The avatar will be searched on Libravatar using the patron's e-mail address. - - pref: OPACHoldRequests @@ -490,8 +490,8 @@ OPAC: - pref: OPACPopupAuthorsSearch default: 0 choices: - 1: Display - 0: Don't display + 1: Show + 0: Don't show - the list of authors/subjects in a popup for a combined search on OPAC detail pages. - - pref: OpacHoldNotes @@ -504,15 +504,15 @@ OPAC: - pref: OPACAcquisitionDetails default: 0 choices: - 1: Display - 0: Don't display + 1: Show + 0: Don't show - the acquisition details on OPAC detail pages. - - pref: OpacNewsLibrarySelect default: 0 choices: - 1: Display - 0: Don't display + 1: Show + 0: Don't show - a library selection list for news items in the OPAC. - - pref: OPACSuggestionAutoFill @@ -841,8 +841,8 @@ OPAC: - - pref: PatronSelfRegistrationPrefillForm choices: - 1: "Display and prefill" - 0: "Don't display and prefill" + 1: "Show and prefill" + 0: "Don't show and prefill" - "password and login form after a patron has self registered." - - pref: PatronSelfRegistrationConfirmEmail --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref @@ -272,8 +272,8 @@ Searching: - - pref: BiblioItemtypeInfo choices: - 1: "Display" - 0: "Don't display" + 1: "Show" + 0: "Don't show" - ' Koha record level itemtype info on detail and result pages in the OPAC and staff interface. This info also displays if the item-level_itypes system preference is set to bibliographic record.' - - pref: PassItemMarcToXSLT --