]> git.deb.at Git - deb/packages.git/blobdiff - templates/html/search_contents.tmpl
Move patch-tracking.d.net to patch-tracker.d.o and update names (Closes: #545262)
[deb/packages.git] / templates / html / search_contents.tmpl
index 513b4514df5cbf33bbf87cdfb128c8d751eda582..3388fe3a2cf5a69f67fac699f49493106a854bd0 100644 (file)
 [%- PROCESS 'html/messages.tmpl' -%]
 <div id="pcontentsres">
 
-[%# @translators: I'm really sorry :/ %]
 [% section_wording = ( section_enc == 'all' ? g("all sections") : g("section(s) <em>%s</em>", section_enc) );
    arch_wording = ( architectures_enc == 'any' ? g("all architectures") : g("architecture(s) <em>%s</em>", 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 :/ %]
 <p>[% g('You have searched for %s <em>%s</em> in suite <em>%s</em>, %s, and %s.',
        wording, keyword_enc, suite, section_wording, arch_wording) %]
 
@@ -85,8 +85,7 @@
 [% g('Found <strong>%u results</strong>.', results.size) %]
 
 [% IF too_many_hits %]
-<p id="psearchtoomanyhits">[% 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.') %]</p>
+<p id="psearchtoomanyhits">[% 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.') %]</p>
 [% END %]
 
 <table>