X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Ffoot.tmpl;h=a08d34c866404010f76c5b1fd8e43069586c4313;hp=fa44e87741c822fcf03c9a3e337bb540e599e38b;hb=7b10a3faf069175fef7e3028df352717e89bffc2;hpb=2ec757bb58907b15c43548be5601d4f2b8c7caac diff --git a/templates/html/foot.tmpl b/templates/html/foot.tmpl index fa44e87..a08d34c 100644 --- a/templates/html/foot.tmpl +++ b/templates/html/foot.tmpl @@ -8,28 +8,31 @@ Total page evaluation took [% benchmark %]
[% IF langs.size > 0 %]
-

This page is also available in the following languages:

+

[% g('This page is also available in the following languages:') %]

-

How to set the default document language

+

[% g('How to set the default document language', cn_help_url) %]

[% END %]
-

0 %]>Back to: [% organisation %] homepage || Packages search page

+

0 %]>[% g('Back to:') %] [% g('%s Homepage', organisation) %] || [% g('Packages search page') %]


-

To report a problem with the web site, e-mail [% contact.mail %]. For other contact information, see the [% organisation %] contact page.

-

Generated: [% timestamp.string %]
-Copyright © [% copyright.years %] [% copyright.name %]; See license terms. -[% IF trademarknotes -%] -
[% trademarknotes %] -[%- END %] +

[% g('To report a problem with the web site, e-mail %s. For other contact information, see the %s contact page.', + contact.mail, contact.mail, organisation, contact.url) %]

+

[% IF timestamp.string; g('Generated:') _ ' ' _ timestamp.string _ '
'; END %] +[% UNLESS footer.doNotDisplayCopyright; + g('Content Copyright © %s %s; See license terms.', + copyright.years, copyright.url, copyright.name, license.url); + ' ' _ trademarknotes IF trademarknotes; +END %] +

[% g('Learn more about this site') %].