define(function(require, exports, module) {
var t = {};
t.logoContent = '
METAMAPS
';
t.logoContent += '';
t.logoContent += '- About /
';
t.logoContent += '- Colophon /
';
t.logoContent += '- Donate! /
';
t.logoContent += '- Get Involved!
';
t.logoContent += '
';
/* logged out explore maps bars */
t.activeContent = 'Recently Active Maps';
t.activeContent += 'Featured Maps';
t.featuredContent = 'Recently Active Maps';
t.featuredContent += 'Featured Maps';
/* logged in explore maps bars */
t.mineAuthContent = 'My Maps';
t.mineAuthContent += 'Recently Active';
t.mineAuthContent += 'Featured';
t.activeAuthContent = 'My Maps';
t.activeAuthContent += 'Recently Active';
t.activeAuthContent += 'Featured';
t.featuredAuthContent = 'My Maps';
t.featuredAuthContent += 'Recently Active';
t.featuredAuthContent += 'Featured';
module.exports = t;
});