@@ -, +, @@ different context in misc/translator/po/de-DE-messages.po --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt | 3 ++- koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt @@ -1,6 +1,7 @@ [% USE raw %] [% USE Koha %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] @@ -319,7 +320,7 @@ EDI accounts › Administration › Koha <th>Qualifier</th> <th>SAN</th> <th>Standard</th> - <th>Quotes</th> + <th>[% tp('price offers', 'Quotes') | html %]</th> <th>Orders</th> <th>Invoices</th> <th>Responses</th> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt @@ -1,5 +1,6 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] <title>Quote editor › Tools › Koha @@ -104,7 +105,7 @@ [% END %] [% IF op == 'list' %] -

Quotes

+

[% tp('citations', 'Quotes') | html %]

[% IF quotes_count > 0 %]
--