From 3535e61a44d2d2fc5092fc4e7f52000566ceffc1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 6 Jun 2023 15:04:43 +0000 Subject: [PATCH] Bug 33909: Improve translation of title tags: Administration This patch updates administration templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following Administration pages have the correct title tags: - Libraries - Library groups - Item types - Authorized values - Patron categories - Circulation and fines rules - Patron attribute types - Library transfer limits - Library transfer limits advanced editor - Transport cost matrix - Item circulation alerts - Cities and towns - Curbside pickup - Patron restriction types - Debit types - Credit types - Cash registers - Manage plugins - Manage jobs - MARC bibliographic framework - Koha to MARC mapping - MARC Bibliographic framework test - Authority types - Classification configuration - Record matching rules - Record overlay rules - OAI sets configuration - Item search fields - Search engine configuration - Currencies and exchange rates - Budgets - Funds - EDI accounts - Library EANs - Network Printers - Identity providers - Z39.50/SRU servers - SMTP servers - Did you mean? - Table settings - Audio alerts - Share your usage statistics - Share content with Mana KB - Additional fields - Keyboard shortcuts Signed-off-by: Caroline Cyr La Rose --- .../en/modules/admin/additional-fields.tt | 19 +++++-- .../prog/en/modules/admin/admin-home.tt | 7 ++- .../en/modules/admin/adveditorshortcuts.tt | 7 ++- .../prog/en/modules/admin/aqbudgetperiods.tt | 40 ++++++------- .../prog/en/modules/admin/aqbudgets.tt | 18 +++++- .../prog/en/modules/admin/aqcontract.tt | 37 ++++++++---- .../prog/en/modules/admin/aqplan.tt | 9 ++- .../prog/en/modules/admin/audio_alerts.tt | 7 ++- .../modules/admin/auth_subfields_structure.tt | 7 ++- .../en/modules/admin/auth_tag_structure.tt | 54 +++++++++++------- .../en/modules/admin/authorised_values.tt | 23 +++++--- .../prog/en/modules/admin/authtypes.tt | 25 +++++---- .../prog/en/modules/admin/background_jobs.tt | 12 ++-- .../prog/en/modules/admin/biblio_framework.tt | 25 +++++---- .../modules/admin/branch_transfer_limits.tt | 7 ++- .../prog/en/modules/admin/branches.tt | 27 +++++---- .../prog/en/modules/admin/cash_registers.tt | 25 +++++---- .../prog/en/modules/admin/categories.tt | 19 ++++--- .../prog/en/modules/admin/checkmarc.tt | 12 +++- .../prog/en/modules/admin/cities.tt | 6 +- .../prog/en/modules/admin/classsources.tt | 44 ++++++++------- .../prog/en/modules/admin/clone-rules.tt | 8 ++- .../prog/en/modules/admin/columns_settings.tt | 7 ++- .../prog/en/modules/admin/credit_types.tt | 17 +++--- .../prog/en/modules/admin/curbside_pickup.tt | 10 ++-- .../prog/en/modules/admin/currency.tt | 23 ++++++-- .../prog/en/modules/admin/debit_types.tt | 16 ++++-- .../prog/en/modules/admin/desks.tt | 19 ++++--- .../prog/en/modules/admin/didyoumean.tt | 7 ++- .../prog/en/modules/admin/edi_accounts.tt | 26 +++++---- .../prog/en/modules/admin/edi_ean_accounts.tt | 27 +++++---- .../admin/identity_provider_domains.tt | 16 ++++-- .../en/modules/admin/identity_providers.tt | 16 ++++-- .../modules/admin/item_circulation_alerts.tt | 7 ++- .../en/modules/admin/items_search_field.tt | 9 ++- .../en/modules/admin/items_search_fields.tt | 7 ++- .../prog/en/modules/admin/itemtypes.tt | 40 +++++++------ .../prog/en/modules/admin/koha2marclinks.tt | 7 ++- .../prog/en/modules/admin/library_groups.tt | 7 ++- .../prog/en/modules/admin/localization.tt | 6 +- .../en/modules/admin/marc-overlay-rules.tt | 9 ++- .../modules/admin/marc_subfields_structure.tt | 56 +++++++++---------- .../prog/en/modules/admin/marctagstructure.tt | 34 ++++++----- .../prog/en/modules/admin/matching-rules.tt | 20 ++++--- .../prog/en/modules/admin/oai_set_mappings.tt | 8 ++- .../prog/en/modules/admin/oai_sets.tt | 12 ++-- .../prog/en/modules/admin/overdrive.tt | 7 ++- .../en/modules/admin/patron-attr-types.tt | 28 ++++++---- .../prog/en/modules/admin/preferences.tt | 7 ++- .../prog/en/modules/admin/restrictions.tt | 18 +++++- .../prog/en/modules/admin/search_filters.tt | 9 ++- .../searchengine/elasticsearch/mappings.tt | 6 +- .../prog/en/modules/admin/share_content.tt | 9 ++- .../prog/en/modules/admin/smart-rules.tt | 7 ++- .../prog/en/modules/admin/sms_providers.tt | 7 ++- .../prog/en/modules/admin/smtp_servers.tt | 16 ++++-- .../prog/en/modules/admin/sru_modmapping.tt | 6 +- .../en/modules/admin/sru_modmapping_auth.tt | 6 +- .../en/modules/admin/systempreferences.tt | 29 +++++----- .../prog/en/modules/admin/transfer_limits.tt | 7 ++- .../en/modules/admin/transport-cost-matrix.tt | 7 ++- .../prog/en/modules/admin/usage_statistics.tt | 7 ++- .../prog/en/modules/admin/z3950servers.tt | 36 ++++++------ 63 files changed, 694 insertions(+), 362 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt index 9182a16b8b9..7ebfb3d7fad 100755 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt @@ -1,13 +1,22 @@ [% USE AuthorisedValues %] [% USE raw %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - +<title>[% FILTER collapse %] [% SWITCH op %] - [% CASE 'add_form' %][% IF field %]Modify additional field '[% field.name | html %]'[% ELSE %]Add additional field[% END %] - [% CASE %]Manage additional fields - [% END %] › Administration › Koha - + [% CASE 'add_form' %] + [% IF field %] + [% tx("Modify additional field '{field_name}'", { field_name = field.name }) | html %] + [% ELSE %] + [% t("Add additional field") | html %] + [% END %] + [% CASE %] + [% t("Manage additional fields") | html %] + [% END %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt index 47b2142fea0..b429d6b99a8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt @@ -1,9 +1,12 @@ - [% USE raw %] [% USE Koha %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Administration › Koha +[% FILTER collapse %] + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt index 85784a2e848..4b8428e395c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt @@ -1,9 +1,14 @@ [% USE raw %] [% USE Asset %] [% USE Koha %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Advanced editor shortcuts › Administration › Koha +[% FILTER collapse %] + [% t("Advanced editor shortcuts") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt index bfc45230b90..84e44e25a09 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt @@ -2,6 +2,7 @@ [% USE Asset %] [% USE KohaDates %] [% USE Price %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [%- BLOCK action_menu %]
@@ -40,34 +41,33 @@ [% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %] [% END %] - +<title>[% FILTER collapse %] [% IF ( add_form ) %] [% IF ( budget_period_id ) %] - Modify budget [% budget_period_description | html %] + [% tx("Modify budget {budget_period_description}", { budget_period_description = budget_period_description }) | html %] [% ELSE %] - Add budget - [% END %] › [% END %] - + [% t("Add budget") | html %] + [% END %] › + [% END %] [% IF ( duplicate_form ) %] - Duplicate budget › [% END %] - + [% t("Duplicate budget") | html %] › + [% END %] [% IF ( delete_confirm ) %] - Delete budget '[% budget_period_description | html %]'? › [% END %] - + [% tx("Delete budget '{budget_period_description}'?", { budget_period_description = budget_period_description }) | html %] › + [% END %] [% IF ( delete_confirmed ) %] - Data deleted › [% END %] - + [% t("Data deleted") | html %] › + [% END %] [% IF close_form %] - Close budget [% budget_period_description | html %] › [% END %] - + [% tx("Close budget {budget_period_description}", { budget_period_description = budget_period_description }) | html %] › + [% END %] [% IF closed %] - Budget [% budget_period_description | html %] closed › [% END %] - - Budgets › Administration › Koha - - - - + [% tx("Budget {budget_period_description} closed", { budget_period_description = budget_period_description }) | html %] › + [% END %] + [% t("Budgets") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index 23e84e043e9..b3e99fb56d6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -3,10 +3,26 @@ [% USE AuthorisedValues %] [% USE Branches %] [% USE Price %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -[% IF op == 'add_form' %][% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name | html %]'[% END %][% ELSE %]Add fund[% END %] ›[% END %] Funds › Administration › Koha +[% FILTER collapse %] + [% IF op == 'add_form' %] + [% IF ( budget_id ) %] + [% IF ( budget_name ) %] + [% tx("Modify fund '{fund_name}'", { fund_name = budget_name }) | html %] + [% ELSE %] + [% t("Modify fund") | html %] + [% END %] + [% ELSE %] + [% t("Add fund") | html %] + [% END %] › + [% END %] + [% t("Funds") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt index 8a2979a421c..4d3338e9a0e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt @@ -1,22 +1,37 @@ [% USE raw %] [% USE Asset %] [% USE KohaDates %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - -[% IF ( add_form ) %] - [% IF ( contractnumber ) %]Modify contract '[% contractname | html %]' -[% ELSE %]New contract[% END %] -[% END %] -[% IF ( else ) %]Contracts of [% booksellername | html %][% END %] -[% IF ( add_validate ) %]Data recorded[% END %] -[% IF ( delete_confirm ) %]Confirm deletion of contract '[% contractnumber | html %]'[% END %] -[% IF ( delete_confirmed ) %]Contract deleted[% END %] - › Contracts › Acquisitions › Koha - +[% FILTER collapse %] + [% IF ( add_form ) %] + [% IF ( contractnumber ) %] + [% tx("Modify contract {contractname}", { contractname = contractname }) | html %] + [% ELSE %] + [% t("New contract") | html %] + [% END %] + [% END %] + [% IF ( else ) %] + [% tx("Contracts of {vendor}", { vendor = booksellername }) | html %] + [% END %] + [% IF ( add_validate ) %] + [% t("Data recorded") | html %] + [% END %] + [% IF ( delete_confirm ) %] + [% tx("Confirm deletion of contract '{contractnumber}'", { contractnumber = contractnumber }) | html %] + [% END %] + [% IF ( delete_confirmed ) %] + [% t("Contract deleted") | html %] + [% END %] › + [% t("Contracts") | html %] › + [% t("Acquisitions") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] + [% WRAPPER 'header.inc' %] [% INCLUDE 'contracts-admin-search.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt index 22a1eca1006..7bfdd011294 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt @@ -1,10 +1,17 @@ [% USE raw %] [% USE Asset %] [% USE Price %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% PROCESS 'budget_planning.inc' %] -Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %] › Funds › Budgets › Administration › Koha +[% FILTER collapse %] + [% tx("Planning for {fund}", { fund = budget_period_description }) | html %][% PROCESS planning plan=authcat %] › + [% t("Funds") | html %] › + [% t("Budgets") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt index 3638e29e627..c25ac790247 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt @@ -1,9 +1,14 @@ [% USE raw %] [% USE Asset %] [% USE Koha %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Audio alerts › Administration › Koha +[% FILTER collapse %] + [% t("Audio alerts") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt index ec758d69d69..c7591dbdd18 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt @@ -1,8 +1,13 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Authority MARC subfield structure › Administration › Koha +[% FILTER collapse %] + [% t("Authority MARC subfield structure") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt index 78e4cdc20de..b967e80737b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt @@ -1,38 +1,52 @@ [% USE raw %] [% USE Asset %] [% USE AuthorisedValues %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - +<title>[% FILTER collapse %] [% IF ( add_form ) %] [% IF ( use_heading_flags_p ) %] [% IF ( heading_modify_tag_p ) %] - Modify tag › [% IF ( authtypecode ) %] - [% authtypecode | html %] Framework + [% t("Modify tag ") | html %] › + [% IF ( authtypecode ) %] + [% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %] [% ELSE %] - Default framework - [% END %] › [% END %] + [% t("Default framework") | html %] + [% END %] › + [% END %] [% IF ( heading_add_tag_p ) %] - New tag › [% IF ( authtypecode ) %] - [% authtypecode | html %] Framework + [% t("New tag") | html %] › + [% IF ( authtypecode ) %] + [% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %] [% ELSE %] - Default framework - [% END %] › [% END %] + [% t("Default framework") | html %] + [% END %] › + [% END %] [% ELSE %] - [% action | html %] › [% END %] + [% action | html %] › + [% END %] [% END %] [% IF ( delete_confirm ) %] - Confirm deletion › [% IF ( authtypecode ) %] - [% authtypecode | html %] Framework - [% ELSE %]Default framework - [% END %] › [% END %] + [% t("Confirm deletion") | html %] › + [% IF ( authtypecode ) %] + [% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %] + [% ELSE %] + [% t("Default framework") | html %] + [% END %] › + [% END %] [% IF ( delete_confirmed ) %] - Data deleted › [% IF ( authtypecode ) %] - [% authtypecode | html %] Framework - [% ELSE %]Default framework - [% END %] › [% END %] -Authority MARC framework › Administration › Koha - + [% t("Data deleted") | html %] › + [% IF ( authtypecode ) %] + [% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %] + [% ELSE %] + [% t("Default framework") | html %] + [% END %] › + [% END %] + [% t("Authority MARC framework") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index b7e58a28d6c..0bcd8c984e9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -1,18 +1,27 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - +<title>[% FILTER collapse %] [% IF op == 'add_form' %] - [% IF ( action_modify ) %]Modify authorized value › [% END %] - [% IF ( action_add_value ) %]New authorized value › [% END %] - [% IF ( action_add_category ) %]New category › [% END %] + [% IF ( action_modify ) %] + [% t("Modify authorized value") | html %] › + [% END %] + [% IF ( action_add_value ) %] + [% t("New authorized value") | html %] › + [% END %] + [% IF ( action_add_category ) %] + [% t("New category") | html %] › + [% END %] [% IF ( action_modify || action_add_value ) %] - Authorized values for category [% category_name | html %] › + [% tx("Authorized values for category {category_name}", { category_name = category_name }) | html %] › [% END %] [% END %] - Authorized values › Administration › Koha - + [% t("Authorized values") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] [% FILTER collapse %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt index 0b7e8ae57fa..e0128143e96 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -1,17 +1,22 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - -[% IF op == 'add_form' %] - [% IF authority_type.authtypecode.defined %] - Modify authority type - [% ELSE %] - New authority type - [% END %] › [% ELSIF op == 'delete_confirm' %] - Confirm deletion of authority type › [% END %] -Authority types › Administration › Koha - +[% FILTER collapse %] + [% IF op == 'add_form' %] + [% IF authority_type.authtypecode.defined %] + [% t("Modify authority type") | html %] + [% ELSE %] + [% t("New authority type") | html %] + [% END %] › + [% ELSIF op == 'delete_confirm' %] + [% t("Confirm deletion of authority type") | html %] › + [% END %] + [% t("Authority types") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt index 51b4ff6950f..49708ae6107 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt @@ -2,15 +2,17 @@ [% USE KohaDates %] [% USE Asset %] [% USE KohaDates %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - +<title>[% FILTER collapse %] [% IF op == 'view' %] - Details of job #[% job.id | html %] › + [% tx("Details of job #{job_id}", { job_id = job.id }) | html %] › [% END %] - Jobs › - Administration › Koha - + [% t("Jobs") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt index 5ba2841c411..920a43f00a5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -1,17 +1,22 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - -[% IF op == 'add_form' %] - [% IF framework %] - Modify framework text - [% ELSE %] - Add framework - [% END %] › [% ELSIF op == 'delete_confirm' %] - Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])? › [% END %] -MARC frameworks › Administration › Koha - +[% FILTER collapse %] + [% IF op == 'add_form' %] + [% IF framework %] + [% t("Modify framework text") | html %] + [% ELSE %] + [% t("Add framework") | html %] + [% END %] › + [% ELSIF op == 'delete_confirm' %] + [% tx("Delete framework for {framework} ({frameworkcode})?", { framework = framework.frameworktext, frameworkcode = framework.frameworkcode }) | html %] › + [% END %] + [% t("MARC frameworks") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt index 2ac8d5467e2..198580ae25b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt @@ -1,9 +1,14 @@ [% USE raw %] [% USE Asset %] [% USE Branches %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Library checkin and transfer policy › Administration › Koha +[% FILTER collapse %] + [% t("Library checkin and transfer policy") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index a413c4c0654..89360f79e70 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -1,22 +1,27 @@ [% USE Koha %] [% USE raw %] [% USE Asset %] -[% SET footerjs = 1 %] [% USE TablesSettings %] [%- USE KohaSpan -%] +[% PROCESS 'i18n.inc' %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% IF library %][% SET OpacLibraryInfo = library.opac_info( lang => lang ) %][% END %] - -[% IF op == 'add_form' %] - [% IF library %] - Modify library - [% ELSE %] - New library [% library.branchcode | html %] - [% END %] › [% ELSIF op == 'delete_confirm' %] - Confirm deletion of library '[% library.branchcode | html %]' › [% END %] -Libraries › Administration › Koha - +[% FILTER collapse %] + [% IF op == 'add_form' %] + [% IF library %] + [% t("Modify library") | html %] + [% ELSE %] + [% tx("New library {library}", { library = library.branchcode }) | html %] + [% END %] › + [% ELSIF op == 'delete_confirm' %] + [% tx("Confirm deletion of library '{library}'", { library = library.branchcode }) | html %] › + [% END %] + [% t("Libraries") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt index 41bdd3b63ee..2c5cf2236a3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt @@ -2,18 +2,23 @@ [% USE Asset %] [% USE Branches %] [% USE Price %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - -[% IF op == 'add_form' %] - [% IF cash_register %] - Modify cash register - [% ELSE %] - New cash register [% cash_register.id | html %] - [% END %] › [% ELSIF op == 'delete_confirm' %] - Confirm deletion of cash register '[% cash_register.id | html %]' › [% END %] -Cash registers › Administration › Koha - +[% FILTER collapse %] + [% IF op == 'add_form' %] + [% IF cash_register %] + [% tx("Modify cash register {cash_register}", { cash_register = cash_register.id }) | html %] + [% ELSE %] + [% t("New cash register") | html %] + [% END %] › + [% ELSIF op == 'delete_confirm' %] + [% tx("Confirm deletion of cash register '{cash_register}'", { cash_register = cash_register.id }) | html %] › + [% END %] + [% t("Cash registers") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt index a1d49cadc77..89f522c24bf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -5,26 +5,27 @@ [% USE KohaDates %] [% USE Price %] [% USE TablesSettings %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% IF op == 'add_form' %] [% IF ( categorycode ) %] - Modify category '[% categorycode | html %]' + [% tx("Modify category '{categorycode}'", { categorycode = categorycode }) | html %] [% ELSE %] - New category - [% END %] - › + [% t("New category") | html %] + [% END %] › [% END %] [% IF op == 'delete_confirm' %] [% IF ( patrons_in_category > 0 ) %] - Cannot delete: category [% categorycode | html %] in use + [% tx("Cannot delete: category '{categorycode}'", { categorycode = categorycode }) | html %] [% ELSE %] - Confirm deletion of category '[% categorycode | html %]' - [% END %] - › + [% tx("Confirm deletion of category '{categorycode}'", { categorycode = categorycode }) | html %] + [% END %] › [% END %] - Patron categories › Administration › Koha + [% t("Patron categories") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt index 9c7ac05c9f7..e4040beb314 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt @@ -1,9 +1,17 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -MARC check -[% IF ( total ) %] :[% total | html %] errors found[% ELSE %] : Configuration OK![% END %] › Administration › Koha +[% FILTER collapse %] + [% IF ( total ) %] + [% tx("MARC check: {total} errors found", { total = total }) | html %] + [% ELSE %] + [% t("MARC check: Configuration OK!") | html %] + [% END %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt index d3759067448..d5306a06804 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt @@ -1,8 +1,8 @@ [% USE raw %] [% USE Asset %] -[% SET footerjs = 1 %] [% USE TablesSettings %] [% PROCESS 'i18n.inc' %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% IF op =='add_form' %] @@ -16,7 +16,9 @@ [% t("Confirm deletion of city") | html %] › [% END %] [% END %] - [% t("Cities") | html %] › [% t("Administration") | html %] › [% t("Koha") | html %] + [% t("Cities") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt index 814d52c3d3c..e5a3981c912 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt @@ -1,26 +1,32 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - -[% IF op == 'add_source' %] - [% IF class_source %] - Modify classification source - [% ELSE %] - Add classification source - [% END %] › [% ELSIF op == 'add_sort_rule' %] - [% IF sort_rule %] - Modify filing rule - [% ELSE %] - Add filing rule - [% END %] › [% ELSIF op == 'add_split_rule' %] - [% IF split_rule %] - Modify splitting rule - [% ELSE %] - Add splitting rule - [% END %] › [% END %] -Classification sources › Administration › Koha - +[% FILTER collapse %] + [% IF op == 'add_source' %] + [% IF class_source %] + [% t("Modify classification source") | html %] + [% ELSE %] + [% t("Add classification source") | html %] + [% END %] › + [% ELSIF op == 'add_sort_rule' %] + [% IF sort_rule %] + [% t("Modify filing rule") | html %] + [% ELSE %] + [% t("Add filing rule") | html %] + [% END %] › + [% ELSIF op == 'add_split_rule' %] + [% IF split_rule %] + [% t("Modify splitting rule") | html %] + [% ELSE %] + [% t("Add splitting rule") | html %] + [% END %] › + [% END %] + [% t("Classification sources") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt index 8b7a1bc813e..8a6f1d89731 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt @@ -1,12 +1,17 @@ [% USE raw %] [% USE To %] [% USE Asset %] -[% SET footerjs = 1 %] [% USE Koha %] [% USE KohaSpan %] [% PROCESS 'i18n.inc' %] +[% PROCESS 'i18n.inc' %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -MARC overlay rules › Koha › Administration +[% FILTER collapse %] + [% t("MARC overlay rules") | html %] › + [% t("Koha") | html %] › + [% t("Administration") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt index 89b5775e077..6568a2070fc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt @@ -1,23 +1,27 @@ [% USE raw %] [% USE Asset %] [% USE AuthorisedValues %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - -[% IF ( add_form ) %] - [% IF heading_add_tag_p %] - Add tag [% searchfield | html %] - [% ELSE %] - Modify tag [% searchfield | html %] - [% END %] › [% END %] - -[% IF ( delete_confirm ) %] - Confirm deletion of tag '[% searchfield | html %]' › [% END %] - -[% IF ( delete_confirmed ) %] - Data deleted › [% END %] -MARC frameworks › Administration › Koha - +[% FILTER collapse %] + [% IF ( add_form ) %] + [% IF heading_add_tag_p %] + [% tx("Add tag {searchfield}", { searchfield = searchfield }) | html %] + [% ELSE %] + [% tx("Modify tag {searchfield}", { searchfield = searchfield }) | html %] + [% END %] › + [% END %] + [% IF ( delete_confirm ) %] + [% tx("Confirm deletion of tag {searchfield}", { searchfield = searchfield }) | html %] › + [% END %] + [% IF ( delete_confirmed ) %] + [% t("Data deleted") | html %] › + [% END %] + [% t("MARC frameworks") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt index 1e57883c1f0..0c1e2922155 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt @@ -1,19 +1,23 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - +<title>[% FILTER collapse %] [% IF ( matching_rule_form ) %] [% IF ( edit_matching_rule ) %] - Modify record matching rule › [% ELSE %] - Add record matching rule › [% END %] + [% t("Modify record matching rule") | html %] › + [% ELSE %] + [% t("Add record matching rule") | html %] › + [% END %] [% END %] - [% IF ( delete_matching_rule_form ) %] - Confirm deletion of record matching rule "[% code | html %]" › [% END %] - - Record matching rules › Administration › Koha - + [% tx("Confirm deletion of record matching rule '{code}'", { code = code }) | html %] › + [% END %] + [% t("Record matching rules") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK norms_text %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt index 140e834befe..fe64fd4b8c1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt @@ -1,8 +1,14 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -OAI set mappings › OAI sets › Administration › Koha +[% FILTER collapse %] + [% t("OAI set mappings") | html %] › + [% t("OAI sets") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt index 82724949bfe..928cff31ec3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt @@ -1,12 +1,16 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - +<title>[% FILTER collapse %] [% IF ( op_new ) %] - Add a new OAI set › [% END %] - OAI sets configuration › Administration › Koha - + [% t("Add a new OAI set") | html %] › + [% END %] + [% t("OAI sets configuration") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt index 73f7c7e214c..8aec826fe6f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt @@ -2,9 +2,14 @@ [% USE Asset %] [% USE Branches %] [% USE HtmlTags %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -OverDrive library authnames › Administration › Koha +[% FILTER collapse %] + [% t("OverDrive library authnames") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt index c7d2afb18cd..2129798b317 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -4,20 +4,24 @@ [% USE AuthorisedValues %] [% USE Branches %] [% USE scalar %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - -[% IF ( attribute_type_form ) %] - [% IF ( edit_attribute_type ) %] - Modify patron attribute type › [% ELSE %] - Add patron attribute type › [% END %] -[% END %] - -[% IF ( delete_attribute_type_form ) %] - Confirm deletion of patron attribute type "[% code | html %]" › [% END %] - -Patron attribute types › Administration › Koha - +[% FILTER collapse %] + [% IF ( attribute_type_form ) %] + [% IF ( edit_attribute_type ) %] + [% t("Modify patron attribute type") | html %] › + [% ELSE %] + [% t("Add patron attribute type") | html %] › + [% END %] + [% END %] + [% IF ( delete_attribute_type_form ) %] + [% tx("Confirm deletion of patron attribute type '{code}'", { code = code }) | html %] › + [% END %] + [% t("Patron attribute types") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt index 1bc14581413..1f0f82e8b9a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -3,9 +3,14 @@ [% USE Asset %] [% USE Koha %] [% USE HtmlId %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -System preferences › Administration › Koha +[% FILTER collapse %] + [% t("System preferences") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("lib/jquery/plugins/multiple-select/multiple-select.min.css") | $raw %] [% Asset.css("css/preferences.css") | $raw %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt index c26c8350341..59576114c12 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt @@ -4,9 +4,21 @@ [% PROCESS 'restriction-types.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -[% IF op == 'add_form' %][% IF ( restriction ) %]Modify restriction type '[% PROCESS restriction_type_description restriction_type=restriction %]' › [% ELSE %]New restriction type › [% END %][% END %] -[% IF op == 'delete_confirm' %]Confirm deletion of restriction type '[% PROCESS restriction_type_description restriction_type=restriction %]' › [% END %]Patron restriction types › Administration › Koha - +[% FILTER collapse %] + [% IF op == 'add_form' %] + [% IF ( restriction ) %] + [% t("Modify restriction type") | html %] '[% PROCESS restriction_type_description restriction_type=restriction %]' › + [% ELSE %] + [% t("New restriction type") | html %] › + [% END %] + [% END %] + [% IF op == 'delete_confirm' %] + [% t("Confirm deletion of restriction type") | html %] '[% PROCESS restriction_type_description restriction_type=restriction %]' › + [% END %] + [% t("Patron restriction types") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/search_filters.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/search_filters.tt index f3d6ae5ec2f..0777c168cc9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/search_filters.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/search_filters.tt @@ -1,9 +1,14 @@ [% USE raw %] [% USE Asset %] -[% SET footerjs = 1 %] [% USE AuthorisedValues %] +[% PROCESS 'i18n.inc' %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - Search filters › Administration › Koha + [% FILTER collapse %] + [% t("Search filters") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt index 5a1cf263fc1..603a9b7d0b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt @@ -3,7 +3,11 @@ [% SET footerjs = 1 %] [% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -Search engine configuration (Elasticsearch) › Administration › Koha +[% FILTER collapse %] + [% t("Search engine configuration (Elasticsearch)") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt index 60b361e8ed4..438d75f6a5c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt @@ -2,8 +2,13 @@ [% USE Asset %] [% USE Branches %] [% SET footerjs = 1 %] +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -Transport cost matrix › Administration › Koha +[% FILTER collapse %] + [% t("Transport cost matrix") | html %] › + [% t("Administration") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %]