Bugzilla – Attachment 136018 Details for
Bug 30733
Simplify translatable strings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30733: Simplify some singular cases
Bug-30733-Simplify-some-singular-cases.patch (text/plain), 3.91 KB, created by
Victor Grousset/tuxayo
on 2022-06-13 12:17:53 UTC
(
hide
)
Description:
Bug 30733: Simplify some singular cases
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2022-06-13 12:17:53 UTC
Size:
3.91 KB
patch
obsolete
>From 63c96c9f19fe65131e41641eb5aa9f2ae6ad54bc Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Sun, 12 Jun 2022 01:42:40 +0200 >Subject: [PATCH] Bug 30733: Simplify some singular cases > >To be sure translators don't think it's wrong and translate it plurally. >--- > .../intranet-tmpl/prog/en/modules/labels/label-print.tt | 6 +++--- > .../intranet-tmpl/prog/en/modules/patroncards/print.tt | 6 +++--- > 2 files changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >index fdfcf238ad..7349d8fb06 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >@@ -58,11 +58,11 @@ > [% ELSE %] > <h3> > [% IF ( label_ids ) %] >- [% IF ( label_count == 1 ) %]<span>Exporting [% label_count | html %] label</span>[% ELSE %]<span>Exporting [% label_count | html %] labels</span>[% END %] >+ [% IF ( label_count == 1 ) %]<span>Exporting 1 label</span>[% ELSE %]<span>Exporting [% label_count | html %] labels</span>[% END %] > [% ELSIF ( item_numbers ) %] >- [% IF ( item_count == 1 ) %]<span>Exporting [% item_count | html %] label</span>[% ELSE %]<span>Exporting [% item_count | html %] labels</span>[% END %] >+ [% IF ( item_count == 1 ) %]<span>Exporting 1 label</span>[% ELSE %]<span>Exporting [% item_count | html %] labels</span>[% END %] > [% ELSE %] >- [% IF ( multi_batch_count == 1 ) %]<span>[% multi_batch_count | html %] batch to export</span>[% ELSE %]<span>[% multi_batch_count | html %] batches to export</span>[% END %] >+ [% IF ( multi_batch_count == 1 ) %]<span>1 batch to export</span>[% ELSE %]<span>[% multi_batch_count | html %] batches to export</span>[% END %] > [% END %] > </h3> > <form name="exporting" method="post" action="/cgi-bin/koha/labels/label-print.pl"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt >index 6c0a7947f3..195cd7aa4d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt >@@ -46,12 +46,12 @@ > [% ELSE %] > <h3> > [% IF ( label_ids ) %] >- [% IF ( card_count == 1 ) %]<span>Exporting [% card_count | html %] patron card</span>[% ELSE %]<span>Exporting [% card_count | html %] patron cards</span>[% END %] >+ [% IF ( card_count == 1 ) %]<span>Exporting 1 patron card</span>[% ELSE %]<span>Exporting [% card_count | html %] patron cards</span>[% END %] > [% ELSIF ( borrower_numbers ) %] >- [% IF ( borrower_count == 1 ) %]<span>Exporting [% borrower_count | html %] patron card</span>[% ELSE %]<span>Exporting [% borrower_count | html %] patron cards</span>[% END %] >+ [% IF ( borrower_count == 1 ) %]<span>Exporting 1 patron card</span>[% ELSE %]<span>Exporting [% borrower_count | html %] patron cards</span>[% END %] > [% ELSIF ( patronlist_id ) %] <span>Exporting from patron list</span> > [% ELSE %] >- [% IF ( multi_batch_count == 1 ) %]<span>[% multi_batch_count | html %] batch to export</span>[% ELSE %]<span>[% multi_batch_count | html %] batches to export</span>[% END %] >+ [% IF ( multi_batch_count == 1 ) %]<span>1 batch to export</span>[% ELSE %]<span>[% multi_batch_count | html %] batches to export</span>[% END %] > [% END %] > </h3> > <form id="exportingf" name="exporting" method="post" action="/cgi-bin/koha/patroncards/print.pl"> >-- >2.36.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 30733
:
134903
|
134908
|
134912
|
135444
|
135564
|
135565
|
135566
|
135567
|
135568
|
135569
|
136012
|
136013
|
136014
|
136015
|
136016
|
136017
|
136018
|
136019
|
136020
|
136021
|
136045
|
136046
|
136047
|
136048
|
136049
|
136050
|
136051
|
136052
|
136053
|
136054
|
136098
|
136099
|
136100
|
136101
|
136102
|
136103
|
136104
|
136105
|
136106
|
136107
|
136108
|
136109
|
136110
|
136111
|
136112
|
136113
|
136114
|
136115
|
136116
|
136117
|
136174
|
136175
|
136176
|
136177
|
136178
|
136179
|
136180
|
136181
|
136182
|
136183
|
136188
|
136189
|
136190
|
136191
|
136192
|
136193
|
136194
|
136195
|
136196
|
136197
|
136202
|
136203
|
136204
|
136205
|
136206
|
136207
|
136208
|
136209
|
136210
|
136211
|
136286