X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fsearch_contents.tmpl;h=a5ed01c8bd7e595671a784a327dfa61c288cebc8;hb=39c8d5a2fa0e09b0ee557c46a6f0bb34f327f18e;hp=513b4514df5cbf33bbf87cdfb128c8d751eda582;hpb=2ad60a1122641f5c264f36a690847b76d38120b3;p=deb%2Fpackages.git diff --git a/templates/html/search_contents.tmpl b/templates/html/search_contents.tmpl index 513b451..a5ed01c 100644 --- a/templates/html/search_contents.tmpl +++ b/templates/html/search_contents.tmpl @@ -55,7 +55,7 @@ [% END %] [% UNLESS search_architectures.size == 1 || all_architectures.size == 1 %] -

[% g('Limit search to a specific architecture:') %] +

[% g('Limit to a architecture:') %] [% FOREACH a IN all_architectures %] [[% a %]][% END %] [% END %] @@ -69,15 +69,15 @@ [%- PROCESS 'html/messages.tmpl' -%]

-[%# @translators: I'm really sorry :/ %] [% section_wording = ( section_enc == 'all' ? g("all sections") : g("section(s) %s", section_enc) ); arch_wording = ( architectures_enc == 'any' ? g("all architectures") : g("architecture(s) %s", architectures_enc) ); wording = g("paths that end with"); IF mode == 'filename'; - wording = g("files named"); - ELSIF mode == 'exactfilename'; wording = g("filenames that contain"); + ELSIF mode == 'exactfilename'; + wording = g("files named"); END %] +[%# @translators: I'm really sorry :/ %]

[% g('You have searched for %s %s in suite %s, %s, and %s.', wording, keyword_enc, suite, section_wording, arch_wording) %] @@ -85,8 +85,9 @@ [% g('Found %u results.', results.size) %] [% IF too_many_hits %] -

[% g('Note: Your search was too wide so we will only display only the first about 100 matches. -Please consider using a longer keyword or more keywords.') %]

+
+

[% g('Note: Your search was too wide so we will only display only the first about 100 matches. Please consider using a longer keyword or more keywords.') %]

+
[% END %]