X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/94f3406dd6f85ad4c5ac33d6995c438630c2c028..5ec5ebedb4ea9789a34ded543395fed981382636:/templates/webpages/generic/part_selection_master.html diff --git a/templates/webpages/generic/part_selection_master.html b/templates/webpages/generic/part_selection_master.html index 7eb7ef6b2..ac4aa4a21 100644 --- a/templates/webpages/generic/part_selection_master.html +++ b/templates/webpages/generic/part_selection_master.html @@ -1,3 +1,4 @@ +[%- USE T8 %] [% USE HTML %]
@@ -18,14 +19,14 @@ [% IF no_parts_found %] - No part was found matching the search parameters. + [% 'No part was found matching the search parameters.' | $T8 %] [% IF allow_creation %] - However, you can create a new part which will then be selected. + [% 'However, you can create a new part which will then be selected.' | $T8 %] [% END %] [% ELSE %] - Please select a part from the list below. + [% 'Please select a part from the list below.' | $T8 %] [% IF allow_creation %] - Alternatively you can create a new part which will then be selected. + [% 'Alternatively you can create a new part which will then be selected.' | $T8 %] [% END %] [% END %] @@ -44,7 +45,7 @@ [% FOREACH part = PARTS %] - + @@ -68,7 +69,7 @@ [% IF allow_creation %] -

+

[% END %]