]> git.deb.at Git - deb/packages.git/blobdiff - templates/html/filelist.tmpl
Make all remaining templates translatable
[deb/packages.git] / templates / html / filelist.tmpl
index dbf9feaf06262a4e7cd53b7d0056df47ce3a14b2..e450d5fc20ffd8e7ad9584323940e81825ee8a39 100644 (file)
@@ -1,14 +1,13 @@
 [%- PROCESS 'html/head.tmpl'
-   title_tag = "Filelist of package $pkg/$suite/$arch"
-   page_title = "Filelist of package <em>$pkg</em> in <em>$suite</em> of architecture <em>$arch</em>"
+   title_tag = g("Filelist of package %s/%s/%s", pkg, suite, arch)
+   page_title = g("Filelist of package <em>%s</em> in <em>%s</em> of architecture <em>%s</em>", 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') },
                ]
 -%]
-<h1></h1>
 
 [% FOREACH file IN files %]
 [%- '<div id="pfilelist"><pre>' IF loop.first -%]