X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Ffilelist.tmpl;h=73fc88358e826fecf7d0bd478c36002b1887010e;hb=70fbc048de65db4f013ce06b16fa5e01fc26c8b0;hp=dbf9feaf06262a4e7cd53b7d0056df47ce3a14b2;hpb=1af47cc86b00147e6ebebdc37c113326f644074f;p=deb%2Fpackages.git diff --git a/templates/html/filelist.tmpl b/templates/html/filelist.tmpl index dbf9fea..73fc883 100644 --- a/templates/html/filelist.tmpl +++ b/templates/html/filelist.tmpl @@ -1,14 +1,13 @@ [%- 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 -%]
@@ -16,4 +15,4 @@
 [% '
' IF loop.last -%] [% END %] -[%- PROCESS 'html/foot.tmpl' -%] +[%- PROCESS 'html/foot.tmpl' page_name="$pkg/filelist" -%]