From 798811255f8e961cb0d5b68ad2503bf877039a9f Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Mon, 25 Jun 2018 08:50:55 +0200 Subject: [PATCH] Bug 20988: koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves --- .../virtualshelves/addbybiblionumber.tt | 37 ++-- .../modules/virtualshelves/downloadshelf.tt | 25 +-- .../prog/en/modules/virtualshelves/merge.tt | 7 +- .../en/modules/virtualshelves/sendshelf.tt | 87 ++++---- .../modules/virtualshelves/sendshelfform.tt | 19 +- .../prog/en/modules/virtualshelves/shelves.tt | 199 +++++++++--------- 6 files changed, 190 insertions(+), 184 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt index 2c124019f3..0fc6d2f5b5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt @@ -1,5 +1,6 @@ +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Add to list +[% t('Koha › Add to list') %] [% INCLUDE 'doc-head-close.inc' %] @@ -8,16 +9,16 @@ [% UNLESS (authorized) %]

- [% IF (errcode==1) %]Could not create a new list. Please check the name.
[% END %] - [% IF (errcode==2) %]Sorry, you do not have permission to add items to this list.
[% END %] - Close this window. + [% IF (errcode==1) %][% t('Could not create a new list. Please check the name.') %]
[% END %] + [% IF (errcode==2) %][% t('Sorry, you do not have permission to add items to this list.') %]
[% END %] + [% t('Close this window.') %]

[% ELSE %] [% IF ( multiple ) %] -

Add [% total %] items to [% IF ( singleshelf ) %][% shelfname | html%]: [% ELSE %]a list:[% END %]

+

[% t('Add') %] [% total %] [% t('items to') %] [% IF ( singleshelf ) %][% shelfname | html%]: [% ELSE %][% t('a list:') %][% END %]

[% ELSE %] -

Add to [% IF ( singleshelf ) %][% shelfname | html %][% ELSE %]a list:[% END %]

+

[% t('Add to') %] [% IF ( singleshelf ) %][% shelfname | html %][% ELSE %][% t('a list:') %][% END %]

[% END %]