View | Details | Raw Unified | Return to bug 33909
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% PROCESS 'budget_planning.inc' %]
7
[% PROCESS 'budget_planning.inc' %]
8
<title>[% FILTER collapse %]
8
<title>[% FILTER collapse %]
9
    [% tx("Planning for {fund}", { fund = budget_period_description }) | html %][% PROCESS planning plan=authcat %] &rsaquo;
9
    [% tx("Planning for {fund} ", { fund = budget_period_description }) | html %][% PROCESS planning plan=authcat %] &rsaquo;
10
    [% t("Funds") | html %] &rsaquo;
10
    [% t("Funds") | html %] &rsaquo;
11
    [% t("Budgets") | html %] &rsaquo;
11
    [% t("Budgets") | html %] &rsaquo;
12
    [% t("Administration") | html %] &rsaquo;
12
    [% t("Administration") | html %] &rsaquo;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-6 / +6 lines)
Lines 9-25 Link Here
9
<title>[% FILTER collapse %]
9
<title>[% FILTER collapse %]
10
    [% IF op == 'add_form' %]
10
    [% IF op == 'add_form' %]
11
        [% IF currency %]
11
        [% IF currency %]
12
            [% tx("Modify currency '{currency}'", { currency = currency.currency }) | html %]
12
            [% tx("Modify currency '{currency}'", { currency = currency.currency }) | html %] &rsaquo;
13
        [% ELSE %]
13
        [% ELSE %]
14
            [% t("New currency") | html %]
14
            [% t("New currency") | html %] &rsaquo;
15
        [% END %]
15
        [% END %]
16
    [% END %] &rsaquo;
16
    [% END %]
17
    [% IF op == 'delete_confirm' %]
17
    [% IF op == 'delete_confirm' %]
18
        [% tx("Confirm deletion of currency '{currency}'", { currency = currency.currency }) | html %]
18
        [% tx("Confirm deletion of currency '{currency}'", { currency = currency.currency }) | html %] &rsaquo;
19
    [% END %]
19
    [% END %]
20
    [% IF op == 'list' %]
20
    [% IF op == 'list' %]
21
        [% t("Currencies") | html %]
21
        [% t("Currencies") | html %] &rsaquo;
22
    [% END %] &rsaquo;
22
    [% END %]
23
    [% t("Currencies and exchange rates") | html %] &rsaquo;
23
    [% t("Currencies and exchange rates") | html %] &rsaquo;
24
    [% t("Administration") | html %] &rsaquo;
24
    [% t("Administration") | html %] &rsaquo;
25
    [% t("Koha") | html %]
25
    [% t("Koha") | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +1 lines)
Lines 13-19 Link Here
13
13
14
<title>[% FILTER collapse %]
14
<title>[% FILTER collapse %]
15
    [% IF op == 'edit' %]
15
    [% IF op == 'edit' %]
16
        [% tx("Modify {servertype} server {servername}", { servertype = servertype, servername = servername }) | html %] &rsaquo;
16
        [% tx("Modify {servertype} server {servername}", { servertype = servertype, servername = server.servername }) | html %] &rsaquo;
17
    [% END %]
17
    [% END %]
18
    [% IF op ==  'add' %]
18
    [% IF op ==  'add' %]
19
        [% tx("New {servertype} server", { servertype = servertype }) | html %] &rsaquo;
19
        [% tx("New {servertype} server", { servertype = servertype }) | html %] &rsaquo;
20
- 

Return to bug 33909