Bugzilla – Attachment 18257 Details for
Bug 10170
non translatable strings in manage-marc-import (actions and table values)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 10170: expose more managed staged MARC strings to translation
bug-10170-expose-more-managed-staged-MARC-strings-.patch (text/plain), 1.68 KB, created by
Galen Charlton
on 2013-05-20 15:42:02 UTC
(
hide
)
Description:
bug 10170: expose more managed staged MARC strings to translation
Filename:
MIME Type:
Creator:
Galen Charlton
Created:
2013-05-20 15:42:02 UTC
Size:
1.68 KB
patch
obsolete
>From 0247228567854dee02026cbf6a2629b98d1a75a0 Mon Sep 17 00:00:00 2001 >From: Galen Charlton <gmc@esilibrary.com> >Date: Mon, 20 May 2013 08:38:46 -0700 >Subject: [PATCH] bug 10170: expose more managed staged MARC strings to translation > >This commit makes it possible to translated the 'staged' >and 'error' record statuses as well as the 'auto_match' >overlay status. > >Also takes out a bit of HTML cruft in one string that is >not needed for translation. > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> >--- > .../prog/en/modules/tools/manage-marc-import.tt | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >index a724f7e..9459dfc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >@@ -393,15 +393,21 @@ Page > Ignored > [% ELSIF ( record_lis.status == 'reverted' ) %] > Reverted >+ [% ELSIF ( record_lis.status == 'staged' ) %] >+ Staged >+ [% ELSIF ( record_lis.status == 'error' ) %] >+ Error > [% ELSE %] > [% record_lis.status %] > [% END %] > </td> > <td> > [% IF ( record_lis.overlay_status == 'no_match' ) %] >- No match >+ No match > [% ELSIF ( record_lis.overlay_status == 'match_applied' ) %] > Match applied >+ [% ELSIF ( record_lis.overlay_status == 'auto_match' ) %] >+ Match found > [% ELSE %] > [% record_lis.overlay_status %] > [% END %] >-- >1.7.2.5
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 10170
:
17880
|
17900
|
17917
|
18020
|
18257
|
19496
|
19626
|
19627