Bugzilla – Attachment 51849 Details for
Bug 16562
Translatability: Issue in opac-user.tt (separated word 'item')
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 16562: Translatability: Issue in opac-user.tt (separated word 'item')
SIGNED-OFF-Bug-16562-Translatability-Issue-in-opac.patch (text/plain), 1.61 KB, created by
Bernardo Gonzalez Kriegel
on 2016-05-26 19:43:16 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 16562: Translatability: Issue in opac-user.tt (separated word 'item')
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2016-05-26 19:43:16 UTC
Size:
1.61 KB
patch
obsolete
>From be18cdee284e0fb3615d3894d8bb1073d937f454 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 23 May 2016 11:44:22 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 16562: Translatability: Issue in > opac-user.tt (separated word 'item') > >This patch fixes translatoion difficulties (syntax) with a tag-separated word 'item' > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >No errors >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index f31f47e..7220d88 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -610,7 +610,7 @@ > Suspended [% IF ( RESERVE.suspend_until ) %] until [% RESERVE.suspend_until %] [% END %] > [% ELSE %] > [% IF RESERVE.itemtype %] >- Pending for next available <i>[% ItemTypes.GetDescription( RESERVE.itemtype ) %]</i> item >+ Pending for next available item of type <i>[% ItemTypes.GetDescription( RESERVE.itemtype ) %]</i> > [% ELSE %] > Pending > [% END %] >-- >1.9.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 16562
:
51716
|
51849
|
52230
|
52552
|
52819