Bug 17834: Make translation easier

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2017-09-06 13:14:56 -03:00
parent 1417f83e8b
commit 0c6538f033

View file

@ -67,9 +67,17 @@
<!-- Logged in users have a branch code or it could be explicitly set -->
<a href="[% OPACBaseURL %]/cgi-bin/koha/opac-news-rss.pl?branchcode=[% branchcode %]"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png"></a>
[% IF Branches.all.size == 1 %]
RSS feed for [% IF ( branchcode ) %][% Branches.GetName( branchcode ) %][% END %] library news.
[% IF branchcode %]
RSS feed for [% Branches.GetName( branchcode ) %] library news.
[% ELSE %]
RSS feed for library news.
[% END %]
[% ELSE %]
RSS feed for [% IF ( branchcode ) %][% Branches.GetName( branchcode ) %] <i>and</i> [% END %] system-wide library news.
[% IF branchcode %]
RSS feed for [% Branches.GetName( branchcode ) %] and system-wide library news.
[% ELSE %]
RSS feed for system-wide library news.
[% END %]
[% END %]
</div>
[% ELSE %]