@@ -, +, @@ --- .../prog/en/includes/budget_planning.inc | 7 ++++--- .../prog/en/modules/labels/label-manage.tt | 17 +++++++++-------- .../prog/en/modules/patroncards/manage.tt | 19 ++++++++++--------- 3 files changed, 23 insertions(+), 20 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/budget_planning.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/budget_planning.inc @@ -1,7 +1,8 @@ +[% PROCESS 'i18n.inc' %] [%- BLOCK planning -%] [%- SWITCH plan -%] - [%- CASE 'MONTHS' -%]by months - [%- CASE 'BRANCHES' -%]by libraries - [%- CASE 'ITEMTYPES' -%]by item types + [%- CASE 'MONTHS' -%][% t('by months') %] + [%- CASE 'BRANCHES' -%][% t('by libraries') %] + [%- CASE 'ITEMTYPES' -%][% t('by item types') %] [%- END -%] [%- END -%] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt @@ -1,16 +1,17 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% BLOCK translate_label_element %] [%- SWITCH element -%] -[%- CASE 'layout' -%]layout -[%- CASE 'Layouts' -%]Layouts -[%- CASE 'template' -%]template -[%- CASE 'Templates' -%]Templates -[%- CASE 'profile' -%]profile -[%- CASE 'Profiles' -%]Profiles -[%- CASE 'batch' -%]batch -[%- CASE 'Batches' -%]Batches +[%- CASE 'layout' -%][% t('layout') %] +[%- CASE 'Layouts' -%][% t('Layouts') %] +[%- CASE 'template' -%][% t('template') %] +[%- CASE 'Templates' -%][% t('Templates') %] +[%- CASE 'profile' -%][% t('profile') %] +[%- CASE 'Profiles' -%][% t('Profiles') %] +[%- CASE 'batch' -%][% t('batch') %] +[%- CASE 'Batches' -%][% t('Batches') %] [%- END -%] [% END %] [% INCLUDE 'doc-head-open.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt @@ -1,16 +1,17 @@ [% USE CGI %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% BLOCK translate_card_element %] [%- SWITCH element -%] -[%- CASE 'layout' -%]layout -[%- CASE 'Layouts' -%]Layouts -[%- CASE 'template' -%]template -[%- CASE 'Templates' -%]Templates -[%- CASE 'profile' -%]profile -[%- CASE 'Profiles' -%]Profiles -[%- CASE 'batch' -%]batch -[%- CASE 'Batches' -%]Batches -[%- CASE 'Actions' -%]Actions +[%- CASE 'layout' -%][% t('layout') %] +[%- CASE 'Layouts' -%][% t('Layouts') %] +[%- CASE 'template' -%][% t('template') %] +[%- CASE 'Templates' -%][% t('Templates') %] +[%- CASE 'profile' -%][% t('profile') %] +[%- CASE 'Profiles' -%][% t('Profiles') %] +[%- CASE 'batch' -%][% t('batch') %] +[%- CASE 'Batches' -%][% t('Batches') %] +[%- CASE 'Actions' -%][% t('Actions') %] [%- END -%] [% END %] [% BLOCK translate_card_elements %] --