Bugzilla – Attachment 155080 Details for
Bug 33908
Improve translation of title tags: Acquisitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33908: Improve translation of title tags: Acquisitions
Bug-33908-Improve-translation-of-title-tags-Acquis.patch (text/plain), 34.26 KB, created by
Jonathan Druart
on 2023-09-01 09:28:08 UTC
(
hide
)
Description:
Bug 33908: Improve translation of title tags: Acquisitions
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-09-01 09:28:08 UTC
Size:
34.26 KB
patch
obsolete
>From 2fa3eff86c4ba4d2ffdced4e0591ece69b8685aa Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 6 Jun 2023 14:59:36 +0000 >Subject: [PATCH] Bug 33908: Improve translation of title tags: Acquisitions > >This patch updates acquisitions, suggestions, and ERM templates so that >title tags can be more easily translated. > >To test, apply the patch and confirm that the following pages have the >correct title tags: > > - Acquisitions -> Acquisitions home > - Ordered > - Spent > - Vendors: Search, new, edit > - Baskets: New, edit > - New order > - From an empty record > - From an existing record > - From existing orders (copy) > - From a suggestion > - From a subscription > - From an external source > - From a staged file > - Basket groups > - Receive shipments > - Uncertain prices > - Late orders > - Suggestions > - Invoices > - Invoice details > - Invoice files > - Receive orders > - Transfer order > - Cancel order > - EDIFACT messages > - Order search > - ERM > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/en/modules/acqui/acqui-home.tt | 6 +- > .../prog/en/modules/acqui/addorder.tt | 8 ++- > .../prog/en/modules/acqui/addorderiso2709.tt | 62 ++++++++++--------- > .../prog/en/modules/acqui/basket.tt | 6 +- > .../prog/en/modules/acqui/basketgroup.tt | 6 +- > .../prog/en/modules/acqui/basketheader.tt | 15 +++-- > .../prog/en/modules/acqui/booksellers.tt | 8 ++- > .../prog/en/modules/acqui/cancelorder.tt | 7 ++- > .../prog/en/modules/acqui/duplicate_orders.tt | 14 +++-- > .../prog/en/modules/acqui/edi_ean.tt | 7 ++- > .../prog/en/modules/acqui/edifactmsgs.tt | 7 ++- > .../prog/en/modules/acqui/edimsg.tt | 7 ++- > .../prog/en/modules/acqui/histsearch.tt | 12 +++- > .../prog/en/modules/acqui/invoice-files.tt | 8 ++- > .../prog/en/modules/acqui/invoice.tt | 8 ++- > .../prog/en/modules/acqui/invoices.tt | 7 ++- > .../prog/en/modules/acqui/lateorders.tt | 7 ++- > .../prog/en/modules/acqui/moddeliverydate.tt | 7 ++- > .../prog/en/modules/acqui/modordernotes.tt | 16 +++-- > .../prog/en/modules/acqui/neworderempty.tt | 12 +++- > .../modules/acqui/neworderempty_duplicate.tt | 8 ++- > .../en/modules/acqui/newordersubscription.tt | 6 +- > .../en/modules/acqui/newordersuggestion.tt | 6 +- > .../prog/en/modules/acqui/ordered.tt | 6 +- > .../prog/en/modules/acqui/orderreceive.tt | 11 +++- > .../prog/en/modules/acqui/parcel.tt | 17 +++-- > .../prog/en/modules/acqui/parcels.tt | 7 ++- > .../prog/en/modules/acqui/showorder.tt | 8 ++- > .../prog/en/modules/acqui/spent.tt | 6 +- > .../prog/en/modules/acqui/supplier.tt | 6 +- > .../prog/en/modules/acqui/transferorder.tt | 7 ++- > .../prog/en/modules/acqui/uncertainprice.tt | 10 ++- > .../prog/en/modules/acqui/z3950_search.tt | 11 +++- > .../intranet-tmpl/prog/en/modules/erm/erm.tt | 9 +-- > .../prog/en/modules/suggestion/suggestion.tt | 21 +++---- > 35 files changed, 273 insertions(+), 96 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index 6fa7008a908..de4aedbcd29 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -4,8 +4,12 @@ > [% USE Branches %] > [% USE TablesSettings %] > [% SET footerjs = 1 %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %] > </head> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt >index 90d07cf0ba2..46ac8d57146 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt >@@ -1,5 +1,11 @@ >+[% USE raw %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE "doc-head-open.inc" %] >-<title>Add order › Acquisition › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Add order") | html %] › >+ [% t("Acquisition") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE "doc-head-close.inc" %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index 4440130df66..e598629e03e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -3,38 +3,44 @@ > [% USE KohaDates %] > [% USE Branches %] > [% USE Price %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title> >-[% IF ( batch_details ) %] >- Batch [% import_batch_id | html %] >-[% ELSE %] >- Batch list >-[% END %] › Order staged MARC records › Acquisitions › Koha >-</title> >-<style> >- .biblio { >- padding: 0 .5em; >- margin:0; >- } >- .order_details { >- display: flex; >- justify-content: space-between; >- } >- .biblio .actions { >- float: right; >- } >- @media (max-width: 992px) { >+<title>[% FILTER collapse %] >+ [% IF ( batch_details ) %] >+ [% tx('Batch {batch_id}', { batch_id = import_batch_id } ) | html %] >+ [% ELSE %] >+ [% t("Batch list") | html %] >+ [% END %] › >+ [% t("Order staged MARC records") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> >+[% FILTER collapse %] >+ <style> >+ .biblio { >+ padding: 0 .5em; >+ margin:0; >+ } > .order_details { >- display: block; >+ display: flex; >+ justify-content: space-between; >+ } >+ .biblio .actions { >+ float: right; > } >- } >- @media (max-width: 767px) { >- #dataPreview { >- margin: 0; >- width : auto; >+ @media (max-width: 992px) { >+ .order_details { >+ display: block; >+ } > } >- } >-</style> >+ @media (max-width: 767px) { >+ #dataPreview { >+ margin: 0; >+ width : auto; >+ } >+ } >+ </style> >+[% END %] > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/addbiblio.css") | $raw %] > [%# As long as cataloging plugins rely on 'script' tags added inline, JS must be in the header %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 9dc8ccff0cd..69acd9f1ccc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -23,7 +23,11 @@ > [% USE TablesSettings %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname | html %] ([% basketno | html %]) for [% booksellername | html %] › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% tx("Basket {basketname} ({basketnumber}) for {vendor}", { basketname = basketname, basketnumber = basketno, vendor = booksellername }) | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > .sortmsg {font-size: 80%;} >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >index 83d998fe581..15848daeae6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -3,8 +3,12 @@ > [% USE Branches %] > [% USE Price %] > [% USE Koha %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Basket grouping for [% booksellername | html %] › Koha</title> >+<title>[% FILTER collapse %] >+ [% tx("Basket grouping for '{vendor}'", { vendor = booksellername }) %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% INCLUDE 'datatables.inc' %] > <script> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >index 2414e693636..88bda81a430 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >@@ -3,14 +3,19 @@ > [% USE Branches %] > [% USE Koha %] > [% SET footerjs = 1 %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title> >+<title>[% FILTER collapse %] > [% IF ( add_form ) %] >- [% IF ( basketno ) %]Edit basket '[% basketname | html %]' >- [% ELSE %]Add a basket to [% booksellername | html %] >+ [% IF ( basketno ) %] >+ [% tx("Edit basket '{basketname}'", { basketname = basketname }) | html %] >+ [% ELSE %] >+ [% tx("Add basket to {vendor}", { vendor = booksellername }) | html %] > [% END %] >- [% END %] › Acquisitions › Koha >-</title> >+ [% END %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index 0cc8b5a69c7..fbf2d71fbee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -1,13 +1,15 @@ >- >-[% PROCESS 'i18n.inc' %] > [% USE raw %] > [% USE Asset %] > [% USE AuthorisedValues %] > [% USE KohaDates %] > [% USE HtmlTags %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Search for vendor [% supplier | html %] › Koha</title> >+<title>[% FILTER collapse %] >+ [% tx("Search for vendor {vendor}", { vendor = supplier }) | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > #vendors td{ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >index 28171a1bdba..4098f2fe175 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >@@ -1,6 +1,11 @@ > [% USE raw %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Cancel order › Acquisition › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Cancel order") | html %] › >+ [% t("Acquisition") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >index 4e6faad480d..e069fe6e601 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >@@ -3,12 +3,16 @@ > [% USE Koha %] > [% USE KohaDates %] > [% SET footerjs = 1 %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title> >-[% UNLESS blocking_error %] >-Basket [% basket.basketno | html %] › Duplicate existing orders › [% END %] >-Acquisitions › Koha >-</title> >+<title>[% FILTER collapse %] >+ [% UNLESS blocking_error %] >+ [% tx("Basket {basketnumber}", { basketnumber = basket.basketno }) | html %] › >+ [% t("Duplicate existing orders") | html %] › >+ [% END %] >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > .picked_to_duplicate > td { background-color: #bcdb89 !important; } >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt >index 6423e209684..77bb4d36095 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt >@@ -1,6 +1,11 @@ > [% USE raw %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Basket ([% basketno | html %]) › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% tx("Basket {basketnumber}", { basketnumber = basketno }) | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > > </head> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >index 0c542988883..7940e17a8ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >@@ -1,9 +1,14 @@ > [% USE raw %] > [% USE Asset %] > [% USE KohaDates %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>EDIFACT messages › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("EDIFACT messages") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > #EDI_modal { width : 80%; } @media (max-width: 767px) { #EDI_modal { margin: 0; width : auto; } } >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt >index 05c7a165f51..edbf8228e50 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt >@@ -1,6 +1,11 @@ > [% USE raw %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>EDIFACT message display › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("EDIFACT message display") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > <body id="acq_edifactmsgs" class="acq"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >index 83947d7345b..45fb4ff1028 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -4,8 +4,18 @@ > [% USE TablesSettings %] > [% USE Branches %] > [% SET footerjs = 1 %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>[% IF ( order_loop ) %]Orders search › Search results[% ELSE %]Order search[% END %] › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% IF ( order_loop ) %] >+ [% t("Orders search") | html %] › >+ [% t("Search results") | html %] >+ [% ELSE %] >+ [% t("Order search") | html %] >+ [% END %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt >index c86109b3264..7411687e6fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt >@@ -2,8 +2,14 @@ > [% USE Asset %] > [% USE KohaDates %] > [% SET footerjs = 1 %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Files › Invoice › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Files") | html %] › >+ [% t("Invoice") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index 0fdb63890d3..c45df84eb7d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -5,7 +5,7 @@ > [% USE Price %] > [% SET footerjs = 1 %] > [% USE AuthorisedValues %] >- >+[% PROCESS 'i18n.inc' %] > [% BLOCK fund_dropdown %] > <select id="[% form_id | html %]" name="[% form_name | html %]" class="fund_dropdown" data-selected="[% selected | html %]"> > </select> >@@ -14,7 +14,11 @@ > [% END %] > > [% INCLUDE 'doc-head-open.inc' %] >-<title>Invoice › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Invoice") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/humanmsg.css") | $raw %] > </head> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >index 74b9f8d0461..7e160a8318d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >@@ -4,8 +4,13 @@ > [% USE KohaDates %] > [% USE Branches %] > [% SET footerjs = 1 %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Invoices › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Invoices") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > > </head> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >index 2de9b35463f..aa04abec747 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >@@ -5,8 +5,13 @@ > [% USE TablesSettings %] > [% USE Price %] > [% SET footerjs = 1 %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Late orders › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Late orders") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/moddeliverydate.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/moddeliverydate.tt >index 812e28b1bb9..b33e4fb4d7e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/moddeliverydate.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/moddeliverydate.tt >@@ -1,8 +1,13 @@ > [% USE raw %] > [% USE KohaDates %] > [% SET footerjs = 1 %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Change estimated delivery date › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Change estimated delivery date") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt >index 6feb14b9a65..dada233a8a9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt >@@ -1,11 +1,15 @@ > [% USE raw %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>[%- IF (type == "vendor") -%] >- Change order vendor note >-[%- ELSE -%] >- Change order internal note >-[%- END -%] › Acquisition › Koha >-</title> >+<title>[% FILTER collapse %] >+ [% IF (type == "vendor") %] >+ [% t("Change order vendor note") | html %] >+ [% ELSE %] >+ [% t("Change order internal note") | html %] >+ [% END %] › >+ [% t("Acquisition") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index effff82f58b..4523300a8da 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -5,8 +5,18 @@ > [% USE Price %] > [% USE ItemTypes %] > [% USE AuthorisedValues %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>[% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %] › Basket [% basketno | html %] › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% IF ( ordernumber ) %] >+ [% tx("Modify order details (line #{ordernumber})", { ordernumber = ordernumber }) | html %] >+ [% ELSE %] >+ [% t("New order") | html %] >+ [% END %] › >+ [% tx("Basket {basketnumber}", { basketnumber = basketno }) | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% FILTER collapse %] > <style> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >index b449d5cc1d1..157f722cc19 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >@@ -1,6 +1,12 @@ > [% USE raw %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Duplicate warning › Basket [% basketno | html %] › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Duplicate warning") | html %] › >+ [% tx("Basket {basketnumber}", { basketnumber = basketno }) | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > <body id="acq_neworderempty_duplicate" class="acq"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >index e2558595fd3..530035deb2d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >@@ -6,7 +6,11 @@ > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Serials [% biblionumber | html %] › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Add order from a subscription") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >index 631698a61ac..84c6037dad5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >@@ -6,7 +6,11 @@ > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Add order from a suggestion › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Add order from a suggestion") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >index 891002ad20d..86516919652 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >@@ -6,7 +6,11 @@ > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Ordered › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Ordered") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index a7b9db35e4d..4f80fae42c6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -7,8 +7,17 @@ > [% USE ItemTypes %] > [% USE Price %] > [% SET footerjs = 1 %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Receipt summary for : [% name | html %] [% IF ( invoice ) %]invoice, [% invoice | html %][% END %] › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% IF ( invoice ) %] >+ [% tx("Receipt summary for {vendor}, invoice {invoice_number}", { vendor = name, invoice_number = invoice }) | html %] >+ [% ELSE %] >+ [% tx("Receipt summary for {vendor}", { vendor = name }) | html %] >+ [% END %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > @media (min-width: 1200px) { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index 7344dc4c301..c2eaea312ee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -6,14 +6,19 @@ > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title> >+<title>[% FILTER collapse %] > [% IF ( invoiceclosedate ) %] >- Receipt summary for [% name | html %] [% IF ( invoice ) %]invoice [ >- % invoice | html %][% END %] >+ [% IF ( invoice ) %] >+ [% tx("Receipt summary for {vendor}, invoice {invoice_number}", { vendor = name, invoice_number = invoice }) | html %] >+ [% ELSE %] >+ [% tx("Receipt summary for {vendor}", { vendor = name }) | html %] >+ [% END %] > [% ELSE %] >- Receive orders from [% name | html %] >- [% END %] › Acquisitions › Koha >-</title> >+ [% tx("Receive orders from {vendor}", { vendor = name }) | html %] >+ [% END %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >index 45bd57cfe22..915bf002a57 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >@@ -3,8 +3,13 @@ > [% USE KohaDates %] > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Receive shipment from vendor [% name | html %] › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% tx("Receive shipment from vendor {vendor}", { vendor = name }) | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt >index f79e8059100..4b71185f3ac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt >@@ -1,5 +1,11 @@ >+[% USE raw %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Order details › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Order details") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > </head> > <body id="acq_showorder" class="acq"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >index 158e0077e07..abb5b941ddc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >@@ -6,7 +6,11 @@ > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Spent › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Spent") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >index 8903160adfa..6aff9ea0ada 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -3,6 +3,7 @@ > [% USE Asset %] > [% USE KohaDates %] > [% USE AuthorisedValues %] >+[% PROCESS 'i18n.inc' %] > [% BLOCK edit_contact %] > <ol id="contact-form"> > <input type="hidden" name="contact_id" value="[% contact.id | html %]" /> >@@ -144,7 +145,10 @@ > > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Vendor [% name | html %] › Koha</title> >+<title>[% FILTER collapse %] >+ [% tx("Vendor {vendor}", { vendor = name }) | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > div.rows p{ margin-left: 1rem; } >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >index 483886e8178..d2314473f44 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >@@ -1,7 +1,12 @@ >+[% USE raw %] > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Transfer order › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Transfer order") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [%- USE KohaDates -%] > [% INCLUDE 'doc-head-close.inc' %] > </head> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >index c3e29e714ad..f5ead805071 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >@@ -5,7 +5,15 @@ > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>[% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername | html %][% ELSE %]Orders with uncertain prices[% END %] › Acquisitions › Koha</title> >+<title>[% FILTER collapse %] >+ [% IF ( booksellername ) %] >+ [% tx("Orders with uncertain prices for vendor {vendor}", { vendor = booksellername }) | html %] >+ [% ELSE %] >+ [% t("Orders with uncertain prices") | html %] >+ [% END %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >index 2c2aafc83d6..a458291dbaf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >@@ -3,7 +3,16 @@ > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>[% IF ( opsearch ) %]Order from external source[% ELSE %]Search results › Acquisitions › Order from external source[% END %] › Koha</title> >+<title>[% FILTER collapse %] >+ [% IF ( opsearch ) %] >+ [% t("Order from external source") | html %] >+ [% ELSE %] >+ [% t("Search results") | html %] › >+ [% t("Order from external source") | html %] >+ [% t("Acquisitions") | html %] › >+ [% END %] › >+ [% t("Koha") | html %] >+[% END %]</title> > > [% INCLUDE 'doc-head-close.inc' %] > [% USE Koha %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt >index 98c0a4294b6..6b229bc18d0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt >@@ -3,12 +3,13 @@ > [% USE Asset %] > [% USE KohaDates %] > [% USE TablesSettings %] >-[% SET footerjs = 1 %] > [% PROCESS 'i18n.inc' %] >+[% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title> >- E-resource management › Koha >-</title> >+<title>[% FILTER collapse %] >+ [% t("E-resource management") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index dad6bd0e8f1..1ff0fb6c83e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -1,4 +1,3 @@ >-[% PROCESS 'i18n.inc' %] > [% USE raw %] > [% USE Asset %] > [% USE Branches %] >@@ -6,23 +5,23 @@ > [% USE KohaDates %] > [% USE Price %] > [% USE TablesSettings %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title> >+<title>[% FILTER collapse %] > [% IF op == 'save' %] > [% IF ( suggestionid ) %] >- Edit suggestion #[% suggestionid | html %] › Suggestions >+ [% tx("Edit suggestion #{suggestion_number}", { suggestion_number = suggestionid }) | html %] › > [% ELSE %] >- Add suggestion › Suggestions >+ Add suggestion › > [% END %] >- > [% ELSIF ( op == 'show' ) %] >- Show suggestion #[% suggestionid | html %] › Suggestions >- >- [% ELSE %] >- Suggestions management >- [% END %] › Acquisitions › Koha >-</title> >+ [% tx("Show suggestion #{suggestion_number}", { suggestion_number = suggestionid }) | html %] › >+ [% END %] >+ [% t("Suggestions") | html %] › >+ [% t("Acquisitions") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% IF op == 'else' %] > [% FILTER collapse %] >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33908
:
152121
|
154593
|
154632
| 155080