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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/budget_planning.inc (-3 / +4 lines)
Lines 1-7 Link Here
1
[% PROCESS 'i18n.inc' %]
1
[%- BLOCK planning -%]
2
[%- BLOCK planning -%]
2
  [%- SWITCH plan -%]
3
  [%- SWITCH plan -%]
3
    [%- CASE 'MONTHS'    -%]<span>by months</span>
4
    [%- CASE 'MONTHS'    -%][% t('by months') %]
4
    [%- CASE 'BRANCHES'  -%]<span>by libraries</span>
5
    [%- CASE 'BRANCHES'  -%][% t('by libraries') %]
5
    [%- CASE 'ITEMTYPES' -%]<span>by item types</span>
6
    [%- CASE 'ITEMTYPES' -%][% t('by item types') %]
6
  [%- END -%]
7
  [%- END -%]
7
[%- END -%]
8
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-8 / +9 lines)
Lines 1-16 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% BLOCK translate_label_element %]
5
[% BLOCK translate_label_element %]
5
[%-  SWITCH element -%]
6
[%-  SWITCH element -%]
6
[%-  CASE 'layout'    -%]<span>layout</span>
7
[%-  CASE 'layout'    -%][% t('layout') %]
7
[%-  CASE 'Layouts'   -%]<span>Layouts</span>
8
[%-  CASE 'Layouts'   -%][% t('Layouts') %]
8
[%-  CASE 'template'  -%]<span>template</span>
9
[%-  CASE 'template'  -%][% t('template') %]
9
[%-  CASE 'Templates' -%]<span>Templates</span>
10
[%-  CASE 'Templates' -%][% t('Templates') %]
10
[%-  CASE 'profile'   -%]<span>profile</span>
11
[%-  CASE 'profile'   -%][% t('profile') %]
11
[%-  CASE 'Profiles'  -%]<span>Profiles</span>
12
[%-  CASE 'Profiles'  -%][% t('Profiles') %]
12
[%-  CASE 'batch'     -%]<span>batch</span>
13
[%-  CASE 'batch'     -%][% t('batch') %]
13
[%-  CASE 'Batches'   -%]<span>Batches</span>
14
[%-  CASE 'Batches'   -%][% t('Batches') %]
14
[%-  END -%]
15
[%-  END -%]
15
[% END %]
16
[% END %]
16
    [% INCLUDE 'doc-head-open.inc' %]
17
    [% INCLUDE 'doc-head-open.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-10 / +10 lines)
Lines 1-16 Link Here
1
[% USE CGI %]
1
[% USE CGI %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
[% BLOCK translate_card_element %]
4
[% BLOCK translate_card_element %]
4
[%-  SWITCH element -%]
5
[%-  SWITCH element -%]
5
[%-  CASE 'layout'    -%]<span>layout</span>
6
[%-  CASE 'layout'    -%][% t('layout') %]
6
[%-  CASE 'Layouts'   -%]<span>Layouts</span>
7
[%-  CASE 'Layouts'   -%][% t('Layouts') %]
7
[%-  CASE 'template'  -%]<span>template</span>
8
[%-  CASE 'template'  -%][% t('template') %]
8
[%-  CASE 'Templates' -%]<span>Templates</span>
9
[%-  CASE 'Templates' -%][% t('Templates') %]
9
[%-  CASE 'profile'   -%]<span>profile</span>
10
[%-  CASE 'profile'   -%][% t('profile') %]
10
[%-  CASE 'Profiles'  -%]<span>Profiles</span>
11
[%-  CASE 'Profiles'  -%][% t('Profiles') %]
11
[%-  CASE 'batch'     -%]<span>batch</span>
12
[%-  CASE 'batch'     -%][% t('batch') %]
12
[%-  CASE 'Batches'   -%]<span>Batches</span>
13
[%-  CASE 'Batches'   -%][% t('Batches') %]
13
[%-  CASE 'Actions'   -%]<span>Actions</span>
14
[%-  CASE 'Actions'   -%][% t('Actions') %]
14
[%-  END -%]
15
[%-  END -%]
15
[% END %]
16
[% END %]
16
[% BLOCK translate_card_elements %]
17
[% BLOCK translate_card_elements %]
17
- 

Return to bug 30629