From 314ccfc4ac445ffab12495dd55727cbc2f760cea 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 --- .../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 | 24 ++++++-- .../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, 695 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 be9e60b569..5cf37a98e2 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 47b2142fea..b429d6b99a 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 85784a2e84..4b8428e395 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 d439db6dfb..2a90106dc3 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 6e0bf42f24..0d3519104e 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 91435a27a4..dd931cc784 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 22a1eca100..7bfdd01129 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 02f6d1bba4..ab7f182c4f 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 677177e836..899d967f80 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 c97d5c62e9..a72337014a 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 600c03c381..68d14a63aa 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 6afbb9d8f1..7a89dcb467 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 bfc291d3d8..22849755c1 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 0a709984e6..9ed3cb9508 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 00f340f70a..1cd0518df4 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 a6aa3fe5fd..fcada7075e 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 00dfa35f4f..83d8f51cf0 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 b67341044a..4604800edb 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 9c7ac05c9f..e4040beb31 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 90e4e528a0..a87f46ce54 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 74dd4047ca..65195479d8 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 fd96291086..f5426f2289 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 0027043715..c4427f0aa5 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 4e7cd0eec1..920841d12c 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 1698ee648a..f550b5bdee 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 2d3a7e1a29..e6d163f852 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 73f7c7e214..8aec826fe6 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 607ba305cf..5fbec255a6 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 e0a330ba21..f3cac515e1 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("css/preferences.css") | $raw %] [% Asset.css("lib/jquery/plugins/multiple-select/multiple-select.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 5b9dcc7ca4..090a6e3e42 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 239ee38597..53412ca92f 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 adecb5af10..bb358605f6 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 60b361e8ed..438d75f6a5 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' %]