@@ -, +, @@ 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt +++ a/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 %]