@@ -, +, @@ splitting by in about.tt --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 42 ++++++++++++------------ 1 file changed, 21 insertions(+), 21 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -139,9 +139,9 @@ You have set UseQueryParser but there was a problem inititializing QueryParser. [% IF QueryParserError.fallback %] The 'queryparser_config' entry is missing in your configuration file. - [% QueryParserError.file %] was used instead without success. + The following configuration file was used without success: [% QueryParserError.file %]. [% ELSE %] - The following configuration file was used without success: [% QueryParserError.file %]. + The following configuration file was used without success: [% QueryParserError.file %]. [% END %] @@ -167,71 +167,71 @@ Warning The <zebra_bib_index_mode> entry is missing in your configuration file. - It should be set to dom or grs1 (deprecated). - It will default to dom. + It should be set to 'dom' or 'grs1' (deprecated). + It will default to 'dom'. [% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %] Info - Your configuration file still seems to be set up for grs1. + Your configuration file still seems to be set up for 'grs1'. [% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %] Info - Your configuration file seems to be set up for dom. + Your configuration file seems to be set up for 'dom'. [% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %] Warning The <zebra_auth_index_mode> entry is missing in your configuration file. - It should be set to dom or grs1 (deprecated). - It will default to dom. + It should be set to 'dom' or 'grs1' (deprecated). + It will default to 'dom'. [% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %] Info - Your configuration file still seems to be set up for grs1. + Your configuration file still seems to be set up for 'grs1'. [% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %] Info - Your configuration file seems to be set up for dom. + Your configuration file seems to be set up for 'dom'. [% ELSIF config_entry.error == 'zebra_bib_grs_warn' %] Warning - The <zebra_bib_index_mode> entry is set to grs1. + The <zebra_bib_index_mode> entry is set to 'grs1'. GRS-1 support is now deprecated and will be removed in future releases. Please use DOM instead by setting <zebra_bib_index_mode> to - dom (full reindex required). + 'dom' (full reindex required). [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %] Warning - The <zebra_bib_index_mode> entry is set to dom, but your system still appears to be set up for grs1 indexing. + The <zebra_bib_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing. [% ELSIF config_entry.error == 'zebra_auth_grs_warn' %] Warning - The <zebra_auth_index_mode> entry is set to grs1. + The <zebra_auth_index_mode> entry is set to 'grs1'. GRS-1 support is now deprecated and will be removed in future releases. Please use DOM instead by setting <zebra_auth_index_mode> to - dom (full reindex required). + 'dom' (full reindex required). [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %] Warning - The <zebra_auth_index_mode> entry is set to dom, but your system still appears to be set up for grs1 indexing. + The <zebra_auth_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing. [% ELSIF config_entry.error == 'queryparser_entry_missing' %] Warning You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration - file. [% config_entry.file %] is used as a fallback. + file. [% config_entry.file %] is used as a fallback. [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %] @@ -244,7 +244,7 @@ [% ELSIF config_entry.error == 'use_zebra_facets_needs_dom' %] Warning - You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to dom. Falling back + You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to 'dom'. Falling back to legacy facet calculation. @@ -258,16 +258,16 @@ [% ELSIF config_entry.error == 'uploadpath_entry_missing' %] Warning - You are missing the <upload_path> entry in your koha-conf.xml file. Please + You are missing the <upload_path> entry in your koha-conf.xml file. Please add it, pointing to the configured file upload directory for your Koha instance. [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %] Warning - You are missing the <upload_path> entry in your koha-conf.xml file. Please + You are missing the <upload_path> entry in your koha-conf.xml file. Please add it, pointing to the configured file upload directory for your Koha instance. - Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work. + Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work. [% END %] --