]> git.deb.at Git - deb/packages.git/commitdiff
html/show.tmpl: Translate a missing string
authorFrank Lichtenheld <frank@lichtenheld.de>
Fri, 19 Oct 2007 21:41:39 +0000 (23:41 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Fri, 19 Oct 2007 21:41:39 +0000 (23:41 +0200)
"Download $pkg" was not marked as translatable.
(Found while testing the Japanese translation)

templates/html/show.tmpl

index c7da7c6a7bce8fea8ddfb07ef5f53c8c56331703..90c5e72dcbc893c2f1851d2e9d6974f4c06e25b1 100644 (file)
@@ -264,7 +264,7 @@ Do not install it on a normal %s system.', organisation ) %]</p>
 [% FOREACH d IN downloads %]
   [% IF loop.first -%]
     <div id="pdownload">
 [% FOREACH d IN downloads %]
   [% IF loop.first -%]
     <div id="pdownload">
-    <h2>Download [% pkg %]</h2>
+    <h2>[% g('Download %s', pkg) %]</h2>
     
     <table summary="[% g('The download table links to the download of the package and a file overview. In addition it gives information about the package size and the installed size.') %]">
     <caption class="hidecss">[% g('Download for all available architectures') %]</caption>
     
     <table summary="[% g('The download table links to the download of the package and a file overview. In addition it gives information about the package size and the installed size.') %]">
     <caption class="hidecss">[% g('Download for all available architectures') %]</caption>