]> git.deb.at Git - deb/packages.git/blobdiff - templates/rss/newpkg.tmpl
Separate handling of po translations and DDTP translations
[deb/packages.git] / templates / rss / newpkg.tmpl
index 1137d4f6ad5121bbe13573f3f421ef3abcbce5cf..378cca3f39b7e3d2fcdf8da1c4e69e225df3dd3b 100644 (file)
 <title>[% g('New %s Packages', organisation) %]</title>
 <link>[% root_url %]newpkg</link>
 <description>
-[%- IF section; 
-       g('Packages that were added to the %s %s archive (section "%s") during the last 7 days.',
-       suite, organisation, section);
+[%- IF section;
+       g('The following packages were added to suite %s (section %s) in the %s archive during the last 7 days.',
+       suite, section, organisation);
     ELSE;
-       g('Packages that were added to the %s %s archive during the last 7 days.',
-       suite, organisation, section);
+       g('The following packages were added to suite %s in the %s archive during the last 7 days.',
+       suite, organisation);
     END; -%]
 </description>
-<dc:language>[% lang %]</dc:language>
+<dc:language>[% po_lang %]</dc:language>
 <dc:rights>[% g('Copyright ©') %] [% timestamp.year %], [% copyright.name %]</dc:rights>
 <dc:date>[% rss_timestamp %]</dc:date>
 <dc:publisher>[% contact.mail %]</dc:publisher>