Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorjbalogh@mozilla.com <jbalogh@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-03-18 00:14:46 (GMT)
committer jbalogh@mozilla.com <jbalogh@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-03-18 00:14:46 (GMT)
commit85fa668b9a28672da5d15b80f3a3174fab3fd94d (patch)
tree8180587d9f4aebc000e68651430d114c15d15a7e /site
parent1b15137f8376b8a9c44d757c6498918ae60da5e0 (diff)
bug 483673, adding About and FAQ links to the page footer
git-svn-id: http://svn.mozilla.org/addons/trunk@23457 4eb1ac78-321c-0410-a911-ec516a8615a5
Diffstat (limited to 'site')
-rw-r--r--site/app/locale/en_US/LC_MESSAGES/messages.po22
-rw-r--r--site/app/views/elements/footer.thtml3
2 files changed, 24 insertions, 1 deletions
diff --git a/site/app/locale/en_US/LC_MESSAGES/messages.po b/site/app/locale/en_US/LC_MESSAGES/messages.po
index cb024fb..b0b50b2 100644
--- a/site/app/locale/en_US/LC_MESSAGES/messages.po
+++ b/site/app/locale/en_US/LC_MESSAGES/messages.po
@@ -4951,6 +4951,26 @@ msgstr "%1$s :: File Browser :: %2$s Add-ons"
msgid "file_browser_toggle_expand_collapse"
msgstr "+/-"
+#. Link text for the AMO About page.
+#: views/elements/footer.thtml:72
+msgid "footer_a_about"
+msgstr "About"
+
+#. Link text to the AMO blog.
+#: views/elements/footer.thtml:74
+msgid "footer_a_blog"
+msgstr "Blog"
+
+#. Link text to the Frequently Asked Questions page.
+#: views/elements/footer.thtml:73
+msgid "footer_a_faq"
+msgstr "FAQ"
+
+#. Full text for the FAQ abbreviation.
+#: views/elements/footer.thtml:73
+msgid "footer_abbr_faq"
+msgstr "Frequently Asked Questions"
+
#: views/elements/footer.thtml:67
msgid "footer_all_rights_reserved"
msgstr "All rights reserved."
@@ -4963,7 +4983,7 @@ msgstr "Copyright"
msgid "footer_credits"
msgstr "Credits"
-#: views/elements/footer.thtml:73
+#: views/elements/footer.thtml:75 views/elements/footer.thtml:76
msgid "footer_disclaimer"
msgstr ""
"Mozilla is providing links to these applications as a courtesy, and makes no "
diff --git a/site/app/views/elements/footer.thtml b/site/app/views/elements/footer.thtml
index 71c0009..9b2f9a6 100644
--- a/site/app/views/elements/footer.thtml
+++ b/site/app/views/elements/footer.thtml
@@ -69,6 +69,9 @@
<li><?=$html->link(_('footer_privacy_policy'), '/pages/privacy');?></li>
<li><a href="http://www.mozilla.com/<?=LANG?>/about/legal.html"><?=_('footer_legal_notices')?></a></li>
<?php if (!isset($suppressCredits) || !$suppressCredits): ?><li><?=$html->link(_('footer_credits'), '/pages/credits')?></li><?php endif; ?>
+ <li><?=$html->link(___('footer_a_about'), '/pages/about')?></li>
+ <li><?=$html->link('<abbr title="'.___('footer_abbr_faq').'">'.___('footer_a_faq').'</abbr>', '/pages/faq')?></li>
+ <li><a href="http://blog.mozilla.com/addons"><?=___('footer_a_blog')?></a></li>
</ul>
<p id="footer-disclaimer"><?=_('footer_disclaimer')?></p>
</div>