X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Ffilelist.tmpl;h=73fc88358e826fecf7d0bd478c36002b1887010e;hp=be74cc35debc93ffb4c98f97d692612f87e4502c;hb=89c17478db69effd1c96f4e284ad46f5b4d72c17;hpb=2ec757bb58907b15c43548be5601d4f2b8c7caac diff --git a/templates/html/filelist.tmpl b/templates/html/filelist.tmpl index be74cc3..73fc883 100644 --- a/templates/html/filelist.tmpl +++ b/templates/html/filelist.tmpl @@ -1,17 +1,18 @@ [%- PROCESS 'html/head.tmpl' - title_tag = "Filelist of package $pkg/$suite/$arch" - page_title = "Filelist of package $pkg in $suite of architecture $arch" + title_tag = g("Filelist of package %s/%s/%s", pkg, suite, arch) + page_title = g("Filelist of package %s in %s of architecture %s", pkg, suite, arch) keywords = "$suite, $arch, filelist" - navigation = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/'), name=>suite }, - { prefix=>'Package:', url=>make_url(pkg,'','arch',undef), name=>pkg }, + navigation = [ { prefix=>g('Distribution:'), title=>g('Overview over this suite'), url=>make_url('/'), name=>suite }, + { prefix=>g('Package:'), url=>make_url(pkg,'','arch',undef), name=>pkg }, { url=>make_url(pkg), name=>arch }, - { name => 'Filelist' }, + { name => g('Filelist') }, ] -%] -

[% FOREACH file IN files %] [%- '
' IF loop.first -%]
 [% file %]
 [% '
' IF loop.last -%] [% END %] + +[%- PROCESS 'html/foot.tmpl' page_name="$pkg/filelist" -%]