X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Fsearch_contents.tmpl;h=64547ba3c0fa4469a8310ac42ff1a8c65c8213fc;hp=7cfc54fa77846bc1e6d7934a33cddf279a874dd3;hb=a6146cf5473f4b13172414851b63894024394cb3;hpb=bedf14e393ba83316aca3e442c14f24914a6cd84 diff --git a/templates/html/search_contents.tmpl b/templates/html/search_contents.tmpl index 7cfc54f..64547ba 100644 --- a/templates/html/search_contents.tmpl +++ b/templates/html/search_contents.tmpl @@ -1,8 +1,20 @@ +[%- keyword_str = search_keywords.join(' '); + keyword_esc = uri_escape(keyword_str); + keyword_enc = html_encode(keyword_str); + + section_str = params.values.section.no_replace.join(', '); + section_esc = uri_escape(section_str); + section_enc = html_encode(section_str); + + architectures_str = params.values.arch.no_replace.join(', '); + architectures_esc = uri_escape(architectures_str); + architectures_enc = html_encode(architectures_str); +-%] [%- PROCESS 'html/head.tmpl' - title_tag = "$organisation Package Contents Search Results" + title_tag = g("Package Contents Search Results -- %s", keyword_enc) keywords = "$suite" print_search_field = 'packages' - navigation = [ { title => '', name => 'Packages Contents Search Results', url => '' } ] + navigation = [ { title => '', name => g('Package Contents Search Results'), url => '' } ] search_field_values = { keywords => search_keywords.join(' '), searchon => 'contents', @@ -14,35 +26,26 @@ } -%] -[% keyword_str = search_keywords.join(' '); - keyword_esc = uri_escape(keyword_str); - keyword_enc = html_encode(keyword_str); - - section_str = params.values.section.no_replace.join(', '); - section_esc = uri_escape(section_str); - section_enc = html_encode(section_str); - - architectures_str = params.values.arch.no_replace.join(', '); - architectures_esc = uri_escape(architectures_str); - architectures_enc = html_encode(architectures_str); -%]
-

Search in other suite: +

[% g('Search in other suite:') %] [% FOREACH s IN all_suites %] [% IF s != suite %] [[% s %]] @@ -52,12 +55,13 @@ [% END %] [% UNLESS search_architectures.size == 1 || all_architectures.size == 1 %] -

Limit search to a specific architecture: +

[% g('Limit search to a specific architecture:') %] [% FOREACH a IN all_architectures %] [[% a %]][% END %] [% END %] [% IF search_architectures.size == 1 %] -

Search in all architectures +

[% g('Search in all architectures', + make_search_url('',"keywords=$keyword_esc",'arch','any')) %] [% END %]

@@ -65,23 +69,23 @@ [%- PROCESS 'html/messages.tmpl' -%]
-[% suite_wording = "suite $suite"; - section_wording = ( section_enc == 'all' ? "all sections" : "section(s) $section_enc" ); - arch_wording = ( architectures_enc == 'any' ? "all architectures" : "architecture(s) $architectures_enc" ); - wording = "paths that end with"; +[% 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 = "files named"; + wording = g("files named"); ELSIF mode == 'exactfilename'; - wording = "filenames that contain"; + wording = g("filenames that contain"); END %] -

You have searched for [% wording %] [% keyword_enc %] in [% suite_wording %], [% section_wording %], and [% arch_wording %]. +[%# @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) %] [% IF results.size %] -Found [% results.size %] results. +[% g('Found %u results.', results.size) %] [% IF too_many_hits %] -

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 %] @@ -90,8 +94,10 @@ Please consider using a longer keyword or more keywords.

- - + + [% FOREACH results %] [% file = html_encode(file); @@ -105,7 +111,7 @@ Please consider using a longer keyword or more keywords.

+ [% END %]
FilePackages + [%- g('File') %] + [%- g('Packages') %]
[% FOREACH packages %] [% arch_str = architectures.join(', '); - SET arch_str = "not $arch_str" IF ( arch_str && architectures_are_rev ); + SET arch_str = g("not %s", arch_str) IF ( arch_str && architectures_are_rev ); SET arch_str = " [$arch_str]" IF arch_str; pkg_esc = uri_escape(pkg) %] [% pkg | html %][% arch_str %][% ', ' UNLESS loop.last %] @@ -115,14 +121,14 @@ Please consider using a longer keyword or more keywords.

[% END %] [% IF results.size > 20 %] -
FilePackages
[% g('File') %][% g('Packages') %]
[% ELSE %] -

Sorry, your search gave no results

+

[% g('Sorry, your search gave no results') %]

[% END %]