Bugzilla – Attachment 72195 Details for
Bug 20140
Allow translating more of OAI sets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20140: Allow translating more of OAI sets
Bug-20140-Allow-translating-more-of-OAI-sets.patch (text/plain), 1.80 KB, created by
Katrin Fischer
on 2018-02-26 06:52:01 UTC
(
hide
)
Description:
Bug 20140: Allow translating more of OAI sets
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-02-26 06:52:01 UTC
Size:
1.80 KB
patch
obsolete
>From d4625a8d35fdb678bf8fb450d4fa0291237e6767 Mon Sep 17 00:00:00 2001 >From: Pasi Kallinen <pasi.kallinen@joensuu.fi> >Date: Tue, 6 Feb 2018 10:11:27 +0200 >Subject: [PATCH] Bug 20140: Allow translating more of OAI sets > >Allow translating two strings in the OAI set config: >"setDescription" and "Remove" > >Test plan: > >1) Go to Home -> Administrator -> OAI sets config -> Add a new OAI set >2) Click on "New set" >3) Click on "Add description" >4) Note the "setDescription:" and "Remove" -texts >5) Install patch, update language, translate the new strings >6) Redo 1-4, note how the strings in part 4 are now translated > >Signed-off-by: Pasi Kallinen <pasi.kallinen@joensuu.fi> >Signed-off-by: Roch D'Amour <roch.damour@inlibro.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 bbc4006..f4d4ba9 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 >@@ -117,9 +117,9 @@ > <script type="text/javascript"> > function newDescField() { > $("#adddescription").before( >- '<li><label>setDescription: </label>' + >+ '<li><label>' + _("setDescription: ") + '</label>' + > '<textarea style="vertical-align:middle" rows="2" cols="30" name="description"></textarea>' + >- '<a class="remove_description" href="#"><i class="fa fa-fw fa-trash"></i> Remove</a>' + >+ '<a class="remove_description" href="#"><i class="fa fa-fw fa-trash"></i>' + _(" Remove") + '</a>' + > '</li>' > ); > } >-- >2.1.4
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 20140
:
71245
|
72161
| 72195