@@ -, +, @@ are not translatable text justification types in po/xx-YY-i-staff-t-prog-v-3006000.po msgid for the frequencies. (search for "BLOCK translate_label_types" and "BLOCK translate_justification_types") --- .../prog/en/modules/labels/label-edit-layout.tt | 24 ++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt @@ -1,3 +1,12 @@ +[% BLOCK translate_label_types %] +[% SWITCH type %] +[% CASE 'BIB' %]Biblio +[% CASE 'BARBIB' %]Barcode/Biblio +[% CASE 'BIBBAR' %]Biblio/Barcode +[% CASE 'ALT' %]Alternating +[% CASE 'BAR' %]Barcode +[% END %] +[% END %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Labels [% INCLUDE 'doc-head-close.inc' %] @@ -19,6 +28,13 @@ //]]> +[% BLOCK translate_justification_types %] +[% SWITCH type %] +[% CASE 'L' %]Left +[% CASE 'C' %]Center +[% CASE 'R' %]Right +[% END %] +[% END %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] @@ -58,9 +74,9 @@ @@ -132,9 +148,9 @@ --