Bugzilla – Attachment 154117 Details for
Bug 33909
Improve translation of title tags: Administration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33909: (follow-up) QA fixes
Bug-33909-follow-up-QA-fixes.patch (text/plain), 3.41 KB, created by
Katrin Fischer
on 2023-07-31 21:07:10 UTC
(
hide
)
Description:
Bug 33909: (follow-up) QA fixes
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-31 21:07:10 UTC
Size:
3.41 KB
patch
obsolete
>From 44fe1a332ba4f978caaffdbec459283aea508510 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 26 Jul 2023 10:35:28 +0000 >Subject: [PATCH] Bug 33909: (follow-up) QA fixes > >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/admin/aqplan.tt | 2 +- > .../intranet-tmpl/prog/en/modules/admin/currency.tt | 12 ++++++------ > .../prog/en/modules/admin/z3950servers.tt | 2 +- > 3 files changed, 8 insertions(+), 8 deletions(-) > >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 7bfdd01129..25613238a5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >@@ -6,7 +6,7 @@ > [% INCLUDE 'doc-head-open.inc' %] > [% PROCESS 'budget_planning.inc' %] > <title>[% FILTER collapse %] >- [% tx("Planning for {fund}", { fund = budget_period_description }) | html %][% PROCESS planning plan=authcat %] › >+ [% tx("Planning for {fund} ", { fund = budget_period_description }) | html %][% PROCESS planning plan=authcat %] › > [% t("Funds") | html %] › > [% t("Budgets") | html %] › > [% t("Administration") | html %] › >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >index a7d41dfee8..b841b7d47a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -9,17 +9,17 @@ > <title>[% FILTER collapse %] > [% IF op == 'add_form' %] > [% IF currency %] >- [% tx("Modify currency '{currency}'", { currency = currency.currency }) | html %] >+ [% tx("Modify currency '{currency}'", { currency = currency.currency }) | html %] › > [% ELSE %] >- [% t("New currency") | html %] >+ [% t("New currency") | html %] › > [% END %] >- [% END %] › >+ [% END %] > [% IF op == 'delete_confirm' %] >- [% tx("Confirm deletion of currency '{currency}'", { currency = currency.currency }) | html %] >+ [% tx("Confirm deletion of currency '{currency}'", { currency = currency.currency }) | html %] › > [% END %] > [% IF op == 'list' %] >- [% t("Currencies") | html %] >- [% END %] › >+ [% t("Currencies") | html %] › >+ [% END %] > [% t("Currencies and exchange rates") | html %] › > [% t("Administration") | html %] › > [% t("Koha") | html %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >index c1aef322ec..3c13400d8e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >@@ -13,7 +13,7 @@ > > <title>[% FILTER collapse %] > [% IF op == 'edit' %] >- [% tx("Modify {servertype} server {servername}", { servertype = servertype, servername = servername }) | html %] › >+ [% tx("Modify {servertype} server {servername}", { servertype = servertype, servername = server.servername }) | html %] › > [% END %] > [% IF op == 'add' %] > [% tx("New {servertype} server", { servertype = servertype }) | html %] › >-- >2.30.2
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 33909
:
152123
|
153057
|
153901
|
154003
|
154004
|
154116
| 154117