X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Ffilelist.tmpl;h=e450d5fc20ffd8e7ad9584323940e81825ee8a39;hb=d0c1749af458e5a882869d0bb3efbbc859c479f7;hp=dbf9feaf06262a4e7cd53b7d0056df47ce3a14b2;hpb=1af47cc86b00147e6ebebdc37c113326f644074f;p=deb%2Fpackages.git diff --git a/templates/html/filelist.tmpl b/templates/html/filelist.tmpl index dbf9fea..e450d5f 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 -%]