Bugzilla – Attachment 154004 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.36 KB, created by
Caroline Cyr La Rose
on 2023-07-27 21:06:29 UTC
(
hide
)
Description:
Bug 33909: (follow-up) QA fixes
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2023-07-27 21:06:29 UTC
Size:
3.36 KB
patch
obsolete
>From 39b0cc406ac5ca1c46d2efec8afc22c9ce8f9d20 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> >--- > .../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 7bfdd011294..25613238a50 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 a7d41dfee8b..b841b7d47a6 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 c1aef322ec8..3c13400d8e0 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.34.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 33909
:
152123
|
153057
|
153901
|
154003
|
154004
|
154116
|
154117